/* Force 100% height for all parent tags */
html, body, #masterForm {
  height: 100%;
  min-height: 100%;
}
html {
  /*font-size: 14px !important;*/
}
/* prevent horizontal overflow and set default background colour */
body {
  overflow-x: hidden;
  background: #eee;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
}
/* Login Master Form */
#LoginMasterForm #header {
  padding: 0.5rem 0;
}
#LoginMasterForm #imgLogo {
  height: auto;
  max-height: 8em;
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
#LoginFormContainer {
  height: 100%;
  width: 100%;
  background-color: var(--bs-white);
  margin: 0 auto;
  padding-top: 1rem;
}
@media (max-width: 540px) {
  #LoginMasterForm {
    height: 100%;
    /*padding-top: 0;*/
  }
  #LoginFormContainer {
    border: none !important;
  }
}
@media (min-width: 541px) {
  #LoginMasterForm {
    height: auto;
    padding-top: 3rem;
  }
  #LoginFormContainer {
    height: auto;
    max-width: 540px;
    box-shadow: 0 .125rem .25rem rgba(var(--bs-black), .075);
  }
}
/* Public Master Form */
#PublicMasterForm #header {
  padding: 0.5rem 0;
}
#PublicMasterForm #imgLogo {
  height: auto;
  max-height: 8em;
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
#PublicFormContainer {
  height: 100%;
  width: 100%;
  background-color: var(--bs-white);
  margin: 0;
  padding-top: 1rem;
}
@media (max-width: 720px) {
  #PublicFormContainer {
    border: none !important;
  }
}
@media (min-width: 721px) {
  #PublicFormContainer {
    height: auto;
    max-width: 720px;
    margin: 1rem auto;
  }
  #PublicMasterForm #imgLogo {
    margin: 0;
  }
}
/* Admin Master Form */
#masterForm {}
#masterForm #header {}
#masterForm #imgLogo {
  max-height: 4em;
}
#masterForm #main {}
/* hide asp.net tags. otherwise layout breaks */
.aspNetHidden {
  display: none;
}
/* Style .NET RadioButtonList and .NET CheckBoxList to match layout of Inline Bootstrap radio buttons */
RADIOS AND CHECKBOXES */ .dotNETRadio input[type="radio"], .dotNETCheckbox input[type="checkbox"] {
  /*margin: 0 0.5em;*/
}
input[type="radio"], input[type="checkbox"] {
  margin-right: 5px;
  margin-left: 10px;
}
/* Style .NET RadioButtonList and .NET CheckBoxList to match layout of Inline Bootstrap radio buttons */
.dotNETRadioButtonList, .dotNETCheckBoxList {
  padding-left: 0;
}
.dotNETRadioButtonList input[type="radio"], .dotNETCheckBoxList input[type="checkbox"] {
  display: inline-block;
  float: none;
  position: relative;
  margin-right: 0.5rem;
  margin-left: 0;
}
.dotNETRadioButtonList label:not(:last-child), .dotNETCheckBoxList label:not(:last-child) {
  margin-right: 1rem;
}
/* Custom breadcrumbs for page title - final "active" item will be 100% width on new line */
.breadcrumb-title .breadcrumb-item + .breadcrumb-item::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f105" !important;
  color: var(--bs-light);
}
.breadcrumb-title .breadcrumb-item.active {
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-basis: 100%;
  align-items: center;
}
.breadcrumb-title .breadcrumb-item.active::before {
  padding: 0 !important;
  margin: 0 !important;
  content: "" !important;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.scrollbar-none::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE and Edge */
.scrollbar-none {
  -ms-overflow-style: none;
}
/* Required Field Icon */
label.requiredField::after, span.requiredField::after {
  margin-left: 0.5em;
  font-family: "Font Awesome 5 Pro";
  content: "*";
  color: var(--bs-danger);
}
/* Allow inline font awesome classes */
/* base button */
.btn {
  font-family: inherit !important;
}
.btn:not(.btn-sm) {
  padding: 0.3rem 1rem;
}
.btn-lg {
   padding: 14px 30px !important;
}
/* padding between font awesome and button / textbox text */
.btn.fas::before, .btn.far::before, .btn.fal::before {
  font-family: "Font Awesome 5 Pro";
  margin-right: 0.3em;
  display: inline-flex;
  width: 1em;
  height: 1em;
  align-items: center;
  justify-content: center;
}
.btn.fas::before { /* Font Awesome Solid icon weight */
  font-weight: 900;
}
.btn.far::before { /* Font Awesome Regular icon weight */
  font-weight: 400;
}
.btn.fal::before { /* Font Awesome Light icon weight */
  font-weight: 300;
}
.btn.iconOnly.fas::before, .btn.iconOnly.far::before, .btn.iconOnly.fal::before {
  margin-right: 0;
}
/*prevent entire button from spinning */
.btn.fa-spin {
  -webkit-animation: unset;
  animation: unset;
}
.btn.fa-spin::before {
  /*add spin to button icon */
  -webkit-animation: fa-spin 2s linear infinite !important;
  animation: fa-spin 2s linear infinite !important;
}
.card {
  border-radius: 5px;
}
.card-link:hover .card {
  background: #eee;
}
.form-label {
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
}
.form-control {
  border-radius: 0.2rem;
}
.form-control:not(.form-control-sm):not(.form-control-lg) {
  border-radius: 0.2rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.selectize-control .selectize-input.disabled {
  background-color: #e9ecef !important;
  opacity: 1 !important;
}
.form-row {
  margin-bottom: 0.5rem;
}
.form-gutter {
  /*--bs-gutter-x: 0.5rem;*/
  --bs-gutter-y: 0.5rem;
}
.dropdown-menu .dropdown-item {
  color: var(--bs-nav-link-color) !important;
  font-size: 0.8rem;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #000;
  background-color: #ebeff8;
  border-bottom: 3px solid #fff !important;
  width: 100%;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
  min-width: 10rem;
  background: #fff;
  text-align: center;
  margin-left: 2px;
  font-size: 1rem !important;
}
.nav-tabs .nav-item a {
  margin-bottom: -1px;
  min-width: 10rem;
  border: 1px solid #c8d0e9;
  background: #fff;
  text-align: center;
  margin-left: 2px;
  font-size: 1rem !important;
  padding: 1rem;
  border-top-right-radius: 18px;
  border-top-left-radius: 18px;
  color: #6B6B6B;
}
.nav-tabs .nav-item :focus-visible {
  outline: none !important;
}
.nav-tabs .nav-link {
  margin-bottom: calc(var(--bs-nav-tabs-border-width) * -1);
  background: 0 0;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  font-size: 1rem;
  width: 100%;
border: 1px solid #c8d0e9;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    padding: 16px 15px;
    text-align: center;
    font-size: 1.2rem;
}
.navbar-admin {
  flex-wrap: wrap;
  gap: 0.25rem 0.5rem;
}
.navbar-admin .nav-item {
  border-bottom: 5px solid transparent;
}
.navbar-admin .nav-item.active, .navbar-admin .nav-item:hover {
  background: #fffcfc;
  border-bottom: 5px solid var(--color-primary);
}
.navbar-admin .nav-item > .nav-link {
  font-size: 1rem;
  font-weight: bold;
  color: var(--bs-dark);
  padding: 0.5rem 0.5rem;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  width: 100%;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
.border-b-primary {
  border-bottom: 0.3rem solid var(--color-primary);
}
/*Custom backdrop - replicates look of static backdrop but works in flex layout*/
.modal.custom-modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-header {
  background: var(--color-primary);
  color: #fff;
}

a {
  text-decoration: none !important;
}
/* file upload */
.my-file-uploader {
  min-height: 18.813rem;
  padding-top: 5.688rem !important;
}
.fileUpload {
  position: relative;
}
.fileUpload::before {
  pointer-events: none;
  position: absolute;
  top: 2.5rem;
  left: 0;
  width: 100%;
  text-align: center !important;
  font-family: "Font Awesome 5 Pro";
  font-size: 2rem;
  content: "\f093";
  display: block;
  margin: 0 auto;
}
.fileUpload::after {
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  pointer-events: none;
  width: 100%;
  text-align: center !important;
  font-size: 1rem;
  content: " or drag it here. ";
  display: block;
  margin: 0 auto;
  color: var(--color-tertiary) !important;
  font-weight: 600;
  text-transform: capitalize;
}
.fileUpload input {
  outline: 2px dashed var(--color-tertiary);
  outline-offset: -10px;
  -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
  transition: outline-offset .15s ease-in-out, background-color .15s linear;
  padding: 4.5rem 0 5.5rem 42%;
  text-align: center !important;
  margin: 0;
  width: 100% !important;
}
.fileUpload input:focus {
  outline: 2px dashed var(--color-tertiary);
  outline-offset: -10px;
  -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
  transition: outline-offset .15s ease-in-out, background-color .15s linear;
  border: 1px solid var(--color-tertiary);
}
.table.table-CareCover thead th {
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-secondary);
}
/* Image containers and close buttons */
.imageContainer {
  background: #ddd;
  border: 1px solid #ccc;
  border-radius: 5px;
  float: left;
  position: relative;
}
.imageContainer .close-button {
  color: #fff;
  background: #bc0508;
  padding: 5px 7px;
  border-radius: 40px;
  font-weight: 100;
  font: 12px/100% arial, sans-serif;
  position: absolute;
  right: 5px;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  top: 5px;
}
.imageContainer .close-button:after {
  content: 'X'; /* UTF-8 symbol */
}
/*************
Tablesorter - Default Theme - minimal styles
*************/
/* overall */
.tablesorter-default {}
/* header */
.tablesorter-default th, .tablesorter-default thead td {}
.tablesorter-default tfoot th, .tablesorter-default tfoot td {
  border: 0;
}
.tablesorter-default .header, .tablesorter-default .tablesorter-header {
  background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
  background-position: center right;
  background-repeat: no-repeat;
  cursor: pointer;
  white-space: normal;
  padding-right: 1em;
  vertical-align: middle;
}
.tablesorter-default thead .headerSortUp, .tablesorter-default thead .tablesorter-headerSortUp, .tablesorter-default thead .tablesorter-headerAsc {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
  border-bottom-width: 2px;
}
.tablesorter-default thead .headerSortDown, .tablesorter-default thead .tablesorter-headerSortDown, .tablesorter-default thead .tablesorter-headerDesc {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
  border-bottom-width: 2px;
}
.tablesorter-default thead .sorter-false {
  background-image: none;
  cursor: default;
}
/* tfoot */
.tablesorter-default tfoot .tablesorter-headerSortUp, .tablesorter-default tfoot .tablesorter-headerSortDown, .tablesorter-default tfoot .tablesorter-headerAsc, .tablesorter-default tfoot .tablesorter-headerDesc {
  border-top: #000 2px solid;
}
/* ajax error row */
.tablesorter .tablesorter-errorRow td {
  text-align: center;
  cursor: pointer;
  background-color: #e6bf99;
}
/*************
Line clamp styles
*************/
.line-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.line-clamp-1 {
  -webkit-line-clamp: 1 !important;
  line-clamp: 1 !important;
}
.line-clamp-2 {
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
}
.line-clamp-3 {
  -webkit-line-clamp: 3 !important;
  line-clamp: 3 !important;
}
.line-clamp-4 {
  -webkit-line-clamp: 4 !important;
  line-clamp: 4 !important;
}
.line-clamp-5 {
  -webkit-line-clamp: 5 !important;
  line-clamp: 5 !important;
}
/*************
Image Gallery. Thumbnail display with hoverable controls
*************/
.image-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.image-gallery > li {
  list-style: none;
  margin: 0;
  padding: 0;
  height: clamp(100px, 12em, 200px);
  width: clamp(100px, 12em, 200px);
  position: relative;
  overflow: hidden;
}
.image-gallery li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  border-radius: 5px;
  transform: scale(1.0);
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}
.image-gallery li:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.image-gallery li .overlay-lower {
  padding: 0.25em;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
}
.image-gallery li .overlay-lower .imgName {
  flex-grow: 1;
  color: inherit;
  text-decoration: none;
}
.image-gallery li .overlay-lower .buttons {
  flex-grow: 0;
}
.image-gallery li .overlay-upper {
  padding: 0.25em;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
.image-gallery li:hover .overlay-upper {
  display: block;
}
/*************
Bootstrap Accordion modifiers for Image Gallery nested in folders
*************/
.accordion.accordion-image-gallery {
  --bs-accordion-btn-padding-x: 0.5rem;
  --bs-accordion-btn-padding-y: 0.5rem;
  --bs-accordion-btn-bg: var(--bs-gray-200);
  --bs-accordion-btn-color: var(--bs-dark);
  --bs-accordion-body-padding-x: 0.5rem;
  --bs-accordion-body-padding-y: 0.5rem;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-border-color: var(--bs-gray-400);
}
.accordion.accordion-image-gallery .accordion-body {
  padding-bottom: 1rem !important;
}
.accordion.accordion-image-gallery .accordion-button:hover {
  background-color: var(--bs-gray-300) !important;
  color: var(--bs-dark) !important;
}
.accordion.accordion-image-gallery .accordion-button .icon-folder {
  color: #FFE894;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #EECB4A;
  display: none;
  margin-right: 0.5em;
}
.accordion.accordion-image-gallery .accordion-button.collapsed .icon-folder-closed {
  display: block !important;
}
.accordion.accordion-image-gallery .accordion-button:not(.collapsed) .icon-folder-opened {
  display: block !important;
}
.accordion.accordion-image-gallery .accordion-button:not(.collapsed) {
  background-color: var(--bs-gray-200) !important;
  color: var(--bs-dark) !important;
}
.accordion.accordion-image-gallery .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon);
}
/* position items over top of bootstrap sticky positioned items */
.z-index-abovesticky {
  z-index: 1021;
}
/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
.nav-x li {
  padding: 17px;
}
.nav-x li :hover {
  background-color: #fff;
}
.nav-x .active {
  background-color: #fff;
}
.grey-head {
  color: rgb(106, 106, 106);
}
.menu {
  display: table-cell;
  border-radius: 0;
  background: linear-gradient(0deg, #faf0ea 0%, #edf2fd 100%);
  transition: width 0.25s;
  width: 314px;
  height: 100vh;
  border-right: 1px solid #C7D0E9;
}
.bgx {
  background: linear-gradient(0deg, #faf0ea 0%, #edf2fd 100%);
}
.dropdwn .imgbx {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.dropdwn .card {
  max-width: 300px;
  margin: 0 auto;
  border: none;
}
.fs-large {
  font-size: 2.85rem !important;
  font-family: 'Poppins', sans-serif;
}
.content-header {
  font-size: 35px;
  line-height: 45px;
  font-weight: 500;
  color: #242021;
}
.claim-grid {
  border: 1px solid #C7D0E9;
  transition: .5s;
  border-radius: 10px;
  width: 100%;
  padding: 15px 20px;
  box-shadow: 0px 0px 6px 0px #e5e5e5;
}
.border-xr {
  border-right: 1px solid #C7D0E9 !important;
}
.border-xl {
  border-left: 1px solid #C7D0E9 !important;
}
.border-xb {
  border-bottom: 1px solid #C7D0E9 !important;
}
.border-xt {
  border-top: 1px solid #C7D0E9 !important;
}
.arrows {
  position: absolute;
  bottom: 7px;
  right: 10px;
}
.btnx {
  background: #056DB3;
  cursor: pointer;
  color: #fff;
  border-radius: 10px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  padding: 12px 18px !important;
  text-align: center;	
  cursor: pointer;
  text-transform: uppercase;
}
.btny {
  background: #fff !importanat;
  cursor: pointer;
  color: #056DB3;
border:1px solid #056DB3;
  border-radius: 10px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  padding: 14px 30px !important;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
}
.table-div thead {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  border: 1px solid #C7D0E9;
  background: #EEF2FB;
  color: #000000;
}
.table-div thead th {
  display: table-cell;
  padding: 8px 25px;
  border-left: 1px solid #e1e3eb;
  color: #242021 !important;
  text-align: left;
}
.table-div tr td {
  display: table-cell;
  padding: 8px 25px;
  border-left: 1px solid #e1e3eb;
  color: #242021;
  text-align: left;
  font-weight: 300;
  background: #fff;
}
.lablex {
  font-weight: 500;
  margin-bottom: 10px;
  color: #6A6A6A;
}
.formx {
  background: #fff;
  border: 1px solid #C7D0E9;
  border-radius: 10px !important;
  box-shadow: 0px 0px 6px 0px #e5e5e5;
  text-indent: 10px;
  padding: 1rem;
}
.top-detail ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
.top-detail ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #6A6A6A;
  flex-direction: column;
  display: flex;
  position: relative;
}
.top-detail ul li + li:before {
  content: " ";
  color: #6A6A6A;
  height: 100%;
  border-left: 1px solid #C7D0E9;
  position: absolute;
  left: -17px;
}
.top-detail {
  border-bottom: 1px solid #C7D0E9;
  padding-bottom: 20px;
}
.info-box {
  border-radius: 10px;
  border: 1px solid #C7D0E9;
  margin-bottom: 20px;
}
.info-box .claim-history-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  background: #F9FBFF;
  text-transform: uppercase;
  border-bottom: 1px solid #C7D0E9;
  padding-left: 30px;
  background: #EEF2FB;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.info-box .claim-history-heading .history-head-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-weight: 500 !important;
  color: #000000;
}

.simple-dropdown .simplemenu {
    background-color: #C7D0E9;
    position: relative;
    margin: 3px;
    border-radius: 10px;
}
.info-box .claim-history-desc {
    padding: 10px 10px; 
}
.action-content-area {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.action-content-area .action1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #6A6A6A;
  width: 27%;
}
.action-content-area .action2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
  width: 85%;
}
.claim-history {
  margin-top: 20px;
  border: 1px solid #C7D0E9;
  border-radius: 10px;
  overflow: hidden;
}
.claim-history .claim-history-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F9FBFF;
  text-transform: uppercase;
  border-bottom: 1px solid #C7D0E9;
  padding: 10px 15px;
}
.claim-history .claim-history-heading .history-head-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.claim-history .claim-history-content {
  padding: 15px 20px;
}
.claim-history .claim-history-content .claim-history-content-grid {
  padding-bottom: 20px;
}
.simple-dropdown .dropbtn {
  background-color: #C7D0E9;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  height: 46px;
  width: 80px;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pagination.pagi-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.pagination ul li {
  list-style: none;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: #C7D0E9;
  margin: 0 5px;
  transition: .3s;
}
.pagination ul li:hover {
  background: #056DB3;
  transition: .3s;
}
.pagination ul li:hover svg {
  stroke: #fff;
}
.pagination ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  transition: .3s;
}
.pagination ul li a svg {
  stroke: #535353;
  transition: .3s;
}
.breadcrum-area {
  background: #F9FBFF;
  border-bottom: 1px solid #C7D0E9;
  padding: 17px 40px; }
  .breadcrum-area ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    list-style: none;
    color: #6A6A6A; }
    .breadcrum-area ul li {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px; }
      .breadcrum-area ul li + li:before {
        content: " ";
        padding: 20px;
        color: #6A6A6A;
        background: url(../img/breadcrum.webp) no-repeat center; }
      .breadcrum-area ul li a {
        padding: 15px 20px;
        border-radius: 10px;
        border: 1px solid #C7D0E9;
        background: #fff;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 253px;
        text-decoration: none;
        color: #6A6A6A; }
        .breadcrum-area ul li a:hover {
          text-decoration: none; }
        .breadcrum-area ul li a:visited {
          color: #000000; }
        .breadcrum-area ul li a:after {
          content: " ";
          width: 24px;
          height: 24px;
          background: url(../img/bread-cross.webp) no-repeat; }
.claims-form-upload {
  gap: 20px;
  padding: 0;
  margin-top: 20px; }
  .claims-form-upload .form-control-bx {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 100%; }
    .claims-form-upload .form-control-bx label {
      width: auto;
      margin-bottom: 10px;
      border: none;
      padding: 0;
      font-weight: 500; }
    .claims-form-upload .form-control-bx input {
      display: block !important;
      width: 100%;
      height: 60px;
      background: #fff;
      border: 1px solid #C7D0E9;
      border-radius: 10px;
      box-shadow: 0px 0px 6px 0px #e5e5e5;
      text-indent: 20px; }
    .claims-form-upload .form-control-bx [type="file"] {
      /* Style the color of the message that says 'No file chosen' */
      color: #056DB3;
      text-indent: 0;
      padding: 6px;
      height: 60px;
      text-align: left; }
    .claims-form-upload .form-control-bx [type="file"]::-webkit-file-upload-button {
      cursor: pointer;
      font-size: 16px;
      background: #fff;
      border: 1px solid #056DB3;
      border-radius: 10px;
      color: #056DB3;
      padding: 10px 25px;
      text-transform: uppercase;
      transition: all 1s ease;
      text-align: right; }
    .claims-form-upload .form-control-bx [type="file"]::-webkit-file-upload-button:hover {
      background: #fff;
      border: 1px solid #054a79;
      color: #000000; }
/* Default state (closed eye) */
.peek-button .fa-eye-slash {
    display: none;
}

/* Peek state (open eye) */
.peek-button.peek-active .fa-eye {
    display: none;
}

.peek-button.peek-active .fa-eye-slash {
    display: inline;
}