        @import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
        
        * {
            padding: 0;
            margin: 0;
            box-sizing: border-box ;
        }

        html, body {
            font-size: 8px;
            font-family: "Nunito", sans-serif;
            background: rgb(223, 223, 240);
        }

        header nav .navbar {
            background: white;
            z-index: 1;
            position: fixed;
        }

        nav {
            height: 70px;
           background-color: whitesmoke;
           color: #26328C;
           font-weight: 800;
        }

        nav .navbar-nav .nav-item {
            background-color: aliceblue;
            border: 1px solid #26328C;
            border-radius: 15px;
            margin-right: 5px;
            align-items: center;
        }

        .warning-section {
           border: 1.5px solid orange;
           padding: 10px;
           border-radius: 15px;
           display: block;
           background: rgb(243, 227, 197);
           color: rgb(116, 83, 42);
        }

        .warning-section svg {
          float: inline-end;
        }


        .card {
            max-width: 55%;
            margin: auto;
            font-family: "Nunito", sans-serif;
            border-radius: 18px 18px 18px 18px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.05);

        }
        .card .card-header {
            height: 100px;
            background-color: #26328C;
            color: rgb(255, 252, 252);
            display: block;
            font-family: "Nunito", sans-serif;
            border-radius: 18px 18px 0px 0px;
        }

        .card .card-header {
            font-size: 15px;
            font-family: "Nunito", sans-serif;
        }

        .card .card-header .header-row .box {
            max-width: 80px;
            display: flex;
            justify-content: center;
            align-content: center;
        }

        .card .card-header .header-row .header-text {
            width: auto;
            display: flex;
            justify-content: center;
            align-items: flex-end;
        }

        .card .card-body {
           height: 400px;
        }

        .card .card-body .range-bar .range-caption {
            display: flex;
            justify-content: space-between;
        }

        .container .sender .sender-details {
            height: 100px;
            width: 90%;
            border: 2px solid aliceblue;
            border-radius: 15px;
            padding-left: 20px;
            padding-right: auto;
            margin: auto;
            background-color: aliceblue;
        }

        .container .sender .sender-details .box-1 {
            width: 20%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .container .sender .sender-details .box-1 .h3 {
            height: 45px;
            width: 45px;
            background-color: #26328C;
            color: azure;
            padding: 10px;
            border: solid 1px #26328C;
            border-radius: 50px;
            display: flex;
            flex-wrap: nowrap;
            font-size: 15px;
            font-weight: 800;
        }

        .container .sender .sender-details .box-2 {
            width: 60%;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
           justify-content: center;
     }
        .container .sender .sender-details .box-2 .sender-name {
            color: black;
            font-weight: 700;
            display: inline-block;
        }
        .container .sender .sender-details .box-2 .company-name {
            color: #26328C;
            font-weight: 600;

        }
        .container .sender .sender-details .box-2 .sender-mail-address {
            color: grey;
            font-weight: 500;

        }

        .project-name {
            border: 1.5px solid grey;
            border-radius: 18px;
            padding: 10px;
            font-family: "Nunito", sans-serif;
        }

        .project-name figure img {
            float: inline-start;
        }

        .project-name .subject-and-page-section {
            padding: 0;
        }
        .project-name .subject-and-page-section .subject {
            font-weight: 800;
        }
        .project-name .subject-and-page-section .page {
            font-weight: 500;
        }
        .project-name .status-pending {
            height: 30px;
            font-weight: 600;
            color: #856404;
            background-color: #fff3cd;
            border: solid 1px #ffc107;
            border-radius: 19px;
            margin-top: 18px;   
        }

       .container .expire {
            border: 1px solid #ffd5d5;
            border-radius: 19px;
            background-color: #fff5f5;
            color: #c0392b;
            padding: 10px;
            font-weight: 700;
        }

        .review button {
            background-color: #26328C;
            color: aliceblue;
            font-size: 15px;
            border-radius: 16px;
            font-family: "Nunito", sans-serif; 
            font-weight: 700;
        }

        .card .card-footer {
            font-family: "Nunito", sans-serif;
            padding: 10px;
            border-radius: 0px 0px 18px 18px;
            font-weight: 700;
        }

        footer {
            display: flex;
            align-items: center;
            flex-direction: row nowrap;
            height: 70px;
            background-color: aliceblue;
            color: #26328C;
            font-size: 10px;
            font-weight: 800 ;
            margin-top: 50px;
        }

        footer .footer-tabs {
            display: flex;
            justify-content: end;
            align-content: end;
        }

/* Loading Spinner Styles */
.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner {
    width: 60px;
    height: 60px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #26328C;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

        @media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
  
  .card {
    max-width: 90%; /* Make card wider on mobile */
    margin: 0 auto;
  }


  .card .card-header {
    font-size: 10px;
    flex-wrap: nowrap;
  }
  .card .card-header .header-row .box {
    height: 40px;
    width: 40px;
  }
  
/*   .card-header {
    padding: 12px;
  }
  
  .card-header h2 {
    font-size: 1.2rem;
  } */


}

   @media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
          .card {
    max-width: 70%; /* Make card wider on mobile */
    margin: 0 auto;
  }


  .card .card-header {
    font-size: 15px;
    flex-wrap: nowrap;
    align-items: center;
  }
  .card .card-header .header-row .box {
    height: 40px;
    width: 40px;
  }

  }

   @media only screen 
  and (min-device-width: 1024) 
  and (max-device-width: 1400px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
          .card {
    max-width: 50%; /* Make card wider on mobile */
    margin: 0 auto;
  }


  .card .card-header {
    font-size: 10px;
    flex-wrap: nowrap;
    align-items: center;
  }
/*   .card .card-header .header-row .box {
    height: 40px;
    width: 40px;
  } */

  }


