* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #f4f4f9;
    /* color: #333; */
    /* padding: 20px; */
}

.container {
    max-width: 1200px;
    margin: 120px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

header {
    text-align: center;
    margin-bottom: 20px;
}

h1 {
    font-size: 2.5rem;
    color: #2c3e50;
}

.container_head {
    display: flex;
    justify-content: space-between;
  }

  .navbar-toggler {
    color: #e8e8e8;
    background-color: coral;
  }

.total-deal h2 {
    font-size: 1.5rem;
}

.total-deal span {
    font-weight: bold;
}

.table-container {
    max-height: 900px; 
    overflow-y: auto;  
    overflow-x: auto;  
    border: 1px solid #ddd; 
 
    border-radius: 10px;
}

table {
    font-size: 0.8rem;
    width: 100%;
    border-collapse: collapse;
    margin-top: 0px;
   
}

table th, table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    font-weight: 500;
    
    text-align: left;
}

table th {
    background-color: #b9d2ef;
    color: rgb(30, 30, 30);
}

table tr:nth-child(even) {
    background-color: #f9f9f9;
}

table tr:hover {
    background-color: #fef2f2;
}
.title1 {
    margin-left: 50px;
    margin-right: 50px;
}

.navbar {
    background-color: #003f8c;
    
}
.navbar-text {
    color: #ddd;
    
}
.nav2 {
display: block;
}
.nav3 {
    display: block;
}
.nav33 {
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
}
.textforpartner {
    max-width: 800px;
    

}
@media (max-width: 576px) {
    .container {
        width: 100%;}
}
@media (max-width: 768px) {
    .container {
        width: 100%;}
    .table-container {
        padding-bottom: 20px;
    }
    .container_head {
         display: flex;
         flex-direction: column; 
    } 
    table, table thead, table tbody, table th, table td, table tr {
        /* display:grid; */
    }

    table thead tr {
        /* position: absolute;
        top: -9999px;
        left: -9999px; */
    }

    table tr {
        margin-bottom: 15px;
    }

    table td {
        border: none;
        position: relative;
        /* padding-left: 50%; */
    }

    table td:before {
        position: absolute;
        top: 50%;
        left: 10px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        content: attr(data-label);
        transform: translateY(-50%);
        font-weight: bold;
    }
}

.th2 {
    width: 200px;
}
.th4 {
    width: 200px;
}
.mainmodal {
    display: flex;
    flex-direction: column;
    padding: 5px 5px;
    margin-bottom: 10px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
}

.mod {
    margin: 5px 5px;
    font-size: 0.8rem;
}

.center {
    text-align: center;
}

.status {
    color: rgb(234, 44, 44);
    font-weight: 700;
}
.pages {
    font-weight: 200;
}
.link {
    text-decoration: none;
    font-weight: 200;
}

.footer-bs {
    background-color: #003f8c;
      padding: 60px 40px;
      color: rgba(255,255,255,1.00);
      border-bottom-right-radius: 6px;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 6px;
    width: 100%;
    /* max-width: 1200px; */
    margin: auto;
    
  }
  .footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { padding:10px 25px; }
  .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-color: transparent; }
  .footer-bs .footer-brand h2 { margin:0px 0px 10px; }
  .footer-bs .footer-brand p { font-size:12px; color:rgba(255,255,255,0.70); }
  
  .footer-bs .footer-nav ul.pages { list-style:none; padding:0px; }
  .footer-bs .footer-nav ul.pages li { padding:5px 0px;}
  .footer-bs .footer-nav ul.pages a { color:rgba(255,255,255,1.00);  text-transform:uppercase; }
  .footer-bs .footer-nav ul.pages a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }
  .footer-bs .footer-nav h4 {
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 3px;
      margin-bottom:10px;
  }
  
  .footer-bs .footer-nav ul.list { list-style:none; padding:0px; }
  .footer-bs .footer-nav ul.list li { padding:5px 0px;}
  .footer-bs .footer-nav ul.list a { color:rgba(255,255,255,0.80); }
  .footer-bs .footer-nav ul.list a:hover { color:rgba(255,255,255,0.60); text-decoration:none; }
  
  .footer-bs .footer-social ul { list-style:none; padding:0px; }
  .footer-bs .footer-social h4 {
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 3px;
  }
  .footer-bs .footer-social li { padding:5px 4px;}
  .footer-bs .footer-social a { color:rgba(255,255,255,1.00);}
  .footer-bs .footer-social a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }
  
  .footer-bs .footer-ns h4 {
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 3px;
      margin-bottom:10px;
  }
  .footer-bs .footer-ns p { font-size:12px; color:rgba(255,255,255,0.70); }
  
  @media (min-width: 768px) {
      .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-left:solid 1px rgba(255,255,255,0.10); }
  }

