@font-face {
  font-family: 'robotoregular';
  src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'), url('../fonts/roboto-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body,
pre {
  font-family: 'robotoregular' !important;
}

/* Portal Button Styles */
.btn-portal {
  width: 100%;
  max-width: 300px;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  border: none;
}

  .btn-portal .btn-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
  }

  .btn-portal i {
    transition: transform 0.3s ease;
  }

  .btn-portal:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }

    .btn-portal:hover i {
      transform: translateX(4px);
    }

/* Primary Button Color */
.btn-primary {
  background-color: #0056b3;
  color: white;
}

  .btn-primary:hover {
    background-color: #003d7a;
    color: white;
  }

.color-app {
  color: #03196B !important;
}

a {
  text-decoration: none !important;
  color: #26a1c7;
}

.text-underline {
  text-decoration: underline !important;
}

a:hover {
  text-decoration: none;
  color: #FFA500 !important;
}

.f:hover {
  text-decoration: none;
  color: #26a1c7 !important;
}

li {
  list-style-type: none;
}

ul {
  padding-left: 0px;
  margin-bottom: 0;
}

p {
  margin-bottom: 0px;
  color: #434343;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-12a {
  font-size: 12px;
  color: #ff0000;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-30 {
  font-size: 30px;
}

/* z INDEX */
.zindex-1 {
  z-index: 900;
}

.zindex-2 {
  z-index: 901;
}

.zindex-3 {
  z-index: 902;
}

.clearfix {
  clear: both;
}

.self-hcp-backdrop {
   background: #0f0c41f2 !important;
    opacity: 2;
}

/* Opacity clasess */
.opacity-1 {
  opacity: 0.8;
}

.opacity-2 {
  opacity: 0.6;
}

.opacity-3 {
  opacity: 0.4;
}

.opacity-4 {
  opacity: 0.2;
}

.bodyBg {
  background: #f7f7f7;
}

.title-sm,
.title-md,
.title-lg {
  font-size: 14px;
  color: #3083DC;
}

.title-md {
  font-size: 18px;
}

.fieldLabel {
  font-size: 13px;
  margin-bottom: 0px;
}

.mandatory {
  position: relative;
}

  .mandatory:after {
    content: '*';
    position: absolute;
    left: -8px;
    top: -3px;
    font-size: 12px;
    color: #ff000c;
  }

.dateField {
  position: relative;
}

  .dateField span {
    background: #d9d9d9;
    position: absolute;
    right: 0;
    top: 0;
    padding: 4px 10px;
  }

.title-lg {
  font-size: 24px;
  font-weight: 400;
}

.btn {
  padding: 6px 10px;
  font-size: 13px;
}

.form-group {
  margin-bottom: 10px;
}

.form-control {
  font-size: 13px;
  height: 32px;
}

.custom-control {
  padding-left: 1.4rem;
}

.custom-radio {
  padding-left: 0 !important;
}

.text-secondary {
  color: #434343;
}

.bg-secondary {
  background-color: #efefef !important;
}

.title-color-2 {
  color: #17183B;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

  .btn-primary:hover {
    color: #fff !important;
    background-color: #0648ad;
    border-color: #0648ad;
  }

.btn-outline-primary {
  border-color: #007bff;
}

  .btn-outline-primary:hover {
    background-color: #0648ad;
    border-color: #0648ad;
  }

.btn-primary:disabled:hover {
  background-color: #007bff;
  border-color: #007bff;
}

/* Radio Button and Checkbox Styles Here */
/* checkbox styles */
.custom-control-label::before {
  position: absolute;
  top: 4px;
  left: -24px;
  display: block;
  width: 16px;
  height: 16px;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ffffff;
  background-color: #fff;
  border: 1px solid #879cb4;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #bd7e7e;
  background-color: #e27474;
  border-color: #879cb4;
}

.custom-checkbox .custom-control-label::before {
  border-radius: inherit;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  content: "";
  left: 4px;
  top: 6px;
  font-size: 0;
  background-image: inherit;
  background: url(../images/checkArrow.png) no-repeat center top;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #1aa8d6;
}

.custom-control-label::after {
  width: 16px;
  height: 16px;
}

.custom-checkbox label,
.custom-control-label {
  font-size: 13px;
  line-height: 22px;
  color: #666666;
}

.custom-control-label {
  line-height: 24px;
  padding-left: 26px;
  display: block;
  overflow: hidden;
  /* text-overflow: ellipsis;
    white-space: nowrap; */
}

  .custom-control-label::before,
  .custom-control-label::after {
    left: 4px;
  }

.chkbox-hdr {
  padding: 5px 0 5px 14px;
  background: #d8e8ee;
  color: #4c6a82;
  font-size: 14px;
}

/* checkbox end */

/*Radio Button*/
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #1aa8d6;
}

/* G */





.main-body {
  overflow: hidden;
}

header {
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1100;
  background: #fff;
}

#logo {
  display: block;
  float: left;
  padding: 4px 0;
}

#logo-mbl,
.mbl-useraccount {
  display: none;
}

.topof-Header,
.mainNav {
  width: 100%;
  float: left;
}

  .topof-Header ul {
    float: right;
    padding: 4px 0;
  }

    .topof-Header ul li {
      float: left;
    }

/* Color Variables */
:root {
  --vera-blue: #1A3A5F;
  --vera-teal: #00A3A1;
  --vera-dark-blue: #0E2640;
  --vera-light-teal: #E6F5F5;
  --vera-white: #FFFFFF;
  --vera-gray: #6C757D;
  --vera-light-gray: #F8F9FA;
}

.topof-Header ul li a {
  padding: 0 8px;
  font-size: 13px;
  color: var(--vera-dark-blue);
}

.topof-Header ul li:first-child a {
  border-right: 1px solid var(--vera-gray);
}

.mainNav {
  background: var(--vera-blue);
}


/* NAVBAR STYLES */
.navbar-nav .nav-item,
.navbar-nav .nav-item a {
  padding: 0 15px;
  text-align: center;
  font-size: 15px;
  color: var(--vera-white);
  transition: all 0.3s ease;
  position: relative;
  font-family: 'Proxima Nova', 'Open Sans', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.navbar-nav .nav-item {
  display: flex;
  align-items: center;
  height: 70px;
  /* Match header height */
  position: relative;
}

  /* Hover and Active States */
  .navbar-nav .nav-item a:hover,
  .navbar-nav .nav-item a:focus,
  .navbar-nav .nav-item a.active {
    color: var(--vera-teal);
    text-decoration: none;
  }

  /* Bottom Border Animation */
  .navbar-nav .nav-item a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 3px;
    background-color: var(--vera-teal);
    transform: scaleX(0);
    transition: transform 0.3s ease;
  }

  .navbar-nav .nav-item a:hover::after,
  .navbar-nav .nav-item a:focus::after,
  .navbar-nav .nav-item a.active::after {
    transform: scaleX(1);
  }

/* Dropdown Menu Styling */
.navbar-nav .dropdown-menu {
  background-color: var(--vera-white);
  border: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-top: 0;
  min-width: 220px;
  padding: 10px 0;
}

.navbar-nav .dropdown-item {
  color: var(--vera-dark-blue);
  font-size: 14px;
  padding: 8px 20px;
  transition: all 0.2s ease;
}

  .navbar-nav .dropdown-item:hover,
  .navbar-nav .dropdown-item:focus {
    background-color: var(--vera-light-teal);
    color: var(--vera-teal);
  }

/* Mobile Menu Toggle */
.navbar-toggler {
  border: 1px solid var(--vera-white);
  padding: 0.5rem 0.75rem;
}

  .navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 163, 161, 0.25);
    outline: none;
  }

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .navbar-nav .nav-item {
    height: auto;
    padding: 10px 0;
  }

    .navbar-nav .nav-item a::after {
      display: none;
    }

  .navbar-nav .dropdown-menu {
    box-shadow: none;
    border-radius: 0;
    padding-left: 20px;
  }
}

.navbar-nav .nav-item a {
  align-items: center;
}

.navbar-nav .nav-item:last-child a {
  border-right: 1px solid #8788a1;
}

.navbar-nav .nav-item:hover,
.navbar-nav .nav-item.active {
  background: #f3f3f3;
  color: #ff6a00;
}

  .navbar-nav .nav-item:hover a,
  .navbar-nav .nav-item.active a {
    color: #ff6a00;
  }

.navbar-nav .nav-item {
  height: 52px;
  position: relative;
  display: flex !important;
  align-items: center;
  padding: 0;
}

  .navbar-nav .nav-item:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    border: 1px solid transparent;
    transform: scaleX(0);
    transition: all ease-in-out .5s;
  }

  .navbar-nav .nav-item:hover:after,
  .navbar-nav .nav-item.active:after {
    transform: scaleX(1);
    width: 100%;
    border-color: #ff341a;
  }

.navbar {
  padding: 0 14px;
  width: 90%;
  float: left;
}

.useraccount {
  width: 10%;
  float: right;
  padding: 12px 0;
}

  .useraccount button {
    padding: 0;
  }

    .useraccount button:hover {
      color: #3083DC;
    }

    .useraccount button,
    .useraccount button:hover,
    .btn-secondary:not(:disabled):not(.disabled):active,
    .useraccount button:focus {
      box-shadow: none;
      -webkit-box-shadow: none !important;
      background: none;
      border: none;
      outline: none;
    }

.dropdown-menu {
  padding: 0;
}

  .dropdown-menu .dropdown-item {
    transition: all 0.5s ease;
    font-size: 13px;
    padding: 5px 14px;
  }

.pageContentMain {
  width: 100%;
  clear: both;
}

.promoCards {
  float: left;
  width: 100%;
  padding: 20px 14px;
  margin-bottom: 14px;
  background: #fff;
  box-shadow: 2px 2px 2px #ccc;
}

.nonhcpredirection {
  background: rgba(0, 0, 0, 0.9);
}

.promoCards span {
  display: block;
  text-align: center;
}

  .promoCards span .fas,
  .promoCards span .far {
    font-size: 34px;
    color: #ff6a00;
  }

    .promoCards span .fas .msl {
      font-size: 34px;
      color: #ff6a00;
    }

.promoCards a {
  padding: 10px 0 0 0;
  display: block;
  font-size: 14px;
  text-align: center;
  text-decoration: underline !important;
  color: #3083DC;
}

.promoCards p {
  font-size: 13px;
  text-align: center;
}

.contact-dtls {
  float: left;
  width: 100%;
}

  .contact-dtls li {
    clear: both;
    padding: 14px 0;
  }

  .contact-dtls span {
    width: 24px;
    float: left;
  }

    .contact-dtls span .fas {
      font-size: 14px;
      padding-right: 10px;
      color: #ff6a00;
    }

  .contact-dtls small,
  .contact-dtls a {
    float: right;
    width: calc(100% - 24px);
  }

  .contact-dtls a {
    padding: 0;
    font-size: 12px;
    text-align: left;
  }

.changepasswordContent {
  padding-left: 40px;
  list-style-type: circle;
}

  .changepasswordContent li {
    line-height: 28px;
    list-style-type: circle;
  }



.verification-content {
  width: 500px;
  margin: 13% auto;
  border: 1px solid #aebecf;
  padding: 20px;
}

/* REGISTER SCREEN STYLES HERE */
.tabsMain .nav-tabs {
  border: none;
}

.tabsMain .nav-tabs {
  width: 650px;
  margin: 0 auto;
}

  .tabsMain .nav-tabs .nav-item {
    padding: 0 86px;
  }

    .tabsMain .nav-tabs .nav-item:first-child {
      padding-left: 0;
    }

    .tabsMain .nav-tabs .nav-item:last-child {
      padding-right: 0;
    }

    .tabsMain .nav-tabs .nav-item .nav-link {
      padding: 0;
      position: relative;
      height: 24px;
      width: 24px;
      background: #ccc;
      border-radius: 100%;
      transition: all 0.5s ease;
    }

      .tabsMain .nav-tabs .nav-item .nav-link:after {
        content: '';
        position: absolute;
        left: 22px;
        top: 10px;
        width: 175px;
        border-bottom: 3px solid #ccc;
      }

    .tabsMain .nav-tabs .nav-item:last-child .nav-link:after {
      border: none;
    }

    .tabsMain .nav-tabs .nav-item.show .nav-link,
    .tabsMain .nav-tabs .nav-link.active,
    .tabsMain .nav-tabs .nav-link:hover {
      border: none;
      background: #17183b;
    }

      .tabsMain .nav-tabs .nav-item .nav-link.active:after,
      .tabsMain .nav-tabs .nav-link:hover:after {
        border-bottom: 3px solid #17183b;
      }

    .tabsMain .nav-tabs .nav-item:last-child:hover .nav-link:after,
    .tabsMain .nav-tabs .nav-item:last-child .nav-link.active:after {
      border: none;
    }

.registaerForm-fields {
  max-height: calc(100vh - 160px);
  padding-top: 20px;
  width: 85%;
  margin: 0 auto;
  overflow: auto;
}

/*Upload Button*/
.upload-btn {
  width: 250px;
}

  .upload-btn .custom-file-label::after {
    display: none;
  }

.custom-file-input {
  height: 32px;
}

.upload-btn label {
  font-size: 14px;
  line-height: 17px;
  height: 32px;
  z-index: 9;
  cursor: pointer;
}

  .upload-btn:hover label,
  .upload-btn label:hover,
  .upload-btn label:focus {
    background-color: #26a1c7 !important;
    border-color: #26a1c7 !important;
    color: #fff !important;
    outline: none;
    box-shadow: none;
  }

.upload-btn input:focus {
  outline: none;
  box-shadow: none;
}

.upload-btn .custom-file {
  height: 32px;
}

.btn-outline-primary:hover .custom-file-label {
  background-color: transparent !important
}

.btn-outline-primary:hover .upload-icon .custom-file label {
  color: #fff !important;
}

/* Modern Tabs Component */
.defaultTabs {
  width: 100%;
  margin: 0 auto 2rem;
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  padding: 8px;
}

  /* Tabs Navigation */
  .defaultTabs .nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
    border: none;
    position: relative;
    padding: 4px;
    background: #f8fafc;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    gap: 4px;
  }

    .defaultTabs .nav-tabs::-webkit-scrollbar {
      display: none;
      height: 0;
    }

    .defaultTabs .nav-tabs .nav-item {
      flex: 1 0 auto;
      text-align: center;
      min-width: 140px;
      margin: 0;
      position: relative;
      z-index: 1;
    }

    .defaultTabs .nav-tabs .nav-link {
      position: relative;
      background: transparent;
      color: #4b5563;
      font-size: 0.95rem;
      font-weight: 500;
      border: none;
      border-radius: 8px;
      padding: 12px 20px;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin: 0;
      border: 1px solid transparent;
      z-index: 1;
    }

      /* Tab hover and active states */
      .defaultTabs .nav-tabs .nav-link:hover {
        background: rgba(99, 102, 241, 0.05);
        color: #03196b !important;
        transform: translateY(-1px);
      }

      .defaultTabs .nav-tabs .nav-link:active {
        transform: translateY(0);
      }

      .defaultTabs .nav-tabs .nav-item.show .nav-link,
      .defaultTabs .nav-tabs .nav-link.active {
        background: #fff;
        color: #03196b !important;
        font-weight: 600;
        box-shadow: 0 4px 12px rgba(79, 70, 229, 0.1);
        border: 1px solid #e0e7ff;
        position: relative;
        z-index: 2;
      }

        /* Active tab indicator */
        .defaultTabs .nav-tabs .nav-link.active::before {
          content: '';
          position: absolute;
          top: -4px;
          left: 50%;
          transform: translateX(-50%);
          width: 24px;
          height: 3px;
          background: #03196b;
          border-radius: 3px 3px 0 0;
          opacity: 0;
          transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .defaultTabs .nav-tabs .nav-link.active:hover::before {
          opacity: 1;
          top: -1px;
        }

    /* Rounded corners for first and last tab */
    .defaultTabs .nav-tabs .nav-item:first-child .nav-link {
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px;
    }

    .defaultTabs .nav-tabs .nav-item:last-child .nav-link {
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px;
    }

.documentRow {
  width: 100%;
  float: left;
  padding: 5px 0;
  margin: 5px 0;
}

  .documentRow ul li {
    float: left;
    padding-right: 10px;
  }

    .documentRow ul li a {
      display: flex;
      font-size: 12px;
      line-height: 18px;
    }

      .documentRow ul li a span {
        padding-left: 6px;
      }

    .documentRow ul li:last-child {
      padding-top: 5px;
      cursor: pointer;
      /*float: right;*/
    }

.faqlistRow {
  width: 100%;
  float: left;
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid #ccc;
}

.faqlist {
  width: 100%;
}

  .faqlist a {
    position: relative;
    font-size: 13px;
    float: left;
    padding: 0 10px 0 0;
  }

    .faqlist a strong,
    .faqlist p strong {
      position: absolute;
      left: -20px;
      width: 18px;
      padding-right: 10px;
    }

  .faqlist p {
    position: relative;
    clear: both;
    font-size: 14px;
  }

  .faqlist span {
    font-size: 14px !important;
    white-space: break-spaces;
    text-overflow: ellipsis !important;
    overflow: hidden;
    /* display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
    -webkit-box-orient: vertical !important;
    text-overflow: -o-ellipsis-lastline; */
  }

    .faqlist span.show_text {
      overflow: hidden;
      text-decoration: underline;
      position: absolute;
      bottom: 0;
    }

    .faqlist span.hide_text {
      overflow: hidden;
      text-decoration: underline;
      display: none;
      position: absolute;
      bottom: 0;
    }

.shwng-items {
  font-size: 14px;
  color: #495058;
}

.shwng-items {
  font-size: 14px;
  color: #495058;
}

.pagination-btns .fas {
  font-size: 23px;
  line-height: 1;
  color: #4c6a82;
}

.tabsContainer {
  width: 100%;
  padding: 24px 0;
}

.buttonsRow {
  text-align: right;
}

/* FIND MY MSL */
.msl-detailscard {
  width: 100%;
  background: #fff;
  margin-top: 6px;
  padding: 20px 20px;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
}

.owl-carousel .owl-nav button.owl-prev {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 30px;
  top: -16px;
  font-size: inherit;
  background: url(../images/previw.png) no-repeat left top;
}

.owl-carousel .owl-nav button.owl-next {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: -16px;
  font-size: inherit;
  background: url(../images/next.png) repeat left top;
}

  .owl-carousel .owl-nav button.owl-prev span,
  .owl-carousel .owl-nav button.owl-next span {
    font-size: 0;
  }

#findmyMSL-data {
  display: none;
}

/* EVENTS AND CONFERENCES */
.eventConferenceTabs .nav-tabs .nav-item:first-child .nav-link,
.eventConferenceTabs .nav-tabs .nav-item:first-child.show .nav-link,
.eventConferenceTabs .nav-tabs .nav-item:first-child .nav-link.active,
.eventConferenceTabs .nav-tabs .nav-item:first-child .nav-link:hover {
  background: #ff3b00;
  color: #fff;
}

/* OUR PRODUCTS */
.search-criteria .card .card-header {
  padding: 10px 10px;
  background-color: #ff8303;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.search-criteria .card-header h2 {
  padding: 10px 0;
  line-height: 15px;
  font-size: 16px;
}

.search-criteria .card-header .fa-minus-square:before,
.search-criteria .card-header .fa-plus-square:before {
  color: #fff;
}

.search-criteria .card-header p {
  line-height: 16px;
  color: #fff;
}

.search-criteria-2 .card .card-header {
  padding: 10px 10px;
  background-color: #ff8303c2;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

/* table styles  */
.table {
  display: block;
  overflow: auto;
  border-collapse: separate;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  width: 100%;
  border-collapse: separate;
  margin-bottom: 0;
}

.table-body-wrap {
  /* display: table; */
  width: 100%;
}

.table-body {
  overflow-y: auto;
  overflow-x: visible;
  width: 100%;
}

.table_row {
  display: flex;
  transition: all 0.5s ease;
}

  .table_row:hover {
    background: #e2eeff;
  }

.theader {
  display: flex;
  width: 100%;
  background: #3e577c;
}

.table_row:last-child .table_small {
  border-bottom: 0px;
}

.table_header {
  display: flex;
  padding: 6px 10px;
  font-size: 13px;
  vertical-align: middle;
  color: #fff;
  font-weight: 500;
}

  .table_header .fas {
    padding-left: 6px;
    font-size: 16px;
  }

.table_small {
  /* display: table-cell;
vertical-align:middle; */
  display: flex;
  align-items: center;
  border-bottom: 1px solid #a0b2c6;
}

.table_row > .table_small > .table_cell:nth-child(odd) {
  display: none;
  font-size: 13px;
  vertical-align: middle;
  color: #484b4e;
  font-weight: 500;
}

.table_row > .table_small > .table_cell {
  padding: 5px 10px;
  font-size: 13px;
  vertical-align: middle;
  color: #465668;
  width: 100%;
  overflow-wrap: break-word;
}

.table_row:last-child > .table_small:last-child > .table_cell:last-child {
  border-bottom-right-radius: 5px;
}

.table_row:last-child > .table_small:first-child > .table_cell:last-child {
  border-bottom-left-radius: 5px;
}

@media screen and (max-width: 900px) {
  .table {
    width: 100%
  }
}

@media screen and (max-width: 650px) {
  .table {
    display: block;
  }

  .table_row:nth-child(2n+3) {
    background: none;
  }

    .table_row:nth-child(2n+3):hover {
      background: #d8e8ee;
    }

  .theader {
    display: none;
  }

  .table_row > .table_small > .table_cell:nth-child(odd) {
    display: table-cell;
    width: 45%;
    text-align: right;
  }

  .table_cell {
    display: table-cell;
    width: 55%;
    text-align: left;
  }

  .table_row {
    display: table;
    width: 100%;
    border-collapse: separate;
    margin: 3% auto 0;
    text-align: center;
    border: 1px solid #a0b2c6;
    border-radius: 4px;
  }

  .table_small {
    display: table-row;
  }

  .table_row > .table_small:last-child > .table_cell {
    border-bottom: none;
  }

  .table_row > .table_small:first-child > .table_cell:last-child {
    border-left: none;
  }

  .table_row > .table_small:first-child > .table_cell:first-child {
    border-top-left-radius: 5px;
  }

  .table_row > .table_small:first-child > .table_cell:last-child {
    border-top-right-radius: 5px;
  }

  .table_row > .table_small:last-child > .table_cell:first-child {
    border-bottom-left-radius: 5px;
  }

  .table_row > .table_small:last-child > .table_cell:last-child {
    border-bottom-right-radius: 5px;
  }
}

.table {
  clear: both;
  width: 100%;
  border-collapse: separate;
  margin-bottom: 0;
}

  .table .tableRow {
    border-bottom: solid 1px #a0b2c6;
  }

    .table .tableRow .tableHead,
    .table .tableRow .tableCell {
      float: left;
      text-align: left;
      padding: 10px 10px;
      font-size: 13px;
      vertical-align: middle;
      color: #484b4e;
    }

  .table .tableHead-row {
    font-weight: 500;
    border-bottom: solid 1px #a0b2c6;
  }

  .table .tableRow {
    width: 100%;
    display: table;
    padding: 0 0;
    cursor: pointer;
    transition: all 0.5s ease;
  }

  .table .tableHead-row:hover {
    background: none !important;
  }

  .table .tableRow:hover {
    background: #d8e8ee;
  }

  .table .tableRow .tableCell {
    color: #465668;
  }

.table-drpdwn {
  display: flex;
  align-items: center;
}

  .table-drpdwn .dropdown-toggle::after {
    display: none;
  }

.edt-btns {
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
}

  .edt-btns li {
    float: left;
    padding-right: 10px;
    white-space: nowrap;
  }

.grid-4 .table_header:nth-child(-n+4),
.grid-4 .table_small:nth-child(-n+4) {
  width: 20%;
}

.grid-5 .table_header:nth-child(-n+5),
.grid-5 .table_small:nth-child(-n+5) {
  width: 18%;
}

.grid-5 .table_header:last-child,
.grid-5 .table_small:last-child {
  width: 28%;
}

.myrequestTabs li a {
  padding: 6px 10px;
}

/* RESOURCES PAGE */
.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.resourceCard {
  height: 100%;
  position: relative;
  padding: 14px;
  cursor: pointer;
}

  .resourceCard:after {
    width: 100%;
    height: 0;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #120989;
    overflow: hidden;
    transition: all 1s ease;
    cursor: pointer;
    border-radius: 4px;
  }

  .resourceCard a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* z-index: 9999; */
  }

    .resourceCard a i {
      position: absolute;
      bottom: 10px;
      right: 10px;
    }

  .resourceCard:hover:after,
  .resourceCard:focus:after {
    width: 100%;
    height: 100%;
  }

  .resourceCard:hover div,
  .resourceCard:hover p,
  .resourceCard:hover a {
    color: #fff !important;
  }

.owl-carousel .owl-item img {
  border-radius: 100%;
  width: 60px;
  height: 60px;
}

.msl-description {
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 16px;
  max-height: 32px;
  min-height: 32px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* My Request Bookmarks grid*/
.bookmarkcnt-tbl .table_header:nth-child(-n+4),
.bookmarkcnt-tbl .table_small:nth-child(-n+4) {
  width: 9%;
}

.bookmarkcnt-tbl .table_header:nth-child(1),
.bookmarkcnt-tbl .table_small:nth-child(1) {
  width: 4%;
  text-align: center;
}

.bookmarkcnt-tbl .table_header:nth-child(2),
.bookmarkcnt-tbl .table_small:nth-child(2) {
  width: 80%;
}

.viewhead {
  font-size: 14px;
  font-weight: 600;
  color: #616365;
}

.viewdtls {
  font-size: 14px;
  color: #546d8e;
  font-weight: 600;
  line-height: 22px;
  word-break: break-all;
}

/* NEW and Announcements */
.newsCard {
  border-radius: 6px;
}

  .newsCard figure {
    position: absolute;
    left: -20px;
    top: 0;
  }

    .newsCard figure img {
      width: 130px;
      margin-top: 6px;
      border-radius: 4px;
      box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    }

.sortField {
  width: 100px;
  float: right;
  border: 0;
  padding-left: 0;
}

  .sortField:focus {
    border: 0;
    outline: none;
    box-shadow: inherit;
  }

/* Footer Styles */

.footerLinks {
  position: relative;
}

  .footerLinks:after {
    content: '';
    height: 90px;
    position: absolute;
    right: 30px;
    top: 10px;
  }

  .footerLinks a {
    position: relative;
    padding: 8px 20px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
  }

    .footerLinks a::after {
      content: '';
      height: 14px;
      position: absolute;
      right: 0;
      top: 12px;
      border: 1px solid #9e98ed;
    }

    .footerLinks a:last-child:after {
      border: none;
    }

    .footerLinks a:hover {
      transition: all 0.5s ease;
      color: #3083DC;
    }

.scedule-dtls {
  float: right;
}

  .scedule-dtls li {
    clear: both;
  }

    .scedule-dtls li span {
      width: 30px;
      float: left;
    }

    .scedule-dtls li small {
      color: #fff;
    }

    .scedule-dtls li a {
      font-size: 13px;
      float: right;
      width: calc(100% - 30px);
      color: #fff;
    }

  .scedule-dtls a:hover {
    transition: all 0.5s ease;
    color: #3083DC;
  }

  .scedule-dtls li:nth-child(2) {
    padding-top: 14px;
  }

  .scedule-dtls li:nth-child(1) span {
    padding-top: 12px;
  }

.quicklinks {
  width: 100%;
  float: left;
  text-align: center;
  padding: 10px 40px;
}

  .quicklinks li {
    display: inline;
  }

    .quicklinks li a {
      font-size: 14px;
      padding: 0 20px;
      border-right: 1px solid #9fa0ad;
      color: #fff;
    }

    .quicklinks li:last-child a {
      border: none;
    }

    .quicklinks li a:hover {
      transition: all 0.5s ease;
      color: #3083DC;
    }

.privacyPrompt {
  width: 100%;
  position: relative;
  padding: 15px 60px;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 9999;
  box-shadow: 2px 2px 10px rgb(102, 102, 102);
}

  .privacyPrompt p {
    padding: 0 0 10px 0;
    float: left;
    font-size: 13px;
    color: #6b686c;
  }

  .privacyPrompt a {
    color: #119bb4;
  }

  .privacyPrompt .alertBtn {
    display: inline-block;
    padding: 5px 10px;
    background: #2F54B7;
    border: none;
    color: #fff;
  }

.cookieSettings a {
  font-size: 14px;
  padding: 6px 20px;
  margin: 0 3px;
  border: 1px solid #ff6a00;
  background: #ff6a00;
  transition: all 0.5s ease;
  color: #fff;
}

  .cookieSettings a:hover {
    background: #ff9041;
    color: #fff !important;
  }

::-webkit-scrollbar {
  width: 8px;
  height: 5px
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 30px;
}

.fs-9 {
  font-size: 9px;
}

.footer-logo img {
  width: 150px;
}

@media (max-width: 575px) {
  .footer-logo {
    width: 150px;
    padding-top: 10px;
    margin: 0 auto;
  }
}

@media (max-width: 400px) {
  .footer-logo {
    width: 150px;
    margin: 0 auto;
    padding-top: 10px;
  }
}

/** Scroll and height class to popup
*/

.popup-scroll {
  max-height: calc(100vh - 150px);
  overflow: scroll;
}

.acc-false {
  padding: 10px 10px;
  background-color: #fff !important;
  color: #6b686c !important;
  border-radius: 10px;
  cursor: pointer;
  border-color: #6b686c !important;
  border: 1px solid !important;
  margin-bottom: 0px;
  padding-bottom: 0.25rem !important;
  padding-top: 0.25rem !important;
}

.dppr-calendar {
  background: #90caf9 !important;
  padding: 4px 12px !important;
  color: #fff !important;
}

.dppr-cal-brder-0 {
  border-radius: 0;
}

.card-toggle:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}

/*.card {
  position: relative;
  height: 100%;
  padding: 15px 15px 40px 15px;
  transition: all 0.5s ease;
  background: rgb(240, 248, 255);
  background: linear-gradient(276deg, rgb(255 255 255) 0%, rgb(241 245 255) 100%);
}


.card .btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
}*/

/*page loader code start*/
.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #0a045b;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

.e:hover,
.e:hover a {
  text-decoration: none;
  color: #434343 !important;
}






@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.temperatureIcon {
  width: 250px;
  position: relative;
  background: #2374cb;
  border-radius: 30px;
  padding: 11px 0 11px 40px;
  color: #fff;
  font-size: 13px;
  float: right;
  margin: 2px 0;
}

  .temperatureIcon img {
    position: absolute;
    left: -8px;
    top: -5px;
    background: #fff;
    padding: 5px;
    border-radius: 100%;
    height: 48px;
    border: 4px solid #2374cb;
  }

/*page loader code end*/



/*Stabiliy Calculator Styles Start*/

.calculator-container {
  background-color: white;
  padding: 10px;
  border-radius: 8px;
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}

.factors {
  margin-bottom: 30px;
}

.factor {
  margin-bottom: 15px;
}

  .factor label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    color: #333;
  }

input[type="range"] {
  flex: 1;
  height: 8px;
  border-radius: 4px;
  background: #ddd;
  outline: none;
  transition: background 0.2s;
}

  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #2196F3;
    cursor: pointer;
    transition: background 0.2s;
  }

.value {
  min-width: 40px;
  text-align: right;
}

.stability-score {
  position: relative;
}

  .stability-score h2 {
    margin-bottom: 0px;
    color: #333;
    font-size: 18px;
  }

.score-section {
  position: relative;
  padding: 0px 20px 0px;
}

.score-controls {
  position: relative;
  margin-bottom: 2px;
}

.temperature-selector {
  margin-bottom: 25px;
  text-align: center;
}

  .temperature-selector select {
    padding: 4px 16px;
    font-size: 14px;
    border: 1px solid #CCC;
    border-radius: 4px;
    background-color: white;
    min-width: 120px;
  }

.score-bar-section {
  position: relative;
  padding-top: 3px;
  margin-bottom: 0px;
  overflow-x: auto;
}

.temperature-marks {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 0px);
}

/*.temperature-mark {
  position: relative;
  padding-bottom: 20px;
  font-size: 10px;
  color: #3b3db9;
  flex: 1;
  text-align: center;
  min-width: 45px;*/
/* Ensure minimum space for the text */
/*font-weight: 650 !important;*/
/* Slightly bold */
/*}

  .temperature-mark::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 1px;
    height: 5px;
    background-color: #666;
    transform: translateX(-50%);
  }*/

.temperature-mark {
  position: relative;
  padding-bottom: 20px;
  font-size: 10px;
  color: #3b3db9;
  /*flex: 1;*/
  text-align: center;
  font-weight: 650 !important;
  min-width: 0;
  /* Remove forced min-width */
  box-sizing: border-box;
  /* Include padding in width */
}

  /* Tick mark below the text */
  .temperature-mark::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 50%;
    /* Center horizontally */
    width: 1px;
    height: 5px;
    background-color: #666;
    transform: translateX(-50%);
  }

/* Parent container: use flexbox to align marks without gaps */
.temperature-marks-container {
  display: flex;
  padding: 0;
  margin: 0;
  width: 100%;
  /*justify-content: space-between;*/
  /* distribute evenly starting from edges */
  justify-content: space-between;
  /* distribute evenly starting from edges */
}

.score-bar-wrapper {
  border: 1px solid #CCC;
  padding: 5px;
  border-radius: 25px;
  width: 100%;
  min-width: auto;
  /* Ensure enough space for all marks */
}

.score-bar-container {
  position: relative;
  height: 8px;
  /*background: linear-gradient(to right,
    #FFD4D4 0%,*/
  /* Light Pink */
  /*#FFE5A3 25%,*/
  /* Light Yellow */
  /*#AAFFAA 50%,*/
  /* Light Green */
  /*#FFE5A3 75%,*/
  /* Light Yellow */
  /*#FFD4D4 100%*/
  /* Light Pink */
  /*);*/
  border-radius: 4px;
  border: 1px solid #CCC;
  box-sizing: content-box;
}

.score-marker {
  position: absolute;
  width: 10px;
  height: 16px;
  background-color: #008000;
  top: -4px;
  transform: translateX(-50%);
  transition: left 0.3s ease;
  border-radius: 2px;
}

/*.score-marker {
  position: absolute;
  top: 0;
  width: 10px;
  height: 20px;
  background-color: red;
  transform: translateX(-50%);*/
/* Centers the marker exactly */
/*}*/

.safety-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding: 0 25px;
}

.safety-label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #666;
}

.safety-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.safe {
  background-color: #008000;
}

.moderate {
  background-color: #FFD700;
}

.warning {
  background-color: #FFA500;
}

.danger {
  background-color: #FF0000;
}

.score-bar-section::-webkit-scrollbar {
  height: 8px;
}

.score-bar-section::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.score-bar-section::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

  .score-bar-section::-webkit-scrollbar-thumb:hover {
    background: #666;
  }


/*Stabiliy Calculator Styles End*/


.text-success-2 {
  color: #0e8329;
}



/*.cursor-pointer {
  cursor: pointer;
}*/

.autocomplete-box {
  max-height: 200px;
  overflow-y: auto;
  z-index: 999;
}

.autocomplete-item {
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-size: 13px;
}

  .autocomplete-item i.fas.fa-times {
    font-size: 12px;
    padding: 4px;
  }

  .autocomplete-item:hover {
    background: #dbe2e9;
    cursor: pointer;
    transition: all 0.5s ease;
  }

/*.card-bg {
  background-color: #f4f4f4 !important;
}

.card-bg .panel-heading {
  background-color: #f4f4f4 !important;
}*/

.hide-recaptcha-badge .grecaptcha-badge {
  visibility: hidden !important;
}



/* Global Button Styles */
.btn-primary,
.learn-more-btn {
  --tw-text-opacity: 1;
  --tw-gradient-from: #996061;
  --tw-gradient-to: #821e5a;
  --tw-gradient-stops: var(--tw-gradient-from), #996061 50%, var(--tw-gradient-to);
  --tw-gradient-via-position: 50%;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  background-position: 0 0;
  background-size: 200% 200%;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  border-radius: 4px;
  align-items: center;
  gap: 1rem;
  padding: 0.625rem 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  transition: background-position 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  min-width: 140px;
  border: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  will-change: background-position;
}

  .btn-primary:hover,
  .learn-more-btn:hover {
    background-position: 100% 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #fff !important;
    text-decoration: none;
  }

  .btn-primary span,
  .learn-more-btn span {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .btn-primary .fa-arrow-right,
  .learn-more-btn .fa-arrow-right {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    position: relative;
    z-index: 2;
  }

.footer-style {
  color: rgb(3 21 88 / var(--tw-text-opacity, 1));
}

.font-semibold {
  font-weight: 600;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.font-medium {
  font-weight: 500;
}

.text-blue {
  --tw-text-opacity: 1;
  color: rgb(0 108 173 / var(--tw-text-opacity, 1));
}

.gap-4 {
  gap: 1rem;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-col {
  flex-direction: column;
}

.text-dark-blue {
  --tw-text-opacity: 1;
  color: rgb(3 21 88 / var(--tw-text-opacity, 1));
}

.pe-auto {
  cursor: pointer !important;
}

.v-color {
  color: #031558 !important;
}



.search-icon {
  color: #d4d6df !important;
}

.sort-container {
  padding: 0 1.5rem !important;
}

.zindex-change {
  z-index: 2000 !important;
  background: linear-gradient(135deg, #f8f9fa 0%, rgba(255, 255, 255, 0.9) 50%, rgb(3 25 107 / 50%) 100%) !important;
  opacity: 3;
}

.us-hcp-header {
  font-size: 40px;
  --tw-text-opacity: 1;
  color: rgb(3 21 88 / var(--tw-text-opacity, 1));
  margin-bottom: 5px;
  font-weight: 600;
}

.heading-mid {
  font-weight: bold;
}

.mt-6, .my-6 {
  margin-top: 5rem !important;
}

.grecaptcha-badge {
  z-index: 400 !important
}

.no-msl{
  line-height: 20px !important;
}
