body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}
.track-claim-table th {
  font-size: 14px !important;
  font-weight: 600 !important;
  border: 1px solid black;
}
.track-claim-table td {
  font-size: 14px !important;
  text-transform: capitalize !important;
  border: 1px solid black;
}
.track-claim-table tfoot td {
  font-size: 14px !important;
  font-weight: 600 !important;
  border: 1px solid black;
}
.more-details-item {
  font-weight: bold;
  font-size: 15px;
  text-shadow: 0 0 0 #000;
  color: #fff;
  padding: 6px 10px;
  cursor: pointer;
  text-align: center;
  border-right: 1px solid #bdb1b1;
  background: rgb(216, 216, 219);
  border-bottom: 1px solid #bdd1b1;
  margin: 5px;
  box-shadow: none;
  height: 100% !important;
  box-sizing: border-box !important;
  margin: 0px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.more-details-item-active {
  color: white;
  border-right: 1px solid #bdb1b1;
  background: -webkit-linear-gradient(#f26221, #f5851f);
  border-bottom: 1px solid #bdd1b1;
  margin: 5px;
  box-shadow: 0px 5px 10px rgb(254 133 31/50%);
}
.tcs-comment {
  font-size: 17px;
  background: #fdedf0;
  text-align: left;
  border-radius: 4px;
  padding: 10px 15px;
}
.track-claim-summary-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  margin-top: -80px;
  padding-left: 10px;
  flex-wrap: wrap;
  padding-bottom: 5px;
}
.summary-status-item {
  padding: 10px 15px;
  text-shadow: 0 0 0 #000;
  font-size: 14px;
  border-right: 1px solid #ddd;
  text-align: center;
  cursor: pointer;
}
.summary-status-item-active {
  color: #e87d2d;
  font-weight: bold;
  border-bottom: 5px solid #e87d2d;
}

.semi_bold {
  font-family: "Arial MT Std Medium", sans-serif;
  color: #505676 !important;
  border-bottom: 1px dashed #505676 !important;
  font-weight: 800 !important;
}

.MuiGrid2-container {
  width: 100% !important;
}

.css-1h9z7r5-MuiButtonBase-root-MuiTab-root.Mui-selected {
  color: white !important;
}

.MuiInputBase-formControl {
  border-radius: 10px !important;
}

.btn-primary {
  font-size: 14px;
  background-image: linear-gradient(to top, #f26221, #f5851f);
  background: -webkit-linear-gradient(#f26221, #f5851f);
  border-radius: 100px !important;
  border: none !important;
  padding: 0 33px !important;
  color: #fff !important;
  height: 50px !important;
  line-height: 50px !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
  font-family: "Arial MT Std Medium", sans-serif !important;
}
.css-1vdl5yt {
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 1.5rem;
  color: white;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td,
th {
  border: 1px solid #282c34;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

.main_loader {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100000;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.resend {
  background: none !important;
  border: none;
  padding: 0 !important;
  cursor: pointer;
}

.css-1q2h7u5.Mui-selected {
  color: white !important;
}
.tabs:hover {
  box-shadow: 0px 5px 10px rgb(254 133 31/50%);
}

.semi_bold {
  font-family: "Arial MT Std Medium", sans-serif;
  color: #505676;
  border-bottom: 1px dashed #505676;
  font-weight: 800;
}

.css-19kzrtu {
  display: contents;
}

.mchi-mobile-menu {
  position: absolute;
  top: 113px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #f5841f;
  z-index: 51;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.mc-first-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 2px;
  min-height: 33px;
  box-sizing: border-box !important;
}
.mc-first-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mc-first-menu ul li {
  padding: 0 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mc-first-menu ul a {
  position: relative;
  float: left;
  font-size: 14px;
  color: #fff;
  line-height: 23px;
  font-weight: bold;
  text-decoration: none !important;
}
.mc_log_c_b {
  color: #1581c4;
  font-size: 14px;
  background-color: #fff;
  padding: 5px 15px;
  border-radius: 10px 10px 0 0;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.mc_l_l {
  display: inline-block;
  width: 100%;
  text-align: center;
}

/* .header-logo {
      width: 10%;
      min-width: 10%;
    } */
.header__navigation {
  min-height: 90px;
  display: flex;
  background: #fff;
  border-top: 5px solid #0284c9;
  border-radius: 12px 12px 0 0;
}

.header-inner-navigation {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 2%;
}

.header__greeting {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__greeting a {
  text-decoration: none;
  font-size: 16px;
  margin: 0 20px;
}

.headerspacer {
  flex: 0.8;
}
.desktop-menu {
  display: none;
}
.header_navigation-items {
  width: 100%;
  height: 100%;
  flex-direction: row;
}

.header_navigation-items
  .ant-menu:not(.ant-menu-horizontal)
  .ant-menu-item-selected {
  background-color: transparent;
}

.header_navigation-items a {
  color: black;
  text-decoration: none;
}

.header_navigation-items a:hover,
.header_navigation-items a:active {
  color: none;
}
#mc_nav_icon {
  width: 26px;
  height: 18px;
  position: relative;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  margin-left: 20px;
  z-index: 101;
}
#mc_nav_icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #212529;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#mc_nav_icon span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mc_nav_icon span:nth-child(2) {
  top: 7px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mc_nav_icon span:nth-child(3) {
  top: 14px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mc_nav_icon.mc_open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 4px;
}
#mc_nav_icon.mc_open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#mc_nav_icon.mc_open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 18px;
  left: 4px;
}

.header-inner-navigation .ant-menu-submenu-arrow:after {
  top: -3px;
}

.ant-menu-title-content {
  color: #000 !important ;
  font-size: 15px;
  font-weight: 450 !important;
}
.ant-menu-title-content:hover {
  color: #000 !important;
  font-size: 15px;
  font-weight: 500 !important;
}

li.ant-menu-overflow-item.ant-menu-item.ant-menu-item-only-child:nth-last-child(
    2
  ) {
  padding-right: 0;
}

@media only screen and (min-width: 768px) {
  .header-inner-navigation .bars-menu {
    display: none;
  }

  .desktop-menu {
    display: flex;
    width: 70%;
    flex-direction: column-reverse;
  }

  .ant-menu-horizontal,
  .ant-menu-item::after,
  .ant-menu-submenu::after {
    border: none !important;
  }
  /* .header-logo {
      } */
  .header_navigation-items .ant-menu-horizontal {
    border: 0;
  }
  .header_navigation-items .ant-menu-overflow {
    justify-content: space-between;
  }
  .header-inner-navigation
    .ant-menu-submenu-horizontal
    .ant-menu-submenu-arrow {
    display: block;
    color: #000 !important;
    right: -15px;
  }
  .header-inner-navigation .ant-menu-submenu-arrow:before {
    transform: rotate(225deg) translateY(-2.5px);
    top: -3px;
  }
  .header-inner-navigation
    .ant-menu-submenu.ant-menu-submenu-active
    .ant-menu-submenu-arrow:after {
    transform: rotate(45deg) translateY(-2.5px);
    top: 0px;
  }
  .header-inner-navigation
    .ant-menu-submenu.ant-menu-submenu-active
    .ant-menu-submenu-arrow:before {
    transform: rotate(315deg) translateY(-2.5px);
    top: 0px;
  }
  .header-inner-navigation .ant-menu-submenu-arrow:after {
    top: -3px;
  }
  .ant-drawer.mchi-mobile-menu {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .t_hide {
    display: none;
  }
  .mc-first-menu.container {
    padding: 0 20px;
  }
  .mc_log_c_b {
    font-size: 12px;
  }
  .ant-drawer.mchi-mobile-menu {
    top: 122px;
    height: calc(100vh - 122px);
  }
  .ant-drawer.mchi-mobile-menu .ant-drawer-body {
    padding: 20px 0 0 20px;
  }
  .ant-drawer.mchi-mobile-menu .header_navigation-items ul {
    flex-direction: column;
    width: 100%;
  }
}

.claim-box-card {
  margin-bottom: 25px;
  padding: 10px;
}
/* .claim-box-card:not(:first-child) {
  box-shadow: rgb(220 221 223) -2px 2px 10px 0px !important;
  border-radius: 8px !important;
} */
.claim-header-grid {
  display: flex;
  margin-bottom: 25px;
  width: -webkit-fill-available;
  gap: 15px;
  justify-content: flex-start;
}
.claim-header-box {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  justify-content: flex-start;
}
.comments-text {
  text-align: left;
  background: #fdedf0;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 700;
}
.comments-text-values {
  text-align: left;
  background: #fdedf0;
  border-radius: 4px;
  padding: 0px 20px 10px 20px;
  font-size: 17px;
  font-weight: 700;
}
.claim-id-text {
  color: #505676;
  border-bottom: 1px dashed #505676;
  font-weight: 800 !important;
}
.claim-id-text-value {
  color: #505676;
  font-weight: 800 !important;
}

.choose-login-items {
  display: flex;
  align-items: center;
  border-left: 4px solid #f26221;
  border-radius: 5px 0px 0px 5px;
  box-shadow: rgb(220 221 223) 0px 5px 10px;
  padding: 20px;
  justify-content: space-between;
  height: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
.choose-login-items-box input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.choose-login-form-box {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  text-align: center;
  box-shadow: rgb(220 221 223) -2px 2px 10px 0px;
  border-radius: 8px;
}
.popup-close-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid #ef969b;
  padding: 10px;
  border-radius: 10px;
  text-align: left;
}
.popup-close-button {
  padding: 8px 15px !important;
  height: initial !important;
  box-sizing: border-box;
  line-height: initial !important;
  font-size: 14px !important;
}
.close-icon {
  font-size: 16px;
  cursor: pointer;
  margin-left: 16px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600 !important;
  color: #8c8c8c;
}

