/* @import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Lobster&family=Pacifico&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Sora:wght@100..800&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

#root {
  width: 100%;
  height: 100%;
}

.reactglobal {
  width: 100%;
  height: 100%;
  position: relative;
}

.sora-unique {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.bg-IP-dashboard {
  width: 100%;
  height: 100%;
  background: url("../images/IP-Dashboard-Background-overlay.svg");
  background-size: cover;
  background-repeat: no-repeat;
  overflow: auto;
}

.bg-IP-dashboard header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bg-IP-dashboard .ip-Text {
  padding: 32px 0;
}

.bg-IP-dashboard .tabs-menu button {
  border-radius: 0;
  padding: 16px 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}

.bg-IP-dashboard .tabs-menu button:nth-child(1) {
  background-color: white;
  color: #1c5768;
}

.bg-IP-dashboard .tabs-menu button:nth-child(2) {
  color: #c1bcbb;
}

.bg-IP-dashboard .tabs-menu button:nth-child(3) {
  background-color: #edbecf;
  color: #1c5768;
}

.bg-IP-dashboard .change-block {
  height: 100%;
}

.bg-IP-dashboard .change-block .new-entry {
  height: 100%;
}

.bg-IP-dashboard .change-block .new-entry p {
  font-family: "Sora", sans-serif;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
  text-align: center;
}

.bg-IP-dashboard .change-block .new-entry .btn-newEntry {
  padding: 12px 24px;
  font-family: "Sora", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  background-color: #632340;
  color: #faeef2;
}

.bg-IP-dashboard .change-block .card-block {
  padding-top: 32px;
}

.bg-IP-dashboard .change-block .card-block .glassmorphisam-card {
  background: white;
  padding: 32px 24px;
  border-radius: 8px;
  border: 1px solid #ffffff;
  color: #632340;
}

.bg-IP-dashboard
  .change-block
  .card-block
  .glassmorphisam-card
  .card_content
  .card_title
  h4 {
  font-family: "Sora", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
}

.bg-IP-dashboard
  .change-block
  .card-block
  .glassmorphisam-card
  .card_content
  .card_title
  img {
  width: 40px;
  height: 40px;
}

.bg-IP-dashboard
  .change-block
  .card-block
  .glassmorphisam-card
  .card_content
  .card_body {
  margin-top: 16px;
}

.bg-IP-dashboard
  .change-block
  .card-block
  .glassmorphisam-card
  .card_content
  .card_body
  p {
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.005em;
  text-align: left;
  margin: 0;
  text-transform: capitalize;
}

.bg-IP-dashboard
  .change-block
  .card-block
  .glassmorphisam-card
  .card_content
  .card_body
  h5 {
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  margin: 0;
  text-transform: uppercase;
}

.bg-IP-dashboard
  .change-block
  .card-block
  .glassmorphisam-card
  .card_content
  .card_footer {
  display: flex;
  gap: 8px;
  justify-content: end;
}

.bg-IP-dashboard
  .change-block
  .card-block
  .glassmorphisam-card
  .card_content
  .card_footer
  button {
  border-radius: 4px;
  font-family: "Sora", sans-serif;
  font-weight: 500;
  padding: 8px 24px;
  margin-top: 32px;
}

.bg-IP-dashboard
  .change-block
  .card-block
  .glassmorphisam-card
  .card_content
  .card_footer
  .btn_view {
  border: 1px solid #3c3c3c;
  color: #3c3c3c;
}

.no-content {
  display: grid;
  grid-template-columns: max-content;
  border-radius: 7px;
}

.css-1d3bbye {
  box-sizing: border-box;
  display: flex;
  flex-flow: wrap;
  width: 100%;
  height: 100% !important;
}

.mob-IP {
  object-fit: cover;
}

@media (max-width: 767px) {
  .bg-IP-dashboard header {
    flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
  }

  .bg-IP-dashboard header img {
    max-height: 50px;
  }

  .bg-IP-dashboard .ip-Text img {
    width: 75%;
  }

  .bg-IP-dashboard .tabs-menu {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
  }

  .bg-IP-dashboard .change-block .new-entry p {
    font-size: 16px !important;
  }

  .bg-IP-dashboard .change-block .new-entry .btn-newEntry {
    font-size: 24px !important;
  }

  .mob-IP {
    display: none !important;
  }

  .no-content {
    display: inline !important;
  }
}

@media (max-width: 450px) {
  .bg-IP-dashboard .tabs-menu button:nth-child(2) {
    order: 3;
  }

  .bg-IP-dashboard .tabs-menu button:nth-child(2) {
    order: 2;
  }
}

@media (max-width: 351.5px) {
  .bg-IP-dashboard header .logoThree {
    margin: auto;
  }
}

* {
  font-family: "Sora", sans-serif;
}

.css-11lq3yg-MuiGrid-root {
  height: 100%;
}

.css-1czm7y9-MuiGrid-root {
  height: 100%;
}

.css-pzatnh-MuiGrid-root {
  height: 100%;
  overflow: auto;
}

/* left side-bar */
/* .logo {
  width: 114px;
  height: 70px;
  margin: auto;
} */

.log_out_btn {
  text-align: center;
  margin-top: 80%;

  & svg {
    color: white;
  }
}

/* Right header Start */
.left_first_header hr {
  border: 1px solid rgba(151, 58, 100, 1);
}

.firstHead {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.burger {
  display: none;
}

.headimg {
  /* width: 92px;
  height: 50px; */
  display: block;
}

.imglogo {
  display: flex;
  justify-content: start !important;
}

.logo-left {
  /* position: absolute;
  left: 10px; */
  height: auto;
}

.logo-center {
  max-width: 100%;
  /* Adjust size as needed */
  height: auto;
}

.logo-right {
  /* position: absolute;
  right: 10px; */
}

.sec_head {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec_head h6 {
  font-size: 32px;
  font-weight: 400;
}

.sec_head h6 {
  font-size: 32px;
  font-weight: 400;
}

/* VerticalTabs.css */
.vertical-tabs-container {
  flex-grow: 1;
  background-color: white;
  display: flex;
  height: 224px;
}

button {
  font-family: Inter !important;
}

.vertical-tabpanel {
  padding: 10px;
}

.css-10d9dml-MuiTabs-indicator {
  position: unset !important;
  background-color: unset !important;
}

.deshbord-leftSide {
  height: 100%;
  /* background: linear-gradient(44.16deg, rgba(62, 78, 176, 0.81) -20.28%, rgba(22, 78, 71, 0.9) 100%); */
  background: linear-gradient(44.43deg, #3e4eb0 -20.27%, #164e47 105%);
}

/* .css-1cgx7kx-MuiTabs-scroller {
      height: 100vh;
  } */

.css-lfwcke-MuiTabs-flexContainer button {
  color: white;
}

.css-35zqo5-MuiTabs-root .MuiTabs-scrollButtons {
  display: none !important;
}

.card-container {
  display: grid;
  gap: 12px;
  justify-items: center;
  /* Center items horizontally */
}

/* Default: 3 columns on large screens */
.card-container {
  grid-template-columns: repeat(3, 1fr);
}

.card_con {
  /* padding: 12px 20px; */
  border-radius: 8px;
  opacity: 1;
  /* border: 1px solid rgba(0, 0, 0, 1); */
  background-color: white;
  width: 100%;
  height: auto;
  /* Ensure the card takes the full width of the grid cell */
  box-sizing: border-box;
  box-shadow: 0px 0px 2px 1px #b6b6b6a1;
  /* overflow: hidden; */
}

.card_con .title {
  text-transform: uppercase;
  font-size: 1.5rem;
  /* margin-bottom: 16px; */
  font-family: Sora;
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  /* text-align: left; */
  /* display: flex; */
  /* gap: 25px; */
  /* align-items: center; */
  /* text-shadow: 2px 1px 0px #b0b0b0; */
}

.card_con .listView {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
}

.card_con .listView li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  align-items: center;
}

.card_con .title span {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  /* background: rgba(79, 209, 217, 1); */
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: linear-gradient(-64deg, #1c5768d6 -20.27%, #164e47de 105%);
}

.listView li h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.05em;
  text-align: left;
  margin-bottom: 0;
  margin-top: 0;
}

.listView li h6 {
  /* //styleName: Heading/h5; */
  font-family: Sora;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  margin-bottom: 0;
  margin-top: 0;
  width: 160px;
  word-wrap: break-word;
}

.button_con {
  display: flex;
  justify-content: end;
  gap: 12px;
  /* margin-top: 25px; */
  margin-top: auto;
}

.button_con button {
  border: 1px solid rgba(60, 60, 60, 1);
  border-radius: 4px;
  /* padding: 8px 24px; */
  padding: 8px 15px;
  font-family: Sora;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0.005em;
  background: #fff;
  color: black;
  box-shadow: unset;
  min-height: unset;
}

.button_con button:hover {
  background: white;
}

.top_head h3 {
  font-family: Poppins;
  font-size: 32px;
  font-weight: 700;
  /* line-height: 30px; */
  text-align: center;
  margin-bottom: 25px;
  /* text-shadow: 2px 1px 0px #b0b0b0; */
}

.button_con button:last-child,
.btn-con {
  border: none;
  /* background: #1c5768; */
  background: #1565c0;
  color: #fff;
  font-size: 0.875rem;
  /* background: linear-gradient(-64deg, #1c5768d6 -20.27%, #164e47de 105%); */
}

.button_con .del_btn {
  background-color: white !important;
  border: 1px solid #f67474 !important;
  color: #f67474 !important;
}

.empty_crd h4 {
  font-family: Sora;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
}

.add_button {
  margin-top: 20px;
  text-align: center;
}

.add_button button {
  background-color: #632340;
  padding: 12px 24px 12px 24px;
}

.add_button button:hover {
  background-color: rgba(99, 35, 64, 1);
}

.pdf-links {
  display: flex;
  gap: 25px;
}

.pdf-links a {
  text-decoration: none;
  color: #1565c0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pdf-links a:hover {
  color: #000;
  /* Change to your desired hover color */
}

.pdf-links a i {
  margin-right: 5px;
}

.important-notes {
  margin-top: 20px;
  /* font-weight: bold; */
}

.important-notes h5 {
  margin-bottom: 10px;
}

.important-notes ul {
  list-style-type: disc;
  padding-left: 1rem;
}

.important-notes ul li {
  margin-bottom: 5px;
}

.pdf-links a .pdf-icon {
  margin-right: 0.5rem;
  /* Add space between the PDF icon and text */
}

.pdf-links a .download-icon {
  margin-left: 1rem;
  /* Add space between text and the download icon */
}

/* MediaQuery */
/* 2 columns on tablet view (768px - 1200px) */
@media (max-width: 1200px) {
  .card-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

.logo-Phone {
  display: block;
  margin: 6px;
  display: block;
  display: flex;
  justify-content: space-between;
}

.response-phone {
  display: block;
}

/* 1 column on mobile view (up to 768px) */
@media (max-width: 760px) {
  .hide-on-mobile {
    display: none;
  }

  .response-phone {
    display: none;
  }

  /* .logo-Phone {
    display: block;
    margin: 6px;
    display: block;
    display: flex;
    justify-content: space-between;
  } */

  .full-width-on-mobile {
    width: 100% !important;
    flex-grow: 1;
  }

  .log_out_btn {
    margin-top: 50%;
  }

  .card-container {
    grid-template-columns: 1fr;
  }

  .button_con {
    justify-content: center;
  }

  .css-1czm7y9-MuiGrid-root {
    display: none;
  }

  .css-pzatnh-MuiGrid-root {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .sec_head h6 {
    font-size: 20px;
    text-shadow: 2px 1px 0px #b0b0b0;
  }

  .sec_head p {
    font-size: 15px;
  }

  .top_head h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  /* .card_con .title {
    line-height: 36px;
    text-shadow: 2px 1px 0px #b0b0b0;
  } */

  .listView li h5 {
    font-size: 14px;
    line-height: 25px;
  }

  .listView li h6 {
    font-size: 16px;
  }

  .button_con button {
    line-height: 14px;

    &:last-child {
      font-size: 16px;
    }
  }

  .headimg {
    /* width: 100px;
    height: 80px; */
    display: block;
  }

  .logo-left {
    position: relative;
    height: 60px !important;
    width: 70px !important;
    margin-left: 60px;
  }

  .logo-center {
    height: 70px;
    margin-left: 60px !important;
  }

  .logo-right {
    height: 60px !important;
    /* width: 70px !important; */
  }

  .mob-logo-right {
    height: 60px !important;
    width: 70px !important;
  }

  .mob-logo-left {
    height: 60px !important;
    width: 70px !important;
  }

  .firstHead {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-around;
    align-items: center;
    position: relative;
  }

  .logo {
    height: 60px !important;
    width: 80px !important;
  }

  .burger {
    display: block;
    position: absolute;
    left: 5px;

    & button {
      color: black;
    }
  }

  .css-cveggr-MuiListItemIcon-root {
    & .css-i4bv87-MuiSvgIcon-root {
      color: white;
    }
  }

  .empty_crd h4 {
    font-size: 15px;
  }

  .add_button button {
    padding: 10px 8px 10px 10px;
  }
}

.css-mhc70k-MuiGrid-root {
  align-items: center;
}

/*# sourceMappingURL=style.css.map */
* {
  font-family: "Sora", sans-serif;
}

@media (max-width: 1250px) {
  .no-content {
    display: inline !important;
  }
}

@media (max-width: 760px) {
  .hide-on-mobile {
    display: none;
  }
}

.form-check-input {
  border: 1px solid black;
}

.form-check-input:focus {
  /* border-color: #63234028; */
  outline: 0;
  box-shadow: 0 0 0 0.25rem #1c57687d;
}

.form-check-input:checked {
  background-color: #1c5768;
  border-color: #1c5768;
}

.note_p p {
  font-size: 13px;
  color: red;
  font-weight: 500;
  margin-bottom: 2px;
  font-style: italic;
}

.note-check {
  display: flex;
  align-items: center;
  margin-bottom: 2px;

  & p {
    margin: 0;
  }
}

.css-i9fmh8-MuiBackdrop-root-MuiModal-backdrop {
  background-color: #1c57687d !important;
}

.css-1jy569b-MuiFormLabel-root-MuiInputLabel-root.Mui-focused {
  color: #1976d2 !important;
  box-shadow: unset !important;
}

@media print {
  .container,
  .container-fluid {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  /* .imgLogo img {
    width: 250px !important;
    height: 250px !important;
  } */

  .col-md-6 {
    width: 50%;
    /* Two columns per row in print */
    float: left;
  }

  /* Ensure rows clear floats */
  .row::after {
    content: "";
    display: table;
    clear: both;
  }

  @page {
    size: auto;
    /* margin: 20px; */
    /* margin: 1cm; */
  }

  @page {
    counter-increment: page;
    margin: 20px;
  }

  /* Display page number in the footer */
  @page :after {
    content: "Page " counter(page);
    position: fixed;
    /* bottom: 10mm; */
    left: 50%;
    transform: translateX(-50%);
    font-size: 10pt;
    color: #3dc41f;
  }
}

.ind-nat-rad {
  text-align: start !important;
}

.btn-ind {
  text-align: end;
}

.viewPrint .row p,
.container .row p {
  margin: 0;
  font-size: 14px;
}

.titleoffield-view {
  font-weight: 500;
}

.titleoffield-view-out {
  font-weight: 500;
}

.titleoffield-view-ott {
  font-weight: 500;
}

.titleoffield-view-span {
  font-weight: 300;
}

.titleoffield-view-span-ott {
  font-weight: 300;
}

.row-marge {
  margin-top: 3px;
  margin-bottom: 3px;
}

.declar {
  text-align: justify;
}

.alignment {
  display: flex;
  align-items: end;
}

.css-i4bv87-MuiSvgIcon-root {
  color: #1c5768;
}

/*New Css Added 30-06-2025*/

body {
  background-color: #f5f5f5;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}
.sec_head {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.sec_head h6 {
  font-size: 18px;
}
.sec_head p {
  margin: 0;
}
.left_first_header {
  background-color: #fff;
  padding: 10px 0 0 0;
}
.firstHead {
  padding: 0 15px 10px 0;
}
.card_con {
  padding: 30px;
  /* box-shadow: none; */
}
.card_con .title {
  border-bottom: solid 1px #ddd;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}
.listView li h6 {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}
.listView li h5 {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  letter-spacing: initial;
  font-weight: 600;
}
.card_con .listView li {
  border-bottom: solid 1px #ddd;
}
.card_con .listView li:last-child {
  border-bottom: none;
}
.important-notes {
  border-left: solid 4px #3e4eb0;
  padding-left: 30px;
  background-color: #f2f2f2;
  padding: 20px;
}
.important-notes b {
  color: #1976d2;
}
.card_con h5 {
  font-weight: 600;
}
.pdf-links a {
  border: solid 1px #ddd;
  padding: 5px 15px;
  border-radius: 25px;
  color: #000;
  column-gap: 5px;
}
.firstHead img {
  width: 120px;
  height: 80px;
}
.deshbord-leftSide {
  position: fixed;
  width: 16.67%;
}
.top_head h3 {
  text-align: left;
  border-left: solid 4px #3e4eb0;
  background-color: #ced4fc;
  border-radius: 5px;
  font-size: 24px;
  padding: 15px;
  color: #000;
  margin-top: 15px;
}
.no-content {
  background-color: #deb1b6;
  font-size: 15px;
  padding: 15px;
  font-size: 15px;
  margin: 0;
}

.no-content h4 {
  margin: 0px;
  font-size: 15px;
}
.Mui-selected {
  text-shadow: none !important;
}
/* .MuiAccordion-root {
  box-shadow: inherit !important;
} */
.MuiAccordion-root::before {
  box-shadow: none !important;
}
.log_out_btn {
  position: absolute;
  bottom: 0;
  /* background-color: #1976d2; */
  background-color: #d93232;
  width: 100%;
}
/* .log_out_btn button{ color:#000!important; }
    .log_out_btn button svg{ color:#000!important; }*/

.card-container .card_con {
  padding: 0;
  overflow: hidden;
  position: relative;
  & .title {
    padding: 5px 15px;
  }
  & .button_con {
    background-color: #f5f5f5;
    padding: 10px 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  & .listView {
    padding: 15px 15px;
    height: 200px;
  }
}

.Countdown h3 {
  font-size: 20px;
  display: flex;
  align-items: center;
  & .timer {
    font-weight: 700;
    display: flex;
    align-items: center;
  }
}
.timer span {
  background-color: #d93232;
  display: inline-block;
  padding: 7px 10px;
  color: white;
  border-radius: 7px;
}
.heading-form {
  & h5 {
    font-weight: 600;
  }
  & p {
    font-size: 20px;
  }
}
.times-up-bg {
  /* background: url("../images/IP-Dashboard-Background-overlay.svg"); */
  background: url(./timer-bg.png) center top no-repeat;
  padding: 50px 0 50px 0;
}
.timer-date {
  background-color: #1c5768 !important;
}

.accordian_class {
  border-radius: 3px 3px 8px 8px !important;
  overflow: hidden;
  box-shadow: 0px 0px 2px 1px #b6b6b6a1 !important;
}

.MuiFormLabel-asterisk {
  color: red !important;
}
