@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --color-primary: #3064e8;
  --color-primary-hover: #2554c7;
  --color-text-dark: #0e0e2c;
  --color-text-body: #181d27;
  --color-text-muted: #374151;
  --color-text-inverse: #ffffff;
  --color-border: #d1d5db;
  --color-bg: #ffffff;
  --color-gray-700: #495057;
  --color-gray-600: #6b6c7e;
  --color-gray-800: #1f2937;
  --color-blue-50: #e0eeff;
  --color-blue-100: rgba(219, 234, 254, 1);
  --color-blue-700: rgba(30, 64, 175, 1);
  --color-divider: rgba(115, 115, 115, 1);
  --color-webinar-title: rgba(16, 24, 40, 1);
  --color-webinar-hover: rgba(37, 99, 235, 1);
  --color-helper-text: rgba(100, 116, 139, 1);
  --color-black: rgba(0, 0, 0, 1);
  --color-cardsubtitle: #64748b;
  --cool-gray-600: #4b5563;
  --color-pale-gray-blue: #d5d7da;
  --color-transparent: transparent;
  --color-secondary-menutext: #060608;
  --color-secondary-menua: #202020;
  --radius-0: 0;
  --radius-sm: 4px;
  --radius-md: 6px;
  --radius-lg: 8px;
  --radius-xl: 24px;
  --font-family-base: "Inter", system-ui, -apple-system, sans-serif;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --letter-spacing: 0%;
  --font-size-12: 12px;
  --font-size-13: 13px;
  --font-size-14: 14px;
  --font-size-16: 16px;
  --font-size-18: 18px;
  --font-size-20: 20px;
  --font-size-22: 22px;
  --font-size-24: 24px;
  --font-size-28: 28px;
  --font-size-30: 30px;
  --font-size-34: 34px;
  --font-size-36: 36px;
  --line-15: 15px;
  --line-17: 17px;
  --line-19: 19px;
  --line-20: 20px;
  --line-22: 22px;
  --line-24: 24px;
  --line-27: 27px;
  --line-28: 28px;
  --line-32: 32px;
  --line-40: 40px;
  --line-41: 41px;
  --line-44: 44px;
  --border-width-1: 1px;
  --border-width-2: 2px;
  --border-width-3: 3px;
  --border-width-4: 4px;
  --border-width-5: 5px;
  --border-width-6: 6px;
  --border-width-7: 7px;
  --border-width-8: 8px;
  --border-width-9: 9px;
  --border-width-10: 10px;
  --shadow-sm: 0 var(--border-width-1) var(--border-width-2) rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 8px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 10px 20px rgba(0, 0, 0, 0.12);
  --shadow-btn: 0px 4px 4px 0px #00265926;
}
html,
body {
  height: 100%;
}
*,
figure,
ul,
li,
a,
p {
  margin: 0;
  padding: 0;
}
b,
strong {
  font-weight: 600;
}
.btn.focus,
.btn:focus,
.btn:focus-visible {
  outline: none;
}
a {
  color: #3064e8;
  text-decoration: underline;
}
a:hover,
a.hover {
  color: #3064e8;
  text-decoration: underline;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #0c8730;
  text-decoration: underline;
}
img {
  max-width: 100%;
}
hr {
  background-color: #464f57;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #9ca3af;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #9ca3af;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #9ca3af;
  opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #9ca3af;
  opacity: 1;
}
body {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #475467;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: auto;
}
body,
select,
input,
textarea,
.form-control {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0px;
}
p {
  color: #4c5564;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}
@media (max-width: 1199.98px) {
  p {
    color: #4c5564;
    font-size: calc(18px * 0.665);
    line-height: calc(27px * 0.665);
    font-weight: 400;
  }
}
@media (max-width: 991.98px) {
  p {
    color: #4c5564;
    font-size: calc(18px * 0.63);
    line-height: calc(27px * 0.63);
    font-weight: 400;
  }
}
@media (max-width: 767.98px) {
  p {
    color: #4c5564;
    font-size: calc(18px * 0.595);
    line-height: calc(27px * 0.595);
    font-weight: 400;
  }
}
@media (max-width: 575.98px) {
  p {
    color: #4c5564;
    font-size: calc(18px * 0.56);
    line-height: calc(27px * 0.56);
    font-weight: 400;
  }
}
.small_heading {
  color: #6b7280;
  font-size: 0.875rem;
  line-height: 1.2rem;
  margin-bottom: 1.25rem;
  font-weight: 400;
}
@media (max-width: 1199.98px) {
  .small_heading {
    color: #6b7280;
    font-size: calc(0.875rem * 0.665);
    line-height: calc(1.2rem * 0.665);
    margin-bottom: 1.25rem;
    font-weight: 400;
  }
}
@media (max-width: 991.98px) {
  .small_heading {
    color: #6b7280;
    font-size: calc(0.875rem * 0.63);
    line-height: calc(1.2rem * 0.63);
    margin-bottom: 1.25rem;
    font-weight: 400;
  }
}
@media (max-width: 767.98px) {
  .small_heading {
    color: #6b7280;
    font-size: calc(0.875rem * 0.595);
    line-height: calc(1.2rem * 0.595);
    margin-bottom: 1.25rem;
    font-weight: 400;
  }
}
@media (max-width: 575.98px) {
  .small_heading {
    color: #6b7280;
    font-size: calc(0.875rem * 0.56);
    line-height: calc(1.2rem * 0.56);
    margin-bottom: 1.25rem;
    font-weight: 400;
  }
}
h1 {
  color: #181d27;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  h1 {
    color: #181d27;
    font-size: calc(48px * 0.8075);
    line-height: calc(58px * 0.8075);
    margin-bottom: 20px;
    font-weight: 600;
  }
}
@media (max-width: 991.98px) {
  h1 {
    color: #181d27;
    font-size: calc(48px * 0.765);
    line-height: calc(58px * 0.765);
    margin-bottom: 20px;
    font-weight: 600;
  }
}
@media (max-width: 767.98px) {
  h1 {
    color: #181d27;
    font-size: calc(48px * 0.7225);
    line-height: calc(58px * 0.7225);
    margin-bottom: 20px;
    font-weight: 600;
  }
}
@media (max-width: 575.98px) {
  h1 {
    color: #181d27;
    font-size: calc(48px * 0.68);
    line-height: calc(58px * 0.68);
    margin-bottom: 20px;
    font-weight: 600;
  }
}
h1 .subtitle,
h1 + .subtitle,
h1 + p {
  color: #4c5564;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  display: block;
}
@media (max-width: 1199.98px) {
  h1 .subtitle,
  h1 + .subtitle,
  h1 + p {
    color: #4c5564;
    font-size: calc(20px * 0.9025);
    line-height: calc(30px * 0.9025);
    font-weight: 400;
  }
}
@media (max-width: 991.98px) {
  h1 .subtitle,
  h1 + .subtitle,
  h1 + p {
    color: #4c5564;
    font-size: calc(20px * 0.855);
    line-height: calc(30px * 0.855);
    font-weight: 400;
  }
}
@media (max-width: 767.98px) {
  h1 .subtitle,
  h1 + .subtitle,
  h1 + p {
    color: #4c5564;
    font-size: calc(20px * 0.8075);
    line-height: calc(30px * 0.8075);
    font-weight: 400;
  }
}
@media (max-width: 575.98px) {
  h1 .subtitle,
  h1 + .subtitle,
  h1 + p {
    color: #4c5564;
    font-size: calc(20px * 0.76);
    line-height: calc(30px * 0.76);
    font-weight: 400;
  }
}
h2 {
  color: #181d27;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  h2 {
    color: #181d27;
    font-size: calc(36px * 0.8075);
    line-height: calc(44px * 0.8075);
    margin-bottom: 20px;
    font-weight: 600;
  }
}
@media (max-width: 991.98px) {
  h2 {
    color: #181d27;
    font-size: calc(36px * 0.765);
    line-height: calc(44px * 0.765);
    margin-bottom: 20px;
    font-weight: 600;
  }
}
@media (max-width: 767.98px) {
  h2 {
    color: #181d27;
    font-size: calc(36px * 0.7225);
    line-height: calc(44px * 0.7225);
    margin-bottom: 20px;
    font-weight: 600;
  }
}
@media (max-width: 575.98px) {
  h2 {
    color: #181d27;
    font-size: calc(36px * 0.68);
    line-height: calc(44px * 0.68);
    margin-bottom: 20px;
    font-weight: 600;
  }
}
h2 .subtitle,
h2 + .subtitle,
h2 + p {
  color: #4c5564;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  display: block;
}
@media (max-width: 1199.98px) {
  h2 .subtitle,
  h2 + .subtitle,
  h2 + p {
    color: #4c5564;
    font-size: calc(20px * 0.9025);
    line-height: calc(30px * 0.9025);
    font-weight: 400;
  }
}
@media (max-width: 991.98px) {
  h2 .subtitle,
  h2 + .subtitle,
  h2 + p {
    color: #4c5564;
    font-size: calc(20px * 0.855);
    line-height: calc(30px * 0.855);
    font-weight: 400;
  }
}
@media (max-width: 767.98px) {
  h2 .subtitle,
  h2 + .subtitle,
  h2 + p {
    color: #4c5564;
    font-size: calc(20px * 0.8075);
    line-height: calc(30px * 0.8075);
    font-weight: 400;
  }
}
@media (max-width: 575.98px) {
  h2 .subtitle,
  h2 + .subtitle,
  h2 + p {
    color: #4c5564;
    font-size: calc(20px * 0.76);
    line-height: calc(30px * 0.76);
    font-weight: 400;
  }
}
h3 {
  color: #181d27;
  font-size: 22px;
  line-height: 29px;
  margin-bottom: 10px;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  h3 {
    color: #181d27;
    font-size: calc(22px * 0.8075);
    line-height: calc(29px * 0.8075);
    margin-bottom: 10px;
    font-weight: 600;
  }
}
@media (max-width: 991.98px) {
  h3 {
    color: #181d27;
    font-size: calc(22px * 0.765);
    line-height: calc(29px * 0.765);
    margin-bottom: 10px;
    font-weight: 600;
  }
}
@media (max-width: 767.98px) {
  h3 {
    color: #181d27;
    font-size: calc(22px * 0.7225);
    line-height: calc(29px * 0.7225);
    margin-bottom: 10px;
    font-weight: 600;
  }
}
@media (max-width: 575.98px) {
  h3 {
    color: #181d27;
    font-size: calc(22px * 0.68);
    line-height: calc(29px * 0.68);
    margin-bottom: 10px;
    font-weight: 600;
  }
}
h3 .subtitle,
h3 + .subtitle,
h3 + p {
  color: #4c5564;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  display: block;
}
@media (max-width: 1199.98px) {
  h3 .subtitle,
  h3 + .subtitle,
  h3 + p {
    color: #4c5564;
    font-size: calc(18px * 0.8075);
    line-height: calc(30px * 0.8075);
    font-weight: 400;
  }
}
@media (max-width: 991.98px) {
  h3 .subtitle,
  h3 + .subtitle,
  h3 + p {
    color: #4c5564;
    font-size: calc(18px * 0.765);
    line-height: calc(30px * 0.765);
    font-weight: 400;
  }
}
@media (max-width: 767.98px) {
  h3 .subtitle,
  h3 + .subtitle,
  h3 + p {
    color: #4c5564;
    font-size: calc(18px * 0.7225);
    line-height: calc(30px * 0.7225);
    font-weight: 400;
  }
}
@media (max-width: 575.98px) {
  h3 .subtitle,
  h3 + .subtitle,
  h3 + p {
    color: #4c5564;
    font-size: calc(18px * 0.68);
    line-height: calc(30px * 0.68);
    font-weight: 400;
  }
}
h4 {
  color: #181d27;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  h4 {
    color: #181d27;
    font-size: calc(20px * 0.8075);
    line-height: calc(26px * 0.8075);
    margin-bottom: 10px;
    font-weight: 600;
  }
}
@media (max-width: 991.98px) {
  h4 {
    color: #181d27;
    font-size: calc(20px * 0.765);
    line-height: calc(26px * 0.765);
    margin-bottom: 10px;
    font-weight: 600;
  }
}
@media (max-width: 767.98px) {
  h4 {
    color: #181d27;
    font-size: calc(20px * 0.7225);
    line-height: calc(26px * 0.7225);
    margin-bottom: 10px;
    font-weight: 600;
  }
}
@media (max-width: 575.98px) {
  h4 {
    color: #181d27;
    font-size: calc(20px * 0.68);
    line-height: calc(26px * 0.68);
    margin-bottom: 10px;
    font-weight: 600;
  }
}
h4 .subtitle,
h4 + .subtitle,
h4 + p {
  color: #4c5564;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  display: block;
}
@media (max-width: 1199.98px) {
  h4 .subtitle,
  h4 + .subtitle,
  h4 + p {
    color: #4c5564;
    font-size: calc(16px * 0.8075);
    line-height: calc(24px * 0.8075);
    font-weight: 400;
  }
}
@media (max-width: 991.98px) {
  h4 .subtitle,
  h4 + .subtitle,
  h4 + p {
    color: #4c5564;
    font-size: calc(16px * 0.765);
    line-height: calc(24px * 0.765);
    font-weight: 400;
  }
}
@media (max-width: 767.98px) {
  h4 .subtitle,
  h4 + .subtitle,
  h4 + p {
    color: #4c5564;
    font-size: calc(16px * 0.7225);
    line-height: calc(24px * 0.7225);
    font-weight: 400;
  }
}
@media (max-width: 575.98px) {
  h4 .subtitle,
  h4 + .subtitle,
  h4 + p {
    color: #4c5564;
    font-size: calc(16px * 0.68);
    line-height: calc(24px * 0.68);
    font-weight: 400;
  }
}
h5 {
  color: #181d27;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  h5 {
    color: #181d27;
    font-size: calc(16px * 0.8075);
    line-height: calc(24px * 0.8075);
    margin-bottom: 10px;
    font-weight: 600;
  }
}
@media (max-width: 991.98px) {
  h5 {
    color: #181d27;
    font-size: calc(16px * 0.765);
    line-height: calc(24px * 0.765);
    margin-bottom: 10px;
    font-weight: 600;
  }
}
@media (max-width: 767.98px) {
  h5 {
    color: #181d27;
    font-size: calc(16px * 0.7225);
    line-height: calc(24px * 0.7225);
    margin-bottom: 10px;
    font-weight: 600;
  }
}
@media (max-width: 575.98px) {
  h5 {
    color: #181d27;
    font-size: calc(16px * 0.68);
    line-height: calc(24px * 0.68);
    margin-bottom: 10px;
    font-weight: 600;
  }
}
h5 .subtitle,
h5 + .subtitle,
h5 + p {
  color: #4c5564;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  display: block;
}
@media (max-width: 1199.98px) {
  h5 .subtitle,
  h5 + .subtitle,
  h5 + p {
    color: #4c5564;
    font-size: calc(16px * 0.8075);
    line-height: calc(24px * 0.8075);
    font-weight: 400;
  }
}
@media (max-width: 991.98px) {
  h5 .subtitle,
  h5 + .subtitle,
  h5 + p {
    color: #4c5564;
    font-size: calc(16px * 0.765);
    line-height: calc(24px * 0.765);
    font-weight: 400;
  }
}
@media (max-width: 767.98px) {
  h5 .subtitle,
  h5 + .subtitle,
  h5 + p {
    color: #4c5564;
    font-size: calc(16px * 0.7225);
    line-height: calc(24px * 0.7225);
    font-weight: 400;
  }
}
@media (max-width: 575.98px) {
  h5 .subtitle,
  h5 + .subtitle,
  h5 + p {
    color: #4c5564;
    font-size: calc(16px * 0.68);
    line-height: calc(24px * 0.68);
    font-weight: 400;
  }
}
h6 {
  color: #181d27;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  h6 {
    color: #181d27;
    font-size: calc(14px * 0.8075);
    line-height: calc(20px * 0.8075);
    margin-bottom: 10px;
    font-weight: 600;
  }
}
@media (max-width: 991.98px) {
  h6 {
    color: #181d27;
    font-size: calc(14px * 0.765);
    line-height: calc(20px * 0.765);
    margin-bottom: 10px;
    font-weight: 600;
  }
}
@media (max-width: 767.98px) {
  h6 {
    color: #181d27;
    font-size: calc(14px * 0.7225);
    line-height: calc(20px * 0.7225);
    margin-bottom: 10px;
    font-weight: 600;
  }
}
@media (max-width: 575.98px) {
  h6 {
    color: #181d27;
    font-size: calc(14px * 0.68);
    line-height: calc(20px * 0.68);
    margin-bottom: 10px;
    font-weight: 600;
  }
}
h6 .subtitle,
h6 + .subtitle,
h6 + p {
  color: #4c5564;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  display: block;
}
@media (max-width: 1199.98px) {
  h6 .subtitle,
  h6 + .subtitle,
  h6 + p {
    color: #4c5564;
    font-size: calc(14px * 0.8075);
    line-height: calc(20px * 0.8075);
    font-weight: 400;
  }
}
@media (max-width: 991.98px) {
  h6 .subtitle,
  h6 + .subtitle,
  h6 + p {
    color: #4c5564;
    font-size: calc(14px * 0.765);
    line-height: calc(20px * 0.765);
    font-weight: 400;
  }
}
@media (max-width: 767.98px) {
  h6 .subtitle,
  h6 + .subtitle,
  h6 + p {
    color: #4c5564;
    font-size: calc(14px * 0.7225);
    line-height: calc(20px * 0.7225);
    font-weight: 400;
  }
}
@media (max-width: 575.98px) {
  h6 .subtitle,
  h6 + .subtitle,
  h6 + p {
    color: #4c5564;
    font-size: calc(14px * 0.68);
    line-height: calc(20px * 0.68);
    font-weight: 400;
  }
}
label {
  color: #374151;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  label {
    color: #374151;
    font-size: calc(0.875rem * 0.85);
    line-height: calc(1.25rem * 0.85);
    font-weight: 500;
  }
}
label:focus {
  outline: 2px solid #3b82f6;
  box-shadow: none;
}
.form-control,
.form-inline .form-control,
.dataTables_wrapper .dataTables_filter input,
input[type="time"],
.select2-container--default .select2-selection--single,
.form-control[readonly],
.select2-search--dropdown .select2-search__field,
.select2-container--default .select2-search--dropdown .select2-search__field,
.monthselect,
.yearselect {
  color: #111827;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  border: #d1d5db solid 1px;
  border-radius: 8px;
  padding: 10px 14px;
  height: auto;
  background-color: #fff;
}
.form-control::placeholder,
.form-inline .form-control::placeholder,
.dataTables_wrapper .dataTables_filter input::placeholder,
input[type="time"]::placeholder,
.select2-container--default .select2-selection--single::placeholder,
.form-control[readonly]::placeholder,
.select2-search--dropdown .select2-search__field::placeholder,
.select2-container--default
  .select2-search--dropdown
  .select2-search__field::placeholder,
.monthselect::placeholder,
.yearselect::placeholder {
  color: #9ca3af;
  opacity: 1;
}
.form-control::-webkit-input-placeholder,
.form-inline .form-control::-webkit-input-placeholder,
.dataTables_wrapper .dataTables_filter input::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
.select2-container--default
  .select2-selection--single::-webkit-input-placeholder,
.form-control[readonly]::-webkit-input-placeholder,
.select2-search--dropdown .select2-search__field::-webkit-input-placeholder,
.select2-container--default
  .select2-search--dropdown
  .select2-search__field::-webkit-input-placeholder,
.monthselect::-webkit-input-placeholder,
.yearselect::-webkit-input-placeholder {
  color: #9ca3af;
  opacity: 1;
}
.form-control::-moz-placeholder,
.form-inline .form-control::-moz-placeholder,
.dataTables_wrapper .dataTables_filter input::-moz-placeholder,
input[type="time"]::-moz-placeholder,
.select2-container--default .select2-selection--single::-moz-placeholder,
.form-control[readonly]::-moz-placeholder,
.select2-search--dropdown .select2-search__field::-moz-placeholder,
.select2-container--default
  .select2-search--dropdown
  .select2-search__field::-moz-placeholder,
.monthselect::-moz-placeholder,
.yearselect::-moz-placeholder {
  color: #9ca3af;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
.form-inline .form-control:-ms-input-placeholder,
.dataTables_wrapper .dataTables_filter input:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
.select2-container--default .select2-selection--single:-ms-input-placeholder,
.form-control[readonly]:-ms-input-placeholder,
.select2-search--dropdown .select2-search__field:-ms-input-placeholder,
.select2-container--default
  .select2-search--dropdown
  .select2-search__field:-ms-input-placeholder,
.monthselect:-ms-input-placeholder,
.yearselect:-ms-input-placeholder {
  color: #9ca3af;
  opacity: 1;
}
.form-control:-moz-placeholder,
.form-inline .form-control:-moz-placeholder,
.dataTables_wrapper .dataTables_filter input:-moz-placeholder,
input[type="time"]:-moz-placeholder,
.select2-container--default .select2-selection--single:-moz-placeholder,
.form-control[readonly]:-moz-placeholder,
.select2-search--dropdown .select2-search__field:-moz-placeholder,
.select2-container--default
  .select2-search--dropdown
  .select2-search__field:-moz-placeholder,
.monthselect:-moz-placeholder,
.yearselect:-moz-placeholder {
  color: #9ca3af;
  opacity: 1;
}
@media (max-width: 768px) {
  .form-control,
  .form-inline .form-control,
  .dataTables_wrapper .dataTables_filter input,
  input[type="time"],
  .select2-container--default .select2-selection--single,
  .form-control[readonly],
  .select2-search--dropdown .select2-search__field,
  .select2-container--default .select2-search--dropdown .select2-search__field,
  .monthselect,
  .yearselect {
    color: #111827;
    font-size: calc(1rem * 0.85);
    line-height: calc(1.25rem * 0.85);
    font-weight: 400;
    border: #d1d5db solid 1px;
    border-radius: 8px;
    padding: 10px 14px;
    height: auto;
    background-color: #fff;
  }
  .form-control::placeholder,
  .form-inline .form-control::placeholder,
  .dataTables_wrapper .dataTables_filter input::placeholder,
  input[type="time"]::placeholder,
  .select2-container--default .select2-selection--single::placeholder,
  .form-control[readonly]::placeholder,
  .select2-search--dropdown .select2-search__field::placeholder,
  .select2-container--default
    .select2-search--dropdown
    .select2-search__field::placeholder,
  .monthselect::placeholder,
  .yearselect::placeholder {
    color: #9ca3af;
    opacity: 1;
  }
  .form-control::-webkit-input-placeholder,
  .form-inline .form-control::-webkit-input-placeholder,
  .dataTables_wrapper .dataTables_filter input::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  .select2-container--default
    .select2-selection--single::-webkit-input-placeholder,
  .form-control[readonly]::-webkit-input-placeholder,
  .select2-search--dropdown .select2-search__field::-webkit-input-placeholder,
  .select2-container--default
    .select2-search--dropdown
    .select2-search__field::-webkit-input-placeholder,
  .monthselect::-webkit-input-placeholder,
  .yearselect::-webkit-input-placeholder {
    color: #9ca3af;
    opacity: 1;
  }
  .form-control::-moz-placeholder,
  .form-inline .form-control::-moz-placeholder,
  .dataTables_wrapper .dataTables_filter input::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  .select2-container--default .select2-selection--single::-moz-placeholder,
  .form-control[readonly]::-moz-placeholder,
  .select2-search--dropdown .select2-search__field::-moz-placeholder,
  .select2-container--default
    .select2-search--dropdown
    .select2-search__field::-moz-placeholder,
  .monthselect::-moz-placeholder,
  .yearselect::-moz-placeholder {
    color: #9ca3af;
    opacity: 1;
  }
  .form-control:-ms-input-placeholder,
  .form-inline .form-control:-ms-input-placeholder,
  .dataTables_wrapper .dataTables_filter input:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  .select2-container--default .select2-selection--single:-ms-input-placeholder,
  .form-control[readonly]:-ms-input-placeholder,
  .select2-search--dropdown .select2-search__field:-ms-input-placeholder,
  .select2-container--default
    .select2-search--dropdown
    .select2-search__field:-ms-input-placeholder,
  .monthselect:-ms-input-placeholder,
  .yearselect:-ms-input-placeholder {
    color: #9ca3af;
    opacity: 1;
  }
  .form-control:-moz-placeholder,
  .form-inline .form-control:-moz-placeholder,
  .dataTables_wrapper .dataTables_filter input:-moz-placeholder,
  input[type="time"]:-moz-placeholder,
  .select2-container--default .select2-selection--single:-moz-placeholder,
  .form-control[readonly]:-moz-placeholder,
  .select2-search--dropdown .select2-search__field:-moz-placeholder,
  .select2-container--default
    .select2-search--dropdown
    .select2-search__field:-moz-placeholder,
  .monthselect:-moz-placeholder,
  .yearselect:-moz-placeholder {
    color: #9ca3af;
    opacity: 1;
  }
}
.form-control:focus,
.form-inline .form-control:focus,
.dataTables_wrapper .dataTables_filter input:focus,
input[type="time"]:focus,
.select2-container--default .select2-selection--single:focus,
.form-control[readonly]:focus,
.select2-search--dropdown .select2-search__field:focus,
.select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus,
.monthselect:focus,
.yearselect:focus {
  outline: 2px solid #3b82f6;
  box-shadow: none;
}
.form-control:disabled,
.form-control.disabled {
  color: #9ca3af;
  border: #e5e7eb solid 2px;
  background-color: #f3f4f6;
}
@media (max-width: 768px) {
  .form-control:disabled,
  .form-control.disabled {
    color: #9ca3af;
    border: #e5e7eb solid 2px;
    background-color: #f3f4f6;
  }
}
.form-control:disabled:focus,
.form-control.disabled:focus {
  outline: 2px solid #3b82f6;
  box-shadow: none;
}
html,
body {
  height: 100%;
}
*,
figure,
ul,
li,
a,
p {
  margin: 0;
  padding: 0;
}
b,
strong {
  font-weight: 600;
}
.btn.focus,
.btn:focus,
.btn:focus-visible {
  outline: none;
}
a {
  color: #3064e8;
  text-decoration: underline;
}
a:hover,
a.hover {
  color: #3064e8;
  text-decoration: underline;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #0c8730;
  text-decoration: underline;
}
img {
  max-width: 100%;
}
hr {
  background-color: #464f57;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #9ca3af;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #9ca3af;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #9ca3af;
  opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #9ca3af;
  opacity: 1;
}
.badge {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  padding: 4px 10px;
  margin: 0px;
  border-radius: 100px;
  background-color: #fafafa;
  border-color: #e9eaeb;
  border-style: solid;
  border-width: 1px;
  color: #414651;
  position: relative;
  cursor: pointer;
}
.badge strong {
  font-weight: 700;
  margin-left: 3px;
}
.badge.white_bg {
  background-color: #ffffff;
  border-radius: 8px;
}
.badge.defult_badge {
  padding: 4px 10px 4px 5px;
  align-items: center;
}
.badge.defult_badge > span {
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  margin-right: 8px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 100px;
}
.dot {
  background-color: #717680;
  height: 6px;
  width: 6px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.dot_icon {
  padding-left: 25px;
}
.light_grayish_violet {
  background-color: #f9f5ff;
  border-color: #e9d7fe;
  color: #6941c6;
}
.light_grayish_violet .dot,
.brand_dot .dot {
  background-color: #9e77ed;
}
.strong_red {
  background-color: #fef3f2;
  border-color: #fecdca;
  color: #b42318;
}
.strong_red .dot,
.error_dot .dot {
  background-color: #f04438;
}
.mellow_orange {
  background-color: #fffaeb;
  border-color: #fedf89;
  color: #b54708;
}
.mellow_orange .dot,
.warning_dot .dot {
  background-color: #f79009;
}
.lime_green {
  background-color: #ecfdf3;
  border-color: #abefc6;
  color: #067647;
}
.lime_green .dot,
.success_dot .dot {
  background-color: #17b26a;
}
.desaturated_blue {
  background-color: #f8f9fc;
  border-color: #d5d9eb;
  color: #363f72;
}
.desaturated_blue .dot,
.blue_gray_dot .dot {
  background-color: #4e5ba6;
}
.azure_light_blue {
  background-color: #f0f9ff;
  border-color: #b9e6fe;
  color: #026aa2;
}
.azure_light_blue .dot,
.blue_light_dot .dot {
  background-color: #0ba5ec;
}
.strong_blue {
  background-color: #eff8ff;
  border-color: #b2ddff;
  color: #175cd3;
}
.strong_blue .dot,
.blue_dot .dot {
  background-color: #2e90fa;
}
.moderate_blue {
  background-color: #eef4ff;
  border-color: #c7d7fe;
  color: #3538cd;
}
.moderate_blue .dot,
.indigo_dot .dot {
  background-color: #6172f3;
}
.purple_color {
  background-color: #f4f3ff;
  border-color: #d9d6fe;
  color: #5925dc;
}
.purple_color .dot,
.purple_dot .dot {
  background-color: #7a5af8;
}
.vibrant_magenta {
  background-color: #fdf2fa;
  border-color: #fcceee;
  color: #c11574;
}
.vibrant_magenta .dot,
.pink_dot .dot {
  background-color: #ee46bc;
}
.butterscotch {
  background-color: #fef6ee;
  border-color: #f9dbaf;
  color: #b93815;
}
.butterscotch .dot,
.orange_dot .dot {
  background-color: #ef6820;
}
.btn,
.daterangepicker .drp-buttons .btn {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  color: #181d27;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 8px;
}
.btn-primary {
  background-color: #3064e8;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: transparent transparent #ffd60a transparent;
}
.btn-primary:hover {
  background-color: #ffd60a;
  color: #181d27;
  border-color: #ffd60a;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #202020;
  color: #181d27;
  border-color: #ffd60a;
}
.btn-primary:focus,
.btn-primary:focus-visible,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: #202020;
  color: #fff;
  border-color: #202020;
  box-shadow: 0px 0px 7px 0px #ff3d00;
}
.btn-secondary,
.btn-secondary[aria-expanded="true"],
.btn-secondary.show {
  background-color: #e0eeff;
  color: #181d27;
  border-width: 1px;
  border-style: solid;
  border-color: transparent transparent #ffd60a transparent;
}
.btn-secondary:hover,
.btn-secondary[aria-expanded="true"]:hover,
.btn-secondary.show:hover {
  color: #3064e8;
  background-color: #fff;
  border-color: #3064e8;
}
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary[aria-expanded="true"]:active,
.btn-secondary[aria-expanded="true"].active,
.btn-secondary.show:active,
.btn-secondary.show.active {
  color: #3064e8;
  background-color: #fff;
  border-color: #3064e8;
}
.btn-secondary:focus,
.btn-secondary:focus-visible,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle,
.btn-secondary[aria-expanded="true"]:focus,
.btn-secondary[aria-expanded="true"]:focus-visible,
.btn-secondary[aria-expanded="true"]:not(:disabled):not(.disabled):active,
.btn-secondary[aria-expanded="true"]:not(:disabled):not(.disabled).active,
.show > .btn-secondary[aria-expanded="true"].dropdown-toggle,
.btn-secondary.show:focus,
.btn-secondary.show:focus-visible,
.btn-secondary.show:not(:disabled):not(.disabled):active,
.btn-secondary.show:not(:disabled):not(.disabled).active,
.show > .btn-secondary.show.dropdown-toggle {
  background-color: #fff;
  color: #202020;
  border-color: #202020;
  box-shadow: 0px 0px 7px 0px #ff3d00;
}
.disabled,
.btn-primary.disabled {
  color: #444;
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  opacity: 100;
}
.disabled:hover,
.btn-primary.disabled:hover {
  color: #444;
}
.btn-tertiary {
  text-shadow: -1px 5px 6px rgba(0, 38, 89, 0.25);
  box-shadow: none;
  color: #4b5563;
}
.btn-tertiary:hover {
  color: #1f2937;
}
.btn-tertiary:active,
.btn-tertiary.active {
  color: #111827;
}
.btn-tertiary:focus {
  box-shadow: none;
}
.btn-tertiary.disabled {
  background: none;
  border: none;
}
.btn-danger {
  background-color: #d70036;
  color: #fff;
  box-shadow: -1px 5px 6px rgba(0, 38, 89, 0.25);
}
.btn-danger:hover {
  color: #fff;
}
.btn-danger:active,
.btn-danger.active {
  color: #fff;
}
.btn-success {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}
.btn-success:hover {
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success.focus,
.btn-success:focus,
.btn-success:first-child:hover,
.btn-success:not(.btn-check) + .btn-primary.btn:hover,
.btn-success:focus-visible,
.btn-success:active,
.btn-success.active {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-link {
  color: #3064e8;
}
.btn-link:hover {
  color: #002659;
}
.btn-link:active,
.btn-link.active {
  color: #002659;
}
.btn-link,
.btn-outline-link {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding: 0px;
  margin: 0px;
  border-radius: 0px;
  color: #3064e8;
  border: none;
  box-shadow: none;
}
.btn-link,
.btn-outline-link {
  padding: 0px !important;
  margin: 0px !important;
}
.btn-link span,
.btn-outline-link span {
  margin-left: 2px;
}
.btn-link:hover,
.btn-outline-link:hover {
  background: none;
}
.btn-outline-primary {
  color: #3064e8;
  background-color: #fff;
  border-color: #3064e8;
}
.btn-outline-primary:hover {
  color: #2550ba;
  background-color: #e8f0fd;
  border-color: #2550ba;
}
.btn-outline-primary:active,
.btn-outline-primary.active {
  color: #1c3d8c;
  background-color: #d2e3fb;
  border-color: #1c3d8c;
}
.btn-outline-link {
  color: #003f99;
}
.btn-white {
  background-color: #fff;
  color: #3064e8;
  border-width: 1px;
  border-style: solid;
  border-color: transparent transparent #ffd60a transparent;
}
.btn-white:hover {
  background-color: #ffd60a;
  color: #181d27;
  border-color: #ffd60a;
}
.btn-white:active,
.btn-white.active {
  background-color: #ffd60a;
  color: #181d27;
  border-color: #ffd60a;
}
.btn-white:focus,
.btn-white:focus-visible,
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
  background-color: #202020;
  color: #fff;
  border-color: #202020;
  box-shadow: 0px 0px 7px 0px #ff3d00;
}
.btn-yellow {
  background-color: #ffd60a;
  color: #181d27;
  border-width: 1px;
  border-style: solid;
  border-color: transparent transparent #ffd60a transparent;
}
.btn-yellow:hover {
  color: #181d27;
  background-color: #fff;
  border-color: #fff;
}
.btn-yellow:active,
.btn-yellow.active {
  color: #181d27;
  background-color: #fff;
  border-color: #fff;
}
.btn-yellow:focus,
.btn-yellow:focus-visible,
.btn-yellow:not(:disabled):not(.disabled):active,
.btn-yellow:not(:disabled):not(.disabled).active,
.show > .btn-yellow.dropdown-toggle {
  background-color: #202020;
  color: #fff;
  border-color: #202020;
  box-shadow: 0px 0px 7px 0px #ff3d00;
}
.btn-filter,
.btn-filter[aria-expanded="true"],
.btn-filter.show {
  background-color: #fff;
  color: #374151;
  border-color: #d1d5db;
}
.btn-filter:hover,
.btn-filter[aria-expanded="true"]:hover,
.btn-filter.show:hover {
  background-color: #d2e3fb;
  color: #1c3d8c;
  border-color: #1c3d8c;
}
.btn-filter:active,
.btn-filter.active,
.btn-filter[aria-expanded="true"]:active,
.btn-filter[aria-expanded="true"].active,
.btn-filter.show:active,
.btn-filter.show.active {
  background-color: #d2e3fb;
  color: #1c3d8c;
  border-color: #1c3d8c;
}
.btn-filter > span.web-download-cloud-02,
.btn-filter > span.web-filter-lines,
.btn-filter > .web-chevron-down,
.btn-filter > .web-bar-chart-12,
.btn-filter > .web-list {
  font-size: 20px;
}
.btn-filter > .pText,
.btn-secondary > .pText {
  display: inline-block;
  padding: 0px 5px 0px 5px;
}
.btn-filter:not([href]):not([tabindex]):focus,
.btn-filter:not([href]):not([tabindex]):hover {
  color: #1c3d8c;
}
.save-filter-btns .btn {
  margin-right: 15px;
}
.save-filter-btns .btn-outline-primary {
  padding: 8px 14px;
}
.save-filter-btns .custom-switch label.custom-control-label {
  font-size: 14px;
}
.btn-group .btn {
  min-width: 120px;
  font-size: 16px;
  line-height: 24px;
}
.btn-group .pText {
  display: inline-block;
}
.grid {
  padding: 6px 8px 6px 8px;
  margin: 0px 5px 0px 5px;
}
.v_devider {
  position: relative;
}
.v_devider::after {
  position: absolute;
  right: -48%;
  top: 0;
  bottom: 0;
  margin-right: -5px;
  width: 1px;
  background-color: #d1d5db;
  content: "";
}
.tooltip-wrapper {
  position: relative;
  display: inline-block;
}
.tooltip-text {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 12px;
  white-space: nowrap;
  transition: opacity 0.2s ease;
  z-index: 10;
}
.tooltip-text::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #000 transparent;
}
.tooltip-wrapper:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
.tooltip-wrapper .grid.btn-filter {
  background-color: #3064e8;
  color: #ffffff;
  border-color: #3064e8;
}
.tooltip-wrapper .grid.btn-filter:hover {
  background-color: #1c3d8c;
  color: #ffffff;
  border-color: #1c3d8c;
}
.breadcrumb {
  background: none;
  padding: 0px 0px 0px 0px;
  margin-bottom: 0px;
}
.breadcrumb .breadcrumb-item {
  margin-right: 0;
  color: #9ca3af;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  padding: 10px 8px;
}
.breadcrumb .breadcrumb-item:hover {
  color: #374151;
}
.breadcrumb .breadcrumb-item:active,
.breadcrumb .breadcrumb-item.active {
  color: #111827;
}
.breadcrumb .breadcrumb-item:first-child {
  padding-left: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
  left: -10px;
  width: 12px;
  height: 12px;
  content: "";
}
.breadcrumb-item + .breadcrumb-item {
  margin-left: 10px;
}
.breadcrumb .breadcrumb-item a {
  color: #9ca3af;
  text-decoration: none;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #374151;
}
.breadcrumb .breadcrumb-item a:active,
.breadcrumb .breadcrumb-item a.active {
  color: #111827;
}
.breadcrumb .breadcrumb-item.disabled,
.breadcrumb .breadcrumb-item a.disabled {
  background: none;
  color: #9ca3af;
}
.back_btn {
  padding: 0 20px;
  color: #4b5563;
}
.back_btn .btn-link {
  color: #4b5563;
}
.back_btn_area {
  margin: 0;
  padding: 0;
  color: #181d27;
  font-size: 14px;
  line-height: 20px;
  box-shadow: none;
}
.back_btn_area span {
  font-size: 20px;
}
.back_btn_area.focus,
.back_btn_area:focus,
.back_btn_area:focus-visible {
  box-shadow: none;
}
.custom-switch {
  padding-left: 0;
  line-height: 20px;
  margin-bottom: 15px;
  min-height: inherit;
}
.custom-switch .custom-control-label::before {
  background-color: #d1d5db;
  border-color: #d1d5db;
}
.custom-switch label.custom-control-label {
  padding-left: 45px;
  position: relative;
  line-height: normal;
}
.custom-switch label.custom-control-label p {
  font-size: 14px;
  line-height: 20px;
  color: #6b7280;
  margin-bottom: 0;
}
.custom-switch label.custom-control-label p span {
  color: #3064e8;
  font-size: 18px;
}
.custom-switch .custom-control-label::before {
  left: 0;
  top: -1px;
  height: 20px;
  width: 36px;
  position: absolute;
  border-radius: 50px;
}
.custom-switch .custom-control-label::after {
  left: 2px;
  top: 1px;
  height: 16px;
  width: 16px;
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.101961);
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #2563eb;
  border-color: #2563eb;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(1rem) !important;
}
.custom-switch .custom-control-input[disabled] ~ .custom-control-label::before,
.custom-switch .custom-control-input:disabled ~ .custom-control-label::before {
  border-color: #e9ecef;
  background-color: #e5e7eb;
}
.custom-switch .custom-control-input:active ~ .custom-control-label::before,
.custom-switch
  .custom-control-input.active:checked
  ~ .custom-control-label.active::before,
.custom-switch
  .custom-control-input:active:checked
  ~ .custom-control-label:active::before,
.custom-switch
  .custom-control-input:hover:checked
  ~ .custom-control-label:hover::before {
  background-color: #1d4ed8;
  border-color: #1d4ed8;
}
.custom-switch
  .custom-control-input:focus-visible
  ~ .custom-control-label::before,
.custom-switch
  .c-prefers-focus
  .custom-control-input:focus
  ~ .custom-control-label::before {
  box-shadow: 0px 0px 0px 4px #7fb0fa;
  border-color: #7fb0fa;
}
.custom-switch .custom-control-input:disabled ~ .custom-control-label::after {
  background-color: #d1d5db;
}
.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before,
.custom-switch
  .custom-control-input:hover:disabled:checked
  ~ .custom-control-label::before {
  background-color: #e5e7eb;
  border-color: #e5e7eb;
}
.custom-switch .custom-control-input:disabled ~ label.custom-control-label {
  color: #9ca3af;
}
.custom-switch.only_switch {
  margin-bottom: 0;
  margin-top: 10px;
}
.custom-switch.only_switch label.custom-control-label {
  margin: 0 10px;
}
.input-group .input-group-text {
  padding: 8px 40px 8px 12px;
  font-size: 16px;
  border-radius: 8px;
  height: auto;
  color: #6b7280;
  border: 1px solid #d1d5db;
  background: #ffffff;
}
.input-group .dropdown-toggle::after {
  display: inline-block;
  border: none;
  font-family: "govCon" !important;
  content: "\ed4d";
  position: absolute;
  right: 10px;
  font-size: 20px;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  border: 1px solid #d1d5db;
  font-size: 16px;
  font-weight: 400;
}
.input-group > .form-control:focus,
.input-group > select:focus,
.input-group > .custom-select:focus,
.input-group > .form-select:focus,
.input-group > .form-control:hover,
.input-group > select:hover,
.input-group > .custom-select:hover,
.input-group > .form-select:hover {
  border-color: #d1d5db;
  outline: none;
}
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.list-group .list-group-item {
  border: none;
  background-color: inherit;
}
.list-group .list-group-item p {
  color: #4b5563;
}
.list-group .list-group-item .subtitle_h3 h3 {
  position: relative;
}
.list-group .list-group-item .subtitle_h3 h3 span {
  position: absolute;
  margin-left: 5px;
  top: 3px;
  font-weight: 300;
}
.nav-tabs {
  border: #e9eaeb solid 1px;
  background-color: #fafafa;
  border-radius: 8px;
  padding: 0;
}
.nav-tabs .nav-link {
  color: #717680;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.nav-tabs .nav-linka:not([href]):not([tabindex]):focus,
.nav-tabs .nav-linka:not([href]):not([tabindex]):hover {
  text-decoration: none;
  color: #717680;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-color: #d5d7da;
  border-radius: 8px;
  background-color: #fff;
  color: #414651;
}
.bule_tab.nav-tabs {
  border: none;
  border-bottom: #e9eaeb solid 1px;
  background-color: inherit;
}
.bule_tab.nav-tabs .nav-item {
  padding: 0 15px;
}
.bule_tab.nav-tabs .nav-item:first-child {
  padding-left: 0;
}
.bule_tab.nav-tabs .nav-link {
  padding: 10px 0;
  border: 2px transparent;
  font-weight: 600;
  color: #4b5563;
}
.bule_tab.nav-tabs .nav-link:hover,
.bule_tab.nav-tabs .nav-item.show .nav-link,
.bule_tab.nav-tabs .nav-link.active {
  border: none;
  background-color: inherit;
  color: #2563eb;
  border-bottom: solid #2563eb 2px;
  border-radius: 0;
}
.nav-tabs-filter {
  background-color: inherit;
  border: none;
  border-radius: 0;
}
.nav-tabs-filter .nav-item .nav-link {
  background-color: #fff;
  color: #374151;
  border-color: #d1d5db;
  color: #999999;
  background-color: #f6f6f6;
  border-radius: 0;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 10px;
  font-weight: 600;
}
.nav-tabs-filter .nav-item .nav-link:hover {
  background-color: #d2e3fb;
  color: #1c3d8c;
  border-color: #1c3d8c;
}
.nav-tabs-filter .nav-item .nav-link:active,
.nav-tabs-filter .nav-item .nav-link.active {
  background-color: #d2e3fb;
  color: #1c3d8c;
  border-color: #1c3d8c;
}
.nav-tabs-filter .nav-item:first-child .nav-link {
  border-radius: 8px 0px 0 8px;
}
.nav-tabs-filter .nav-item:last-child .nav-link {
  border-radius: 0px 8px 8px 0px;
}
.nav-tabs-filter .nav-item .nav-link .web-filter-lines,
.nav-tabs-filter .nav-item .nav-link .web-chevron-down,
.nav-tabs-filter .nav-item .nav-link .pText {
  display: inline-block;
  vertical-align: middle;
}
.nav-tabs-filter .nav-item .nav-link .pText {
  padding: 0px 5px 0px 5px;
}
.numbers_list {
  position: relative;
}
.numbers_list .list-group .list-group-item {
  padding: 10px 0;
  padding-left: 45px;
  color: #4b5563;
}
.numbers_list .list-group .list-group-item p {
  margin-bottom: 0;
}
.numbers_list .numbers {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #f0f7ff;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  border-radius: 24px;
}
.list_area {
  margin-bottom: 10px;
}
.list_area .subtitle_h3 h3 {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.list_area .list-group .list-group-item {
  padding: 0;
  font-size: 14px;
  padding: 0 0 8px 0;
  line-height: 20px;
}
.list_area.padd .list-group .list-group-item {
  padding: 8px 0 8px 0;
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
}
.list_area.padd .list-group .list-group-item .web-check-circle {
  position: absolute;
  left: 0;
  margin-top: 2px;
  color: #17b26a;
}
.list_with_icon {
  position: relative;
}
.list_with_icon .list-group-item {
  padding: 0;
  padding-left: 20px;
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
.list_with_icon .list-group-item .icon {
  position: absolute;
  left: 0;
  font-size: 16px;
}
.list_with_icon.paddNone .list-group-item {
  padding-left: 0;
}
.card {
  background-color: #ffffff;
  border: #dee2e6 solid 3px;
  box-shadow: 0px 3px 13px 0px #dad8d8b2;
  border-radius: 24px;
}
.card .card-body {
  padding: 16px 24px;
}
.card .card-body.paddNone {
  padding: 0;
}
.card.custom_card {
  border-radius: 24px;
  padding: 24px;
  border: 1px solid #d0d5dd;
  background-color: #ffffff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
}
.card.custom_card.bg {
  background-color: #fafafa;
  min-height: auto;
}
.card.card_empty {
  border: none;
  background-color: inherit;
  border-radius: 0;
}
.card.shadow_card {
  box-shadow: 0px 2px 10px 0px #00000040;
}
.modal .modal-dialog {
  max-width: 1270px;
  margin-top: 0;
  margin-bottom: 0;
}
.modal .modal-dialog .modal-content {
  max-height: inherit;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0px 1.5px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 20px 30px 30px 30px;
  border: none;
}
.modal .modal-dialog .modal-content .modal-header {
  height: auto;
  padding: 0px 0 30px 0;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  border: none;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  color: #1f1f1f;
  font-size: 24px;
  font-weight: 600;
}
.modal .modal-dialog .modal-content .modal-header .modal-title .close {
  opacity: 1;
}
.modal .modal-dialog .modal-content .modal-header .modal-title + .close {
  margin-right: 0;
  height: auto;
  opacity: 1;
}
.modal .modal-dialog .modal-content .modal-header .web-x {
  font-size: 24px;
}
.modal .modal-dialog .modal-content .modal-body {
  border-top: 0;
  margin-top: 0;
  padding: 0;
  overflow: inherit;
}
.modal .modal-dialog .modal-content .modal-footer {
  border: 0px;
}
.modal .modal-dialog .modal-content .nav-tabs .nav-link {
  text-decoration: none;
  color: #1f1f1f;
  background-color: #e0eeff;
  border-radius: 8px 8px 0px 0px;
  font-size: 16px;
}
.modal .modal-dialog .modal-content .nav-tabs .nav-link:hover,
.modal .modal-dialog .modal-content .nav-tabs .nav-link.hover,
.modal .modal-dialog .modal-content .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #3064e8;
}
.modal .modal-dialog .modal-content .nav-tabs .nav-link.active {
  font-weight: 600;
}
.modal .modal-dialog .modal-content .tab-content {
  border: 1px solid #dee2e6;
  margin-top: 0px !important;
  border-top: 0px;
  padding: 20px;
}
.modal .modal-dialog .modal-content .tab-content .tab-pane {
  min-height: 500px;
  max-height: 500px;
  overflow: auto;
}
.modal .modal-dialog .modal-content .tab-content p {
  color: #1f1f1f;
  font-size: 14px;
}
.owl-carousel .owl-dots {
  margin: 0 auto;
  text-align: center;
}
.owl-carousel .owl-dots button.owl-dot {
  background-color: #fff;
  border: #3064e8 solid 1px;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.owl-carousel .owl-dots button.owl-dot.active {
  background-color: #3064e8;
  border: #3064e8 solid 1px;
}
.defualt_lists {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.defualt_lists .list-group .list-group-item {
  padding: 10px 0;
}
.form-control[readonly] {
  text-align: center;
  padding: 8px 14px;
}
.top_filter {
  position: relative;
  padding: 10px 0 15px 0;
}
.top_filter .subtitle_h1 {
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
}
.top_filter .subtitle_h1.padd_left_none {
  padding-left: 0;
}
.top_filter .subtitle_h1 h1 {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}
.top_filter .btn.btn-filter {
  padding: 6px 10px;
}
.top_filter .btn,
.top_filter .btn.export_btn_area {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 16px;
}
.top_filter .btn.btn-secondary {
  background-color: #ffffff;
  border-color: #d1d5db;
  color: #374151;
  box-shadow: 0px 4px 4px 0px #00265926;
}
.top_filter .btn.btn-secondary:hover {
  background-color: #f9fafb;
  border-color: #9ca3af;
  color: #1f2937;
  box-shadow: 0px 4px 4px 0px #00265926;
}
.top_filter .btn.btn-secondary.active {
  background-color: #f3f4f6;
  border-color: #6b7280;
  color: #111827;
  box-shadow: 0px 4px 4px 0px #00265926;
}
.filter-container {
  position: relative;
}
.filter-container .form-control {
  padding: 10px 30px 10px 14px;
}
.modal_fltr .modal-dialog {
  max-width: 500px;
}
.modal_fltr .modal-dialog .modal-content {
  padding: 0;
}
.modal_fltr .modal-dialog .modal-content .modal-header {
  padding: 24px 14px;
  border-bottom: 1px solid #afcffd;
  margin-bottom: 0;
}
.modal_fltr .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.modal_fltr .modal-dialog .modal-content .modal-header .modal-title .badge {
  margin-left: 10px;
}
.modal_fltr .modal-dialog .modal-content .modal-body {
  padding: 32px 24px;
}
.modal_fltr .modal-dialog .modal-content .modal-footer > * {
  margin: 0;
}
.modal_fltr .modal-dialog .modal-content .modal-footer {
  padding: 24px 24px;
  border-top: 1px solid #afcffd;
  box-shadow: 0px 1.5px 10px 0px #00000040;
}
.filter-area {
  position: relative;
}
.filter-area .card {
  margin: 15px 0px;
}
.filter-area .select2-container {
  display: block;
  min-width: inherit;
}
.inner-tabs-filter .tab-content > .tab-pane,
.inner-tabs-filter .tab-pane .topBordr {
  border-top: #d2e3fb solid 4px;
  padding-top: 20px;
  margin-top: 10px;
}
.inner-tabs-filter .nav-tabs,
.inner-tabs-filter .nav-pills {
  display: inline-flex;
  gap: 20px;
  line-height: 38px;
  height: 100%;
  border: #e9eaeb solid 1px;
  background-color: #fafafa;
  border-radius: 8px;
}
.inner-tabs-filter .nav-tabs .select2-selection--single,
.inner-tabs-filter .nav-pills .select2-selection--single {
  min-width: 290px;
}
.inner-tabs-filter
  .nav-tabs
  .select2-selection--single
  .select2-selection__rendered,
.inner-tabs-filter
  .nav-pills
  .select2-selection--single
  .select2-selection__rendered {
  color: #9ca3af;
  font-size: 14px;
}
.inner-tabs-filter .nav-tabs .nav-link,
.inner-tabs-filter .nav-pills .nav-link {
  border-color: #d5d7da;
  border-radius: 8px;
  display: inline-block;
  vertical-align: middle;
  min-height: 60px;
  cursor: pointer;
  border: transparent solid 1px;
}
.inner-tabs-filter .nav-tabs .nav-link a {
  color: #414651;
  text-decoration: none;
}
.inner-tabs-filter .nav-pills .nav-link label {
  font-size: 16px;
  line-height: 20px;
  color: #4b5563;
  font-weight: 500;
}
.inner-tabs-filter .nav-tabs .nav-item .nav-link:hover,
.inner-tabs-filter .nav-pills .nav-item .nav-link:hover,
.inner-tabs-filter .nav-tabs .nav-item.show .nav-link,
.inner-tabs-filter .nav-pills .nav-item.show .nav-link,
.inner-tabs-filter .nav-tabs .nav-item .nav-link.active,
.inner-tabs-filter .nav-pills .nav-item .nav-link.active {
  border: #1d4ed8 solid 1px;
  color: #1d4ed8;
  background-color: #eff6ff;
}
.inner-tabs-filter .card-footer {
  border-top: none;
  padding-bottom: 0;
}
.top_tabs_area {
  position: relative;
}
.top_tabs_area.nav-tabs-filter .nav-item .nav-link {
  min-width: inherit;
}
.selectbox_with_icon {
  display: inline-block;
  vertical-align: middle;
}
.paddLeftRight {
  padding-left: 10px;
  padding-right: 30px;
}
.selectbox_with_icon .web-x-circle {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #a6a6a6;
}
.selectbox_with_icon .web-x-circle:hover {
  color: #1d4ed8;
}
.inner-tabs-filter .selectbox_with_icon {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  width: 0;
  opacity: 0;
  margin-left: 0;
  will-change: width, opacity, margin-left;
  transition: width 550ms cubic-bezier(0.22, 1, 0.36, 1), opacity 350ms ease,
    margin-left 550ms cubic-bezier(0.22, 1, 0.36, 1);
}
.inner-tabs-filter .selectbox_with_icon.is-open {
  width: auto !important;
  opacity: 1 !important;
}
.add_filter .card {
  background-color: #f5f5f5;
  border-radius: 18px;
  border: none;
  margin-bottom: 0;
}
.add_filter .card-body {
  padding: 18px;
}
.add_filter .card-body .filter_name,
.save_filter .filter_name {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #181d27;
}
.add_filter .card-body p,
.save_filter p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}
.save_filter {
  position: relative;
}
.add_people,
.save_return {
  display: none;
}
.add_people.active,
.save_return.active {
  display: block;
}
.save_filter.closed {
  display: none;
}
.viewer {
  position: relative;
}
.viewer p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #181d27;
}
.devider_area {
  background-color: #d1d5db;
}
.filter_access {
  position: relative;
}
.clear_reset_filter_btns {
  position: relative;
}
.clear_reset_filter_btns .btn-primary {
  background-color: #ffd60a;
  color: #181d27;
  border-color: #ffd60a;
}
.clear_reset_filter_btns .btn-primary:hover {
  background-color: #e6c009;
  color: #181d27;
  border-color: #e6c009;
}
.filter_clause {
  margin-bottom: 0;
}
.company_profile .filter_clause .form-check {
  padding-left: 0;
}
.company_profile .filter_clause .form-check .form-check-label:before {
  left: auto;
  top: 5px;
}
.filter_type,
.filter_date_update {
  font-size: 14px;
  line-height: 18px;
  margin-top: 25px;
}
.filter_type .type_area {
  font-weight: 600;
}
.filter_date_update {
  font-size: 16px;
  line-height: 20px;
}
.filter_access .subtitle_h4 h4 {
  color: #1f1f1f;
  font-weight: 600;
}
.bar_search {
  padding-top: 15px;
}
.bar_search .input-group .btn-primary {
  border-radius: 0px 8px 8px 0;
  box-shadow: none;
  padding: 8px 14px;
  font-size: 14px;
  line-height: 20px;
  color: #374151;
  background-color: #ffd60a;
  border-color: #ffd60a;
  font-weight: 600;
}
.bar_search .input-group .btn-primary:hover {
  background-color: #e6c009;
  color: #181d27;
  border-color: #e6c009;
}
.bar_search .input-group > .input-group-prepend > .input-group-text {
  background-color: #fff;
  color: #374151;
  border-color: #d1d5db;
  color: #6b7280;
  font-weight: 400;
  margin-right: -1px;
}
.bar_search .input-group > .input-group-prepend > .input-group-text:hover {
  background-color: #d2e3fb;
  color: #1c3d8c;
  border-color: #1c3d8c;
}
.bar_search .input-group > .input-group-prepend > .input-group-text:active,
.bar_search .input-group > .input-group-prepend > .input-group-text.active {
  background-color: #d2e3fb;
  color: #1c3d8c;
  border-color: #1c3d8c;
}
.bar_search .input-group .form-control {
  color: #111827;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 12px;
}
.bar_search .input-group input.form-control::-webkit-input-placeholder,
.bar_search .input-group textarea.form-control::-webkit-input-placeholder {
  color: #6b7280;
  opacity: 1;
  font-style: italic;
}
.bar_search .input-group input.form-control::-moz-placeholder,
.bar_search .input-group textarea.form-control::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
  font-style: italic;
}
.bar_search .input-group input.form-control:-ms-input-placeholder,
.bar_search .input-group textarea.form-control:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
  font-style: italic;
}
.bar_search .input-group input.form-control::placeholder,
.bar_search .input-group textarea.form-control::placeholder {
  color: #6b7280;
  opacity: 1;
  font-style: italic;
}
.bar_search .default_dropdown.dropdown .dropdown-menu {
  min-width: 130px;
  max-width: inherit;
}
.filter_actions {
  margin-bottom: 0;
  padding: 0;
  margin: 0;
}
.filter_actions.dropdown .dropdown-menu {
  border-radius: 8px;
  border: 1px solid #00000014;
  box-shadow: 0px 2px 2px -1px #0a0d120a;
  box-shadow: 0px 4px 6px -2px #0a0d1208;
  box-shadow: 0px 12px 16px -4px #0a0d1214;
  min-width: 370px;
}
.filter_actions .card {
  margin-bottom: 0;
}
.filter_actions .card .card-body {
  list-style: none;
  padding: 15px;
}
.filter_actions .card .card-body li {
  display: block;
  margin-bottom: 10px;
}
.filter_actions .card .card-body li h6 {
  margin-bottom: 5px;
}
.filter_actions_item {
  position: relative;
  display: inline-block;
}
.filter_actions_item a {
  display: block;
  padding: 4px 14px;
  margin-bottom: 8px;
  border: 1px solid #d1d5db;
  background: #ffffff;
  color: #202020;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.filter_actions .card-footer {
  padding: 8px 14px;
  margin-top: -24px;
}
.filter_actions .card-footer p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 24px;
}
.filter_sub_title {
  position: relative;
  margin-bottom: 10px;
}
.filter_sub_title h5 {
  margin-bottom: 5px;
  font-weight: 500;
  color: #374151;
  font-size: 16px;
  line-height: 24px;
}
.filter_sub_title p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #6b7280;
}
.viewer .dropdown .dropdown-toggle {
  cursor: pointer;
}
.viewer .dropdown .dropdown-toggle::after {
  display: none;
}
.viewer .dropdown .dropdown-menu {
  background: #ffffff;
  border-radius: 8px;
  min-width: 115px;
  box-shadow: 0px 12px 16px -4px #0a0d1214;
  padding: 5px 6px;
  right: 0 !important;
  left: auto !important;
}
.viewer .dropdown .dropdown-menu .dropdown-item {
  display: block;
  padding: 5px 8px;
  color: #111827;
  font-size: 14px;
  line-height: 24px;
}
.viewer .dropdown.show .web-chevron-down {
  transform: rotate(-180deg);
}
.viewer .dropdown .dropdown-menu .dropdown-item:hover,
.viewer .dropdown .dropdown-menu .dropdown-item.active {
  background-color: #f0f7ff;
  border-radius: 4px;
}
.viewer .dropdown .dropdown-menu .dropdown-item:hover .web-check,
.viewer .dropdown .dropdown-menu .dropdown-item.active .web-check {
  color: #3b82f6;
}
.default_dropdown.dropdown .dropdown-menu {
  margin: 0;
  padding: 10px;
  min-width: 300px;
}
.default_dropdown.dropdown .dropdown-menu .dropdown-item {
  padding: 8px 10px;
  border-radius: 8px;
  text-decoration: none;
}
.default_dropdown.dropdown .dropdown-menu .dropdown-item:hover,
.default_dropdown.dropdown .dropdown-menu .dropdown-item:active,
.default_dropdown.dropdown .dropdown-menu .dropdown-item.active {
  background-color: #f0f7ff;
  color: #464f57;
}
.default_dropdown .badge {
  vertical-align: middle;
}
.default_dropdown .badge .web-chevron-down {
  font-size: 16px;
  line-height: 16px;
}
.show_result .and,
.show_result .default_dropdown {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.show_result_badge {
  padding: 5px 0;
  border-bottom: 1px solid #d1d5db;
  font-size: 14px;
  font-weight: 400;
  min-height: 42px;
  line-height: 30px;
}
.show_result_badge .applied-filters-btn {
  display: none;
}
.show_result_badge .desaturated_blue {
  padding: 8px 12px;
  line-height: normal;
  border-radius: 24px;
  border-color: #d0d5dd;
  background-color: #f0f7ff;
  color: #181d27;
}
.show_result_badge .btn.btn-primary {
  padding: 4px 14px;
}
.show_result_badge .applied_filters_result .show_result {
  position: relative;
  padding-left: 20px;
}
.show_result_badge .applied_filters_result .show_result::before {
  background-color: #d1d5db;
  position: absolute;
  height: 25px;
  width: 1px;
  left: auto;
  margin-left: -5px;
  top: 3px;
  bottom: 0;
  content: "";
}
#dataLakeTable_filter {
  float: none !important;
  text-align: center !important;
}
#dataLakeTable_filter label {
  margin-bottom: 0;
}
.dataTables_wrapper .dataTables_filter input {
  color: #111827;
  font-weight: 400;
  border: #d1d5db solid 1px;
  border-radius: 8px;
  padding: 6px 14px;
  background-color: #ffffff;
}
.dataLakeTableDiv .dataTables_info {
  display: none !important;
}
.addAccountModal {
  cursor: pointer;
}
.leftsideFiterDiv {
  background-color: #e0eeff;
  padding: 12px;
  display: block;
}
.leftsideFiterDiv .filter-sidebar {
  width: 300px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px;
  background-color: #fff;
}
.leftsideFiterDiv .filter-title {
  font-weight: bold;
  text-align: left;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  border-radius: 10px 10px 0 0;
  padding: 8px 15px;
}
.leftsideFiterDiv .accordion .card {
  margin-bottom: 8px;
  background-color: #ffffff;
  border: #dee2e6 solid 2px;
  border-radius: 12px;
  padding: 10px 15px;
}
.leftsideFiterDiv .accordion .card .card-header {
  background-color: #fff;
  border-radius: 8px 8px 8px 8px;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  background-color: inherit;
  padding: 0;
}
.leftsideFiterDiv .accordion .card .card-header a {
  font-weight: 600;
  color: #1f1f1f;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.leftsideFiterDiv .accordion .card .card-header i::before {
  color: #a4a7ae;
}
.leftsideFiterDiv .accordion .card .card-body {
  padding: 10px 0;
}
.leftsideFiterDiv .form-check {
  margin-bottom: 8px;
  padding-left: 28px;
}
.leftsideFiterDiv .form-check-label {
  font-size: 14px;
  color: #202020;
}
.leftsideFiterDiv .see-more {
  font-size: 14px;
  color: #1f1f1f;
  cursor: pointer;
  text-decoration: underline;
  padding-top: 10px;
}
.leftsideFiterDiv .accordion .card .form-check-label:before {
  top: -1px;
  border-radius: 6px;
  border-color: #32464d;
  height: 20px;
  width: 20px;
}
.nl-pageSection .top_head_ai_search .ask_me {
  line-height: 20px;
}
.dataTables_wrapper .dataTables_paginate {
  float: none !important;
  padding-top: 0 !important;
}
.jump-to-page .forn-control,
.jump-to-page .form-control {
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
  width: 100%;
  max-width: 50px;
  line-height: 16px;
  color: #181d27;
  background-color: #f0f7ff;
  border: 1px solid #d0d5dd;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding-left: 10px;
  padding: 5px 8px;
  height: auto;
}
.jump-to-page .input-group-text {
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
  line-height: normal;
  background-color: #f0f7ff;
  color: #181d27;
  margin-left: -1px;
  border: 1px solid #d0d5dd;
  height: 100%;
  text-decoration: none !important;
  padding: 5px 8px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.jump-to-page a.input-group-text.focus,
.jump-to-page a.input-group-text:focus-visible,
.jump-to-page a.input-group-text:focus {
  outline: 2px solid #3b82f6;
  box-shadow: none;
}
.jump-to-page .input-group-text .web-chevron-right-double {
  font-size: 16px;
  position: relative;
  top: 1px;
  right: -3px;
  color: #64748b;
}
.jump-field-posin .input-group {
  align-items: center;
}
.jump-to-page .jump-lbl {
  padding-right: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #374151;
}
.dataTables_length {
  z-index: 9;
  color: #181d27;
  font-size: 14px;
  position: relative;
  left: 10px;
}
.dataTables_length label {
  width: auto !important;
  font-weight: normal;
  display: flex;
  align-items: center;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.dataTables_length label,
.dataTables_info {
  font-size: 14px;
  line-height: 16px;
  color: #475467;
}
.dataTables_length select {
  margin: 0 10px;
  min-width: 64px;
  background-position: right -2px center !important;
  background-image: url(../images/down-arrow.svg) !important;
  color: #1e40af !important;
  background-color: #dbeafe !important;
  border: 1px solid #d1d5db !important;
  border-radius: 4px !important;
  background-repeat: no-repeat;
  line-height: 16px;
  background-size: 20px;
  padding: 4px 24px 4px 8px !important;
}
.dataTables_wrapper .paginate_button {
  font-size: 14px;
  padding: 2px 10px;
  border-radius: 4px;
  min-width: 30px;
  text-align: center;
}
.icons_area {
  position: relative;
}
.icons_area span {
  font-size: 16px;
}
.dataTables_wrapper .paginate_button.current {
  background: #fff;
  color: #181d27 !important;
  border: 1px solid #919191;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0px 10px !important;
  cursor: pointer !important;
  border: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button span {
  font-size: 14px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: linear-gradient(to right, #2e90fa 0%, #3064e8 100%) !important;
  background: #dbeafe !important;
  color: #1e40af !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #000 !important;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #000 !important;
}
.my-table-wrapper
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.disabled {
  color: #000 !important;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #1e40af !important;
}
.dataTables_wrapper .paginate_button.current {
  background: #dbeafe !important;
  color: #1e40af;
  border-radius: 4px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #dbeafe !important;
  color: #1e40af;
  border-radius: 4px !important;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 !important;
}
.infoIconModal,
.empty_icon {
  color: #181d27;
  font-size: 18px !important;
  vertical-align: middle;
  cursor: pointer;
}
.infoIconModal:hover,
.empty_icon:hover {
  color: #3064e8;
}
table.dataTable td a {
  color: #181d27;
  position: relative;
}
table.dataTable td a:hover {
  text-decoration: underline;
  color: #3064e8;
}
table.dataTable td .copy_code {
  position: relative;
}
table.dataTable td .copy_code::before {
  position: absolute;
  left: 0;
  content: "\ead1";
  font-family: "govCon" !important;
}
table.dataTable td a.copy_code:hover::before {
  color: #3064e8;
}
.dataTables_wrapper .dt-buttons,
.tableMainDiv .configColDiv {
  display: none;
}
.dataTables_wrapper .top {
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
}
.dataTables_wrapper .top .dataTables_filter input {
  padding: 4px 5px;
  border-radius: 8px;
}
.l-width,
.j-width,
.p-width {
  width: auto !important;
}
table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_desc:after {
  font-family: "govCon" !important;
  font-size: 16px !important;
  color: #3064e8;
}
table.dataTable thead th .form-control {
  padding: 4px 14px 4px 14px;
  border-radius: 8px;
}
table.dataTable thead > tr > th.sorting:before {
  content: "\ed4a" !important;
  top: 20%;
  opacity: 0.2 !important;
}
table.dataTable thead > tr > th.sorting:after {
  content: "\ed30" !important;
  top: auto !important;
  bottom: 20% !important;
  opacity: 0.2 !important;
}
table.dataTable thead > tr > th.sorting_asc:after {
  content: "\ed30" !important;
  opacity: 0.2 !important;
  bottom: 20%;
  top: auto !important;
}
table.dataTable thead > tr > th.sorting_asc:before {
  content: "\ed4a" !important;
  opacity: 1 !important;
  top: 20%;
}
table.dataTable thead > tr > th.sorting_desc:before {
  content: "\ed4a" !important;
  opacity: 0.2 !important;
  top: 20%;
}
table.dataTable thead > tr > th.sorting_desc:after {
  content: "\ed30" !important;
  opacity: 1 !important;
  bottom: 20%;
  top: auto !important;
}
table.dataTable thead > tr > th:hover {
  background-color: #afcffd;
}
table.dataTable thead > tr > th:hover::before,
table.dataTable thead > tr > th:hover::after {
  color: #181d27;
  opacity: 1 !important;
}
.grid-header:hover .arrow:not(.active) {
  color: black;
}
.arrow.active {
  color: blue;
}
.table-bordered th,
.table-bordered td {
  border-left: 0;
  border-right: 0;
  border-width: 0.5px;
}
.table-responsive table.dataTable tbody tr {
  background-color: #ffffff;
}
.table-responsive table.dataTable.table-hover tbody tr:hover {
  background-color: #f0f7ff;
}
table.dataTable > thead > tr > th,
table.dataTable > tbody > tr > td {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  box-shadow: none;
}
table.dataTable > thead > tr > th {
  background-color: #e0eeff;
  border-color: #dee2e6;
  color: #181d27;
  border-bottom: 1px solid #dee2e6;
  border-left: none !important;
  border-right: none !important;
  height: 32px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  padding: 4px 10px;
}
.dataTables_scrollHead table.dataTable > thead > tr > th {
  padding: 4px 10px;
}
table.dataTable > thead > tr > th.table_head_row {
  font-size: 10px;
  line-height: 12px;
}
table.dataTable > tbody > tr > td,
.table-hover tbody tr:hover th,
.table-hover tbody tr:hover td {
  color: #181d27;
  background-color: inherit;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  padding: 8px 10px;
}
.table th:first-child,
.table td:first-child,
.table .table-column-start {
  padding-left: 10px;
}
table.dataTable td .addRecompetes span,
table.dataTable td .removeRecompetes span,
table.dataTable td .addSolicitationRecompetes span,
table.dataTable td .removeSolicitationRecompetes span {
  color: #181d27;
  font-size: 20px;
  font-weight: 900;
  line-height: 0;
  transition: all 0.4s ease;
  cursor: pointer;
}
table.dataTable td .addRecompetes span.custom-re-compete-plus-new {
  color: #17b26a;
}
table.dataTable td .addRecompetes span.custom-re-compete-plus-new:hover {
  text-shadow: 1px 1px 6px #018045;
}
table.dataTable td .removeRecompetes span.custom-re-compete-minus-new {
  color: #d50000;
}
table.dataTable td .removeRecompetes span.custom-re-compete-minus-new:hover {
  text-shadow: 1px 1px 6px #9c0505;
}
table.dataTable td .addRecompetes span.active {
  color: #17b26a;
}
table.dataTable td .addRecompetes span.remove {
  color: #d50000;
}
.dataTables_processing {
  display: none !important;
}
table.dataTable.row-border > tbody > tr > th,
table.dataTable.row-border > tbody > tr > td,
table.dataTable.display > tbody > tr > th,
table.dataTable.display > tbody > tr > td,
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
table.dataTable.hover > tbody > tr:hover > *,
table.dataTable.display > tbody > tr:hover > * {
  box-shadow: none !important;
}
table.dataTable tr.active {
  background-color: #e9f8ec !important;
}
.date-picker-wrapper .form-control {
  max-width: 150px;
}
.daterangepicker .drp-calendar {
  max-width: 100% !important;
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  min-width: 42px !important;
  width: 42px !important;
  height: 42px !important;
  line-height: 30px !important;
  font-size: 14px !important;
  border-radius: 8px !important;
}
.daterangepicker td.start-date.end-date,
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  border-radius: 8px !important;
  background-color: #3064e8 !important;
}
.daterangepicker select.monthselect {
  width: 48% !important;
  margin-right: 5px !important;
}
.daterangepicker select.yearselect {
  width: 48% !important;
  margin-left: 5px !important;
}
.job_switch {
  display: flex;
}
.job_switch.custom-switch label.custom-control-label {
  padding-left: 35px;
  margin: 0 15px;
}
.jobs_type {
  position: relative;
}
.jobs_type .form-check {
  margin-bottom: 0;
}
.jobs_type .form-check .form-check-label::before {
  top: -3px;
}
.icons_table > span {
  padding: 0px 5px;
  font-size: 16px;
}
.table_column_icon {
  display: inline-block;
  width: 100%;
  max-width: 42px;
  text-align: center;
}
.table_column_icon > span {
  padding: 0px 5px;
  font-size: 16px;
}
.dataTables_scrollHead {
  overflow: auto !important;
  z-index: 1;
}
.dataTables_scrollHeadInner {
  width: 100% !important;
  padding-right: 0px !important;
}
.dataTables_scroll
  .dataTables_scrollHead
  .dataTables_scrollHeadInner
  table.dataTable,
.dataTables_scroll .dataTables_scrollBody table.dataTable {
  width: 100% !important;
  table-layout: fixed;
}
.dataTables_scroll .dataTables_scrollBody table.dataTable {
  border-top: 0 !important;
}
.dataTables_scroll .dataTables_scrollBody table.dataTable td.dataTables_empty {
  background: #f7f7f7 url(/o/theme-nl-common/images/nodataimg.png) center
    no-repeat !important;
  background-size: 500px !important;
  height: 150px;
  border: 2px solid #ddd;
  vertical-align: middle;
  padding-top: 120px !important;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.dataTables_scroll
  .dataTables_scrollBody
  table.dataTable
  td.dataTables_empty
  a {
  color: #1f1f1f;
  text-decoration: underline;
}
.v_modal {
  min-height: auto;
  margin-bottom: 0;
}
.dataTables_scrollHead::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 10px;
  background-color: #fff;
}
.dataTables_scrollHead::-webkit-scrollbar {
  width: 12px;
  background-color: #fff;
  height: 10px !important;
}
.dataTables_scrollHead::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: none;
  background-color: #4b5563;
}
.dataTables_scrollBody {
  border: 0;
  max-height: 545px !important;
  overflow: hidden;
  background: #fff;
}
.dataTables_scrollBody::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 10px;
  background-color: #fff;
}
.dataTables_scrollBody::-webkit-scrollbar {
  width: 12px;
  height: 12px !important;
  background-color: #fff;
}
.dataTables_scrollBody::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: none;
  background-color: #4b5563;
}
.default_table .table th,
.table td {
  height: auto;
}
.default_table .table th {
  font-weight: 500;
}
.default_table table.dataTable thead th,
.default_table table.dataTable tfoot th {
  padding: 6px 10px;
}
.default_table .table-hover tbody tr:hover,
.dataTables_scrollBody .table-hover tbody tr:hover {
  background-color: #f0f7ff;
}
.page_detail {
  position: relative;
}
.page_detail .summary {
  display: block;
  margin-bottom: 30px;
}
#fyChart {
  width: 100%;
}
.chart-container {
  position: relative;
  background-color: white;
  border-radius: 8px;
  padding: 15px;
  width: 100%;
  height: 320px;
  padding: 20px;
}
.chart-box {
  min-height: 400px;
}
canvas {
  margin-top: 20px;
  border-radius: 18px;
}
.chart-card {
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  width: 800px;
}
.chart-wrap {
  position: relative;
  height: 500px;
}
.chart_area {
  display: none;
}
.chart_area.active {
  display: block;
}
.tab-content .chart-container {
  height: 280px;
  background-color: inherit;
}
#pscChart > div,
#naicsChart > div {
  width: 100% !important;
}
#pscChart > div > div,
#naicsChart > div > div {
  height: 300px !important;
  overflow-y: auto !important;
  border: none !important;
  height: 100% !important;
  max-height: 350px !important;
}
#pscChart > div > div svg,
#pscChart > div > div svg g,
#naicsChart > div > div svg,
#naicsChart > div > div svg g {
  width: 100% !important;
}
#pscChart > div > div svg,
#pscChart > div > div svg g > g path,
#naicsChart > div > div svg,
#naicsChart > div > div svg g > g path {
  stroke: none !important;
}
.material-symbols-rounded {
  vertical-align: middle;
}
.alert-dismissible {
  position: relative;
  margin-bottom: 30px;
  padding: 15px 15px;
  padding-left: 70px;
  padding-right: 50px;
  border-radius: 8px;
  border-color: #17b26a;
  border: 1px solid #17b26a;
  background: #ecfdf3;
}
.alert-dismissible .check_icon,
.alert-dismissible .message_alert_head .check_icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  background: #d1fadf;
  padding: 10px;
  line-height: 0;
  border-radius: 100px;
}
.alert-dismissible .check_icon .web-check-circle-broken {
  color: #039855;
}
.alert-dismissible p,
.alert-dismissible .message_alert_head p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 18px;
  display: block;
}
.alert-dismissible .btn-close,
.alert-dismissible .close {
  padding: 0;
  opacity: 100;
  text-shadow: none;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  line-height: 0;
  color: #475467;
}
.alert-dismissible .dismiss {
  color: #4c5564;
}
.alert-dismissible .btn-secondary {
  margin: 0;
  margin-right: 10px;
}
.alert-dismissible .lead {
  font-size: 24px;
  line-height: 32px;
  margin-right: 0;
  margin-bottom: 0;
}
.alert-dismissible.alert-danger {
  border-color: #d50000;
  border: 1px solid #d50000;
  background: #fee4e2;
}
.alert-dismissible.alert-danger .check_icon {
  background: #ffccc9;
}
.alert-dismissible.alert-danger .check_icon .web-check-circle-broken {
  color: #d92d20;
}
.notice_message {
  padding: 15px 15px;
  background-color: #f5f5f5;
}
.notice_message .alert-dismissible {
  padding: 0;
  border-radius: 0;
  background-color: inherit;
  border: none;
}
.detail_info {
  position: relative;
}
.detail_info strong {
  font-weight: 700;
  font-size: 18px;
}
.detail_info p {
  font-size: 16px;
  line-height: 22px;
}
.notice_message .alert-dismissible .close {
  transform: inherit;
  top: -10px;
}
.notice_message .alert-dismissible .close .material-icons-round {
  font-size: 18px;
}
textarea.form-control {
  min-height: 154px;
  resize: none;
}
textarea.form-control,
textarea.form-control-plaintext,
.form-control.form-control-textarea {
  resize: none;
}
select.custom-select,
.form-select,
select.form-control,
.dataTables_wrapper .dataTables_length select,
.select2-container--default .select2-selection--single {
  color: #475467;
  background-image: url(/documents/d/govcon-360-suite/chevron-down);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  padding-right: 30px;
  border-radius: 8px;
  height: auto !important;
  border: 1px solid #d1d5db !important;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  display: none;
}
.select2-container--default .select2-selection--single {
  border-radius: 8px !important;
}
select.custom-select,
.form-select,
select.form-control,
.dataTables_wrapper .dataTables_length select {
  padding: 8px 10px;
}
.select2-container {
  min-width: 250px;
  width: auto !important;
  padding: 0 !important;
  border: none !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  position: relative;
  bottom: 0;
}
.select2-container--default .select2-selection--multiple {
  padding: 8px 12px 8px 12px !important;
  font-size: 16px !important;
  min-height: inherit !important;
  border-radius: 8px !important;
  border: 1px solid #d1d5db !important;
  background-position: right 10px center !important;
  background-size: 14px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 0 !important;
  margin-right: 5px;
  margin-top: 1px !important;
  margin-bottom: 1px;
  font-size: 14px;
  line-height: 20px;
  background-color: #ffffff !important;
  border: 1px solid #d1d5db;
  border-radius: 6px !important;
  padding-left: 0 !important;
  padding-right: 20px !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border-right: 0 !important;
  padding: 0 5px !important;
  left: auto !important;
  right: 0 !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove
  span {
  position: relative !important;
  top: -1px !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__display {
  padding-left: 5px !important;
  padding-right: 3px !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:focus {
  background-color: #3b82f6 !important;
  color: #ffffff !important;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #d1d5db !important;
  outline: 2px solid #3b82f6 !important;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-radius: 8px !important;
}
.select2-results__option {
  position: relative;
}
.select2-results__option--selectable:before {
  content: "";
  font-family: "govCon" !important;
  position: absolute;
  left: auto;
  right: 10px;
  width: 22px;
  height: 22px;
  line-height: 20px;
  font-size: 20px;
  top: 8px;
}
.select2-results__option--selectable.select2-results__option--selected:before,
.select2-results__option--selectable.select2-results__option--highlighted:before {
  font-family: "govCon" !important;
  content: "\eabf";
  color: #127ce6;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #f0f7ff !important;
  color: #464f57 !important;
}
.select2-search.select2-search--inline {
  line-height: normal;
}
.select2-container .select2-search--inline .select2-search__field {
  margin: 0 !important;
  height: 24px !important;
  line-height: 26px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: normal !important;
  padding: 0 !important;
  display: inline;
}
.select2-results {
  background-color: #ffffff;
}
.plus_cate {
  position: absolute;
  top: 15px;
  right: 15px;
}
.sortBySelectSection {
  position: relative;
}
.sortBySelectSection .select2-container {
  min-width: 130px;
}
.sortBySelectSection .input-group > .form-control:not(:last-child),
.sortBySelectSection .input-group > .custom-select:not(:last-child),
.sortBySelectSection .input-group > .select.form-control {
  border: #127ce6 solid 2px !important;
  padding-right: 20px !important;
  border-radius: 0px 8px 8px 0px !important;
}
.sortBySelectSection .input-group .input-group-text {
  padding: 7px 14px;
  border: #127ce6 solid 2px;
  border-radius: 8px 0 0px 8px;
  margin-right: -2px;
}
.sortBySelectSection
  .input-group
  .select2-container--default
  .select2-selection--single {
  border: #127ce6 solid 2px !important;
  border-radius: 0 8px 8px 0 !important;
}
.select2-results__options .select2-results__option[aria-selected] {
  padding: 8px;
  padding-left: 15px !important;
  border-radius: 8px;
  margin-bottom: 5px;
  font-weight: 600;
  background-color: inherit;
}
.select2-dropdown {
  background: #ffffff;
  border: #dee2e6 solid 2px !important;
  box-shadow: 0px 2px 2px -1px #0a0d120a;
  box-shadow: 0px 4px 6px -2px #0a0d1208;
  box-shadow: 0px 12px 16px -4px #0a0d1214;
  border-radius: 8px 8px 8px 0 !important;
  overflow: hidden;
}
.select2-results__options {
  padding: 10px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #000 !important;
  line-height: normal !important;
  font-size: 16px !important;
  padding: 0 !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  height: auto !important;
  margin-right: 5px;
  color: #127ce6;
  font-weight: 600 !important;
}
.date-range {
  display: flex;
  gap: 15px;
  align-items: center;
}
.sorting_area {
  display: inline-grid;
  padding-left: 10px;
}
.sorting_area span {
  line-height: normal;
  font-weight: 700;
  cursor: pointer;
  line-height: 0px;
}
.sorting_area span::before {
  font-size: 16px;
}
.sorting_area span.web-chevron-up {
  position: relative;
  top: -5px;
}
.sorting_area span.web-chevron-down {
  position: relative;
  bottom: -5px;
}
.sorting_area span.web-chevron-up.active,
.sorting_area span.web-chevron-down.active {
  color: #127ce6;
}
.form-group {
  position: relative;
  margin-bottom: 15px;
}
.error,
.error_validation {
  color: #d50000;
  font-size: 14px;
  line-height: 16px;
  padding-top: 5px;
}
.field_required {
  color: #d50000;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  margin-top: 3px;
  display: none;
}
.field_required.marleft {
  display: block;
  left: 60px;
  position: relative;
  margin-top: 8px;
}
.required,
.hs-form-required,
.hs-form-field .hs-error-msg,
.hs_error_rollup .hs-main-font-element {
  color: #d50000 !important;
  display: inline-block;
  font-size: 14px !important;
  margin-bottom: 0;
}
.hs-form-field .hs-form-required {
  padding-left: 10px;
}
.input-group-item .input-group-inset-after.form-control,
.input-group-item .input-group-inset-before.form-control {
  width: auto;
}
input[type="checkbox"].form-check-input,
input[type="radio"].form-check-input {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.form-check {
  padding-left: 2em;
  margin-bottom: 10px;
}
.form-check .form-check-label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  position: relative;
}
.form-check .form-check-input {
  width: 19px;
  height: 19px;
  margin-left: -2em;
  margin-top: 0;
  border-radius: 4px;
  border-color: #475467;
}
.form-check-input:focus {
  box-shadow: none;
}
.form-check-label:before {
  position: absolute;
  width: 19px;
  height: 19px;
  line-height: 18px;
  left: -28px;
  top: 2px;
  background-color: #ffffff;
  border-radius: 4px;
  border: #475467 solid 1px;
  content: "";
}
.form-check-input:checked + .form-check-label:before {
  content: "\e5ca";
  font-family: "Material Symbols Rounded";
  text-align: center;
  font-size: 18px;
  background-color: #3064e8;
  border: #3064e8 solid 1px;
  color: #fff;
}
.custom-radio {
  position: relative;
}
.custom-radio .custom-control-label {
  line-height: 19px;
  padding-left: 25px;
}
.custom-radio .custom-control-label::before,
.custom-radio .custom-control-label::after {
  top: -1px;
  width: 19px;
  height: 19px;
  line-height: 18px;
  left: 0;
  position: absolute;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #000;
  background-color: #ffffff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  background-color: #000;
  height: 8px;
  width: 8px;
  margin-left: 5.5px;
  margin-top: 5.5px;
  border-radius: 100%;
}
.form-area {
  position: relative;
}
.form-area .form-group {
  margin-bottom: 15px;
}
.form-area .form-group label {
  margin-bottom: 10px;
}
.form-area .btn-primary i {
  color: #fff;
}
.form-area .form-group .form-check-label {
  font-size: 16px;
  line-height: 24px;
}
.form-area .form-group .form-check-label a {
  color: #3064e8;
  font-weight: 600;
  text-decoration: underline;
}
.form-area .form-group .form-check-label:before {
  top: 0;
}
.input_icon {
  position: absolute;
  top: 12px;
  left: 15px;
  color: #9ca3af;
}
.input_icon.right {
  left: auto;
  right: 15px;
}
.input_with_icon .form-control {
  padding: 10px 40px;
}
.input_with_icon p {
  font-size: 14px;
  line-height: 20px;
  color: #6b7280;
  margin-bottom: 6px;
}
.form-group .disabled_input::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  cursor: not-allowed;
  opacity: 1;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  background: none;
}
.phoneCode .form-select {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  border-right: 0;
  border-radius: 6px 0 0 6px;
  background-position: right 0px center;
}
.phoneCode .form-control {
  border-left: 0;
  padding-left: 14px;
}
.priceCurrencey .form-select {
  border-left: 0;
  border-radius: 0 6px 6px 0;
  background-position: right 5px center;
}
.priceCurrencey .form-control {
  border-left: 0;
  border-right: 0;
  padding-left: 10px;
}
.priceCurrencey .input-group .input-group-text {
  border-right: 0;
  padding-right: 10px;
  border-radius: 6px 0 0 6px;
  min-width: inherit;
}
.priceCurrencey .input_icon.right {
  right: 70px;
}
.accordion_custom {
  position: relative;
}
.accordion_custom .accordion-item {
  border-radius: 0;
  padding-bottom: 30px;
  padding-left: 40px;
}
.accordion_custom .accordion-item a:hover {
  text-decoration: none;
}
.accordion_custom .accordion-header {
  cursor: pointer;
}
.accordion_custom .accordion-header .accordion-button {
  position: relative;
  width: 100%;
  text-align: left;
  box-shadow: none;
}
.minus-plus {
  position: relative;
}
.minus-plus::before {
  position: absolute;
  left: -40px;
  font-size: 24px;
  cursor: pointer;
  font-weight: 100;
  text-align: center;
  content: "\eb22";
  color: #a4a7ae;
  font-family: "govCon" !important;
}
.minus-plus:focus,
.minus-plus:focus-visible {
  outline: none;
}
.accordion_custom .card-header .collapsed .minus-plus::before,
.accordion_custom .accordion-header.collapsed .minus-plus::before {
  content: "\eb2b";
}
.accordion_custom .accordion-body p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}
.expandAll {
  margin: 0;
  padding: 0;
}
.expand_collapse {
  display: inline-block;
  vertical-align: middle;
}
.pagination {
  position: relative;
  text-align: center;
  margin-bottom: 0;
}
.pagination .page-item,
.pagination li {
  padding: 0 3px;
  display: inline-block;
  float: none;
}
.pagination .page-link,
.pagination .page-link span,
.pagination .page-item .current,
.pagination .disabled .ellipse,
.pagination .page-item .prev,
.pagination .page-item .next,
.page-link.prev,
.page-link.next {
  color: #475467;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  margin-left: 0;
  padding: 10px 15px;
  border-radius: 4px;
  height: auto;
  line-height: inherit;
  display: block;
  background-color: #fff;
  border: 1px solid #475467;
}
.pagination .page-item:hover .page-link,
.pagination .page-item.active .page-link,
.pagination .page-item:hover .current,
.pagination .page-item.active .current,
.pagination .page-item:hover .page-link.prev,
.pagination .page-item.active .page-link.next {
  background-color: #3064e8;
  border-color: #3064e8;
  color: #fff;
}
.pagination .page-item .page-link.prev,
.pagination .page-item .current.prev,
.pagination .page-item .current.next,
.pagination .page-item .page-link.next {
  border: none;
  background-color: inherit;
  color: #3064e8;
  padding: 0;
}
.page-link:hover::before,
.page-link.hover::before {
  display: none;
}
.pagination-area .page-item:first-child .page-link {
  border-radius: 4px;
}
.pagination-area .page-item:last-child .page-link {
  border-radius: 4px;
}
.arrow_next .material-symbols-rounded {
  color: #3064e8;
  font-size: 30px;
}
.pagination .page-item .page-link.next .material-symbols-rounded,
.pagination .page-item .page-link.prev .material-symbols-rounded {
  color: #3064e8;
  font-size: 30px;
  padding: 0;
  border: none;
}
.input-group-area {
  margin: 0 auto;
  width: 100%;
  max-width: 170px;
  display: inline-block;
}
.input-group-area .input-group-btn {
  display: inline-block;
  vertical-align: middle;
}
.input-group-area .input-group-btn .btn {
  margin: 0;
  border-radius: 0;
  line-height: 0;
  padding: 11px 10px 11px 10px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
}
.input-group-area .input-group-btn .btn i {
  margin-right: 0;
  color: #000000;
  font-size: 12px;
}
.input-group-area .input-number {
  text-align: center;
  border-radius: 0;
  background-color: #3064e8;
  padding: 10px 10px 9px 10px;
  min-width: 65px;
  max-width: 65px;
  position: relative;
  z-index: 1;
  border: 1px solid #475467;
  vertical-align: middle;
  display: inline-block;
  text-indent: 1px;
  text-overflow: "";
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: inherit;
}
.input-group-area .input-group-btn .quantity-left-minus {
  border-radius: 8px 0px 0px 8px;
  color: #181d27;
}
.input-group-area .input-group-btn .quantity-right-plus {
  border-radius: 0 8px 8px 0;
  color: #181d27;
}
.img_cover_area {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.img_contain_area {
  background: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center right;
}
.trs {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.border_radius {
  border-radius: 32px;
}
.light_gray_bg {
  background-color: #f9fafb;
  border-radius: 32px;
}
.yellow_bg {
  background-color: #ffd60a;
}
.light_blue_bg {
  background-color: #f0f7ff;
}
.padd_all {
  padding: 48px 48px 78px 48px;
}
.paragraph {
  position: relative;
}
.less-gutters {
  margin-left: -5px;
  margin-right: -5px;
}
.less-gutters > .col,
.less-gutters > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.lead {
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
}
.icon_area {
  display: inline-block;
  padding: 10px;
  border: #d5d7da solid 1px;
  border-radius: 10px;
  margin-bottom: 15px;
  width: 48px;
  height: 48px;
  line-height: 24px;
  text-align: center;
}
.icon_area span {
  font-size: 24px;
  color: #3064e8;
}
.mCustomScrollbar {
  height: 100%;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
}
.mCSB_inside > .mCSB_container {
  margin-right: 5px;
}
.mCSB_scrollTools {
  left: 0;
  right: auto;
  opacity: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
  background-color: #8c969e;
  border: #8c969e solid 1px;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:focus .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #8c969e;
  border: #8c969e solid 1px;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #127ce6;
  width: 3px;
  display: none;
}
.mCustomScrollbar.right-scroll .mCSB_scrollTools {
  left: auto;
  right: 0;
}
.common_list {
  list-style: none;
}
.common_list li {
  position: relative;
  padding-left: 40px;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}
.common_list.disc_list {
  padding-left: 20px;
}
.common_list.disc_list li {
  list-style: disc;
  padding-left: 0;
}
.table-responsive {
  margin-bottom: 0;
}
.common_grid_area {
  position: relative;
}
.common_grid_area .card_area {
  box-shadow: 0px 2px 4px 0px #c1c1c1;
  border-radius: 10px;
  padding: 20px 25px;
  background-color: #ffffff;
}
.SmallHeading {
  font-size: 14px;
  line-height: normal;
  margin-bottom: 5px;
  font-weight: 600;
  color: #475467;
}
.btn_area {
  position: relative;
}
.btn_area .btn {
  border-radius: 8px;
  font-size: 14px;
  padding: 7px 16px;
  font-weight: 400;
  margin-left: 3px;
  margin-right: 3px;
  box-shadow: none;
  border: #181d27 solid 1px;
}
.btn_area .btn.btn-primary {
  background-color: #3064e8;
  border-color: #3064e8;
}
.show_page_no {
  padding: 15px;
  min-height: 35px;
  display: block;
}
.lead_finder_table {
  position: relative;
}
.lead_finder_table .nlTableContainer {
  padding: 0 30px;
}
.lead_finder_table .loader_area {
  max-height: 630px;
}
.lead_finder_table .dataTables_scrollBody {
  max-height: 580px !important;
}
.advanced_search_btn {
  padding: 0;
}
.advanced_search_btn_and_clear_reset_find {
  min-height: 45px;
  margin-top: 15px;
}
.advanced_search_btn_and_clear_reset_find .collapse {
  margin-bottom: 15px;
}
.serial_numbers {
  position: relative;
  color: #1f2937;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin: 0px;
  border-radius: 100px;
  line-height: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.serial_numbers h1 {
  margin-bottom: 0;
}
.serial_numbers a {
  color: #1f2937;
  text-decoration: none;
}
.matches_sortby {
  background-color: #f2f6fa;
  padding: 15px 30px;
}
.sort_by {
  margin-bottom: 0;
}
.matches_sortby .form-control,
.matches_sortby .input-group > .form-control:hover,
.matches_sortby .input-group > select:hover {
  font-size: 14px;
  border: #127ce6 solid 2px;
}
.matches_sortby .dropdown .btn-primary,
.applied-filters-btn.btn-primary {
  background-color: #3064e8;
  border-color: #3064e8;
  box-shadow: none;
  border-radius: 24px;
  color: #ffffff;
}
.lead_finder_table .dataTables_wrapper {
  padding-top: 20px;
}
.lead_finder_table .jump-to-page,
.lead_finder_table .dataTables_wrapper .dataTables_paginate {
  top: 10px;
}
.lead_finder_table .dataTables_wrapper .dataTables_info {
  display: none;
}
.POcardTableView .dataTables_scrollBody {
  background-color: inherit;
}
.capabilities {
  position: relative;
  border-top: #ccc solid 1px;
  padding-top: 10px;
  margin-top: 10px;
  display: block;
}
.capabilities .tags,
.capabilities strong {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 8px;
  font-weight: 600;
  line-height: 16px;
  font-size: 14px;
}
.capabilities a.tags {
  position: relative;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  padding: 4px 10px;
  margin: 0px;
  border-radius: 100px;
  background-color: #eef4ff;
  border-color: #c7d7fe;
  color: #3538cd;
  border-radius: 100px;
}
.capabilities strong {
  color: #1f1f1f !important;
}
.add_delete_account .btn:focus,
.add_delete_account .btn:focus-visible {
  box-shadow: 0px 0px 7px 0px #ff3d00;
}
.add_delete_account .btn-danger {
  background-color: #d70036;
  color: #fff;
}
.add-to-pipeline {
  padding: 8px 14px;
}
.add-to-pipeline .web-plus {
  font-size: 17px;
  font-weight: 600;
}
.main_heading_area {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  white-space: initial;
}
.main_heading_area a {
  color: #1f2937;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
.card_view_area .card-body {
  padding: 16px;
}
.card_view_area .card-header,
.card_view_area .card-footer {
  background-color: inherit;
  border: none;
  padding: 0;
  margin: 0;
}
.card_view_area .card-header .btn span:hover,
.card_view_area .card-header .btn span.active {
  color: #17b26a;
}
.card_view {
  background: #f2f5f8;
  border-radius: 18px;
  border: none;
  padding: 12px 14px;
}
.card_view .card_item_area {
  position: relative;
  margin-bottom: 8px;
}
.card_view h2 {
  color: #3064e8;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.card.card_view_area {
  margin-bottom: 15px;
}
.card_view_area .card-footer {
  margin-top: 15px;
}
.card_title_type {
  display: flex;
  gap: 10px;
  align-items: center;
}
.summary {
  position: relative;
}
.card .summary .smallHeading,
.summary .smallHeading {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.card .summary p,
.summary p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.summary .smallHeading {
  margin-bottom: 5px;
}
.summary .toggle-link {
  display: block;
  position: absolute;
  right: 0;
  top: -2px;
  cursor: pointer;
}
.content_info {
  position: relative;
  padding-right: 30px;
  overflow: hidden;
  max-height: 20px;
  will-change: height;
  transition: max-height 0.8s ease;
}
.content_info.expanded {
  max-height: 500px;
}
.summary .toggle-link .web-chevron-down {
  transition: transform 0.8s ease;
}
.summary .toggle-link .web-chevron-down.rotate_arrow {
  transform: rotate(-180deg);
}
.poCardBorder {
  border: none;
  padding: 0;
  border-radius: 0;
}
.card_sub_head {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}
.card_sub_head > span {
  vertical-align: text-bottom;
}
.card_item .poCardSubHead .poCardSubHeadingField {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
}
.card_item .poCardSubHead span {
  position: relative;
  font-size: 14px;
  margin-top: 5px;
  display: block;
}
.card_item .poCardSubHead span a {
  display: inline;
  text-decoration: none;
}
.card_item .card_item_list {
  color: #1f2937;
  font-size: 14px;
  line-height: 20px;
}
.card_item .card_item_list strong {
  font-weight: 500;
}
.card_item .card_item_list span {
  margin-right: 5px;
  font-size: 16px;
  vertical-align: text-top;
}
.card_item .card_item_list > a {
  color: #1f2937;
}
.card_item .wrapTextOneLine {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search_bg {
  position: relative;
}
.search_bg.graybg {
  background: #f3f3f3;
  border-radius: 0px 8px 8px 8px;
}
.apply_liter_area {
  font-size: 14px;
  margin-top: 5px;
}
.apply_liter_area.active {
  background: #f3f3f3;
  border-radius: 8px 8px 8px 8px;
  padding: 10px 15px;
}
.filter_clear_apply_head {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
}
.filter_clear_apply_head .form-label {
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: #cedcee solid 1px;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.filter_clear_apply_head .btn.btn-secondary {
  padding: 8px 10px;
}
.search_tags_filter {
  font-size: 14px;
  background: #f3f3f3;
  border-radius: 8px 8px 8px 8px;
  padding: 10px 15px;
  margin-bottom: 10px;
}
.search_bar_area {
  position: relative;
}
.list_post_matches {
  list-style: none;
}
.list_post_matches li {
  display: inline-block;
  vertical-align: middle;
}
.list_post_matches li p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.whiteTabContent {
  box-shadow: none;
  border-radius: 0px;
  background: #fff;
  min-height: 100px;
}
.tabNameDetail {
  opacity: 1;
  transition: opacity 0.7s;
  display: inline-block !important;
}
.tabNameDetail.hidden {
  opacity: 0;
  transition: opacity 0.7s;
}
.solicitationCardViewTable thead,
.potentialSAMCardViewTable thead {
  display: none;
}
.tabUlList {
  position: relative;
}
.tabUlList li.nav-item .btn {
  margin-left: 10px;
}
.our_recommendations_area {
  display: none;
}
.our_recommendations_area.active {
  display: block;
}
.our_recommendations_title {
  position: relative;
}
.our_recommendations_title h4 {
  margin-bottom: 0;
}
.add_sam_gov_contract.closed {
  display: none;
}
.nl-Container {
  min-height: 768px;
  margin-bottom: 10px;
}
.nl-theme-style,
.nl-pageSection,
.nl-pageSection-public {
  min-height: 768px;
}
.cardTwo,
.alert_hide,
.loader_hide,
.cardThree {
  display: none;
}
.cardTwo.active,
.cardThree.active,
.alert_hide.active,
.loader_hide.active {
  display: block;
}
.multisteps-form {
  background-color: #eff6fd;
}
.multisteps-form.section {
  padding-top: 0;
  padding-bottom: 0;
}
.multisteps-form .multisteps_bottom {
  position: relative;
  margin-top: auto;
}
.nextPre_buttons {
  padding: 25px 40px;
}
.copyRight_area {
  background-color: #fff;
  padding: 10px 24px;
}
.copyRight_area p {
  margin-bottom: 0;
  padding: 15px 0;
  font-size: 16px;
  text-decoration: none;
  color: #4c5564;
}
.copyRight_area a {
  font-size: 16px;
  color: #4c5564;
  text-decoration: none;
  font-weight: 600;
}
.multisteps-form .lign_bg {
  padding-top: 0;
}
.multisteps {
  position: relative;
  margin-top: 50px;
  width: 100%;
  max-width: 100%;
  padding: 0 44px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  min-height: calc(100dvh - 228px);
}
.multisteps-form__progress-btn {
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  position: relative;
  color: #181d27;
  border: none;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
  font-size: 14px;
}
.multisteps-form__progress-btn:before {
  position: absolute;
  top: 30px;
  left: 50%;
  display: block;
  width: 13px;
  height: 13px;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.15s linear 0s,
    -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s,
    transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s,
    transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s,
    -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  border: 2px solid currentColor;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 3;
}
.multisteps-form__progress-btn:after {
  position: absolute;
  top: 35px;
  left: calc(-50% - 13px / 2);
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background-color: currentColor;
  z-index: 1;
}
.multisteps-form__progress-btn:first-child:after {
  display: none;
}
.multisteps-form__progress-btn.js-active {
  color: #007bff;
}
.multisteps-form__progress-btn.js-active:before {
  -webkit-transform: translateX(-50%) scale(1.2);
  transform: translateX(-50%) scale(1.2);
  background-color: currentColor;
}
.multisteps-form__form {
  position: relative;
  margin-top: 40px;
}
.multisteps-form__form .buttons_area {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.multisteps-form__form .buttons_area .btn {
  min-width: 125px;
}
.multisteps-form__form .buttons_area .btn.btn-primary {
  color: #4c5564;
}
.multisteps-form__form .buttons_area .btn.btn-primary:hover {
  color: #ffffff;
}
.multisteps-form__form .buttons_area .btn.btn-success {
  color: #ffffff;
}
.multisteps-form__panel {
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  display: none;
  visibility: hidden;
  min-height: 630px;
}
.multisteps-form__panel.js-active {
  height: auto;
  opacity: 1;
  display: block;
  visibility: visible;
}
.multisteps-form__panel .label_heading {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}
.multisteps-form__panel .label_heading .required {
  font-size: 18px !important;
}
.multisteps-form__panel .form-group {
  margin-bottom: 10px;
}
.multisteps-form__panel .form-group .form-check {
  margin-bottom: 0;
  padding-left: 28px;
}
.multisteps-form__panel .form-group .form-check .form-check-label:before {
  top: 0;
}
.btn_area {
  margin-bottom: 0;
}
.btn_area .js-btn-next {
  margin: 0;
}
.create_new_field {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.icon_plus_area {
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 20px;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
}
.icon_plus_area span {
  color: #9ca3af;
}
.minus_plus_added_field .create_new_field .form-control {
  max-width: calc(100% - 115px);
}
.minus_plus_added_field .minus_plus_area {
  position: absolute;
  right: 0;
  top: 0;
}
.icon_minus_plus_area {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 10px;
  padding: 5px 5px;
  border: 1px solid #475467;
  width: 45px;
  height: 45px;
  line-height: 30px;
  font-size: 20px;
  text-align: center;
  border-radius: 6px;
}
.icon_minus_plus_area:first-child {
  margin-left: 0;
}
.vertical_scroll {
  max-height: 500px;
  overflow: hidden;
  overflow-y: auto;
}
.multisteps-form__panel .btn_area .btn {
  padding: 10px 20px;
  font-size: 16px;
  margin-left: 10px !important;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 5px;
}
.multisteps-form__panel .btn_area .btn.btn-primary,
.multisteps-form__panel .btn_area .btn.btn-success {
  color: #ffffff;
}
.domain_name {
  text-align: right;
}
.sub_domain_name .input-group-append {
  margin-left: 10px;
}
.sub_domain_name .sudomainInput {
  border-radius: 8px !important;
}
.grayBg {
  box-shadow: 0px 0px 4px 0px #c1c1c1;
  border-radius: 10px;
  padding: 25px 30px;
  background-color: #fff;
}
nl-marketing-accelerator p {
  font-size: 16px;
  line-height: 28px;
  color: #374151;
}
nl-marketing-accelerator .table-column,
nl-marketing-accelerator .table-cell-contract,
nl-marketing-accelerator .table-autofit td,
nl-marketing-accelerator .table-autofit th {
  width: auto;
}
nl-marketing-accelerator .sidebar_area {
  background-color: #e8f5ff;
  transition: max-width 0.5s ease-in-out;
}
nl-marketing-accelerator .sidebar_area .menubar {
  height: 100%;
  max-width: inherit;
}
nl-marketing-accelerator .sidebar_area .nav {
  list-style: none;
  height: 100%;
}
nl-marketing-accelerator .sidebar_area .nav li > a {
  display: block;
  position: relative;
  white-space: nowrap;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  color: #000000;
  color: #4f6b87;
  padding: 10px 20px 10px 20px;
  border-bottom: #cdd7e2 solid 1px;
}
nl-marketing-accelerator .sidebar_area .nav li > a .nav-text {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #000000;
}
nl-marketing-accelerator .sidebar_area .nav li > a.active span.info_icon {
  display: none;
}
nl-marketing-accelerator .sidebar_area .nav li > a.nav-link:hover,
nl-marketing-accelerator .sidebar_area .nav li > a.nav-link.active {
  background-color: #facc15;
  color: #000000;
}
nl-marketing-accelerator .sidebar_area .nav li > a.nav-link:hover .nav-text,
nl-marketing-accelerator .sidebar_area .nav li > a.nav-link.active .nav-text {
  color: #000000;
}
nl-marketing-accelerator .sidebar_area .nav li:first-child a {
  padding-top: 14px;
  padding-bottom: 14px;
}
nl-marketing-accelerator .sidebar_area .nav li.nav-item:last-child {
  position: relative;
  margin-top: auto;
  background-color: #3064e8;
  border: none;
  cursor: pointer;
}
nl-marketing-accelerator .sidebar_area .nav li.nav-item:last-child a {
  border: none;
  color: #ffffff;
}
nl-marketing-accelerator .sidebar_area .nav li.nav-item:last-child a .nav-text {
  color: #ffffff;
  display: ruby;
}
nl-marketing-accelerator .sidebar_area .nav li.nav-item:last-child > a span {
  margin-top: 0;
}
nl-marketing-accelerator .breadcrumb-bar .breadcrumb-item .breadcrumb-link.btn {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
nl-marketing-accelerator
  .breadcrumb-bar
  .breadcrumb-item.active
  .breadcrumb-link,
nl-marketing-accelerator
  .breadcrumb-bar
  .breadcrumb-item
  .active
  .breadcrumb-link {
  color: #3064e8;
}
nl-marketing-accelerator .template-card.card .card-body {
  padding-top: 0;
}
nl-marketing-accelerator .card.card-nav .card-title {
  font-size: 18px;
}
nl-marketing-accelerator
  .card.card-nav
  .card-title
  .text-truncate-inline
  .text-truncate {
  text-transform: uppercase;
}
nl-marketing-accelerator .card-type-template {
  box-shadow: 0px 1px 3px 0px rgba(25, 24, 34, 0.08);
}
nl-marketing-accelerator .card-type-template:hover .card-title,
nl-marketing-accelerator .card-type-template.hover .card-title {
  color: #fff;
}
nl-marketing-accelerator .card-type-template:hover,
nl-marketing-accelerator .card-type-template.hover {
  background-color: #3064e8;
}
nl-marketing-accelerator .card-type-template:hover .card-icon,
nl-marketing-accelerator .card-type-template.hover .card-icon {
  border: 1px solid #fff;
}
nl-marketing-accelerator .card-type-template:hover .card-icon span,
nl-marketing-accelerator .card-type-template.hover .card-icon span {
  color: #fff;
}
nl-marketing-accelerator .card-interactive:hover::after,
nl-marketing-accelerator .card-interactive.hover::after {
  display: none;
}
nl-marketing-accelerator
  .card.side-links-card
  .card-body
  .list-group
  .list-group-item {
  padding: 0;
  padding-top: 0 !important;
}
nl-marketing-accelerator
  .card.side-links-card
  .card-body
  .list-group
  .list-group-item
  .menubar
  .nav-link {
  box-shadow: none;
  margin-bottom: 1px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  border-radius: 8px;
  text-decoration: none;
}
nl-marketing-accelerator
  .card.side-links-card
  .card-body
  .list-group
  .list-group-item
  .menubar
  .nav-link:hover,
nl-marketing-accelerator
  .card.side-links-card
  .card-body
  .list-group
  .list-group-item
  .menubar
  .nav-link.active {
  background-color: #3064e8;
  color: #ffffff;
}
nl-marketing-accelerator
  .card.side-links-card
  .card-body
  .list-group
  .list-group-item
  .menubar.menubar-vertical-expand-lg {
  max-width: inherit;
}
nl-marketing-accelerator .list-group .list-group-item .list-group-title {
  font-size: 20px;
  line-height: 36px;
  color: #181d27;
}
nl-marketing-accelerator .list-group .list-group-item .list-group-text {
  font-size: 16px;
  line-height: 28px;
  color: #374151;
}
nl-marketing-accelerator
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: #3064e8 !important;
  border-color: #3064e8 !important;
}
nl-marketing-accelerator .application-bar .navbar-nav .btn.btn-monospaced {
  box-shadow: none;
  font-size: 16px;
  height: auto;
}
nl-marketing-accelerator .btn {
  font-size: 14px;
  line-height: 20px;
  padding: 8px 14px;
}
nl-marketing-accelerator .btn-primary {
  background-color: #3064e8;
  border-color: #3064e8;
  color: #ffffff;
}
nl-marketing-accelerator .btn-primary.focus,
nl-marketing-accelerator .btn-primary:focus,
nl-marketing-accelerator .btn-primary:first-child:hover,
nl-marketing-accelerator .btn-primary:not(.btn-check) + .btn-primary.btn:hover,
nl-marketing-accelerator .btn-primary:focus-visible,
nl-marketing-accelerator .btn-primary:active,
nl-marketing-accelerator .btn-primary.active {
  background-color: #ffd60a !important;
  color: #181d27 !important;
  border-color: #ffd60a !important;
}
nl-marketing-accelerator .table p {
  margin-bottom: 0;
}
nl-marketing-accelerator .table thead th,
nl-marketing-accelerator .table thead td,
nl-marketing-accelerator .table tbody td {
  padding: 5px 10px;
}
nl-marketing-accelerator .table .btn.btn-outline-borderless {
  padding: 0;
  line-height: normal;
}
nl-marketing-accelerator .clay_custom_table .table td {
  font-size: 14px;
}
nl-marketing-accelerator .treeview .custom-control {
  z-index: 1;
}
nl-marketing-accelerator
  .custom-control-input:checked
  ~ .custom-control-label::before,
nl-marketing-accelerator
  .custom-checkbox
  .custom-control-input
  ~ .custom-control-label::before {
  border-radius: 4px;
}
nl-marketing-accelerator
  .custom-radio
  .custom-control-input
  ~ .custom-control-label::before {
  border-radius: 50%;
}
nl-marketing-accelerator .pagination .page-link,
nl-marketing-accelerator .pagination .page-item.disabled .page-link {
  padding: 5px 8px;
  height: auto;
  background-color: #6e96f9;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  border: none;
  min-height: 32px;
  min-width: 32px;
  text-align: center;
  margin-top: 0px;
  display: inline-flex;
}
nl-marketing-accelerator .pagination .page-item.disabled .page-link {
  background-color: #dadada;
}
nl-marketing-accelerator
  .pagination
  .page-item.disabled
  :hover.page-link
  .page-link {
  background-color: #0071c2;
}
nl-marketing-accelerator .pagination .page-link:hover .page-link,
nl-marketing-accelerator .pagination .page-link.hover,
nl-marketing-accelerator .pagination .page-link.active .page-link,
nl-marketing-accelerator .pagination .page-item.active .page-link .page-link {
  background-color: #0071c2;
  color: #fff;
}
nl-marketing-accelerator .pagination .page-link:hover::before,
nl-marketing-accelerator .pagination .page-link.hover::before,
nl-marketing-accelerator .pagination .page-link.active::before,
nl-marketing-accelerator .pagination .page-item.active .page-link::before {
  background-color: #0094ff;
  height: auto;
}
.listpageMainContainer {
  --dt-search-padding: 3px;
  --dt-search-font-size: 12px;
  --dt-th-bg: #f9f9f9;
  --loader-gap: 8px;
  --loader-padding-y: 8px;
  --loader-padding-x: 12px;
  --jump-lbl-mr: 8px;
  --jump-lbl-fs: 12px;
  --jump-lbl-fw: 600;
  --jump-input-w: 60px;
  --jump-input-bg: #dbeafe;
  --jump-input-border: #c0d5ea;
  --jump-input-p: 4px 10px;
  --jump-input-h: 31px;
  --jump-input-fs: 13px;
  --skeleton-overlay-bg: #ffffff;
  --skeleton-row-h: 42px;
  --skeleton-cell-p: 8px 12px;
  --skeleton-border: var(--border-color, #dee2e6);
  --skeleton-line-h: 12px;
  --skeleton-shimmer-start: #eef6ff;
  --skeleton-shimmer-mid: #e0efff;
  --skeleton-shimmer-end: #eef6ff;
  --no-table-min-h: 200px;
  --no-table-inner-max-w: 640px;
  --no-table-color: var(--body-color, #333);
  --show-bg: #f0f7ff;
  --show-min-width: 52px;
  --show-border-radius: 4px;
  --show-font-size: 12px;
  --show-line-height: 16px;
  --show-border: 1px solid #d0d5dd;
  --show-label-font-size: 14px;
  --show-label-line-height: 20px;
  --show-label-color: #475467;
  --show-label-font-weight: 500;
}
.data-table thead input.column-search {
  padding: var(--dt-search-padding);
  font-size: var(--dt-search-font-size);
}
.data-table thead th {
  background-color: var(--dt-th-bg);
}
.dataTables_wrapper {
  padding-top: 0;
}
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_length {
  position: relative;
  top: 0;
}
.loader_area {
  gap: var(--loader-gap);
  padding: var(--loader-padding-y) var(--loader-padding-x);
}
.jump-to-page {
  position: relative;
  top: 0;
  transform: none;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jump-to-page .form-control.jump2pg-input {
  border-radius: 5px 0 0 5px;
  width: var(--jump-input-w);
  background-color: var(--jump-input-bg);
  border: 1px solid var(--jump-input-border);
  padding: var(--jump-input-p);
  height: var(--jump-input-h);
  font-size: var(--jump-input-fs);
  line-height: 1;
}
.naics-jump-container .input-group {
  margin: 0;
}
.jump-to-page input[type="number"]::-webkit-outer-spin-button,
.jump-to-page input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.jump-to-page input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  appearance: none;
}
.dataTables_scrollBody {
  position: relative !important;
}
.custom-skeleton-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background-color: var(--skeleton-overlay-bg);
  z-index: 10;
  display: none;
}
.custom-skeleton-overlay table {
  margin-bottom: 0 !important;
}
.skeleton-row {
  height: var(--skeleton-row-h);
}
.skeleton-row td {
  padding: var(--skeleton-cell-p);
  vertical-align: middle;
  background: transparent;
  border-bottom: 1px solid var(--skeleton-border);
}
.skeleton-line {
  display: inline-block;
  height: var(--skeleton-line-h);
  border-radius: 8px;
  background: linear-gradient(
    90deg,
    var(--skeleton-shimmer-start) 25%,
    var(--skeleton-shimmer-mid) 50%,
    var(--skeleton-shimmer-end) 75%
  );
  background-size: 200% 100%;
  animation: skeleton-shimmer 1.2s linear infinite;
}
@keyframes skeleton-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.table_loader {
  left: 50%;
  transform: translate(-50%, -50%);
}
.no-table-type-message {
  min-height: var(--no-table-min-h);
}
.no-table-type-message .no-table-type-inner {
  max-width: var(--no-table-inner-max-w);
  font-size: 1rem;
  color: var(--no-table-color);
}
.dt-length select.dt-input {
  background-color: var(--show-bg) !important;
  margin: var(--show-margin);
  min-width: var(--show-min-width);
  line-height: var(--show-line-height);
  border-radius: var(--show-border-radius) !important;
  font-size: var(--show-font-size);
  border: var(--show-border) !important;
  padding: 4px 8px !important;
  font-weight: 500;
  background-image: url(/documents/d/govcon-360-suite/chevron-down);
  background-repeat: no-repeat;
  background-position: right 5px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.dt-length label {
  font-size: var(--show-label-font-size);
  line-height: var(--show-label-line-height);
  color: var(--show-label-color);
  font-weight: var(--show-label-font-weight);
  margin-bottom: 0;
  text-transform: capitalize;
}
div.dt-container .dt-paging .dt-paging-button {
  color: #4b5563 !important;
  font-weight: 400;
  font-size: 14px;
  min-height: inherit;
  vertical-align: middle;
  padding: 0px 8px !important;
  cursor: pointer !important;
  border-radius: 4px !important;
  border: none !important;
}
div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current:hover {
  background: #dbeafe !important;
  color: #1e40af !important;
}
body div.dt-container .dt-paging .dt-paging-button:hover {
  color: #1e40af !important;
  background: #dbeafe !important;
}
body div.dt-container .dt-paging .dt-paging-button {
  margin-left: 4px;
}
div.dt-container .dt-paging .dt-paging-button.first,
div.dt-container .dt-paging .dt-paging-button.previous,
div.dt-container .dt-paging .dt-paging-button.next,
div.dt-container .dt-paging .dt-paging-button.last {
  font-size: 16px;
}
.headerSection {
  position: relative;
  z-index: 99;
  background-color: #3064e8;
}
.top-head {
  position: relative;
  padding: 16px 50px 16px 50px;
}
.explore_btn {
  position: relative;
  display: inline-flex;
}
.explore_btn .prod_name {
  font-size: 20px;
}
.explore_btn .prod_name a {
  color: #475467;
  text-decoration: none;
}
.explore_btn .btn {
  padding: 0;
  margin: 0;
  min-height: inherit;
  line-height: 0px;
  border: 0;
}
.explore_btn .btn i {
  color: #3064e8;
  margin-right: 0px;
}
.explore_btn .btn span {
  color: #3064e8;
  font-size: 32px;
  line-height: 0px;
  font-weight: 400;
}
.explore_btn .btn span b {
  font-weight: 500;
  display: block;
  color: #3064e8;
  padding-top: 3px;
  font-size: 14px;
}
.custom-logo {
  position: relative;
  display: inline-block;
}
.logo_black {
  display: none;
}
.custom-logo .logo_img {
  margin-right: 15px;
  height: 100%;
  max-height: 40px;
}
.custom-logo .site_name {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1px;
  vertical-align: middle;
  display: inline-block;
}
.logo_or_page_name {
  position: relative;
}
.logo_or_page_name a {
  color: #475467;
  text-decoration: none;
}
.logo_or_page_name .logo-left-align,
.logo_or_page_name .product-line-display-name {
  display: inline-block;
  vertical-align: middle;
}
.logo_or_page_name .logo-left-align img {
  margin-top: -5px;
}
.logo_or_page_name .product-line-display-name {
  font-size: 24px;
}
.top-right {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.top-right .cart-area {
  position: inherit;
}
.top-right .cart-area.dropdown .item-numbers {
  color: #fff;
  left: 12px;
  top: -8px;
  font-size: 11px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #ffd60a;
  border-radius: 100%;
  text-align: center;
}
.top-right .cart-area.dropdown .dropdown-toggle::after {
  display: none;
}
.top-right i {
  font-size: 21px;
}
.top-right .search-icon i {
  font-size: 20px;
}
.top-right .search-icon::after {
  display: none;
}
.top-right .flag {
  display: inline-block;
  vertical-align: middle;
}
.top-right .flag img {
  max-width: 30px;
}
.top-right button {
  background: none;
  border: none;
  position: relative;
}
.top-right button .material-symbols-rounded {
  font-size: 32px;
  color: #fff;
}
.top-right button:focus {
  border-radius: 4px;
  outline: #3064e8 solid 2px;
}
.top-right .dropdown-menu {
  right: 0 !important;
  left: auto !important;
  margin-top: 4px;
  top: 100% !important;
  min-width: 240px;
  transform: none !important;
  padding: 10px 10px;
  color: #475467;
  border-radius: 0;
  border: #3064e8 solid 1px;
}
.top-right .dropdown-menu li a.dropdown-item {
  padding: 10px 10px;
}
.top-right .custom-portlet-class {
  padding: 0;
}
.user-login,
.user-login:hover {
  text-decoration: none;
  font-weight: normal;
}
.user-login {
  color: #475467;
}
.top-right .dropdown-menu-right .dropdown-menu i {
  font-size: 20px;
  margin-right: 10px;
}
.top-right .dropdown-menu-right .dropdown-menu {
  margin-top: 0;
}
.top-right .dropdown-menu-right .dropdown-item-text,
.top-right .dropdown-menu-right .dropdown-item {
  padding: 10px 10px;
  border-top: #ccc solid 1px;
  text-decoration: none;
}
.top-right .dropdown-menu-right .dropdown-item-text {
  border-top: none;
}
.top-right .dropdown-menu-right .dropdown-item i {
  font-size: 19px;
  margin-right: 8px;
}
.top-right .dropdown-menu-right .dropdown-item:hover {
  color: #fff;
  background: #235ba8;
}
.top-right .dropdown-menu-right .dropdown-item:hover i {
  color: #fff;
}
.search-bar {
  position: relative;
}
.search-bar .form-control,
.search-bar .form-inline .form-controlm,
.search-bar .input-group-lg > .form-control {
  background-color: #efefef;
  color: #565656;
  font-size: 18px;
  font-weight: 300;
  border-radius: 50px;
  padding: 15px 25px 15px 25px;
}
.navbar-brand {
  padding: 3px 5px;
  margin-right: 0;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}
.navbar-brand span {
  color: #d51b00;
}
.navbar {
  padding: 0px 0;
  position: relative !important;
}
.navbar .navbar-nav li.nav-item > a.nav-link {
  text-decoration: none;
  z-index: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding: 12px 14px;
  border-radius: 8px 8px 0px 0px;
  color: #fff;
}
.navbar .navbar-nav li.nav-item:hover > a.nav-link,
.navbar .navbar-nav li.nav-item.show > a.nav-link,
.navbar .navbar-nav li.nav-item.active > a.nav-link {
  border-radius: 8px 8px 0px 0px;
  color: #202020;
  background-color: #e0eeff;
}
.navbar .navbar-nav li.nav-item:hover svg path,
.navbar .navbar-nav li.nav-item.active-parent-tab .icon-wrapper svg path {
  stroke: #202020;
}
.navbar .navbar-nav li.nav-item.show .icon-wrapper svg path {
  stroke: #202020;
}
.navbar .navbar-nav li.nav-item > a.nav-link .material-symbols-rounded {
  font-size: 30px;
}
.secondary-menu .portlet {
  position: inherit;
}
.secondary-menu {
  background-color: #e0eeff;
  padding: 8px 0;
}
.secondary-menu .navbar .navbar-collapse {
  position: relative;
}
.secondary-menu .navbar ul {
  position: relative;
}
.secondary-menu .navbar ul li {
  vertical-align: top;
  display: inline-block;
  position: relative;
  padding: 0 10px;
}
.secondary-menu .navbar ul li a {
  text-decoration: none;
  position: relative;
  z-index: 0;
  border-bottom: transparent solid 1px;
  display: block;
  color: #202020;
  background-color: #e0eeff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 8px;
}
.secondary-menu .navbar ul li a:hover {
  color: #fff;
  background-color: #3064e8;
}
.secondary-menu .navbar ul li a:active,
.secondary-menu .navbar ul li a.active {
  color: #202020;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.navbar .navbar-nav li.nav-item > a.nav-link:hover span img,
.navbar .navbar-nav li.nav-item.show > a.nav-link span img,
.navbar .navbar-nav li.nav-item > a.nav-link.active span img {
  filter: invert(1);
  mix-blend-mode: multiply;
}
.navbar .navbar-nav li.nav-item.active > a.nav-link span img {
  filter: invert(1);
  mix-blend-mode: multiply;
}
.navbar-nav .nav-item.active .nav-link {
  color: #181d27 !important;
}
.navbar-nav .nav-item.active .nav-link img {
  filter: invert(1);
  mix-blend-mode: multiply;
}
.navbar .navbar-nav li.nav-item.dropdown_menu_disable > a.nav-link {
  background-color: rgba(141, 149, 145, 0.6);
}
.navbar-nav li.nav-item > a.nav-link span img {
  margin-right: 7px;
  margin-top: -3px;
  max-height: 21px;
}
.navbar .navbar-nav li.nav-item > a.nav-link:focus {
  border: none;
}
.navbar .navbar-nav li.nav-item > .dropdown-toggle::after {
  display: none;
}
.navbar .navbar-nav li.nav-item .nav_menu_icon {
  font-size: 24px;
  vertical-align: top;
  margin-right: 5px;
}
.navbar-nav li .dropdown-menu {
  overflow: visible;
  max-height: none;
  top: 100%;
  left: 0;
  transform: none !important;
  min-width: 275px;
  padding: 0;
  z-index: 99999;
  border-radius: 0;
  border: none;
  margin: 0;
}
.navbar-nav li .dropdown-menu li {
  display: block;
  position: relative;
}
.navbar-nav li .dropdown-menu li a {
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  z-index: 0;
  border-bottom: transparent solid 1px;
  padding: 8px 14px;
  display: table-cell;
  overflow: visible;
  background-color: inherit;
  color: #181d27;
}
.navbar-nav li .dropdown-menu li a .submenulink {
  position: relative;
}
.navbar-nav li .dropdown-menu li a:focus,
.navbar-nav li .dropdown-menu li a:hover,
.navbar-nav li .dropdown-menu li a.active {
  color: #3064e8;
  box-shadow: none;
  background-color: inherit;
}
.primary-menu .navbar-nav li .dropdown-menu li a:focus::after,
.primary-menu .navbar-nav li .dropdown-menu li a:hover::after,
.primary-menu .navbar-nav li .dropdown-menu li a.active::after {
  font-family: "govCon";
  content: "\ed38";
  position: absolute;
  right: -30px;
  top: 0;
  font-weight: 100;
  font-size: 24px;
}
.navbar-nav li .dropdown-menu li .navbar_dropdown_heading,
.parent_link .navbar-nav .dropdown-menu li a.parent_link {
  margin-bottom: 0;
  font-weight: 400;
  line-height: normal;
  font-size: 16px;
  line-height: 16px;
  font-family: "Nunito", sans-serif;
  display: block;
  color: #fff;
  background: #475467;
  padding: 8.5px 18px;
}
.navbar-nav li .dropdown-menu li .navbar_dropdown_heading:hover {
  background-color: #181d27;
}
.parent_link {
  color: #fff !important;
  text-decoration: none !important;
}
.parent_link:focus,
.parent_link:hover {
  background-color: #181d27 !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 400;
}
.cart_login_area {
  position: relative;
}
.cart_login_area .user-cart,
.cart_login_area .user-login {
  display: inline-block;
  vertical-align: middle;
}
.cart_login_area .user-cart {
  margin-right: 6px;
}
.link_loading {
  color: #dbdbdb;
  pointer-events: none;
  cursor: not-allowed;
}
.link_loading.dropdown-item:hover {
  background: none;
}
.link_loading .ripple-loader {
  display: block;
}
.navbar .navbar-nav li.nav-item .dropdown-toggle.material-symbols-rounded {
  text-decoration: none;
  color: #475467;
  position: absolute;
  top: 50%;
  right: 2px;
  text-align: center;
  transform: translateY(-50%);
  z-index: 99;
  cursor: pointer;
}
.navbar
  .navbar-nav
  li.nav-item
  .dropdown-toggle.material-symbols-rounded:hover {
  font-weight: 300;
}
.headerSection.menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 988;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.contact_btn {
  position: relative;
}
.navbar-nav li.dropdown .navbar_area_mobile {
  max-width: 100%;
  right: 0;
  background-color: #e0eeff;
  background: none;
}
.navbar-nav li.dropdown.explore_menu {
  position: static;
}
.navbar-nav li.dropdown .navbar_area_mobile ul {
  position: relative;
  text-align: left;
}
.navbar-nav li.dropdown .navbar_area_mobile ul::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  content: "";
}
.navbar-nav li.dropdown .navbar_area_mobile ul:last-child::after {
  display: none;
}
.navbar-nav li.dropdown .navbar_area_mobile ul li {
  vertical-align: top;
}
.navbar-nav li.dropdown .dropdown-toggle.material-symbols-rounded {
  right: auto !important;
  margin-left: 50px;
}
.exclamatory-icon {
  position: absolute;
  right: 15px;
  font-size: 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #dcfae6;
  box-shadow: 0px 0px 7px 0px #85eabb;
  border-radius: 100px;
}
.exclamatory-icon::before {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #17b26a;
  content: "";
}
.sub_menu.textAlign {
  text-align: center;
}
.navbar-nav li .sub_menu {
  padding: 12px 16px;
  border-radius: 0 0 24px 24px;
  background-color: #fff;
  position: relative;
  box-shadow: 0px 8px 10px 0px #afcffd;
}
.navbar-nav li .sub_menu .sub-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  border-radius: 8px 0 8px 0;
  margin-bottom: 0;
}
.navbar-nav li .sub_menu .main_top_heading p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
  color: #475467;
}
.navbar-nav li .sub_menu.max_large_width {
  min-width: 946px;
  max-width: 946px;
  margin-right: 0;
  overflow: hidden;
  padding: 15px 15px 0px 15px;
  border-radius: 24px 0 24px 24px;
}
.navbar-nav li .sub_menu.max_large_width .card {
  border: none;
  background-color: #fafafa;
  min-height: 264px;
  margin-bottom: 15px;
}
.navbar-nav li .sub_menu.max_large_width .card .card-body {
  padding: 18px 20px 18px 20px;
}
.navbar-nav li.dropdown .sub_menu .dropdown_heading,
.classification_dropdown ul li .first_level_sub_menu .dropdown_heading {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: left;
}
.navbar-nav li.dropdown .sub_menu .small_title {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #475467;
  margin-top: 2px;
}
.navbar-nav
  li.dropdown
  .sub_menu.max_large_width
  .eqaul_column_padd
  .first_level_sub_menu
  .dropdown_heading {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 24px;
}
.navbar-nav
  li.dropdown
  .sub_menu.max_large_width
  .eqaul_column_padd
  .first_level_sub_menu
  .icon_area {
  width: 25px;
  height: 25px;
  line-height: 16px;
  padding: 4px;
}
.eqaul_column_padd .col-12:first-child {
  padding-right: 5px;
}
.eqaul_column_padd .col-12:last-child {
  padding-left: 5px;
}
.navbar-nav li.dropdown .sub_menu .first_level_sub_menu > li {
  border-bottom: #afcffd inset 1px;
  display: block;
  padding: 12px 0;
}
.navbar-nav li.dropdown .sub_menu .first_level_sub_menu > li:last-child {
  border-bottom: none;
}
.navbar-nav li.dropdown .sub_menu .first_level_sub_menu > li a {
  padding: 0;
}
.navbar-nav li.dropdown .sub_menu .first_level_sub_menu > li a:focus,
.navbar-nav li.dropdown .sub_menu .first_level_sub_menu > li a:hover,
.navbar-nav li.dropdown .sub_menu .first_level_sub_menu > li a.active {
  color: #3064e8;
  box-shadow: none;
}
.navbar-nav li.dropdown .sub_menu .first_level_sub_menu > li a:focus::after,
.navbar-nav li.dropdown .sub_menu .first_level_sub_menu > li a:hover::after,
.navbar-nav li.dropdown .sub_menu .first_level_sub_menu > li a.active::after {
  font-size: 20px;
  top: 0;
}
.navbar-nav
  li.dropdown.aboutmenu
  .sub_menu
  .first_level_sub_menu
  li:last-child {
  position: relative;
}
.navbar-nav
  li.dropdown.aboutmenu
  .sub_menu
  .first_level_sub_menu
  li:last-child::before {
  background-color: #e0eeff;
  position: absolute;
  left: -16px;
  right: -16px;
  bottom: -16px;
  top: -1px;
  border-radius: 0 0 24px 24px;
  content: "";
}
.navbar-nav
  li.dropdown.aboutmenu
  .sub_menu
  .first_level_sub_menu
  li:last-child
  a:focus,
.navbar-nav
  li.dropdown.aboutmenu
  .sub_menu
  .first_level_sub_menu
  li:last-child
  a:hover,
.navbar-nav
  li.dropdown.aboutmenu
  .sub_menu
  .first_level_sub_menu
  li:last-child
  a.active {
  color: #3064e8;
}
.navbar-nav
  li.dropdown.aboutmenu
  .sub_menu
  .first_level_sub_menu
  > li:last-child
  .dropdown-item {
  padding: 8px 14px 8px 30px;
  display: block;
  background-color: #e0eeff;
  color: #181d27;
  border-radius: 8px;
  margin-bottom: -15px;
}
.navbar-nav
  li.dropdown.aboutmenu
  .sub_menu
  .first_level_sub_menu
  > li:last-child
  .dropdown-item:focus,
.navbar-nav
  li.dropdown.aboutmenu
  .sub_menu
  .first_level_sub_menu
  > li:last-child
  .dropdown-item:hover,
.navbar-nav
  li.dropdown.aboutmenu
  .sub_menu
  .first_level_sub_menu
  > li:last-child
  .dropdown-item.active {
  color: #3064e8;
}
.navbar-nav
  li.dropdown.aboutmenu
  .sub_menu
  .first_level_sub_menu
  > li:last-child
  .dropdown-item::before {
  content: "\e990";
  font-family: "govCon";
  position: absolute;
  left: 0;
  font-size: 24px;
  color: #3064e8;
}
.navbar-nav
  li.dropdown.aboutmenu
  .sub_menu
  .first_level_sub_menu
  > li:last-child
  .dropdown-item:focus::after,
.navbar-nav
  li.dropdown.aboutmenu
  .sub_menu
  .first_level_sub_menu
  > li:last-child
  .dropdown-item:hover::after,
.navbar-nav
  li.dropdown.aboutmenu
  .sub_menu
  .first_level_sub_menu
  > li:last-child
  .dropdown-item.active::after {
  right: 10px;
  top: 8px;
}
.navbar-nav li.dropdown .sub_menu .second_level_sub_menu,
.classification_dropdown ul li .first_level_sub_menu .second_level_sub_menu {
  display: block;
  text-align: left;
}
.navbar-nav li.dropdown .sub_menu .second_level_sub_menu li,
.classification_dropdown ul li .first_level_sub_menu .second_level_sub_menu li {
  display: block;
  display: table;
  padding-left: 0;
  padding-right: 0;
}
.navbar-nav li.dropdown .sub_menu .second_level_sub_menu li:last-child,
.classification_dropdown
  ul
  li
  .first_level_sub_menu
  .second_level_sub_menu
  li:last-child {
  border-bottom: none;
}
.navbar-nav li.dropdown .sub_menu .second_level_sub_menu li a,
.classification_dropdown
  ul
  li
  .first_level_sub_menu
  .second_level_sub_menu
  li
  a {
  border-bottom: transparent solid 1px;
}
.navbar-nav li.dropdown .sub_menu .main_top_heading .second_level_sub_menu li {
  padding: 4px 0;
}
.navbar-nav li.dropdown .sub_menu .main_top_heading .second_level_sub_menu li a,
.premium_area .second_level_sub_menu li a {
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #181d27;
}
.navbar-nav li.dropdown .sub_menu .second_level_sub_menu > li a:focus,
.classification_dropdown
  ul
  li
  .first_level_sub_menu
  .second_level_sub_menu
  > li
  a:focus,
.navbar-nav li.dropdown .sub_menu .second_level_sub_menu > li a:hover,
.classification_dropdown
  ul
  li
  .first_level_sub_menu
  .second_level_sub_menu
  > li
  a:hover,
.navbar-nav li.dropdown .sub_menu .second_level_sub_menu > li a.active,
.classification_dropdown
  ul
  li
  .first_level_sub_menu
  .second_level_sub_menu
  > li
  a.active {
  color: #3064e8;
  box-shadow: none;
}
.navbar-nav li.dropdown .sub_menu .second_level_sub_menu > li a:focus::after,
.navbar-nav li.dropdown .sub_menu .second_level_sub_menu > li a:hover::after,
.navbar-nav li.dropdown .sub_menu .second_level_sub_menu > li a.active::after {
  font-family: "govCon";
  content: "\ed38";
  position: absolute;
  right: -30px;
  font-weight: 100;
  font-size: 24px;
}
.classification_dropdown ul li .first_level_sub_menu {
  padding: 10px 15px;
}
.classification_dropdown ul li .first_level_sub_menu .second_level_sub_menu {
  box-shadow: none;
  border-radius: 0;
  padding-left: 15px;
}
.classification_dropdown ul li .first_level_sub_menu .second_level_sub_menu li {
  display: block;
}
.classification_dropdown
  ul
  li
  .first_level_sub_menu
  .second_level_sub_menu
  li
  .dropdown-item {
  border-bottom: #e0eeff solid 1px;
  background-color: inherit;
  padding: 8px 10px;
}
.classification_dropdown
  ul
  li
  .first_level_sub_menu
  .second_level_sub_menu
  li
  .dropdown-item
  .web-arrow-narrow-right {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.premium_area {
  padding: 24px 0;
  background-color: #e0eeff;
  position: relative;
}
.premium_area::before {
  background-color: #e0eeff;
  content: "";
  position: absolute;
  left: -24px;
  right: -24px;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.navbar-nav
  li.dropdown
  .sub_menu.max_large_width
  .premium_area
  .first_level_sub_menu {
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 15px;
  min-height: 188px;
}
.navbar-nav
  li.dropdown
  .sub_menu.max_large_width
  .main_top_heading
  .first_level_sub_menu {
  text-align: left;
  background-color: #ffffff;
  border: #e9eaeb solid 1px;
  padding: 8px 12px 8px 12px;
  min-height: 175px;
  border-radius: 8px;
}
.navbar-nav
  li.dropdown
  .sub_menu.max_large_width
  .premium_area
  .first_level_sub_menu
  .top_grid {
  margin-bottom: 10px;
}
.navbar-nav
  li.dropdown
  .sub_menu.max_large_width
  .premium_area
  .first_level_sub_menu
  .top_grid
  .dropdown_heading {
  margin-bottom: 0;
}
.premium_area .first_level_sub_menu .second_level_sub_menu li {
  position: relative;
  padding-left: 20px !important;
}
.premium_area .first_level_sub_menu .second_level_sub_menu li::after {
  height: 4px;
  width: 4px;
  border-radius: 100px;
  background-color: #1f2937;
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.premium_area .first_level_sub_menu .second_level_sub_menu li a {
  pointer-events: none;
  cursor: none;
  padding: 4px 0 4px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #181d27;
}
.premium_area .first_level_sub_menu .second_level_sub_menu > li a:focus::after,
.premium_area .first_level_sub_menu .second_level_sub_menu > li a:hover::after,
.premium_area
  .first_level_sub_menu
  .second_level_sub_menu
  > li
  a.active::after {
  display: none;
}
.premium_area .col-12:nth-child(4) {
  padding-left: 15px !important;
}
.premium_area .col-12:nth-child(4) .first_level_sub_menu {
  background-color: #3064e8;
}
.premium_area .col-12:nth-child(4) .first_level_sub_menu .dropdown_heading,
.premium_area .col-12:nth-child(4) .first_level_sub_menu .small_title,
.premium_area
  .col-12:nth-child(4)
  .first_level_sub_menu
  .second_level_sub_menu
  li
  a {
  color: #ffffff;
}
.premium_area .col-12:last-child .second_level_sub_menu li:last-child {
  display: none;
}
.premium_available {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}
.navbar-nav li .sub_menu .premium_available .sub-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 4px;
  text-align: left;
  border: none;
  border-radius: 0;
}
.premium_available span {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2px;
  display: block;
}
.premium_available p {
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 0;
}
.premium_available .web-stars-01 {
  font-size: 30px;
  color: #3064e8;
  vertical-align: middle;
}
.ready_unlock {
  padding: 12px 16px;
  display: block;
  border-radius: 8px;
  border: #e9eaeb solid 1px;
  position: relative;
  background: #fff;
}
.ready_unlock .unlock_ready,
.ready_unlock .learnMore {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #181d27;
}
.ready_unlock .unlock_ready span {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
  padding-left: 10px;
}
.ready_unlock .learnMore .web-arrow-right {
  font-size: 20px;
}
.ready_unlock .btn-primary .web-arrow-right {
  margin-left: 10px;
}
.ready_unlock p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 14px;
}
.top_grid .icon_area {
  border-radius: 50px;
  margin-bottom: 0;
  font-size: 22px;
}
.main_top_heading .top_grid {
  margin-bottom: 10px;
  border-bottom: #afcffd inset 1px;
}
.post-menu .navbar-nav > li {
  margin: 0 5px;
}
.post-menu .navbar-nav li .sub_menu.max_large_width {
  min-width: 360px;
  max-width: 360px;
  margin-right: 0;
}
.post-menu .navbar-nav > li:first-child {
  margin-left: 0;
}
.post-menu
  .navbar-nav
  > li:nth-child(3)
  .dropdown-menu
  .sub_menu
  ul
  li:first-child,
.post-menu
  .navbar-nav
  > li:nth-child(5)
  .dropdown-menu
  .sub_menu
  ul
  li:first-child {
  display: inline-block;
}
.post-menu
  .navbar-nav
  > li:nth-child(3)
  .dropdown-menu
  .sub_menu
  ul
  li:first-child
  .dropdown-item,
.post-menu
  .navbar-nav
  > li:nth-child(5)
  .dropdown-menu
  .sub_menu
  ul
  li:first-child
  .dropdown-item {
  font-size: 18px;
  border-style: dashed;
  border-color: #3064e8;
  border-width: 1px 1px 1px 1px;
  padding-left: 15px;
  color: #3064e8;
  padding: 10px 20px 10px 30px;
  background-color: #eef5ff;
  margin-bottom: 5px;
  display: block;
}
.post-menu
  .navbar-nav
  > li:nth-child(3)
  .dropdown-menu
  .sub_menu
  ul
  li:first-child
  .dropdown-item::before,
.post-menu
  .navbar-nav
  > li:nth-child(5)
  .dropdown-menu
  .sub_menu
  ul
  li:first-child
  .dropdown-item::before {
  content: "\eae8";
  font-size: 16px;
  font-family: "govCon" !important;
  position: absolute;
  left: 8px;
}
.post-menu .navbar .navbar-nav li.nav-item:last-child > a.nav-link {
  padding-right: 40px;
}
.post-menu .navbar-nav li.dropdown > a.nav-link {
  padding-right: 30px !important;
}
.post-menu .navbar-nav li.dropdown .dropdown-toggle::before {
  font-family: "govCon";
  content: "\ed4d";
  position: absolute;
  right: 5px;
  font-weight: 500;
  font-size: 20px;
}
.post-menu .navbar-nav > li .dropdown-menu .sub_menu {
  padding: 15px 0;
  border-radius: 0 0 8px 8px;
}
.post-menu .navbar-nav > li .dropdown-menu li {
  padding: 0 20px;
  position: relative;
}
.post-menu .navbar-nav > li .dropdown-menu li a {
  padding: 4px 0px;
  font-size: 14px;
  line-height: 18px;
  position: relative;
}
.post-menu .navbar-nav > li .dropdown-menu .sub_menu > ul li:last-child a {
  border-bottom: none;
}
.post-menu .navbar-nav > li.dropdown.explore_menu {
  position: relative;
}
.post-menu .navbar-nav > li.dropdown.explore_menu .dropdown-menu .sub_menu {
  padding: 15px 20px;
}
.post-menu
  .navbar-nav
  > li.dropdown.explore_menu
  .dropdown-menu
  .sub_menu.max_large_width {
  margin-right: auto;
}
.post-menu
  .navbar-nav
  > li.dropdown.explore_menu
  .dropdown-menu
  .sub_menu.max_large_width
  .dropdown_heading {
  border-bottom: #dbeafe inset 1px;
  margin-bottom: 5px;
  padding: 0px 0 10px 0;
}
.post-menu .navbar-nav li .dropdown-menu li a:focus::after,
.post-menu .navbar-nav li .dropdown-menu li a:hover::after,
.post-menu .navbar-nav li .dropdown-menu li a.active::after {
  font-family: "govCon";
  content: "\ed38";
  position: absolute;
  right: -35px;
  font-weight: 100;
  font-size: 24px;
  display: none;
}
.post-menu
  .navbar-nav
  > li.dropdown.explore_menu
  .dropdown-menu
  .sub_menu.max_large_width
  .col-12:first-child
  .first_level_sub_menu
  .second_level_sub_menu {
  display: inline-block;
  text-align: left;
  width: 100%;
  max-width: 48%;
}
.post-menu
  .navbar-nav
  > li.dropdown.explore_menu
  .dropdown-menu
  .sub_menu.max_large_width
  .col-12:last-child
  .first_level_sub_menu {
  position: relative;
}
.post-menu
  .navbar-nav
  > li.dropdown.explore_menu
  .dropdown-menu
  .sub_menu.max_large_width
  .col-12:last-child
  .first_level_sub_menu::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -16px;
  border-left: #3064e8 dashed 1px;
  content: "";
  display: none;
}
.post-menu
  .navbar-nav
  > li
  .dropdown-menu
  > .sub_menu
  ul
  > li.second_level_dropdown_menu
  ul.sub_dropdown_menu,
.post-menu
  .navbar-nav
  > li
  .dropdown-menu
  > .sub_menu
  ul
  > li.second_level_dropdown_menu
  ul.sub_dropdown_menu
  li
  ul.sub_dropdown_menu {
  display: none;
  background-color: #fff;
  background-color: #fff;
  position: relative;
  box-shadow: 0px 5px 10px 0px #afcffd;
}
.post-menu
  .navbar-nav
  > li
  .dropdown-menu
  > .sub_menu
  ul
  > li.second_level_dropdown_menu:hover
  ul.sub_dropdown_menu,
.post-menu
  .navbar-nav
  > li
  .dropdown-menu
  > .sub_menu
  ul
  > li.second_level_dropdown_menu
  ul.sub_dropdown_menu
  li:hover
  ul.sub_dropdown_menu {
  display: block;
  left: 100%;
  top: 0;
  position: absolute;
  min-width: 275px;
}
.post-menu
  .navbar-nav
  > li
  .dropdown-menu
  > .sub_menu
  ul
  > li.second_level_dropdown_menu
  > a::after,
.post-menu
  .navbar-nav
  > li
  .dropdown-menu
  > .sub_menu
  ul
  > li.second_level_dropdown_menu
  > a:focus::after,
.post-menu
  .navbar-nav
  > li
  .dropdown-menu
  > .sub_menu
  ul
  > li.second_level_dropdown_menu
  > a:hover::after,
.post-menu
  .navbar-nav
  > li
  .dropdown-menu
  > .sub_menu
  ul
  > li.second_level_dropdown_menu
  > a.active::after {
  font-family: "govCon";
  content: "\ed38";
  position: absolute;
  right: 0;
  font-weight: 100;
  font-size: 18px;
}
.common_list,
.details_area {
  list-style: none;
}
.common_list li,
.details_area li {
  position: relative;
}
.details_area li a {
  display: block;
  background-color: #f9fafb;
  text-decoration: none;
  font-weight: 500;
  color: #181d27;
  padding: 12px 20px;
  padding-left: 40px;
  border-bottom: #e0eeff solid 1px;
}
.details_area li a .material-symbols-rounded,
.view_all_notification a .material-symbols-rounded {
  position: absolute;
  left: 10px;
}
.details_area li a:hover {
  background-color: #e0eeff;
  color: #1f1f1f;
  text-decoration: underline;
}
.custom_dropdown.dropdown .dropdown-menu {
  margin: 0;
  padding: 0;
  right: 15px;
  border: none;
  max-width: 260px;
  min-width: 240px;
  background-color: inherit;
  z-index: 99999;
  overflow: visible;
}
.custom_dropdown.dropdown .dropdown-menu::before {
  bottom: auto;
  top: -10px;
  right: 25px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #ffffff;
  border-width: 10px;
}
.custom_dropdown.dropdown .dropdown-menu > ul {
  list-style: none;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px 0px #c1c1c1;
  border-radius: 10px;
  margin-top: 10px;
  overflow: hidden;
}
.custom_dropdown.dropdown .dropdown-menu > ul li {
  position: relative;
}
.custom_dropdown.dropdown .dropdown-menu > ul li a {
  display: block;
  background-color: #f9fafb;
  text-decoration: none;
  font-weight: 500;
  color: #181d27;
  padding: 8px 20px;
  border-bottom: #e0eeff solid 1px;
}
.custom_dropdown.dropdown .dropdown-menu > ul li > a > span {
  font-size: 20px;
  font-weight: 700;
  margin-right: 5px;
  color: #3064e8;
}
.custom_dropdown.dropdown .dropdown-menu > ul li a:hover {
  background-color: #e0eeff;
  color: #1f1f1f;
  text-decoration: underline;
}
.custom_dropdown.dropdown:hover .dropdown-menu {
  display: block;
}
.custom_dropdown.notification_message_area .dropdown-menu {
  background-color: #ffffff;
}
.top_right {
  position: relative;
}
.top_right .dropdown .dropdown-toggle {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 14px;
}
.top_right .dropdown .dropdown-toggle::after {
  display: none;
}
.top_right .dropdown .dropdown-toggle .material-symbols-rounded {
  font-size: 32px;
}
.top_right .dropdown button:focus {
  outline: none;
}
.top_right .item-numbers {
  color: #181d27;
  left: 12px;
  top: -6px;
  font-size: 12px;
  width: 21px;
  height: 21px;
  line-height: 21px;
  background-color: #ffd60a;
  border-radius: 100%;
  text-align: center;
}
.view_all_notification {
  padding: 20px 0;
  text-align: center;
}
.view_all_notification a {
  color: #1f1f1f;
  font-weight: 500;
  padding: 12px 20px;
  padding-left: 40px;
  position: relative;
  display: inline-block;
}
.customer_select {
  position: relative;
}
.customer_select .custom-select {
  background-color: inherit;
  padding: 6px 35px 6px 12px;
  border-radius: 6px;
  background-image: url(../images/down-arrow-white.svg);
  color: #fff;
  border: 1px solid #fff;
}
.icons_area {
  position: relative;
  background-color: #e0eeff;
  border-radius: 10px 10px 0px 0px;
}
.icons_area .icon {
  font-size: 22px;
  color: #fff;
  padding: 12px 14px 8px 14px;
  color: #1d4ed8;
  display: block;
  text-decoration: none;
}
.icons_area .icon:hover {
  background-color: #ffffff;
}
.icons_area .col-auto:nth-child(1) .icon:hover {
  border-radius: 10px 0px 0px 0;
}
.icons_area .col-auto:nth-child(3) .icon:hover {
  border-radius: 0px 10px 0px 0px;
}
.user_account .dropdown-toggle {
  display: flex;
  align-items: center;
}
.user_account .dropdown-toggle .profile-circle {
  height: 38px;
  width: 38px;
  margin-right: 10px;
  background-color: #b3d4e8;
  color: #32464d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
}
.user_account .dropdown-toggle .user_name {
  display: inline-block;
  vertical-align: middle;
}
.icons_area .custom_dropdown {
  position: static;
}
.user_account.custom_dropdown.dropdown .dropdown-menu::before {
  left: 48%;
  right: auto;
}
.user_login_area {
  width: 100%;
  max-width: 600px;
  margin: 0px auto;
  padding: 40px 35px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.user_login_area.po_relative {
  position: relative;
  top: auto;
  transform: none;
  margin-top: 60px;
}
.user_login_area .panel-body {
  padding: 0;
}
.user_login_area .btn-light:hover,
.user_login_area .btn-light:focus {
  color: #fff;
  border: #fa6600 solid 1px;
}
.user_login_area .loginwithbtn .barbriIcon {
  width: 20px;
}
.user_login_area .line-without-or,
.user_login_area .line-with-or {
  border-top: 1px dashed #202020;
  margin-top: 30px;
  padding-top: 25px;
  position: relative;
}
.user_login_area .line-with-or::after,
.user_login_area .line-without-or::after {
  content: "OR";
  position: absolute;
  top: -10px;
  right: 45%;
  background: #3064e8;
  padding: 0 10px;
  font-weight: bold;
}
.user_login_area .line-with-or .connect-sso {
  font-size: 18px;
  font-weight: 400;
}
.user_login_area .form-control {
  background-color: #fff;
}
.user_login_area .form-group.input-text-wrapper:first-child {
  margin-bottom: 15px;
}
.user_login_area .form-group.input-checkbox-wrapper {
  margin-top: 15px;
}
.user_login_area .form-group.input-checkbox-wrapper input[type="checkbox"] {
  height: 24px;
  width: 24px;
  margin-right: 5px;
}
.user_login_area .button-holder {
  display: block;
  text-align: center;
}
.user_login_area .taglib-icon-list {
  text-align: center;
}
.user_login_area .taglib-icon-list li {
  display: inline-block;
  padding: 0 15px;
}
.login_top_header {
  background-color: #3064e8;
  padding: 16px 50px;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
}
.welcome_user {
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.welcome_user .company_logo {
  max-width: 220px;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.welcome_user .login_text,
.line-with-or .connect-sso {
  display: block;
  padding-top: 0px;
  font-size: 26px;
  font-weight: bold;
  color: #1e73be;
  text-align: center;
}
.login-form {
  width: 100%;
  max-width: 400px;
  margin: 0px auto;
}
.login-form .user_login {
  display: block;
  text-align: center;
}
.login-form .user_login .icon_area {
  width: 60px;
  height: 56px;
  padding: 14px;
  border-radius: 12px;
  text-align: center;
}
.login-form .user_login .icon_area span {
  font-size: 30px;
}
.login-form .top_account_heading {
  margin-bottom: 15px;
}
.login-form .top_account_heading h2 {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 5px;
}
.login-form .top_account_heading h2 span {
  font-size: 16px;
  font-weight: 400;
  color: #4c5564;
}
.login_signup {
  position: relative;
  margin-bottom: 15px;
}
.portlet {
  margin-bottom: 0;
}
.login_signup .login_signup_link {
  border-radius: 8px;
  text-decoration: none;
  display: block;
  text-align: center;
  font-weight: 600;
  padding: 8px 14px;
  font-size: 14px;
  line-height: 20px;
  color: #101828;
  border: #d5d7da solid 1px;
  background-color: #fafafa;
}
.login_signup .login_signup_link.active {
  background-color: #e0eeff;
}
.login_signup .login_signup_link.login {
  margin-left: -10px;
}
.login_signup a:not([href]):not([tabindex]).login_signup_link {
  color: #101828;
  text-decoration: none;
  cursor: pointer;
}
.field_icon_area {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.field_icon_area.web-alert-circle,
.error_validation {
  color: #d50000;
}
.submit_btn,
.loginwithbtn {
  border-radius: 8px;
  margin: 0;
  width: 100%;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.submit_btn.btn-primary.btn:first-child:hover,
.submit_btn:not(.btn-check) + .btn-primary.btn:hover,
.loginwithbtn.btn-primary:hover,
.loginwithbtn.btn-primary.btn:first-child:hover,
.loginwithbtn:not(.btn-check) + .btn-primary.btn:hover {
  background-color: #ffd60a;
  border-color: #ffd60a;
  color: #181d27;
}
.loginwithbtn {
  text-align: center;
}
.dots_area {
  position: relative;
  text-align: center;
  padding: 20px 0;
}
.dots_area .dot {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100px;
  background-color: #3064e8;
  margin-left: 2px;
  margin-right: 2px;
}
.dots_area .dot:hover,
.dots_area .dot.active {
  background-color: #afcffd;
}
.devider_line {
  display: block;
  margin: 30px auto;
  border-top: 1px solid #afcffd;
  max-width: 70%;
  width: 100%;
}
.rememeber_forgot_password,
.use_link {
  position: relative;
  padding: 10px 0;
  margin-bottom: 0;
}
.rememeber_forgot_password .form-check {
  margin-bottom: 0;
  padding-left: 28px;
}
.rememeber_forgot_password .form-check-label:before {
  top: 0;
}
.rememeber_forgot_password .forgot-password a,
.rememeber_forgot_password .form-check .form-check-label {
  font-size: 14px;
  color: #181d27;
  text-decoration: none;
  position: relative;
}
.rememeber_forgot_password .forgot-password a:hover {
  color: #3064e8;
}
.rememeber_forgot_password .forgot-password a:focus::after,
.rememeber_forgot_password .forgot-password a:hover::after,
.rememeber_forgot_password .forgot-password a.active::after {
  font-family: "govCon";
  content: "\ed38";
  position: absolute;
  right: -25px;
  font-weight: 100;
  font-size: 22px;
  line-height: 1;
  top: -2px;
}
.use_link .use_link_area {
  padding-top: 10px;
}
.use_link .use_link_area a {
  color: #3064e8;
  font-size: 14px;
  text-decoration: none;
}
.use_link .use_link_area a:hover {
  text-decoration: underline;
}
.captcha_area {
  padding: 10px 0;
  text-align: center;
}
.captcha_area .hidden {
  display: none;
}
.g-recaptcha {
  display: block;
}
.g-recaptcha + div {
  width: 100% !important;
  height: auto !important;
}
.captcha_area iframe {
  width: 100% !important;
  height: 78px !important;
}
.rc-anchor-normal {
  width: auto !important;
}
.continue_with {
  position: relative;
  text-align: center;
  padding: 10px 0;
}
.or-continue,
.govecon_connect_sso {
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 14px;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0;
}
.continue_with::before {
  display: block;
  margin: 0px auto;
  border-top: 1px solid #afcffd;
  max-width: 100%;
  width: 100%;
  content: "";
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 0;
}
.social_icons_area .btn-secondary {
  border-radius: 8px;
  margin: 0;
  width: 100%;
  padding: 10px 15px;
  box-shadow: none;
  border: #d5d7da solid 1px;
}
.social_icons_area .btn-secondary:hover,
.social_icons_area .btn-secondary.btn:first-child:hover,
:not(.btn-check) + .social_icons_area .btn-secondary.btn:hover {
  background-color: #e0eeff;
  border-color: #e0eeff;
}
.social_icons_area .btn-secondary .social_icon {
  display: inline-block;
  max-width: 50px;
}
.login_verification .form-group {
  margin-bottom: 35px;
}
.recieve_email {
  font-size: 14px;
}
.login-form .common_list li {
  padding-left: 30px;
}
.login-form .common_list li .web-check {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 16px;
  color: #fff;
}
.login-form .common_list li .web-check::before {
  background-color: #17b26a;
  border-radius: 100px;
  padding: 2px;
}
.login-form .common_list.disable {
  pointer-events: none;
  opacity: 0.8;
}
.login-form .common_list.disable li .web-check::before {
  background-color: #a4a7ae;
}
.lign_bg {
  background-color: #fafafa;
  padding-top: 130px;
  text-align: right;
}
.login_img_area {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.login_img_area img {
  position: relative;
  right: -160px;
}
.login_footer {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
}
.login_footer p,
.login_footer a {
  margin-bottom: 0;
  padding: 15px 0;
  font-size: 14px;
  text-decoration: none;
  color: #181d27;
}
.login_footer a {
  font-weight: 600;
}
.back_to_login {
  position: relative;
  text-align: center;
}
.back_to_login .btn-link {
  color: #4c5564;
  font-size: 16px;
}
.back_to_login .btn-link span {
  color: #475467;
  font-size: 24px;
}
.login-form .common_list {
  padding: 5px 0;
}
.login-form .form-group .input-group > .form-control:not(:last-child),
.login-form .form-group .input-group > .custom-select:not(:last-child) {
  border-radius: 8px;
}
.infoIcon {
  position: relative;
}
.infoIcon.btn-group .dropdown-menu {
  border: none;
  left: auto !important;
  right: 0% !important;
  transform: none !important;
  margin-top: 10px;
  z-index: 998;
  background-color: #181d27;
  border-radius: 8px;
  min-width: 300px;
  padding: 15px 20px 20px 20px;
}
.infoIcon.btn-group .dropdown-menu .common-list li,
.infoIcon.btn-group .dropdown-menu .sub_heading {
  font-size: 16px;
  font-weight: 600;
  color: #ffd60a;
  margin-bottom: 0;
}
.infoIcon.btn-group p {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  padding-top: 5px;
  margin-bottom: 0;
}
.card_option_area {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  padding: 20px 25px;
  background-color: #ffffff;
}
.options,
.domain_link {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #003279;
}
.domain_link {
  color: #3064e8;
  margin-bottom: 0;
}
.go_back_continue {
  margin-top: 20px;
}
.go_back_continue .btn-secondary {
  border: 1px solid #202020;
}
.disabled_option {
  position: relative;
  cursor: pointer;
}
.disabled_option::before {
  background-color: #d0d5dd;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 24px;
  z-index: 99;
}
.top_search_bar {
  position: relative;
  padding: 10px 0;
  border-top: 1px solid #d7d7d7;
}
.top_search_bar .position-relative .form-control {
  padding-left: 50px;
  background-color: #3064e8;
}
.top_search_bar .btn-search {
  right: auto;
  left: 10px;
}
.top_search_bar .form-group {
  margin-bottom: 0;
}
.top_search_bar .form-group .btn.pc_theme_btn {
  margin: 0;
}
.hero_image_area {
  position: relative;
  background-color: #3064e8;
}
.bg_image_cover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero_image_area.minHeight {
  min-height: 369px;
}
.content-area {
  padding: 64px 0 48px 0;
}
.content-area h1 {
  color: #fff;
}
.content-area p {
  padding: 12px 0 48px 0;
  color: #fff;
}
.content-area .btn .material-symbols-rounded {
  font-size: 30px;
}
.register_your_account {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 60px;
  text-align: right;
}
.register_your_account .main_heading {
  margin-left: auto;
  margin-right: auto;
}
.register_your_account .main_heading h1 {
  color: #ffffff;
  font-size: 44px;
}
.register_your_account .main_heading p {
  color: #ffffff;
  font-size: 24px;
  font-weight: 200;
}
.right_contents .container-fluid {
  padding: 0 36px;
}
.main-section-area {
  position: relative;
  overflow: hidden;
}
.section {
  position: relative;
  padding-top: 48px;
  padding-bottom: 48px;
}
.top_section_padd {
  padding-top: 64px;
}
.bottom_section_padd {
  padding-bottom: 64px;
}
.section.testimonial_area {
  padding-top: 0;
}
.multiple_testimonials .owl-carousel {
  margin-top: -20px;
}
.image-area {
  position: relative;
}
.sub-title {
  margin-bottom: 5px;
}
.gray_bg {
  background-color: #fafafa;
  padding-top: 0px;
}
.heading_center_area {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
}
.subtitle_h2 {
  margin-bottom: 40px;
}
.opacity_none {
  opacity: 0;
}
.filter-row .form-check {
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
}
.filter-row .form-check .form-check-label:before {
  left: -20px;
  top: 0px;
  line-height: 18px;
  font-size: 16px;
}
.plus_delete_use_icon {
  background: 0;
  border: 0;
  cursor: pointer;
  min-width: 60px;
}
.plus_delete_use_icon .form-label {
  text-align: center;
  display: block;
  line-height: inherit;
}
.plus_delete_use_icon span {
  font-size: 28px;
  display: block;
  text-align: center;
  min-height: 40px;
  line-height: 40px;
}
.plus_delete_use_icon span.web-plus {
  color: #17b26a;
}
.plus_delete_use_icon .web-x {
  color: #d50000;
}
.plus_delete_use_icon .form-check {
  display: block;
  text-align: center;
  height: auto;
  padding-left: 0;
  margin-bottom: 0;
  min-height: 40px;
  line-height: 40px;
}
.plus_delete_use_icon .form-check .form-check-label:before {
  position: relative;
  display: inline-block;
  left: auto;
  top: 5px;
}
.card-footer {
  border-top: #dee2e6 solid 2px;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 0 0 24px 24px;
}
.card-footer:last-child {
  border-radius: 0 0 24px 24px;
}
.plus_delete_icon {
  background: none;
  border: none;
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}
.plus_delete_icon span {
  font-size: 28px;
  display: inline-block;
}
.plus_delete_icon .web-plus {
  color: #17b26a;
}
.plus_delete_icon .web-x {
  color: #d50000;
}
.competition_service {
  margin-bottom: 0px;
}
.competition_service h3 {
  margin-bottom: 0px;
}
.competition_service h3 a {
  color: #181d27;
}
.competition_service p {
  margin-bottom: 10px;
}
.competition_service .icon_area {
  font-size: 20px;
}
.competition_service .btn-link {
  padding: 0;
  text-decoration: none;
}
.competition_service .btn-link.martop {
  margin-top: -50px;
}
.competition_service .btn-link:hover {
  text-decoration: none;
}
.competition_service .btn-link a {
  text-decoration: none;
}
.competition_service .btn-link a:hover {
  text-decoration: underline;
}
.home_card {
  padding: 48px 48px 96px 48px;
  margin-bottom: 0;
  width: 100%;
  box-shadow: none;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(180deg, #ffd60a, #ff6b35, #ffd60a) border-box;
  border: 1px solid transparent;
  background-size: 100% 100%, 200% 200%;
}
.home_card::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-color: #f9fafb;
  border-radius: 24px;
}
.home_card .subtitle_h2 {
  margin: 0;
  position: relative;
}
.home_card .btn-link,
.home_card .btn-outline-link {
  padding: 0;
  font-size: 18px;
  line-height: 24px;
}
.home_card .btn-link.btn_float,
.home_card .btn-outline-link.btn_float {
  position: absolute;
  bottom: 48px;
}
.home_card .btn-link:hover,
.home_card .btn-outline-link:hover {
  text-decoration: none;
}
.home_card .btn-link a,
.home_card .btn-outline-link a {
  text-decoration: none;
}
.home_card .btn-link a:hover,
.home_card .btn-outline-link a:hover {
  text-decoration: underline;
}
.core_features .row .col-12:not(:last-child) {
  margin-bottom: 32px;
}
.common_section {
  position: relative;
}
.common_section .image_area {
  text-align: right;
}
.common_section .btn-outline-link,
.common_section .btn-link,
.common_section .btn-link a {
  padding: 0;
  position: absolute;
  bottom: 30px;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}
.common_section .btn-outline-link:hover,
.common_section .btn-link:hover,
.common_section .btn-link a {
  text-decoration: underline;
}
.common_section .web-arrow-up-right {
  font-size: 24px;
  top: -5px;
  display: inline-block;
  position: relative;
}
.one_data_platform {
  position: relative;
}
.one_data_platform .light_gray_bg {
  padding: 48px;
  overflow: hidden;
}
.data_graphic {
  position: relative;
  text-align: center;
}
.data_graphic .btn {
  background: linear-gradient(to right, #2e90fa 0%, #3064e8 100%);
  font-size: 20px;
  line-height: 20px;
  padding: 20px 30px;
  margin-bottom: -30px;
  position: relative;
  border-radius: 50px;
  border: none;
  box-shadow: none;
  color: #ffffff;
}
.data_graphic .btn img {
  max-width: 150px;
  width: 100%;
  margin: 0 auto;
}
.data_graphic .btn.btn-primary:hover,
.data_graphic .btn.btn-primary.btn:first-child:hover,
:not(.btn-check) + .btn-primary.data_graphic .btn:hover {
  border-color: #3064e8;
}
.govcon_sources {
  font-size: 37.12px;
  line-height: 52px;
  text-align: center;
  font-weight: 600;
  color: #101828;
  position: absolute;
  bottom: 100px;
  max-width: 250px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.competing_industry {
  position: relative;
  min-height: 900px;
  padding-bottom: 48px;
}
.competing_industry .hand_draw {
  padding-bottom: 100px;
}
.competing_industry .hand_draw p:last-child {
  margin-bottom: 0;
}
.see_action {
  position: relative;
  padding-bottom: 64px;
}
.see_action .light_gray_bg {
  padding: 64px;
  border-radius: 16px;
}
.see_action p {
  padding: 0px 0 32px 0;
}
.see_action .subtitle_h2 {
  margin-bottom: 0;
}
.large_heading {
  color: #3064e8;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 0;
  display: block;
  text-decoration: none;
}
.sub_small_heading {
  color: #3064e8;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}
.dashboard_img {
  position: absolute;
  right: 0;
  max-width: 700px;
}
.dashboard_img.right_auto {
  right: auto;
}
.hand_draw_arrow {
  position: absolute;
  bottom: -90px;
  right: 15%;
  z-index: 1;
}
.built_security {
  position: relative;
}
.built_security h2,
.built_security p {
  color: #fff;
}
.built_security .subtitle_h2 {
  margin-bottom: 0;
}
.built_security h2 img {
  position: relative;
  top: -3px;
  display: inline-block;
  margin-right: 10px;
}
.collaboration_competition {
  padding-top: 64px;
}
.pricing_compare {
  position: relative;
  padding-top: 90px;
}
.pricing_compare_table .nav-pills {
  width: 100%;
  max-width: 330px;
  border-radius: 12px;
  border: #e0eeff solid 1px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  padding: 9px 10px 10px 10px;
  background-color: #e0eeff;
}
.pricing_compare_table .nav-pills .nav-item {
  display: inline-block;
  vertical-align: middle;
}
.pricing_compare_table .nav-pills .nav-item:last-child {
  margin-right: 0;
}
.pricing_compare_table .nav-pills .nav-item .nav-link {
  border-radius: 10px;
  padding: 12px 20px;
  color: #717680;
  text-decoration: none;
  font-weight: 700;
}
.pricing_compare_table .nav-pills .nav-item .nav-link:hover,
.pricing_compare_table .nav-pills .show > .nav-link,
.pricing_compare_table .nav-pills .nav-item .nav-link.active {
  color: #414651;
  background-color: #fff;
  box-shadow: 0px 1px 3px 0px rgba(10, 13, 18, 0.3);
}
.pricing_compare_table .tab-content {
  margin-top: 96px;
}
.pricing_compare_table .tab-content .table thead th {
  border-bottom: 1px solid #dee2e6;
  font-size: 20px;
  line-height: 30px;
  color: #181d27;
  letter-spacing: 1px;
  text-align: left;
}
.pricing_compare_table .table {
  min-width: 1250px;
}
.pricing_compare_table .table th {
  height: auto;
}
.pricing_compare_table .table tbody tr th,
.pricing_compare_table .table tbody tr td {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: #181d27;
}
.pricing_compare_table .table tbody tr th:first-child,
.pricing_compare_table .table tbody tr:first-child td {
  text-align: left;
}
.help_icon {
  color: #a4a7ae;
  font-size: 18px;
  position: absolute;
  margin-top: 2px;
  margin-left: 5px;
}
.ckeck_icon {
  color: #17b26a;
}
.pricing_compare_table .table tr.paddLess,
.pricing_compare_table .table tr.paddLess th,
.pricing_compare_table .table tr.paddLess td,
.pricing_compare_table .table tr.paddLess:hover,
.pricing_compare_table .table tr.paddLess:hover th,
.pricing_compare_table .table tr.paddLess:hover td {
  background-color: inherit !important;
}
.pricing_compare_table .table tr.paddLess th,
.pricing_compare_table .table tr.paddLess td {
  padding: 50px 20px 15px 20px;
}
.pricing_compare_table .table-striped tbody tr:nth-of-type(odd) td,
.pricing_compare_table .table-striped tbody tr:nth-of-type(odd) th {
  background-color: #fafafa;
}
.pricing_compare_table .table td,
.pricing_compare_table .table th {
  padding: 25px 20px;
  width: 400px;
}
.pricing_compare_table .table-striped tbody tr:first-child,
.pricing_compare_table .table-striped tbody tr:first-child th,
.pricing_compare_table .table-striped tbody tr:first-child td {
  background-color: inherit !important;
}
.stirp_none {
  border-bottom: #d5d7da solid 1px;
}
.pricing_compare_table .table tr.stirp_none,
.pricing_compare_table .table tr.stirp_none th,
.pricing_compare_table .table tr.stirp_none td {
  background-color: inherit !important;
}
.get_started {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding: 15px 0;
}
.get_started .monthly {
  margin-bottom: 5px;
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
}
.get_started .monthly span {
  font-size: 16px;
  line-height: 24px;
  color: #535862;
  font-weight: 500;
}
.get_started > p {
  font-size: 16px;
  line-height: 20px;
  color: #414651;
}
.btns_area .btn {
  margin-bottom: 15px;
  padding: 12px 14px;
}
.btns_area .btn.btn-primary {
  background-color: #3064e8;
  border-color: #3064e8;
  color: #fff;
  border: solid 1px #3064e8;
}
.btns_area .btn.btn-secondary {
  background-color: #fff;
  border-color: #d5d7da;
  color: #414651;
}
.faq_accordion p {
  font-size: 18px;
}
.faq_accordion p a {
  color: #475467;
  font-weight: 400;
}
.top_banner_area {
  position: relative;
  min-height: 300px;
}
.top_banner_area.minHeight {
  min-height: 369px;
}
.inner_content_area {
  width: 100%;
  max-width: 768px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.contact_us_area .icon_area,
.icon_area.icon_blue_clr {
  background-color: #e0eeff;
  border-radius: 100%;
  border: none;
  color: #3064e8;
}
.points_list_area .check_list .icon_area {
  padding: 3px;
  width: 28px;
  height: 28px;
  line-height: 18px;
  position: absolute;
  left: 0;
}
.points_list_area .check_list .icon_area span {
  font-size: 20px;
}
.points_list_area .check_list li {
  margin-bottom: 20px;
  line-height: 28px;
}
.points_list_area .check_list li:last-child {
  margin-bottom: 0;
}
.banner_img_area {
  position: relative;
  padding: 30px 0;
  min-height: 768px;
}
.banner_img_area .banner_img img {
  max-width: 100%;
  display: none;
}
.get_in_touch {
  background-color: #f0f7ff;
  padding-bottom: 64px;
  margin-top: 64px;
}
.get_in_touch.bgNone {
  background-color: inherit;
  padding-bottom: 0;
}
.get_in_touch .loader_area {
  min-height: inherit;
}
.contact_us_area {
  position: relative;
}
.custom_card.card legend {
  color: #1f1f1f;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.custom_card.card legend em {
  color: #181d27;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 16px;
  display: block;
}
.textarea {
  min-height: 150px;
}
.contact_us_form .alert-dismissible {
  padding: 30px;
  display: inline-block;
  border-radius: 24px;
}
.contact_us_form .alert-dismissible .check_icon {
  transform: none;
  top: auto;
  display: table;
  margin-bottom: 20px;
}
.contact_us_form .text_message_area {
  display: block;
  padding-left: 50px;
}
.contact_us_form .text_message_area strong {
  margin-bottom: 10px;
  display: block;
}
.contact_us_form .text_message_area p {
  line-height: 24px;
}
.address_area,
.counter_order_area {
  background-color: #fafafa;
  padding: 20px;
  border-radius: 24px;
}
.address_area .dark_blue_icons.icon_area {
  background-color: #3064e8;
}
.address_area .dark_blue_icons.icon_area span {
  color: #fff;
}
.date_time {
  color: #3064e8;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}
.boxshadow_yellow img {
  border-radius: 24px;
  box-shadow: 6px 6px 0px 0px #ffd60a;
}
.date_time_field {
  position: relative;
}
.date_time_field .web-calendar-check-01,
.date_time_field .web-calendar-check-02 {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.become-affiliate {
  position: relative;
}
.box_max_width {
  max-width: 436px;
}
.cs-form-area .cs-note p {
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
}
.get_in_touch_area {
  padding: 0;
}
.get_in_touch_area .contact_us_form,
.get_in_touch_area .image_area {
  padding: 50px 100px;
}
.get_in_touch_area .contact_us_form {
  padding-left: 15px;
}
.get_in_touch_area .image_area {
  padding-right: 15px;
}
.get_in_touch_area .card-deck > .card {
  margin-left: 0;
  margin-right: 0;
  border: none;
  position: static;
  box-shadow: none;
  background-color: inherit;
}
.get_in_touch_area .card-deck > .card .card-body {
  position: relative;
  z-index: 1;
  padding: 0;
}
.left_card::before {
  position: absolute;
  left: 0%;
  width: 50%;
  top: 0;
  bottom: 0;
  background-color: #f0f7ff;
  content: "";
  z-index: 0;
}
.right_card::after {
  position: absolute;
  right: 0%;
  width: 50%;
  top: 0;
  bottom: 0;
  background-color: #f9fafb;
  content: "";
  z-index: 0;
}
.get_in_touch_area .light_gray_bg,
.get_in_touch_area .light_blue_bg {
  border-radius: 0;
}
.get_in_touch_area .image_area {
  padding-top: 130px;
}
.get_in_touch_area .btn.btn-secondary {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 16px;
  background-color: #ffffff;
  border-color: #d1d5db;
  color: #374151;
  box-shadow: 0px 4px 4px 0px #00265926;
}
.get_in_touch_area .btn.btn-secondary:hover {
  background-color: #f9fafb;
  border-color: #9ca3af;
  color: #1f2937;
}
.full_width_btn .btn {
  width: 100%;
}
.govconbenefits .custom_box_card {
  text-align: center;
}
.govconbenefits .custom_box_card .icon_area span {
  color: #414651;
}
.resourse_center_area {
  min-height: 580px;
}
.resourse_center_area .subtitle_h2 h2,
.resourse_center_area .subtitle_h2 p {
  color: #ffffff;
}
.resourse_center_area .btn-white {
  background-color: #ffffff;
}
.resourse_center_area .btn-white:hover {
  background-color: #ffd60a;
  border-color: #ffd60a;
  color: #181d27;
}
.dashboard_area,
.dashboard_activity {
  padding-top: 20px;
}
.inner_heading {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.inner_heading h3,
.inner_heading h2 {
  margin-bottom: 0;
}
.inner_heading .subtitle {
  margin-left: 10px;
}
.card.small_card {
  margin-bottom: 0;
  min-height: 135px;
}
.card.small_card ul {
  list-style: none;
  margin-top: 10px;
}
.card.small_card ul li {
  padding-left: 10px;
  font-size: 12px;
  line-height: 16px;
}
.card.small_card .subtitle_h3 {
  margin-bottom: 15px;
}
.card.small_card.subtitle_h3 .subtitle {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 5px;
}
.card.small_card .devider_area {
  margin: 0px 0 0 0;
}
.recently_section {
  background-color: #e0eeff;
  padding: 64px 0;
  margin: 64px 0;
}
.dash_numbers {
  font-size: 18px;
  font-weight: 600;
}
.counter_order_area.min_h_none {
  min-height: 140px;
  margin-bottom: 10px;
  padding: 15px;
  min-width: auto;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border-radius: 10px;
  background-color: #fff;
}
.counter_order_area.min_h_none:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
}
.counter_order_area h5 {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px;
}
.counter_order_area .icon_area {
  background-color: #3064e8;
  margin-bottom: 5px;
  line-height: 22px;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: inline-block;
  padding: 5px;
  border: none;
}
.counter_order_area .icon_area span {
  color: #fff;
  font-size: 18px;
}
.counter_order_area p {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 16px;
}
.recently_viewed .list_view_area {
  padding: 5px 15px;
  background-color: #ffffff;
  background-color: #e0eeff;
  margin-bottom: 0;
  border-radius: 15px;
}
.recently_viewed .list_view_area li {
  list-style: none;
  border-bottom: #bcdaff solid 1px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
}
.recently_viewed .list_view_area li:last-child {
  border-bottom: none;
}
.recently_viewed .list_view_area li p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 14px;
}
.recently_viewed .list_view_area li strong {
  display: block;
  line-height: 18px;
  margin-bottom: 5px;
}
.recently_viewed .list_view_area .badge {
  cursor: pointer;
}
.leads_boxes {
  margin-left: -5px;
  margin-right: -5px;
}
.leads_boxes > .col-12 {
  padding-left: 5px;
  padding-right: 5px;
}
.leads_boxes .col-12:nth-child(1) .counter_order_area .icon_area {
  background-color: #ede5fc;
}
.leads_boxes .col-12:nth-child(2) .counter_order_area .icon_area {
  background-color: #e9f2fe;
}
.leads_boxes .col-12:nth-child(3) .counter_order_area .icon_area {
  background-color: #fde6ec;
}
.leads_boxes .col-12:nth-child(3) .counter_order_area .icon_area span {
  color: #000;
}
.leads_boxes .col-12:nth-child(4) .counter_order_area .icon_area {
  background-color: #efecff;
}
.leads_boxes .col-12:nth-child(4) .counter_order_area .icon_area span {
  color: #000;
}
.leads_boxes .col-12:nth-child(5) .counter_order_area .icon_area {
  background-color: #ede5fc;
}
.leads_boxes .col-12:nth-child(5) .counter_order_area .icon_area span {
  color: #000;
}
.leads_boxes .col-12:nth-child(6) .counter_order_area .icon_area {
  background-color: #e9f2fe;
}
.leads_boxes .col-12:nth-child(6) .counter_order_area .icon_area span {
  color: #000;
}
.leads_boxes .col-12:nth-child(7) .counter_order_area .icon_area {
  background-color: #fde6ec;
}
.leads_boxes .col-12:nth-child(7) .counter_order_area .icon_area span {
  color: #000;
}
.leads_boxes .col-12:nth-child(8) .counter_order_area .icon_area {
  background-color: #efecff;
}
.leads_boxes .col-12:nth-child(8) .counter_order_area .icon_area span {
  color: #000;
}
.loader_area {
  background-color: #e0eeff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 91;
  min-height: 679px;
}
.loader_area.height_normal {
  min-height: auto;
  border-radius: 15px;
}
.loader {
  display: inline-block;
  top: 50%;
  left: 50%;
  position: relative;
  transform: translate(-50%, -50%);
}
.spinner-border {
  border-color: #3064e8 transparent #3064e8 #3064e8;
  height: 24px;
  width: 24px;
  margin-right: 5px;
}
.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #3064e8;
  animation: loader-inner 2s infinite ease-in;
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
.small_loader_area {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background-color: #ffffff;
  text-align: center;
}
.loading_dots {
  width: 80px;
  height: 10px;
  margin: 0 auto;
  -webkit-mask: radial-gradient(
      circle closest-side,
      #2a5488 94%,
      rgba(0, 0, 0, 0)
    )
    left/20% 100%;
  background: linear-gradient(#2a5488 0 0) left/0% 100% no-repeat #ddd;
  animation: l17 2s infinite steps(6);
}
@keyframes l17 {
  100% {
    background-size: 120% 100%;
  }
}
.gray_bg_area {
  background-color: #f9f9f9;
}
.top_heading {
  position: relative;
}
.top_heading .title {
  font-size: 16px;
  font-weight: 600;
}
.top_heading h2 {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 22px;
}
.top_heading h4 {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 10px;
  color: #475467;
}
.total_no_value .form-control {
  text-align: center;
  background-color: #3064e8;
  border: none;
  padding: 8px 10px 8px 10px;
  max-width: 75px;
}
.total_no_value .form-row {
  margin-bottom: -15px;
}
.total_no_value {
  position: relative;
}
.total_no_value .form-control::placeholder {
  color: #ffffff !important;
  opacity: 1;
}
.total_no_value .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.total_no_value .form-control:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.total_no_value .form-control::-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.total_no_value .row_area {
  background-color: #f9f9f9;
  padding: 5px 10px;
  border: #ccc solid 1px;
  border-radius: 6px;
  margin-bottom: 8px;
}
.total_no_value .row_area:last-child {
  margin-bottom: 0;
}
.total_no_value .row_area p {
  padding: 0;
  margin-bottom: 0;
}
.total_no_value .badge {
  text-align: center;
  color: #ffffff;
  background-color: #3064e8;
  border: none;
  margin: 0;
  border-radius: 6px;
  padding: 5px 8px;
  max-width: 60px;
  display: block;
  width: 100%;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.pie_chart {
  position: relative;
  max-width: 335px;
  margin: 0 auto;
}
.graph #barChart1,
.graph #barChart2 {
  height: 80% !important;
  position: absolute;
}
.pie_chart:hover canvas,
.graph:hover canvas {
  animation: pulse 1.5s ease-in-out infinite;
}
.pulse {
  animation: pulse 1.5s ease-in-out infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.list_total_area {
  position: relative;
  background-color: #f9f9f9;
  padding: 5px 5px;
  font-size: 14px;
  list-style: none;
}
.list_total_area li {
  margin-bottom: 3px;
  background-color: #ffffff;
  padding: 5px 10px;
}
.list_total_area li strong a {
  text-decoration: none;
  color: #475467;
}
.list_total_area li strong a:hover {
  color: #3064e8;
  text-decoration: underline;
}
.list_total_area li:last-child {
  margin-bottom: 0;
}
.list_total_area .listHead_area {
  background-color: #e0eeff;
}
.top_head_area {
  padding: 50px 0 0px 0;
}
.top_head_area .btn-secondary span,
.manage_seats_btn.btn-secondary span {
  font-size: 20px;
  margin-right: 5px;
  color: #181d27;
}
.company_details {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.company_details.inner_section {
  margin-bottom: 0;
}
.company_info_area {
  position: relative;
  min-height: 115px;
}
.company_info_area .logo_image {
  width: 104px;
  height: 104px;
}
.company_logo_area {
  position: relative;
  min-height: 115px;
}
.company_logo_area .logo_image {
  width: 104px;
  height: 104px;
}
.c_info {
  position: relative;
}
.c_info.marTop {
  margin-top: 0;
}
.c_info p {
  font-size: 14px;
}
.company_name {
  color: #181d27;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}
.tags_area {
  display: flex;
  padding: 15px 0;
  min-width: 240px;
  align-items: flex-start;
  gap: 11px;
  flex: 1 0 0;
}
.tags_area li {
  display: inline-block;
  text-align: center;
}
.tags_area.verticle_tags {
  display: block;
}
.tags_area.verticle_tags li {
  margin-bottom: 5px;
}
.get_in_touch_area {
  position: relative;
}
.adress_head {
  color: #3064e8;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
}
.adress_head span {
  font-size: 20px;
  display: inline-block;
  vertical-align: bottom;
  color: #3064e8;
}
.adress_head > span {
  text-shadow: 1px 1px 0px #f2c300;
}
.get_in_touch_area p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  color: #4b5563;
  padding-left: 2px;
}
.get_in_touch_area p strong {
  font-weight: 500;
}
.get_in_touch_area a {
  color: #4c5564;
}
.get_in_touch_area .btn-light {
  padding: 6px 14px;
  font-size: 14px;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.get_in_touch_area .btn-secondary span {
  font-size: 20px;
  padding-left: 5px;
}
.company_logo_area .logo_image.with_name {
  background-color: #05462b;
  border-radius: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  line-height: 100px;
}
.inside_details {
  margin-bottom: 20px;
}
.inside_details .adress_head {
  color: #4b5563;
}
.inside_details .adress_head span {
  text-shadow: 1px 1px 0px #afcffd;
  color: #4b5563;
}
.inside_details .company_name {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 5px;
}
.inside_details .company_logo_area {
  min-height: 65px;
}
.inside_details .company_logo_area .logo_image {
  font-size: 14px;
  line-height: 52px;
  width: 52px;
  height: 52px;
}
.inside_details .tags_area {
  padding-top: 0;
}
.custom_tabs.nav-tabs {
  background-color: #ffffff;
  border: none;
}
.custom_tabs.nav-tabs .nav-link {
  color: #4c5564;
  text-decoration: none;
  padding: 8px 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  border: none;
  margin-right: 8px;
}
.custom_tabs.nav-tabs .nav-link:hover,
.custom_tabs.nav-tabs .nav-link.active {
  background-color: #eff6ff;
  border-radius: 6px;
  color: #1d4ed8;
  border: none;
}
.custom_tabs.nav-tabs .nav-link .exclamatory-icon {
  display: none;
}
.custom_tabs.nav-tabs .nav-link#CompanyInformation-tab {
  padding-right: 40px;
}
.custom_tabs.nav-tabs .nav-link#CompanyInformation-tab .exclamatory-icon {
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.card_body_heading {
  position: relative;
  padding-left: 55px;
  margin-bottom: 15px;
}
.card_body_heading .light_green_icon,
.card_body_heading .light_orange_icon {
  border-radius: 28px;
  border: 5px solid #ecfdf3;
  background: #d1fadf;
  width: 48px;
  height: 48px;
  text-align: center;
  position: absolute;
  left: 0;
}
.card_body_heading .light_green_icon .web-check-circle-broken,
.card_body_heading .light_orange_icon .web-lock-01,
.card_body_heading .light_orange_icon .web-eye-off {
  font-size: 24px;
  line-height: 36px;
  color: #039855;
}
.card_body_heading .light_orange_icon {
  border: 5px solid #fffaeb;
  background: #fef0c7;
}
.card_body_heading .light_orange_icon .web-lock-01,
.card_body_heading .light_orange_icon .web-eye-off {
  color: #dc6803;
}
.card_body_heading .subtitle_h3 h3 {
  margin-bottom: 0;
}
.card_body_heading .subtitle_h3 p {
  font-size: 14px;
  line-height: 20px;
}
.card_body_box {
  border-radius: 12px;
  border: 1px solid #d0d5dd;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
}
.card_body_box .devider_area {
  background-color: #d0d5dd;
  margin: 0;
}
.box_top_head {
  position: relative;
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.box_top_head .sub-title {
  font-size: 16px;
  margin-bottom: 0;
}
.box_top_head .sub-title p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #4c5564;
}
.box_top_head .icon_area {
  border-radius: 100%;
  margin-bottom: 0;
}
.feature_btn_area {
  display: block;
  text-align: center;
  width: 100%;
}
.feature_btn_area:focus {
  box-shadow: none;
}
.feature_btn_area .web-arrow-narrow-right {
  font-size: 20px;
}
.gray_box {
  border-top: 1px solid #d0d5dd;
  background: #fafafa;
}
.gray_box .card {
  background-color: inherit;
  box-shadow: none;
  border: none;
}
.detail_area {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.alert-light {
  border-radius: 12px;
  border: 1px solid #d0d5dd;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  margin-bottom: 0;
}
.alert-light .btn-link {
  color: #3064e8;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.alert-light strong {
  color: #181d27;
}
.alert-light p {
  font-size: 14px;
  line-height: 20px;
}
.alert-light.alert-dismissible .check_icon {
  border-radius: 24px;
  border: 2px solid #b9ccfd;
  background-color: #eff2f9;
  top: 15px;
  left: 15px;
  transform: none;
}
.alert-light.alert-dismissible .check_icon.po_none {
  position: inherit;
  left: auto;
  top: auto;
}
.alert-light.alert-dismissible .check_icon .web-info-circle {
  color: #3064e8;
}
.alert-light.alert-dismissible .close {
  top: 15px;
  right: 15px;
  transform: none;
}
.progress {
  height: 8px;
  border-radius: 50px;
}
.complete_progress_bar {
  display: block;
  text-align: right;
  font-size: 14px;
  margin-top: 3px;
}
.box_footer_area {
  padding: 20px 20px;
}
.box_footer_area .icon_area {
  margin-bottom: 0;
  padding: 5px 10px;
  height: auto;
  border: #475467 solid 1px;
}
.box_footer_area .icon_area span {
  color: #475467;
}
.public_info {
  padding: 15px 0 0 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
.public_info span {
  font-size: 24px;
}
.progress_bar_area {
  position: relative;
  width: 100%;
  max-width: 94%;
  margin-top: 5px;
  overflow: visible;
}
.percentage {
  position: absolute;
  right: -30px;
  top: -8px;
  font-size: 14px;
}
.progress_bar_area .progress-bar {
  border-radius: 50px;
}
.dismiss,
.unlock {
  display: inline;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.company_profile {
  background: #fafafa;
  padding: 32px;
  margin-top: 24px;
}
.ai_gov {
  position: absolute;
  right: 25px;
  bottom: 10px;
  font-size: 14px;
}
.company_profile .form-group .form-label {
  margin-bottom: 10px;
}
.company_profile .form-check {
  padding: 0;
  padding-left: 25px;
}
.company_profile .form-check .form-check-label:before {
  left: -25px;
  top: -1.5px;
}
.small_title {
  color: #6b7280;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.company_profile .devider_area {
  background: #dee2e6;
  margin: 20px 0;
}
.company_profile .devider_area.blue {
  background-color: #afcffd;
}
.company_profile .company_logo_area {
  margin-top: 30px;
  margin-bottom: 30px;
}
.characters {
  display: block;
  text-align: right;
  padding-top: 10px;
  font-size: 14px;
  line-height: 20px;
}
.upload-btn-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.upload-btn {
  border: 1px solid #5a6473;
  color: #2c3e50;
  background-color: white;
  padding: 11px 14px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}
.upload-btn span.web-upload-02 {
  font-weight: 500;
  font-size: 18px;
}
.upload-btn-wrapper input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  height: 100%;
}
.upload-icon {
  display: inline-block;
  transform: rotate(90deg);
  font-size: 18px;
}
.buttons_area {
  position: relative;
}
.devider_img {
  display: block;
}
.choose_top_area {
  position: relative;
  margin-top: 25px;
}
.choose_top_area .btn-link {
  color: #003f99;
  margin: 0;
  padding: 0;
  display: block;
  text-align: left;
  font-size: 14px;
}
.choose_top_area .btn-link span {
  font-size: 20px;
}
.label_name {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #181d27;
  margin-bottom: 10px;
}
.number_count {
  width: 40px;
  height: 40px;
  padding: 8px 8px;
  text-align: center;
  border-radius: 50px;
  background: #f0f7ff;
  color: #181d27;
  font-size: 16px;
  font-weight: 500;
}
.choose_top_area .icon_plus_circle_area {
  position: relative;
  font-size: 24px;
  line-height: 16px;
  padding-left: 15px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.choose_top_area .input-group .input-group-prepend {
  margin-right: 15px;
}
.choose_top_area .input-group .input-group-append.min_width {
  margin-left: 10px;
  min-width: 80px;
}
.choose_top_area .input-group .form-control {
  max-width: calc(100% - 50px);
  border-radius: 8px;
}
.choose_top_area .minus_plus_added_field .create_new_field .form-control {
  max-width: calc(100% - 105px);
}
.created_modified_by {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}
.user_list .user_list_name {
  font-size: 14px;
}
.user_list .table tr th,
.user_list .table tr td {
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
}
.user_list .table-responsive > .table-bordered {
  border-top: 1px solid #dee2e6;
}
.user_list .table thead {
  background-color: #f8fbff;
}
.user_list .table thead tr th {
  background-color: inherit;
  font-weight: 700;
  font-size: 16px;
  color: #181d27;
}
.active_user,
.user_status {
  border-radius: 6px;
  border: 1px solid #b2ddff;
  background: #eff8ff;
  padding: 2px 8px;
  display: inline-block;
  color: #175cd3;
  font-size: 14px;
}
.active_user.admin {
  border: 1px solid #d9d6fe;
  background: #f4f3ff;
  color: #5925dc;
}
.active_user.general_user {
  border: 1px solid #b2ddff;
  background: #eff8ff;
  color: #175cd3;
}
.active_user.inactive {
  border: 1px solid #e9eaeb;
  background: #fafafa;
  color: #414651;
}
.user_status.partially {
  border: 1px solid #fedf89;
  background: #fffaeb;
  color: #b54708;
}
.user_status.completed {
  border: 1px solid #abefc6;
  background: #ecfdf3;
  color: #067647;
}
.select_accordion.accordion_custom .accordion-header {
  border-radius: 12px 12px 0 0;
  padding: 12px 12px 12px 12px;
  border: 1px solid #d0d5dd;
  background: #fff;
  margin-bottom: 0;
}
.select_accordion.accordion_custom .accordion-header.collapsed {
  border-radius: 12px;
  border: 1px solid #d0d5dd;
}
.select_accordion.accordion_custom .accordion-item {
  margin-bottom: 15px;
}
.select_accordion.accordion_custom .accordion-header .accordion-button {
  color: #181d27;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  padding-right: 40px;
}
.select_accordion.accordion_custom
  .accordion-header.collapsed
  .minus-plus::before {
  color: #475467;
}
.select_accordion.accordion_custom .accordion-body {
  padding: 16px 32px;
  border-radius: 0 0 12px 12px;
  border-right: 1px solid #d0d5dd;
  border-bottom: 1px solid #d0d5dd;
  border-left: 1px solid #d0d5dd;
  background: #f0f7ff;
}
.checkbox_list .form-check {
  margin-bottom: 10px;
  margin-top: 10px;
}
.checkbox_list .form-check-label span {
  font-weight: 600;
  color: #3064e8;
  vertical-align: middle;
}
.checkbox_list .form-check-label .minus-plus::before {
  color: #475467;
}
.search_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  line-height: 16px;
  font-size: 20px;
}
.tags_area.list-group {
  padding: 0;
  margin-bottom: 10px;
  display: block;
}
.tags_area.list-group.marBottomNone {
  margin-bottom: 0;
}
.tags_area .list-group-item {
  border-radius: 8px !important;
  padding: 10px 40px 10px 14px;
  border: 1px solid #404040 !important;
  background: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  overflow: hidden;
  color: #202020;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-decoration: none;
  display: inline-block;
}
.tags_area .list-group-item i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  font-size: 22px;
  font-weight: 400;
  color: #202020;
}
.date_timezone {
  position: relative;
  text-align: center;
}
.date_timezone .btn.btn-light {
  padding: 8px 14px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}
.detete_row {
  position: absolute;
  right: -20px;
  top: 30px;
}
.email_parser {
  position: relative;
}
.email_parser .form-control {
  padding: 5px 14px 5px 14px;
}
.company_profile .email_parser .form-check .form-check-label:before {
  top: -10px;
}
.mask {
  filter: blur(2px);
  pointer-events: none;
}
.wave_devider,
.view_profile {
  display: block;
  padding: 10px 0;
}
.view_profile {
  text-align: center;
}
.view_profile img {
  display: block;
  margin-top: 20px;
}
.delete_edit {
  position: relative;
  margin-top: 15px;
}
.delete_edit .btn-filter {
  margin-left: 10px;
}
.top_settings .card {
  padding: 8px 15px;
  border-radius: 8px;
  border: #dee2e6 solid 1px;
}
.save_filter_cards {
  margin-bottom: 30px;
}
.save_filter_cards .card.custom_card {
  margin-bottom: 0;
}
.nav_bar_left {
  height: 100%;
  height: calc(100dvh - 140px);
}
.mdl_full_contauner {
  position: relative;
  padding-left: 280px;
  transition: padding-left 0.5s ease-in-out;
  min-height: calc(100dvh - 140px);
}
.mdl_full_contauner.padd_left {
  padding-left: 60px;
  transition: padding-left 0.5s ease-in-out;
}
.sidebar_menu {
  max-width: 280px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  min-height: calc(100dvh - 168px);
  min-height: 736px;
  z-index: 1;
  border: #d0d5dd solid 2px;
  border-left: none;
  border-radius: 0px 24px 24px 0;
  background-color: #e0eeff;
  transition: max-width 0.5s ease-in-out;
}
.sidebar_menu .menu_list {
  list-style: none;
  padding: 0 15px;
  padding-top: 10px;
  overflow-y: auto;
  display: block;
}
.sidebar_menu .menu_list li {
  margin-bottom: 10px;
  clear: both;
}
.sidebar_menu .menu_list li.nav-item.wave_devider {
  margin-bottom: 0;
}
.sidebar_menu .menu_list li:last-child {
  margin-bottom: 0;
}
.sidebar_menu .menu_list li > a {
  display: block;
  position: relative;
  white-space: nowrap;
  font-size: 14px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  padding: 8px 20px 8px 20px;
  padding-left: 35px;
}
.sidebar_menu .menu_list li > a.dropdown-toggle::after {
  position: absolute;
  font-size: 18px;
  color: #111827;
  right: 15px;
  top: 8px;
  border: none;
  display: inline-block;
  content: "\ed4d";
  font-family: "govCon" !important;
}
.sidebar_menu .menu_list li.dropdown.show a.dropdown-toggle::after {
  top: 50%;
  transform: translateY(-50%);
  content: "\ed51";
}
.sidebar_menu .menu_list li.dropdown .dropdown-menu {
  background-color: inherit;
  border: none;
  min-width: stretch;
  display: block;
  transform: none !important;
  top: 100% !important;
  position: static !important;
  width: 100%;
  padding: 0;
  box-shadow: none !important;
  width: auto;
  overflow: visible;
}
.sidebar_menu .menu_list li.dropdown .dropdown-menu.show {
  transform: none !important;
  position: relative !important;
  display: none;
}
.sidebar_menu .menu_list li.dropdown .dropdown-menu li {
  margin-bottom: 10px;
  margin-left: 30px;
}
.sidebar_menu .menu_list li.dropdown .dropdown-menu li a {
  padding-left: 20px;
  font-size: 16px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  padding: 8px 20px 8px 20px;
}
.sidebar_menu .menu_list li > a span {
  position: absolute;
  left: 10px;
  font-size: 18px;
  margin-top: 3px;
  color: #374151;
}
.sidebar_menu .menu_list li > a:hover,
.sidebar_menu .menu_list li > a.active {
  background-color: #facc15;
}
.sidebar_menu .menu_list li.dropdown .dropdown-menu li a:hover,
.sidebar_menu .menu_list li.dropdown .dropdown-menu li a:focus,
.sidebar_menu .menu_list li.dropdown .dropdown-menu li a.active {
  background-color: #fffbeb;
  color: #111827;
}
.sidebar_menu .menu_list li > a .nav-text {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #4b5563;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.sidebar_menu .menu_list li > a span.info_icon {
  right: 15px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  margin-top: 0;
}
.sidebar_menu .menu_list li > a.active span.info_icon {
  display: none;
}
.sidebar_menu .menu_list li > a span.exclamatory_sign.web-alert-circle {
  position: relative;
  left: auto;
  margin-top: -2px;
  font-size: 14px;
}
.sidebar_menu.expand {
  max-width: 60px;
}
.sidebar_menu.expand .menu_list li a,
.sidebar_menu.expand .menu_list li .nl-icon-logo {
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 1;
  transition: opacity 0.7s;
}
.sidebar_menu.expand .menu_list li a .nav-text,
.sidebar_menu.expand .menu_list li .nl-icon-logo > .nav-text {
  opacity: 0;
  transition: opacity 0.7s;
}
.sidebar_menu.expand .nl-icon-logo .nl-logo img {
  padding-left: 0;
}
.sidebar_menu .menu_list li.second_link_area > a {
  padding-left: 20px;
}
.sidebar_menu .menu_list li.second_link_area > a .nav-text {
  color: #2563eb;
}
.sidebar_menu .menu_list li.second_link_area > a span {
  left: auto;
  right: 10px;
  top: 8px;
  color: #2563eb;
}
.right_contents {
  border-radius: 10px;
  position: relative;
  width: 100%;
}
.right_contents .breadcrumb_area .breadcrumb {
  padding: 0;
}
.contents_head {
  padding: 10px 30px;
  border-bottom: #5a5a5a solid 1px;
  text-align: center;
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
  background-color: #fff;
}
.contents_head .custom-logo {
  color: #5a5a5a;
}
.contents_head .site_name {
  font-size: 18px;
}
.contents_head .subtitle_h2 h2 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}
.settings_btn {
  position: relative;
  margin-top: auto;
  background-color: #3064e8;
  border: none;
  cursor: pointer;
}
.sidebar_menu .menu_list li.settings_btn a {
  border: none;
  color: #ffffff;
}
.sidebar_menu .menu_list li.settings_btn > a span {
  margin-top: 0;
}
.sidebar_menu .menu_list li.settings_btn a .nav-text {
  color: #ffffff;
  display: ruby;
}
.settings_btn .btn-primary {
  height: 38px;
  width: 38px;
  margin: 0 auto;
  border-radius: 100%;
  padding: 3px;
  display: inline-block;
  background-color: #cd7728;
  border-color: #cd7728;
}
.settings_btn .btn-primary span {
  font-size: 21px;
}
.settings_btn .addmistration_settings {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.detail_page_area {
  overflow: visible;
}
.detail_page_area .mdl_full_contauner,
.detail_page_area .mdl_full_container {
  display: flex;
  padding-left: 0;
}
.detail_page_area .mdl_full_contauner .sidebar_menu,
.detail_page_area .mdl_full_container .sidebar_menu {
  position: sticky;
  width: 100%;
  min-width: 280px;
  min-height: auto;
}
.detail_page_area h1 {
  font-size: 30px;
  line-height: 24px;
  font-weight: 700;
}
.detail_page_area h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
.detail_page_area h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
.white_box_area {
  position: relative;
  z-index: 10;
  padding: 14px 10px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 20px;
}
.white_box_area > .badge {
  margin-bottom: 10px;
}
.sidebar_menu .menu_list li.nav-item ul {
  list-style: none;
}
.sidebar_menu .menu_list li.nav-item ul > li {
  margin-bottom: 0;
}
.sidebar_menu .menu_list li.nav-item ul > li a {
  display: block;
  padding: 8px 15px;
  margin: 5px 0;
  position: relative;
  padding-left: 35px;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.sidebar_menu .menu_list li.nav-item ul > li a > span {
  position: absolute;
  left: 10px;
  font-size: 18px;
  margin-top: 2px;
  color: #374151;
}
.white_box_area a:hover {
  background-color: #facc15;
}
.white_box_area a.active {
  opacity: 1;
  font-weight: 600;
  background-color: #facc15;
}
.over_view_area {
  padding-top: 30px;
}
.sign_up_area {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(240, 240, 240, 0.3);
  backdrop-filter: blur(4px);
  padding: 19px 16px;
  z-index: 99;
}
.sign_up_area .user_login_area {
  top: 25%;
}
.sign_up_area .user_login_area .login-form {
  max-width: 450px;
  background-color: #ffffff;
  border: #3064e8 solid 3px;
  padding: 24px;
}
.sign_up_area
  .user_login_area
  .login-form
  .login_signup
  .login_signup_link.login {
  margin-left: 0;
}
.sign_up_area
  .user_login_area
  .login-form
  .login_signup
  .login_signup_link.sign_up {
  margin-right: -10px;
  z-index: 1;
  position: relative;
}
.sign_up_area .sign-in-form {
  margin-top: 30px;
}
.state_locations.list-group .list-group-item {
  padding: 5px 0;
  color: #4c5564;
}
.state_locations.list-group .list-group-item:hover,
.state_locations.list-group .list-group-item.active {
  color: #4b5563;
  font-weight: 600;
}
.state_locations.list-group .list-group-item p {
  margin-bottom: 0;
}
.map_area {
  padding: 30px 0;
}
#usMap {
  height: 640px;
  width: 100%;
  max-width: 1200px;
  margin: 18px auto;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e8edf0;
}
.state-label {
  font-size: 16px;
  font-weight: 700;
  fill: #ffffff;
  stroke: #333333;
  stroke-width: 2px;
  paint-order: stroke;
  text-anchor: middle;
  dominant-baseline: central;
  pointer-events: none;
}
.country-label {
  font-size: 44px;
  font-weight: 900;
  fill: #000;
  stroke: #ffffff;
  stroke-width: 6px;
  paint-order: stroke;
  text-anchor: middle;
  dominant-baseline: central;
  pointer-events: none;
  opacity: 0.98;
}
.state-fill {
  fill: #d8f653;
  stroke: #1f2933;
  stroke-width: 1;
}
.state-dashed {
  stroke: #6b7280;
  stroke-dasharray: 5 6;
  stroke-width: 0.9;
}
.leaflet-container {
  background: #9dd4ec !important;
}
#map {
  width: 100%;
  height: 600px;
}
.country-label,
.state-label {
  writing-mode: horizontal-tb !important;
  text-orientation: upright !important;
  white-space: nowrap;
}
.country-label .country-text {
  font-size: 24px;
  font-weight: bold;
  color: black;
  text-shadow: -2px -2px 3px white, 2px -2px 3px white, -2px 2px 3px white,
    2px 2px 3px white;
}
.state-label .state-text {
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-shadow: 0 0 3px #555;
}
.recommended-card .custom-switch label.custom-control-label {
  display: inline-block;
}
.recommended-card .custom-switch .custom-control-label::before {
  top: 50%;
  transform: translateY(-50%);
}
.recommended-card .custom-switch .custom-control-label::after {
  top: 4.2px;
}
.timeline-area {
  width: 100%;
  max-width: 300px;
  margin-bottom: 50px;
}
.timeline-title {
  font-size: 16px;
  margin-bottom: 30px;
  color: #1f2937;
}
.timeline-wrap {
  position: relative;
  width: 100%;
  height: 200px;
  max-width: 300px;
  margin-left: 20px;
}
.marker {
  position: absolute;
  top: 0;
  text-align: left;
  min-width: 140px;
}
.marker-title {
  font-size: 16px;
  font-weight: 500;
  color: #374151;
}
.marker-date {
  font-size: 14px;
  color: #6b7280;
}
.marker-stem {
  position: relative;
  height: 100px;
  margin-top: 6px;
}
.marker-stem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid #a7c3ff;
}
.marker-stem::after {
  content: "";
  position: absolute;
  left: -2px;
  top: 0;
  width: 2px;
  height: 100px;
  background: #d1d5db;
}
.timeline-line {
  position: absolute;
  bottom: 40px;
  width: 100%;
  height: 8px;
  background: #bdd4ff;
  border-radius: 4px;
}
.year-dot {
  position: absolute;
  top: -14px;
  width: 34px;
  height: 34px;
  background: #fff;
  border: 5px solid #bdd4ff;
  border-radius: 50%;
  transform: translateX(-50%);
}
.year-label {
  position: absolute;
  top: -30px;
  font-size: 14px;
  color: #4b5563;
  transform: translateX(-50%);
}
.inner_section {
  position: relative;
  margin-bottom: 64px;
}
.inner_section .card.small_card {
  height: 100%;
  min-height: auto;
}
.inner_section .card.small_card .subtitle_h3 {
  margin-bottom: 5px;
}
.inner_section .card.small_card .subtitle_h3 h3 {
  font-size: 16px;
  line-height: 24px;
}
.inner_section .card.small_card p {
  font-size: 14px;
  line-height: 18px;
}
.inner_section .card.small_card p > .web-info-circle {
  font-size: 18px;
  margin-right: 5px;
}
.inner_section .card.small_card p a {
  color: #374151;
  text-decoration: none;
}
.inner_section .paragraph {
  display: block;
}
.inner_section .paragraph p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
}
.table_links .table {
  width: auto;
  margin: 0;
}
.top_points_list_area {
  padding-top: 64px;
}
.comparison_area .image_area {
  display: block;
  text-align: center;
  padding-bottom: 64px;
}
.comparison_area .nav-tabs .nav-item {
  text-align: center;
}
.clause_info_list {
  display: flex;
  gap: 20px;
}
.clause_info_list li {
  font-size: 16px;
  line-height: 24px;
  color: #4b5563;
  font-weight: 400;
}
.featuresPageSections h1 span {
  position: relative;
  top: -5px;
}
.features_section .address_area {
  padding-bottom: 50px;
  margin-bottom: 40px;
}
.features_section .address_area .btn.btn-link {
  margin-top: -20px !important;
}
.features_section .image_area {
  overflow: hidden;
}
.features_section .image_area img {
  border-radius: 24px;
}
.actions_research_section {
  position: relative;
}
.list_with_icon {
  list-style: none;
}
.list_with_icon li {
  list-style: none;
  margin-bottom: 40px;
  position: relative;
  padding-left: 65px;
}
.list_with_icon li h3 {
  margin-bottom: 16px;
}
.list_with_icon li h3 a {
  color: #181d27;
}
.list_with_icon li .icon_area {
  position: absolute;
  left: 0;
}
.daterangepicker {
  width: 760px !important;
  border: none !important;
  border-radius: 28px !important;
  padding: 18px 18px 80px 18px !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
  overflow: hidden;
}
.daterangepicker:before,
.daterangepicker:after {
  display: none !important;
}
.daterangepicker .drp-calendar.left {
  width: 360px;
  max-width: 360px;
}
.daterangepicker .drp-calendar.right {
  display: none !important;
}
.daterangepicker .drp-calendar {
  border: none !important;
}
.calendar-table {
  background: transparent !important;
  border: none !important;
}
.daterangepicker table {
  width: 100%;
}
.daterangepicker .month {
  font-size: 34px !important;
  font-weight: 700;
  color: #111827;
  padding-bottom: 20px;
}
.daterangepicker th {
  font-size: 14px;
  color: #6b7280;
  font-weight: 600;
}
.daterangepicker td {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  transition: 0.2s;
  font-size: 15px;
}
.daterangepicker td.available:hover {
  background: #f3f4f6 !important;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background: #3461ff !important;
  color: #fff !important;
}
.daterangepicker .prev span,
.daterangepicker .next span {
  border-color: #111827 !important;
}
.custom-right-panel {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 320px;
  height: 290px;
  border-left: 1px solid #e5e7eb;
  padding-left: 28px;
}
.year-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}
.year-title {
  font-size: 36px;
  font-weight: 700;
  color: #111827;
}
.year-actions {
  display: flex;
  gap: 10px;
}
.year-btn {
  width: 34px;
  height: 34px;
  border: none;
  background: #f3f4f6;
  border-radius: 10px;
  cursor: pointer;
  font-size: 18px;
}
.year-btn:hover {
  background: #e5e7eb;
}
.month-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.month-btn {
  height: 44px;
  border: none;
  border-radius: 12px;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  transition: 0.2s;
}
.month-btn:hover {
  background: #f3f4f6;
}
.month-btn.active {
  background: #3461ff;
  color: #fff;
  font-weight: 600;
}
.daterangepicker .drp-buttons {
  position: absolute;
  right: 24px;
  bottom: 18px;
  border: none !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center;
  gap: 16px;
  z-index: 999;
  cursor: pointer;
}
.daterangepicker .cancelBtn {
  border: none !important;
  background: transparent !important;
  color: #6b7280 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}
.daterangepicker .applyBtn {
  background: #f4cf4f !important;
  color: #111827 !important;
  border: none !important;
  border-radius: 14px !important;
  height: 52px;
  width: 120px;
  font-size: 18px !important;
  font-weight: 700 !important;
}
.dataTables_scrollBody {
  overflow-y: auto !important;
  max-height: 500px;
}
.select2-container .select2-search--inline .select2-search__field {
  margin: 0 !important;
  line-height: inherit;
}
.dataTables_scroll .dataTables_scrollBody table.dataTable td.dataTables_empty {
  background: none !important;
  padding-top: 0 !important;
}
.icon .blob {
  position: relative;
  z-index: 1;
}
.icon .doc {
  position: absolute;
  width: 185px;
  height: 191px;
  top: 15px;
  z-index: 2;
}
.results-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.empty-state {
  text-align: center;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.empty-state .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.empty-state .icon img {
  width: 60px;
  opacity: 0.8;
}
table.dataTable th.dt-type-numeric div.dt-column-header,
table.dataTable th.dt-type-numeric div.dt-column-footer,
table.dataTable th.dt-type-date div.dt-column-header,
table.dataTable th.dt-type-date div.dt-column-footer,
table.dataTable td.dt-type-numeric div.dt-column-header,
table.dataTable td.dt-type-numeric div.dt-column-footer,
table.dataTable td.dt-type-date div.dt-column-header,
table.dataTable td.dt-type-date div.dt-column-footer {
  flex-direction: row;
}
.dt-copy-wrapper {
  display: inline-flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
.dt-cell-content {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dt-copy-actions {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding-left: 6px;
  visibility: hidden;
  color: #6b7280;
  white-space: nowrap;
}
table.dataTable tbody td:hover .dt-copy-actions {
  visibility: visible;
}
.dt-icon-placeholder {
  display: inline-flex;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.dt-copy-icon,
.dt-copy-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 3px;
  transition: color 0.1s ease, background-color 0.1s ease;
}
.dt-copy-icon span,
.dt-copy-link-icon span {
  font-size: 16px;
  line-height: 1;
}
.dt-copy-icon:hover,
.dt-copy-link-icon:hover {
  color: #2563eb;
  background-color: rgba(37, 99, 235, 0.1);
}
div.dt-container div.dt-layout-row {
  margin: 0;
}
div.dt-container div.dt-layout-row .dt-info,
div.dt-container div.dt-layout-row .dt-paging {
  padding: 10px;
}
div.dt-scroll {
  clear: both;
}
.dt-scroll-head {
  overflow: auto !important;
  z-index: 1;
}
.dt-scroll-headInner {
  width: 100% !important;
  padding-right: 0px !important;
}
.dt-scroll-head::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 10px;
  background-color: #fff;
}
.dt-scroll-head::-webkit-scrollbar {
  width: 12px;
  background-color: #fff;
  height: 10px !important;
}
.dt-scroll-head::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: none;
  background-color: #4b5563;
}
.dt-scroll-body {
  border: 0;
  max-height: 545px !important;
  overflow: hidden;
  background: #fff;
}
.dt-scroll-body::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 10px;
  background-color: #fff;
}
.dt-scroll-body::-webkit-scrollbar {
  width: 10px;
  height: 12px !important;
  background-color: #fff;
}
.dt-scroll-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: none;
  background-color: #4b5563;
}
table.dataTable thead > tr > th div.dt-column-header {
  justify-content: flex-start !important;
}
table.dataTable thead > tr > th div.dt-column-header .dt-column-title,
table.dataTable thead > tr > th div.dt-column-footer .dt-column-title,
table.dataTable thead > tr > td div.dt-column-header .dt-column-title {
  flex-grow: inherit !important;
}
table.dataTable thead > tr > th.dt-orderable-asc .dt-column-order::before,
table.dataTable thead > tr > th.dt-orderable-asc .dt-column-order::after,
table.dataTable thead > tr > th.dt-orderable-desc .dt-column-order::before,
table.dataTable thead > tr > th.dt-orderable-desc .dt-column-order::after,
table.dataTable thead > tr > th.dt-ordering-asc .dt-column-order::before,
table.dataTable thead > tr > th.dt-ordering-asc .dt-column-order::after,
table.dataTable thead > tr > th.dt-ordering-desc .dt-column-order::before,
table.dataTable thead > tr > th.dt-ordering-desc .dt-column-order::after,
table.dataTable thead > tr > td.dt-orderable-asc .dt-column-order::before,
table.dataTable thead > tr > td.dt-orderable-asc .dt-column-order::after,
table.dataTable thead > tr > td.dt-orderable-desc .dt-column-order::before,
table.dataTable thead > tr > td.dt-orderable-desc .dt-column-order::after,
table.dataTable thead > tr > td.dt-ordering-asc .dt-column-order::before,
table.dataTable thead > tr > td.dt-ordering-asc .dt-column-order::after,
table.dataTable thead > tr > td.dt-ordering-desc .dt-column-order::before,
table.dataTable thead > tr > td.dt-ordering-desc .dt-column-order::after {
  font-family: "govCon" !important;
  font-size: 16px !important;
  color: #3064e8;
}
table.dataTable thead > tr > th.dt-orderable-asc .dt-column-order {
  padding-right: 15px;
}
table.dataTable thead > tr > th.dt-orderable-desc .dt-column-order::before {
  content: "\ed4a" !important;
  opacity: 0.2 !important;
  bottom: 75%;
  color: #e0eeff;
}
table.dataTable thead > tr > th.dt-orderable-desc .dt-column-order::after {
  content: "\ed30" !important;
  top: 75%;
  opacity: 0.2 !important;
  color: #e0eeff;
}
table.dataTable
  thead
  > tr
  > th.dt-orderable-desc.dt-ordering-desc
  .dt-column-order::before,
table.dataTable
  thead
  > tr
  > th.dt-orderable-desc.dt-ordering-asc
  .dt-column-order::after {
  opacity: 1 !important;
  color: #3064e8;
}
.column-info-icon {
  color: #e0eeff;
}
table.dataTable
  thead
  > tr
  > th:hover.dt-orderable-desc
  .dt-column-order::before,
table.dataTable
  thead
  > tr
  > th:hover.dt-orderable-desc
  .dt-column-order::after {
  opacity: 1 !important;
  color: #181d27;
}
table.dataTable thead > tr > th:hover .column-info-icon {
  color: #181d27;
}
table.dataTable thead > tr > th:hover .column-info-icon:hover {
  color: #3064e8;
}
table.dataTable
  thead
  > tr
  > th.dt-orderable-desc
  .dt-column-order.dt-ordering-asc
  .column-info-icon {
  color: #3064e8;
}
table.dataTable
  thead
  > tr
  > th:hover.dt-orderable-desc
  .dt-column-order:hover::before,
table.dataTable
  thead
  > tr
  > th:hover.dt-orderable-desc
  .dt-column-order:hover::after {
  color: #3064e8;
}
table.dataTable > tbody > tr > td.text-right .dt-copy-wrapper,
table.dataTable > thead > tr > th.text-right .dt-column-header {
  flex-direction: row-reverse;
}
table.dataTable {
  width: max-content !important;
  min-width: 100%;
}
table.dataTable th,
table.dataTable td {
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}
#awardsTable {
  width: max-content !important;
  min-width: 100%;
}
.footer-area {
  position: relative;
  background-color: #3064e8;
  padding: 40px 0 30px 0;
}
.subscribe .form-group {
  margin-bottom: 0;
}
.subscribe label {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.subscribe .form-control {
  position: relative;
  border: none;
}
.subscribe .btn {
  line-height: 24px;
  border-radius: 8px;
  background-color: #e0eeff;
  color: #181d27;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 10px 16px;
}
.footer_nav {
  position: relative;
  margin-top: 20px;
}
.footer_nav li {
  display: inline-block;
  list-style: none;
}
.footer_nav li a {
  display: block;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  padding-right: 25px;
  font-size: 16px;
  line-height: 20px;
}
.copyRight {
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
  border-top: #fff solid 1px;
}
.copyRight .rights_reserved p {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 0;
}
.rights_reserved.white_color p {
  color: #fff;
  font-size: 12px;
}
.terms_privacy li {
  display: inline-block;
  list-style: none;
}
.terms_privacy li a {
  display: block;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  padding-right: 25px;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .container {
    max-width: 1280px;
  }
}
@media (max-height: 885px) {
  .navbar-nav li .sub_menu.max_large_width {
    max-height: calc(80dvh - 0px);
    overflow-y: scroll;
  }
}
@media (max-width: 1366px) {
  .dashboard_img {
    max-width: 500px;
  }
}
@media (min-width: 1367px) {
  .table-responsive {
    overflow-x: visible;
  }
}
@media (min-width: 1199.98px) {
  .navbar .navbar-nav li.nav-item.dropdown:hover > .dropdown-menu,
  .navbar-nav .dropdown-menu li.dropdown-submenu:hover .dropdown-menu,
  .nav li.nav-item:hover > .dropdown-menu,
  .nav
    li.nav-item:hover
    > .dropdown-menu
    li.dropdown-submenu:hover
    .dropdown-menu {
    display: block;
  }
  .explore_btn {
    font-size: 24px;
  }
  .card-deck {
    flex-flow: row wrap;
  }
  .ml-md-left {
    margin-left: 32px !important;
  }
  .mr-md-right {
    margin-right: 32px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .container {
    max-width: 100%;
  }
  .content-area {
    max-width: 1080px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container {
    max-width: 100%;
  }
  .explore_btn .btn-secondary i {
    padding-right: 0;
    border-right: none;
  }
  .custom-logo img {
    height: 20px;
    max-height: 20px;
  }
  .explore_btn h5 {
    font-size: 18px;
    line-height: 30px;
  }
  .navbar-nav li .dropdown-menu {
    max-height: 625px;
  }
  .navbar-nav li.mega-dropdown .mega-dropdown-menu ul:last-child::after {
    border-right: 1px solid #181d27;
  }
  .navbar-nav li.mega-dropdown {
    position: static !important;
  }
  .section {
    padding-top: 32px;
  }
  .gray_bg {
    padding-top: 0px;
  }
  .dashboard_img {
    max-width: 400px;
  }
  .pricing_compare_table .tab-content {
    margin-top: 50px;
  }
  .get_in_touch_area .contact_us_form,
  .get_in_touch_area .image_area {
    padding: 30px;
  }
  .contact_us_form .input_fields {
    padding: 20px;
  }
  .footer-area {
    padding-bottom: 0;
  }
  .footer-area .devider {
    margin: 30px 0;
  }
}
@media (min-width: 768px) {
  .owl-carousel.row {
    display: flex;
    width: auto;
  }
  .core_features .row .col-12:not(:last-child) {
    margin-bottom: 0;
  }
  .core_features .row .col-12:nth-child(1),
  .core_features .row .col-12:nth-child(2) {
    margin-bottom: 48px;
  }
}
@media (max-width: 991.98px) {
  .container {
    max-width: 100%;
  }
  p,
  .paragraph_area p {
    font-size: 16px;
    line-height: 22px;
  }
  .owl-carousel {
    width: auto;
  }
  .navbar {
    position: inherit;
  }
  .navbar .navbar-nav li.nav-item {
    margin-bottom: 0;
    position: relative;
    border-top: #c3d2e6 solid 1px;
  }
  .navbar .navbar-nav li.nav-item > a.nav-link,
  .nav li.nav-item > a.nav-link {
    padding: 12px 15px;
    display: block;
    color: #181d27;
  }
  .navbar-nav li.nav-item > a.nav-link span img {
    filter: invert(1);
    mix-blend-mode: multiply;
  }
  .navbar-nav .nav-item.active,
  .navbar-nav .nav-item.show {
    border-radius: 0;
  }
  .navbar .navbar-nav li.nav-item .dropdown-toggle.material-symbols-rounded,
  .navbar
    .navbar-nav
    li.nav-item.dropdown
    .material-symbols-rounded.material_dropdown_arrow {
    right: 5px;
    z-index: 0;
    top: 25%;
    transform: rotate(-90deg);
  }
  .navbar-nav li .dropdown-menu li {
    padding: 0 5px;
  }
  .navbar-nav li .dropdown-menu li a {
    display: inline-block;
    width: auto;
  }
  .navbar-nav li.mega-dropdown {
    position: relative !important;
  }
  .navbar-nav li.mega-dropdown .dropdown-toggle.material-symbols-rounded {
    right: 5px !important;
    margin-left: 0px;
  }
  .navbar-toggler {
    padding: 0;
    font-size: inherit;
    display: inherit;
    color: #fff;
    margin-left: -5px;
    line-height: normal;
  }
  .navbar-toggler:hover {
    color: #ffd60a;
  }
  .navbar-toggler .material-symbols-rounded {
    font-size: 46px;
  }
  .navbar-nav li.mega-dropdown .sub_menu.max_large_width {
    min-width: inherit;
  }
  .maxHeight {
    max-height: 330px;
    overflow-y: scroll;
  }
  .thank_you_area_accelarator .btn.pc_theme_btn {
    margin-bottom: 0;
  }
  .primary-menu .navbar .navbar-collapse,
  .post-menu .navbar .navbar-collapse {
    position: fixed;
    left: -100%;
    top: 0;
    overflow-y: auto !important;
    width: 100%;
    height: 100%;
    max-height: 100%;
    z-index: 999;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .primary-menu .navbar,
  .post-menu .navbar {
    display: inherit;
  }
  .navbar .navbar-nav li.nav-item.nav_out {
    display: flex;
    border-top: none;
  }
  .navbar .navbar-nav li.nav-item > a.nav-link:hover,
  .navbar .navbar-nav li.nav-item.show > a.nav-link,
  .navbar .navbar-nav li.nav-item > a.nav-link.active {
    background-color: inherit;
  }
  .primary-menu .collapse:not(.show),
  .post-menu .collapse:not(.show) {
    display: inherit;
  }
  .secondary-menu {
    padding: 0;
  }
  .secondary-hamburge-btn {
    color: #3064e8;
  }
  .secondary-menu .navbar ul li {
    padding: 0;
  }
  .secondary-menu .navbar ul li a {
    display: table-cell;
  }
  .top-head {
    padding: 12px 0;
  }
  .primary-menu .navbar .navbar-collapse.toggled,
  .post-menu .navbar .navbar-collapse.toggled {
    left: 0px;
  }
  .hamburge-btn,
  .hamburge-btn,
  .close-menu {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .navbar_area_mobile {
    left: auto;
    top: 0 !important;
    right: -100%;
    position: fixed !important;
    z-index: 9999 !important;
    overflow: auto !important;
    background-color: #fff !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar_area_mobile.active {
    display: inherit !important;
  }
  .navbar_area_mobile.toggled {
    left: auto;
    right: 0;
    bottom: 0;
  }
  .navbar-nav li .navbar_area_mobile.dropdown-menu {
    min-width: inherit;
  }
  .navbar-nav li .navbar_area_mobile.dropdown-menu .sub_menu {
    margin: 0px 15px 15px 15px;
    width: auto;
  }
  .back-main-menu,
  .close-menu {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    background: none;
    border: 0;
    cursor: pointer;
  }
  .back-main-menu:focus,
  .back-main-menu:focus-visible,
  .close-menu:focus,
  .close-menu:focus-visible {
    outline: #3064e8 solid 2px;
    box-shadow: none;
    font-weight: 300;
  }
  .back-main-menu .material-symbols-rounded {
    font-size: 30px;
    margin-left: -8px;
  }
  .sidebar_head {
    padding: 15px 15px;
    width: 100%;
    background-color: #3064e8;
  }
  .sidebar_head .logo-left-align {
    max-width: 150px;
  }
  .sub_menu {
    padding: 10px;
  }
  .top-right-area {
    text-align: center;
  }
  .top-right .btn {
    margin-bottom: 0;
    margin-top: 0;
  }
  .section {
    padding-top: 32px;
  }
  .gray_bg {
    padding-top: 0px;
  }
  .padd_all {
    padding: 25px 25px 48px 25px;
  }
  .one_data_platform .subtitle_h2 {
    padding: 15px;
  }
  .common_section .btn-link {
    bottom: 25px;
    margin: 0;
  }
  .common_section .image_area {
    text-align: center;
    margin-bottom: 30px;
  }
  .competing_industry .hand_draw.subtitle_h2 {
    padding-bottom: 50px;
  }
  .dashboard_img {
    position: relative;
    margin-bottom: 30px;
    max-width: 100%;
  }
  .dashboard_img img {
    width: 100%;
  }
  .hand_draw_arrow {
    right: 5%;
    bottom: -100px;
    max-width: 200px;
  }
  .govcon_sources {
    position: relative;
    bottom: inherit;
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: -120px;
  }
  .one_data_platform .light_gray_bg {
    padding-top: 20px;
  }
  .data_graphic {
    padding-top: 10px;
  }
  .data_graphic .btn {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 20px;
    margin-top: 0;
  }
  .pricing_compare_table .tab-content {
    margin-top: 40px;
  }
  .competition_service {
    padding-right: 0;
  }
  .pricing_compare_table .nav-pills .nav-item .nav-link {
    font-size: 16px;
  }
  .content-area {
    left: 0;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .multisteps-form__progress-btn {
    font-size: 14px;
  }
  .get_in_touch_area .contact_us_form,
  .get_in_touch_area .image_area {
    padding: 15px;
  }
  .features_area .card .card_body_box,
  .features_area .card .card_body_box {
    margin-bottom: 20px;
  }
  .features_area .card .col-lg-6:last-child .card_body_box,
  .features_area .card .col-lg-6:last-child .card_body_box {
    margin-bottom: 0;
  }
  .public_info {
    padding-top: 0;
  }
  .footer-area {
    padding-bottom: 0;
    padding-top: 30px;
    margin-top: 0;
  }
  .footer_nav li a {
    padding-right: 15px;
  }
  .subscribe {
    margin-top: 30px;
  }
  .copyRight {
    padding: 30px 0 30px 0;
    margin-top: 30px;
  }
  .terms_privacy li a {
    padding-right: 10px;
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: 100%;
  }
  .card-deck {
    flex-flow: column;
  }
  .card-deck .card {
    margin-bottom: 30px;
  }
  .navbar-nav li.mega-dropdown .mega-dropdown-menu ul::after {
    border-right: none;
    border-bottom: 1px solid #181d27;
  }
  .custom-logo {
    padding-right: 0 !important;
  }
  .hero-image-area:before {
    background: #ebebeb;
    max-width: 100%;
  }
  .content-area {
    position: relative;
    transform: none;
    padding: 30px 0;
  }
  .section {
    padding-top: 30px;
  }
  .gray_bg {
    padding-top: 0px;
  }
  .collaboration_competition {
    padding-top: 30px;
  }
  .data_platform .default-heading {
    padding: 15px;
  }
  .data_platform .light_gray_bg {
    padding-top: 15px;
  }
  .govcon_sources {
    margin-bottom: -100px;
  }
  .pricing_compare_table .tab-content {
    margin-top: 30px;
  }
  .get_in_touch_area .card-deck .card {
    position: relative;
    margin-bottom: 0;
  }
  .left_card::before,
  .right_card::after {
    width: 100%;
  }
  .features_area {
    margin-bottom: 30px;
  }
  .company_profile {
    padding: 0;
  }
  .input_fields {
    margin-bottom: 15px;
  }
  .buttons_area .btn {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .tags_area {
    display: block;
  }
  .tags_area li {
    display: inline-block;
    margin-top: 5px;
    height: auto;
  }
  .get_in_touch_area {
    margin-bottom: 10px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .custom-logo img {
    max-width: 148px;
  }
}
@media (max-width: 575.98px) {
  .top_right,
  .top-right {
    margin-top: 10px;
  }
  .padd_all {
    padding: 20px 15px;
  }
  .navbar-nav li .dropdown-menu li {
    display: block;
  }
  .one_data_platform .light_gray_bg {
    padding-top: 15px;
  }
  .data_graphic {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .data_graphic .btn {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 20px;
    margin-top: 0;
  }
  .govcon_sources {
    position: relative;
    bottom: inherit;
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .custom-logo .site_name {
    font-size: 16px;
  }
  .custom-logo .logo_img {
    max-height: 35px;
    margin-right: 5px;
  }
  .hand_draw_arrow {
    right: 5%;
    bottom: -85px;
    max-width: 200px;
  }
  .points_list_area .common_list {
    margin-bottom: 30px;
  }
  .points_list_area .icon_area {
    margin-bottom: 0;
  }
  .customer_select {
    margin-bottom: 15px;
  }
  .top_search_ai .form-control {
    min-width: 277px;
  }
  .top_search_ai .form-control::placeholder {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 150px;
  }
  .top_search_ai .form-control::-moz-placeholder {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 150px;
  }
  .top_search_ai .form-control:-ms-input-placeholder {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 150px;
  }
  .footer-area {
    padding-bottom: 0;
    padding-top: 30px;
    margin-top: 0;
  }
  .subscribe .form-control {
    width: 100%;
  }
}
@media (max-height: 767.98px) {
  .navbar-nav li .sub_menu.max_large_width {
    max-height: calc(75dvh - 0px);
  }
}
@media (max-width: 576px) {
  .btn {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 14px;
  }
}
@media (min-width: 768px) {
  .btn {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 16px;
  }
}
@media (min-width: 992px) {
  .btn {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 18px;
  }
}
@media (min-width: 1600px) {
  .btn {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 20px;
  }
}
@media (min-width: 1921px) {
  .btn {
    font-size: 18px;
    line-height: 26px;
    padding: 16px 28px;
  }
}


/* Toggle switch */
.switchTogleDiv {
  right: unset;
  top: 7px;
}
.switchTogleDiv .switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 22px;
  vertical-align: middle;
  margin: 0 5px;
}
.switchTogleDiv .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switchTogleDiv .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  transition: 0.4s;
  border-radius: 34px;
  border: 1px solid #3064e8;
}
.switchTogleDiv .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2.1px;
  background-color: #3064e8;
  transition: 0.4s;
  border-radius: 50%;
}
.switchTogleDiv input:checked + .slider {
  background-color: #ffffff;
}
.switchTogleDiv input:checked + .slider:before {
  transform: translateX(26px);
}
.switchTogleDiv #viewToggle:checked ~ #listIcon {
  color: #d9d9d9;
}
.switchTogleDiv .view-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
}

.switchTogleDiv .view-switch .list-icon,
.switchTogleDiv .view-switch .card-icon {
  font-size: 22px;
  line-height: 18px;
  display: inline-block;
  vertical-align: middle;
}

.switchWidthToggle {
  margin-top: 30px;
  cursor: pointer;
  width: 25px;
  text-align: left;
  margin-left: 10px;
  font-size: 30px;
}
.switchWidthToggle.rightToggle {
  transform: rotate(0deg);
}
.switchWidthToggle.fa {
  font-size: 30px;
}

#viewToggle:checked ~ #listIcon {
  color: #d9d9d9;
}
.iconSwitch {
  color: #c7c7c7;
}
.iconSwitch.activeIconColor {
  color: #3064e8;
}

.switchTogleDiv #sortBySelectSection > label {
  margin-bottom: 0;
}
/*.switchTogleDiv #sortBySelectSection #sortBySelect{ padding: 4px 25px 4px 10px; line-height: 16px;}
.switchTogleDiv #sortBySelectSection #sortIconAsc, 
.switchTogleDiv #sortBySelectSection #sortIconDesc{ margin-right: 0 !important; font-size: 14px;}*/

.nav-tabs.detailTabList {
  display: block;
  border-bottom: 0px !important;
}
.nav-tabs.detailTabList .nav-link {
  overflow: hidden;
  box-shadow: 0px 1.5px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #1f1f1f;
  white-space: nowrap; /*text-overflow: ellipsis;*/
  width: 100%;
  min-width: 45px;
  height: 45px;
  padding: 8px 12px;
  line-height: 30px;
  text-decoration: none;
}
.nav-tabs.detailTabList .nav-link .icontabnav {
  width: 24px;
  float: left;
  margin-right: 10px;
}
.nav-tabs.detailTabList .nav-link.active {
  font-weight: 600;
}
.nav-tabs.detailTabList .nav-link.active .icontabnav {
  filter: brightness(0) invert(1);
}
.nav-tabs.detailTabList .nav-link:hover .icontabnav {
  filter: invert(1);
}
.nav-tabs.detailTabList .nav-link i {
  margin-right: 5px;
  text-align: left;
  font-size: 22px;
}

.nav-tabs.detailTabList .nav-link.active,
.nav-tabs.detailTabList .nav-link:hover,
.nav-tabs.detailTabList .show > .nav-link {
  background: #3064e8;
  color: #fff;
  text-decoration: none;
}

#accountsTable_wrapper table.dataTable > thead > tr > th {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
#accountsTable_wrapper table.dataTable > tbody > tr {
  background-color: #ffffff;
}
#accountsTable_wrapper table.dataTable > tbody > tr:hover {
  background-color: #e0eeff;
  color: #212529;
}

.toplabel {
  padding: 8px 14px;
  color: #fff;
  display: inline-block;
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
  background: #b99b06;
}

.detailPage .resuktText,
.detailPage .resultText,
.fileType,
.fileSize {
  font-size: 14px;
  padding-left: 10px;
}
.detailPage .tabtabsubHeading {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 12px;
  position: relative;
}
.detailPage .labelSmallHeading {
  font-size: 16px;
  font-weight: 600;
  border-left: #ccc solid 3px;
  padding-left: 10px;
  line-height: normal;
  margin-bottom: 0;
}
.detailPage .tabtabsubHeading:before {
  height: 2px;
  content: "";
  display: block;
  background: #3064e8;
  position: absolute;
  z-index: 99;
  bottom: 10px;
  width: 45px;
}
.detailPage .chartBg {
  width: 100%;
  padding: 20px;
  margin-top: 10px;
  box-shadow: 0px 1.5px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.detailPage .breadcrumb {
  padding: 0;
}

.form_group_btn .btn-light {
  line-height: 14px;
  padding: 6px 14px;
}

.bordr {
  border-bottom: #ccc solid 1px;
  min-height: 60px;
}

.heirarchyIcon {
  cursor: pointer;
  vertical-align: middle;
}
.heirarchyIcon span {
  font-size: 24px;
  font-weight: 900;
  transition: all 0.4s ease;
}
.heirarchyIcon span:hover {
  -webkit-text-stroke: 1px #3064e8;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.9);
}

.follow_us {
  position: relative;
}
.follow_us .web-bell-01 {
  font-size: 17px;
  position: relative;
  top: -1px;
}

.nl-Container .dropdonSubheading {
  font-size: 16px;
}
.nl-Container .dropdonSubheading .fa-columns {
  padding-right: 10px;
}

.nl-Container .dataTables_scrollFoot table.dataTable {
  border: 0 !important;
}
.nl-Container .dataTables_filter {
  display: none;
}

.nl-Container .nlTableContainer table.dataTable thead th.text-right {
  text-align: left !important;
}

.nl-Container .fadein {
  opacity: 0;
  transition: all 1.5s;
  transform: translate(0, 100px);
}
.nl-Container .fadein.visible {
  opacity: 1;
  transform: translate(0, 0);
}

.nl-Container .verticalLine {
  height: 100%;
  width: 1px;
  background: #999898;
  margin: 0 auto;
}
.nl-Container .topagencyDiv a {
  line-height: 28px;
  font-size: 14px;
  text-decoration: underline;
}
.nl-Container .fileCard {
  padding-left: 10px !important;
  padding-bottom: 0px !important;
  min-height: 123px !important;
}
.nl-Container .DownloadContainer {
  display: inline-flex;
  width: 100%;
  padding-left: 30px;
  position: relative;
  min-height: 123px;
}
.nl-Container .DownloadContainer .DownloadBtnDiv {
  width: 100%;
  max-width: 125px;
}
.nl-Container .DownloadContainer .DownloadBtnDiv .btn {
  line-height: 14px;
}
.nl-Container .DownloadContainer .DownloadBtnDiv .btn span {
  font-size: 14px;
  vertical-align: top;
  margin-right: 3px;
}

.nl-Container .DownloadContainer .iconLeftDiv {
  margin-left: 0px;
  position: absolute;
  left: 0;
}
.nl-Container .DownloadFileDiv .fileHeading {
  font-size: 14px !important;
  font-weight: bold;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nl-Container .form-group .inputDateIcon {
  position: absolute;
  right: 15px;
  bottom: 10px;
  font-size: 16px;
}
.nl-Container .portlet-title-editable {
  cursor: pointer;
  display: none !important;
}
.nl-Container .contentConatinerRight .configColDiv {
  top: -7px;
  right: 15px;
}
.nl-Container .DownloadContainer .DownloadFileDiv {
  width: 60%;
  width: auto;
  margin-right: 10px;
}

.nl-Container .configColDiv .dropdown-menu .form-group,
.nl-Container .configColDiv .dropdown-menu .dropdonSubheading {
  padding-left: 10px;
}

.nl-Container .contentConatinerRight.expanded {
  animation: 3s slide-left;
}
.nl-Container .leftNavigation,
.nl-Container .contentConatinerRight .dt-buttons {
  right: 0;
}

.nl-Container .leftNavigation,
.nl-Container .contentConatinerRight {
  transition: max-width 0.7s ease-in-out;
}

/** My css Start */
.light_gray_bg_area {
  background: #fafafa;
}
.top_filter.light_gray_bg_area {
  margin-bottom: 20px;
}

.clear_reset_filter_btns,
.load_save_request_filter {
  /*padding-top: 15px;*/
  text-align: center;
}
.clear_reset_filter_btns .btn .web-filter-funnel-02 {
  font-size: 16px;
}

.clear_reset_filter_btns .btn-link {
  position: relative;
  color: #007bff;
  text-decoration: underline;
  border-radius: 0;
  padding: 0px 10px;
  line-height: 14px;
}
.clear_reset_filter_btns .btn-link::after {
  position: absolute;
  right: -3px;
  border-left: #101828 solid 1px;
  height: 15px;
  width: 1px;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}
.clear_reset_filter_btns .btn-link:hover {
  text-decoration: none;
}

.clear_reset_filter_btns .btn-link.btn:focus,
.clear_reset_filter_btns .btn-link.btn:focus-visible {
  box-shadow: none;
}

.hide_show_first_btns {
  position: relative;
}
/*.hide_show_first_btns.clear_reset_filter_btns .btn{ line-height: 16px; padding: 6px 14px;}*/
.hide_show_first_btn.hde_show {
  display: none;
}

.load_save_request_filter .btn span {
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -2px;
}

.summary_detail p,
#summary p {
  display: block;
  border-bottom: 1px solid #c8c8c8;
}
.summary_detail strong,
#summary strong {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 210px;
  font-size: 14px;
}

.summary_detail li {
  border-bottom: 1px solid #dee2e6;
  list-style: none;
  position: relative;
  padding: 10px 0;
  padding-left: 25px;
}
.summary_detail li:before {
  position: absolute;
  left: 0;
  font-size: 16px;
  content: "\ed58";
  font-family: "govCon" !important;
  color: #3064e8;
}
.summary_detail li:last-child {
  border-bottom: none;
}
.summary_detail li span {
  display: inline-block; /*width: 100%;*/
  max-width: 80%;
  vertical-align: top;
}
.summary_detail li span > p {
  display: block;
  margin-bottom: 0;
}

.nl-Container.table_search_area .top_mar {
  position: relative;
  margin-top: 25px;
}
.nl-Container.table_search_area .top .dataTables_filter label {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 6px;
}
.nl-Container.table_search_area .dataTables_wrapper .dataTables_info {
  left: 240px;
  right: auto;
  text-align: left;
}
.nl-Container.table_search_area .top .dataTables_filter {
  position: absolute;
  float: none;
  text-align: left;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.nl-Container.table_search_area .top .dataTables_filter input {
  position: relative;
  background-color: #ffffff !important;
  color: #475467;
  font-size: 14px;
  max-width: 205px;
  font-weight: 500;
  border: 1px solid #475467;
  border-radius: 8px;
  height: auto;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.export_btn_area {
  position: relative;
}
.export_btn_area .export_heading {
  margin-bottom: 0;
  font-size: 14px;
}
.export_btn_area .btn-link {
  display: inline-block;
  vertical-align: middle;
  background: none;
  border: none;
  padding: 0 5px;
}
.export_btn_area .btn-link span {
  font-size: 20px;
  color: #101828;
}

.export_btn_area:hover,
.dropdown.show .export_btn_area {
  border-radius: 8px 8px 0px 0px;
}

.export-dropdown-menu {
  background-color: #ffffff !important;
  position: absolute;
  top: 105%; /*left: auto;*/
  right: 0 !important; /*display: none;*/
  z-index: 3;
  min-width: 350px !important;
  max-width: inherit !important;
  box-shadow: 0px 1px 5px 0px #afcffd;
  padding: 20px 25px !important;
  border-radius: 16px 0 16px 16px;
}
// .export_btn_area .export-dropdown-menu .dropdown-item{ padding-left: 0; padding-right: 0;}
.export-dropdown-menu .export_row {
  margin-bottom: 8px;
  padding: 2px 0;
  border: transparent solid 1px;
}
.export-dropdown-menu .export_row .custom-control {
  line-height: 14px;
  min-height: inherit;
}
.export-dropdown-menu .export_row .form-control {
  padding: 8px 14px;
}
.export-dropdown-menu .export_row.active {
  border: #e1ebf6 solid 1px;
  border-radius: 8px;
  background-color: #f0f7ff;
  color: #464f57;
}
.export-dropdown-menu .export_row:last-child {
  margin-bottom: 0;
}
.export-dropdown-menu .export_row .entries {
  margin-bottom: 0;
}

// .export_btn_area:hover + .export-dropdown-menu {display: block;}

.grid_setting_btn {
  position: relative;
  margin-top: -5px;
  display: none;
}
.grid_setting_btn .btn-light {
  border-radius: 6px;
  padding: 5px 14px;
}
.grid_setting_btn .web-arrow-down {
  font-size: 18px;
}
.grid_setting_btn .dropdown-menu {
  min-width: 250px;
  left: auto !important;
  right: 0;
  padding: 8px 15px;
  top: 100% !important;
  transform: none !important;
}
.grid_setting_btn .dropdown-menu .form-check {
  padding-left: 25px;
}

.summary_area {
  position: relative;
  padding-left: 280px;
  transition: padding-left 0.7s ease-in-out;
}
.summary_area.padd_left {
  padding-left: 80px;
  transition: padding-left 0.7s ease-in-out;
}
.summary_area .leftNavigation.left_area {
  max-width: 250px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
.summary_area .leftNavigation.collapsed {
  max-width: 50px;
}

/*.advanceFilterList{ padding-top: 20px; padding-bottom: 20px; }
.advanceFilterList.padd_top_bottom_nne{ padding-top: 0; padding-bottom: 0; padding: 15px 15px 15px 15px;}
.advanceFilterList.opened{ display:block;}
.advanceFilterList .card{ height: 100%; padding: 20px; background: #FFF; border: none; margin-bottom: 0px; border-radius: 24px; box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25); }
.advanceFilterList .card .sub-title{ margin-bottom: 10px;}*/

.search_tags_filter .grid_setting_btn {
  margin-top: 0;
  display: block;
}
.search_tags_filter .grid_setting_btn .btn {
  padding: 8px 14px;
  border-radius: 8px;
}
.search_tags_filter .grid_setting_btn .btn.dropdown-toggle::after {
  display: none;
}
.search_tags_filter .grid_setting_btn .btn .web-chevron-down {
  font-size: 17px;
}
.search_tags_filter .save_more_filter .btn {
  min-width: 140px;
  margin-top: 5px;
}
.search_tags_filter .save_more_filter .grid_setting_btn .dropdown-menu {
  min-width: 200px;
}
.search_tags_filter .save_more_filter .grid_setting_btn .dropdown-menu a {
  display: block;
  color: #101828;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 0 8px 0;
  border-bottom: #d9d9d9 solid 1px;
}
.search_tags_filter .save_more_filter .grid_setting_btn .dropdown-menu a:hover {
  color: #3064e8;
}
.search_tags_filter
  .save_more_filter
  .grid_setting_btn
  .dropdown-menu
  a:last-child {
  border-bottom: none;
}

.search_tags_filter .badge {
  margin-right: 0;
  margin-bottom: 0;
}

.social_icons_area {
  position: relative;
}
.social_icons_area a {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  font-size: 12px;
  color: #475467;
  margin-left: 10px;
  text-decoration: none;
}
.social_icons_area a span {
  font-size: 16px;
}

.sub_tag_area {
  border-radius: 8px;
  border: 1px solid #e9eaeb;
  background: #fafafa;
  color: #475467;
  padding: 0px 8px;
  font-size: 10px;
}
.sub_tag_area:hover,
.sub_tag_area.active {
  border: 1px solid #b2ddff;
  background: #eff8ff;
  color: #175cd3;
}

.dep {
  display: block;
  color: #475467;
  font-size: 14px;
}
.dep_code,
.loc,
.tre {
  color: #475467;
  padding: 2px 8px;
  font-size: 14px;
}
.dep_code span,
.loc span,
.tre span {
  font-size: 16px;
}

.slide_both_column {
  cursor: pointer;
  margin-bottom: 10px;
}
.column_lenth {
  border: #ccc solid 1px;
  padding: 10px 15px;
  border-radius: 10px 0px 10px 0px;
  background: #fff;
}

.left_grid_column_width,
.right_grid_column_width {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  transition-duration: 0.3s;
}
.right_grid_column_width.overflow_hidden {
  overflow: hidden;
  height: 0;
}

.slide_btn {
  width: 25px;
  height: 60px;
  line-height: 40px;
  padding: 5px 8px;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  border-radius: 10px 0px 0px 10px;
  background: #f0f7ff;
  color: #181d27;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
  border: #ccc solid 1px;
}
.slide_btn .web-chevron-right {
  margin-left: -5px;
}
.full_details {
  position: relative;
}
.full_details .pro_name {
  border-radius: 8px;
  border: 1px solid #e9eaeb;
  background: #fafafa;
  color: #475467;
  padding: 0px 8px;
  font-size: 14px;
}

.dropdown_detail {
  position: relative;
  margin-bottom: 15px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  font-size: 14px;
}
.dropdown_detail:last-child {
  margin-bottom: 0;
}
.dropdown_detail .dropdown_btn {
  padding: 15px 15px;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  outline: none;
}
.dropdown_detail .dropdown_btn .web-chevron-down {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
}

.dropdown_detail .dropdown-menu {
  transform: none !important;
  min-width: 100%;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  float: none;
  margin: 0;
  padding: 0px 15px 15px 15px;
  background: none;
  border: none;
}
.dropdown_detail .dropdown-menu .summary {
  margin-top: 0;
}
.dropdown_detail .dropdown-toggle::after {
  display: none;
}

.vertical_scroll {
  position: relative;
  max-height: 750px;
  height: 100%;
  overflow-y: scroll;
}
.fly_out_area {
  /*border-radius: 10px; background-color: #ffffff; box-shadow: 0px 0px 4px 0px #C1C1C1; padding: 15px 25px;*/
  max-height: 100vh;
  overflow-y: scroll;
  padding-right: 15px;
  padding-bottom: 30px;
}

.right_grid_column_width {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 50%;
  max-height: 100%;
  z-index: 999;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.right_grid_column_width.toggled {
  right: 0px;
}

.business_area {
  position: relative;
  border-radius: 6px;
  padding: 10px;
  border: #ccc solid 1px;
}
.business_area span {
  position: absolute;
  left: 15px;
  font-size: 24px;
  color: #3064e8;
}
.business_area .business_info_area {
  padding-left: 40px;
}
.business_area .business_info_area p {
  margin-bottom: 5px;
}
.business_area .business_info_area h5 {
}

.tags_area_edit {
  position: relative;
}
.tags_area_edit .tags_list_area {
  font-size: 14px;
}

.agecnyInfoContainer .tree-node {
  margin-bottom: 10px;
}
.agecnyInfoContainer .tree-label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 10px;
}
.agecnyInfoContainer .toggle-icon {
  width: 18px;
  font-weight: bold;
  color: #3064e8;
  cursor: pointer;
  text-align: center;
  user-select: none;
  font-size: 24px;
}
.agecnyInfoContainer .level-badge {
  width: 26px;
  height: 26px;
  background-color: #3064e8;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.agecnyInfoContainer .label-text,
.no-children-msg {
  font-size: 14px;
  color: #1f1f1f;
}
.no-children-msg {
  color: #888;
}
.agecnyInfoContainer .child-nodes {
  margin-left: 15px;
}
.agecnyInfoContainer .hidden {
  display: none;
}

/*.dataTable.table td:nth-child(1):hover::before,
.dataTable.table td:nth-child(2):hover::before,
.dataTable.table td:nth-child(3):hover::before{position: absolute; left: 5px; content: "\ead1"; font-family: "govCon" !important; cursor: pointer; z-index: 9999;}*/

.topHeading {
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}
.poc-container {
  padding: 15px;
}
.poc-header {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  color: #1d3557;
}
.poc-divider {
  border-top: 1px solid #ccc;
  margin: 10px 0;
}
.poc-name {
  margin-bottom: 8px;
}
.poc-info {
  margin: 8px 0;
  color: #333;
}
.poc-info i {
  width: 20px;
  color: #444;
}
.poc-info a {
  color: #007bff;
  text-decoration: none;
}
.poc-info a:hover {
  text-decoration: underline;
}
.history-container {
  max-width: 400px;
}
.history-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.timeline {
  position: relative;
  margin-left: 20px;
  border-left: 2px solid #ccc;
  padding-left: 30px;
}
.timeline-entry {
  position: relative;
  margin-bottom: 30px;
}
.timeline-entry::before {
  content: "";
  position: absolute;
  left: -38px;
  top: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #ccc;
}
.timeline-entry.latest::before {
  background-color: #333;
  border-color: #333;
}
.timeline-entry.earlier::before {
  background-color: #fff;
  border-color: #ccc; /*top:5px;*/
}
.timeline-date {
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
}
.timeline-link {
  font-size: 14px;
  color: #007bff;
  text-decoration: none;
}
.timeline-link:hover {
  text-decoration: underline;
}
.timeline-entry:first-child:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 20px;
  background: #ddd;
  left: -40px;
  top: 0;
}
.timeline-entry:last-child:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 20px;
  background: #ddd;
  left: -40px;
  bottom: 0;
}

/**** Contracts Detail page Css ****/

/***** Nl-Opportunity ****/
.cardViewTableContainer table.dataTable {
  border: 0px;
}
.cardViewTableContainer table.dataTable tbody tr,
.cardViewTableContainer table.dataTable tbody tr.odd {
  background: none !important;
}
.cardViewTableContainer table.dataTable tbody tr td {
  background: none !important;
  border: 0px !important;
  padding: 0px !important;
}

.mainSubChecboxDiv > .form-check .form-check-label {
  font-weight: 600;
}

.hiddenCardView .cardRowMargin {
  margin-top: 10px;
  margin-bottom: 10px;
}
.dataTables_wrapper.no-footer .bottom .dataTables_scrollBody {
  border-bottom: none !important;
}
// .cardViewTableContainer table.dataTable tbody tr:first-child td{padding-top:0px!important}
.bottomDiv {
  background: none;
  padding: 0px 15px 0px 15px;
  display: unset;
  text-align: right;
}

.status {
  position: relative;
}
.status .cardSubHead {
  display: inline-block;
}

.analytics_tab {
  position: relative;
}
.analytics_tab .nav-tabs .nav-link {
  padding: 10px 20px;
  font-size: 16px;
  color: #495057;
  text-decoration: none;
}
.analytics_tab .nav-tabs .nav-link.hover,
.analytics_tab .nav-tabs .nav-link.active {
  background-color: #3064e8;
  border-color: #3064e8;
  color: #ffffff;
}

.analytics_tab .tab-content {
  border: #ccc solid 1px;
  padding: 30px 30px;
}
.analytics_tab .tab-content .table caption {
  padding: 0;
  margin-bottom: 10px;
  font-size: 14px;
}
.analytics_tab .tab-content thead {
  background-color: #3064e8;
}
.analytics_tab .tab-content thead tr th {
  color: #ffffff;
  height: auto;
}
.analytics_tab .tab-content .tab-pane h2 {
  font-size: 20px;
  margin-bottom: 5px;
}

.list_view_area {
  margin-bottom: 25px;
  display: block;
}
.points_list_area {
  position: relative;
  display: block;
}
.points_list_area p {
  margin-bottom: 10px;
}

/*** Accordion ****/
.custom_accordion.accordion {
  margin-top: 20px;
}
.custom_accordion.accordion .card {
  margin-bottom: 15px;
  border: none;
  overflow: visible;
}
.custom_accordion.accordion .card .card-body {
  box-shadow: 0px 2px 4px 0px #c1c1c1;
  border-radius: 10px;
  padding: 20px 25px;
  background-color: #ffffff;
}
.custom_accordion.accordion .card .card-header {
  background-color: inherit;
  border: none;
  padding: 0;
}
.custom_accordion.accordion .card .card-header .btn {
  width: 100%;
  text-align: left;
  font-size: 16px;
  position: relative;
  padding: 15px 20px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 1px;
}
.custom_accordion.accordion .card .card-header .btn-light[aria-expanded="true"],
.custom_accordion.accordion .card .card-header .btn-light.show {
  background-color: #3064e8;
  border-color: #3064e8;
  color: #ffffff;
}

.custom_accordion.accordion .card .card-header .btn-light:focus,
.custom_accordion.accordion .card .card-header .btn-light:focus-visible {
  color: #ffffff !important;
}

.custom_accordion.accordion .card .card-header .btn-light::before {
  position: absolute;
  right: 15px;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  font-weight: 100;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  content: "\eb22";
  font-family: "govCon" !important;
}
.custom_accordion.accordion .card .card-header .btn-light.collapsed::before {
  content: "\eb2b";
  color: #181d27;
}

.custom_accordion.accordion .card .card-header .btn-light:hover::before,
.custom_accordion.accordion
  .card
  .card-header
  .btn-light[aria-expanded="true"]::before,
.custom_accordion.accordion .card .card-header .btn-light.show::before,
.custom_accordion.accordion .card .card-header .btn-light:focus::before,
.custom_accordion.accordion
  .card
  .card-header
  .btn-light:focus-visible::before {
  color: #ffffff;
}

.key_word_search {
  position: relative;
}
.key_word_search.closed {
  display: none;
}
.key_word_search .input-group-prepend {
  display: inline-block;
}
.key_word_search .input-group-text {
  height: 100%;
  border-radius: 8px 0 0 8px;
}
.key_word_search .input-group .form-control {
  border-radius: 0 8px 8px 0 !important;
}

.key_word_search .search_btn {
  padding: 10px 20px;
  color: #ffffff;
}

.horizontal_list {
  position: relative;
  list-style: none;
}
.horizontal_list li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  font-size: 14px;
}
.horizontal_list li strong {
  color: #3064e8;
}
.horizontal_list li:last-child {
  margin-right: 0;
}

/*.dash, .min, .max{ display: inline-block;}*/
.dash {
  position: absolute;
  top: 5px;
  right: -18px;
}
.minimum_value {
  text-align: right;
  display: block;
  margin-bottom: 0;
  padding-right: 10px;
  font-size: 16px;
}
.key_word_search .form-control {
  padding: 8px 15px;
}

.client_logo {
  position: relative;
}
.client_logo .logo_img {
  display: block;
  max-width: 200px;
  min-width: 200px;
}
.font_italic {
  font-style: italic;
  display: block;
}

.search_result_area {
  position: relative;
  display: none;
}
.search_result_area.active {
  display: block;
}
.search_result_area h6 {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  color: #007bff;
}

.search_on_top {
  position: relative; /*padding-top: 40px;*/
}
.search_on_top .dataTables_wrapper .dataTables_filter {
  min-width: 400px;
  width: 100%;
  text-align: center;
  border-bottom: #ccc solid 1px;
  padding: 5px 0;
  background: #e0eeff;
  border-radius: 10px 10px 0px 0px;
}
.search_on_top .dataTables_wrapper .dataTables_filter label {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 600;
  margin-right: 5px;
}
.search_on_top .dataTables_wrapper .dataTables_filter input {
  position: relative;
  background-color: #ffffff !important;
  color: #475467;
  font-size: 14px;
  max-width: 250px;
  font-weight: 500;
  border: 1px solid #475467;
  border-radius: 8px;
  height: auto;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 3px 10px;
}

.jump_top_search {
  top: 49px;
}

body #toast-container > div {
  min-width: 350px !important;
  background: #17b26a;
  font-size: 14px;
  border-radius: 8px !important;
  opacity: 1 !important;
}

body #toast-container > .toast::before {
  content: "\eb62";
  font-family: "govCon" !important;
  font-size: 20px;
  content: "\eabf";
  position: absolute;
  left: 20px;
}
body #toast-container > div.toast.toast-remove {
  background: #d50000;
}

body .toast-progress {
  background-color: #123489;
  opacity: 0.4;
}
body button.toast-close-button {
  font-size: 0;
}
body button.toast-close-button::before {
  content: "\eb62";
  font-family: "govCon" !important;
  font-size: 20px;
}

body #toast-container > div .btn {
  margin: 0;
  padding: 10px;
}

body #toast-container > .toast-success,
#toast-container > .toast-error,
body #toast-container > div {
  background: none !important;
  background-color: #17b26a !important;
}

body #toast-container > .toast-error {
  background-color: #17b26a !important;
}

/**** Idv Gruop Css Start ***/

/**** End Css ***/

.footerBG {
  font-size: 14px;
  color: #ffffff;
  background-color: #3064e8;
  z-index: 97; /*position: relative; margin-top: 30px;*/
  position: relative;
  bottom: 0;
  border-top: #ccc solid 1px;
}
.privacy_policy {
  list-style: none;
}
.privacy_policy li {
  list-style: none;
  font-size: 14px;
}
.privacy_policy li a {
  color: #ffffff;
}
.privacy_policy li a:hover {
  color: #3064e8;
  text-decoration: none;
}

/**** js Alert Message ***/
.jconfirm.jconfirm-light .jconfirm-box {
  text-align: center;
  padding: 20px 30px 30px 30px;
  border-radius: 25px !important;
  box-shadow: 0px 1.5px 10px 0px rgba(0, 0, 0, 0.25) !important;
}
.jconfirm .jconfirm-box div.jconfirm-title-c {
  font-size: 18px !important;
  color: #3064e8;
  border-bottom: #ccc solid 1px;
  padding-bottom: 10px !important;
  font-weight: 700;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane {
  font-size: 14px;
  margin-bottom: 0 !important;
  padding: 15px 0;
}
.jconfirm .jconfirm-box .jconfirm-buttons {
  padding-bottom: 0 !important;
  float: none !important;
  text-align: right;
}
.jconfirm .jconfirm-box .jconfirm-buttons > button {
  margin: 0 !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
  padding: 8px 14px !important;
  border-radius: 8px !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.jconfirm .jconfirm-box .jconfirm-buttons > button.btn-red {
  background-color: #17b26a !important;
  border: #17b26a solid 1px;
  color: #ffffff;
  border-bottom: #ffd60a inset 1px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);

  border: 1px solid #4c5564 !important;
  background: #fff !important;
  color: #4c5564 !important;
  box-shadow: 0 4px 4px 0 rgba(0, 38, 89, 0.15) !important;
}
.jconfirm .jconfirm-box .jconfirm-buttons > button.btn-red:hover {
  background-color: #000 !important;
  color: #ffffff !important;
}
.jconfirm .jconfirm-box .jconfirm-buttons > button.btn-default {
  background-color: #3064e8 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) !important;
}
.jconfirm .jconfirm-box .jconfirm-buttons > button.btn-default:hover {
  background-color: #181d27 !important;
}

/*@media (min-width:1200px) and (max-width:1365px) {
	.max_min_width .col-xl-2{ flex: 0 0 calc(3 / 12 * 100%); max-width: calc(3 / 12 * 100%);}
	.max_min_width .col-xl-10{ flex: 0 0 calc(9 / 12 * 100%); max-width: calc(9 / 12 * 100%);}
}*/

@media (min-width: 992px) and (max-width: 1199px) {
  .plus_delete_icon {
    line-height: 0;
    padding-right: 0;
  }
  .plus_delete_icon span {
    font-size: 24px;
  }
}

@media (min-width: 1365px) {
  .left_right_padd {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1365px) {
}

@media (max-width: 991px) {
  /*** Modal ***/
  .modal .modal-dialog {
    margin: 5px;
  }
  .modal .modal-dialog .modal-content .nav-tabs .nav-link {
    padding: 8px 15px;
  }
}

@media (max-width: 767px) {
  .back_btn {
    margin-top: 8px;
  }
  .nl-Container {
    min-height: auto;
  }

  /*** Modal ***/
  .modal .modal-dialog .modal-content {
    padding: 15px;
  }
  .modal .modal-dialog .modal-content .modal-header {
    padding-bottom: 16px;
  }
  .modal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .summary_detail strong,
  #summary strong {
    width: 100%;
    max-width: 100%;
  }

  /*** Modal ***/
  .modal .modal-dialog .modal-content .tab-content {
    padding: 10px;
  }
}

.fade-in {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 1s;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
