:root {
            --primary-color: #D20062;
            --secondary-color: #e068a017;
            --hover: #af0152;
        }
        * {
          margin: 0;
          padding: 0;
          box-sizing: border-box;
          font-family: "Poppins", sans-serif;
        }
          .header{
            width: 100%;
        text-align: left;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 20px;
        color: var(--primary-color);
        border-bottom:1px solid var(--primary-color);
        /* box-shadow: 0px 0px 3px gray; */
        padding:10px;
        }


       

        .title {
            text-align: center;
            color: #5e2a9b;
        }
     /*--------------------------------------table design ------------------------------------------*/
         .table-design {
            width: 90%;
            margin: 0 auto;
            padding: 20px;
            background-color: #ffffff;
        /*    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
            box-shadow: 0px 1px 3px gray;
            border-radius: 7px;
        }
         table {
            width: 100%;
            /*border-collapse: collapse;*/
            max-width: 100%;
             /*box-shadow: 0px 1px 3px gray;*/
             border: none;
             border-radius: 10px;
        }

         th,  td {
            padding: 10px;
            border: 1px solid #ddd;
            text-align: center;
            font-size: 13px;
        }

        th {
            background-color: var(--secondary-color);
            color: var(--primary-color);
            font-size:13px;
        }

         td button {
        /*    background-color: #38419D;*/
            color: #fff;
            border: none;
            padding: 5px 10px;
            cursor: pointer;
        }

         td button:hover {
            background-color: #e068a017;
        } 
       .badge{
           padding: 10px;
           font-size: 13px;
           background-color: var(--secondary-color) !important;
           font-weight: 400;
           color: black;
           cursor: pointer;
           box-shadow: 0px 1px 2px gray;
           /*border: 1px solid  var(--primary-color) ;*/
       }

        /*--------------------------------------table design end------------------------------------------*/
        
        
        
        
        
        /*--------------------------------------shadow design ------------------------------------------*/
         .box {
            width: 90%;
            box-shadow: 1px 2px 3px gray;
            background-color: white;
            border-radius: 7px;
            padding: 20px;
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 0 auto; /* Center the box */
        }
        .box .header {
            width: 100%;
            text-align: left;
            font-size: 24px;
            font-weight: 500;
            margin-bottom: 20px;
            color: #D20062;
            border-bottom:1px solid #D20062;
            /* box-shadow: 0px 0px 3px gray; */
            padding:10px;
        }

        .box .input-group {
            flex: 1 1 calc(33.33% - 20px); /* Adjust the width for three columns */
            box-sizing: border-box; /* Ensure padding and border are included in width calculation */
        }
        
       
    
        .box label {
            display: block;
            margin-bottom: 5px;
    /*        color:#38419D;*/
            color: #686D76;
            /* font-weight: bold; */
        }

        .box input, .box select {
            width: 100%;
            padding: 8px; /* Smaller padding for smaller fields */
            border: 1px solid #ccc;
            border-radius: 5px;
            box-sizing: border-box;
        }
    
        .box .submit-container {
            width: 100%;
            display: flex;
            justify-content: flex-end;
            margin-top: 20px;
        }
    
        .box button {
            padding: 8px 16px; /* Smaller padding for smaller button */
            border: none;
            border-radius: 5px;
            background-color: #D20062;
            color: white;
            cursor: pointer;
        }
    
        .box button:hover {
            background: var(--hover);
        }
    
        /* Responsive Design */
        @media (max-width: 768px) {
            .box .input-group {
                flex: 1 1 calc(50% - 20px); /* Two columns on medium screens */
            }
        }
    
        @media (max-width: 480px) {
            .box .input-group {
                flex: 1 1 100%; /* One column on small screens */
            }
        }
        
        /*--------------------------------------shadow design end------------------------------------------*/
        .button-1 {
            width: 100%;
            padding: 8px 10px;
            font-size: 15px;
            border: 0px;
            background: var(--primary-color);
            color: #fff;
            cursor: pointer;
            border-radius: 3px;
            outline: none;
        }
        
        .button-1:hover {
            background: var(--hover);
        }
       
.errors{
    max-width: 400px;  /* Adjust height as needed */
    
}
.button-flex{
    display:flex;
    justify-content:flex-end; 
    gap:15px;
  margin:0px 100px;
}
.manual1{
    border:1px solid gray;
    padding:10px;
}
.excel1{
    border:1px solid gray;
    padding:10px;
}
.modal-header{
  border-bottom: none; /* This will remove the bottom border */
}
.upload-div{
    border:1px dashed gray;
    padding:60px 20px;
}

.upload {
    background-color: forestgreen !important;
}
.upload:hover {
    background-color: green !important;
}

.td-btn {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.view {
    color: blue;
    cursor: pointer;
}

.edit {
    color: orange;
    cursor: pointer;
}

.delete {
    color: red;
    cursor: pointer;
}
 .ftof{
        background-color:var(--primary-color)!important;
        color:white !important;
    }
 
     .modal-header, .modal-footer {
      border: none !important;
    }
    .modal-body {
      border-top: none !important;
    }
    .manual1{
        /*backgr*/
        /*box-shadow: 0px 1px 3px gray;*/
        font-weight:300;
        border-radius: 3px;
        border:none;
        color:white;
        background-color:var(--primary-color);
    }
    .excel1{
         font-weight:300;
        border-radius: 3px;
        border:none;
        color:white;
        background-color:green;
    }
    .manual1 span{
        font-weight:400;
    }
     .excel1 span{
          font-weight:400;
     }
    .fa-circle-xmark{
       color:var(--primary-color);
    }
    select {
    background-color: white; /* Default background color */
    border: 1px solid #ccc;
    font-size: 13px;
}

/* Change the background color of the options on hover */
select option:hover {
    background-color: #f0f0f0; /* Hover background color */
}
