.slideframe {
        width: 100%;
        min-height: 855px;
        border: none;
    }
    
     /* Pink color-coding for the risk table */
    .low-1 {
        background-color: #ede1ed; /* Light pink for low risk */
    }
    
    .low-2 {
        background-color: #e8cde6; /* Light pink for low risk */
    }
    
    .low-3 {
        background-color: #e9cae6; /* Light pink for low risk */
    }
    
    .moderate {
        background-color: #eeb3d0; /* Slightly darker pink for moderate risk */
    }
    
    .high {
        background-color: #e497bd; /* Bright pink for high risk */
    }
   

    .risk_score {
        font-weight: bold;
    }
    
    .form-control {
      margin-bottom: 5px; 
   }
   
   .note {
     font-style: italic;
   }
   
   .note-ft-size {
     font-size: 15px;
   }
   
   .ques{
    background-color:#daa520!important;color:white;
   }
   
   .score-p{
    background-color: #e497bd!important;color:white;font-weight:bold;
   }
   
   .score-cat{
    background-color:black;color:white
   }
   
   .risk-cat{
    background-color:grey;color:white
   }
   
   .name-warn{
    color: red; display: none;
   }
   
   .btn-rounded {
      border-radius: 5px; /* Adjust the value as needed */
      padding: 5px 10px;
      font-size: 15px;
   }
   
   .m-left{
    margin-left: 10px;
   }
   
    .m-top{
    margin-top: 10px;
   }
   
   .wd{
     width: 2%;
   }
   
   .no-border{
     border-top:0px!important;
   }
   
   .p-left-10{
     padding-left:10px!important
   }
    
    .swal-custom-popup {
       font-size: 20px !important; /* Increase default font */
    }
    .swal-custom-title {
        font-size: 26px !important;
        font-weight: bold;
    }
    
    .swal-custom-content {
        font-size: 20px !important;
    }
    
    .swal-custom-button {
        font-size: 18px !important;
        padding: 12px 24px !important; /* Increase button size */
        border-radius: 8px !important;
    }
    .swal-custom-popup {
        font-size: 10px !important;  /* Smaller font for the popup */
        width: 400px !important;     /* Set the width of the popup */
        max-width: 100% !important;  /* Ensure it doesn't overflow */
        padding: 15px !important;    /* Adjust padding for a compact look */
   }
   
   .b-top{
     border-top:0px!important;
   }
   
   hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 2px solid #e6e7e8;
  }
  
  .fw-700{
    font-weight:700;
  }
  
  .fw-500{
    font-weight:500
  }
  
  .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 2px solid white;
  }
  
  .risk_list li::marker {
    color: red;
    font-size: 1.2em; /* Adjust size as needed */
  }
  
  .hc-tx-r{
    text-align:right!important;
  }
  
  .p-top{
    top: 10px;
  }
  
  .p-top-20{
    top: 20px;
  }
  .li-padd{
       padding-bottom: 12px;
    }
	
@media (max-width: 767px) {
  #legacyp_table {
    min-width: 600px;
  }
  
  #sendEmail, #downloadbtn, #resetbtn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  
 /* .navbar {
    z-index: 0!important;
  }
  .navbar-fixed-top {
    z-index: 0;
    top: 0;
   }
   
   .navbar-header {
    margin: 0 auto;
    float: none !important;
    width: 100%!important;
  }
*/
}