.tlsconsultcontainer {
    display: flex;
    width: 100%;
    max-width: 1200px;
    height: 80%;
}

.tlsconsultcontainerleft-section {
    width: 25%;
    padding: 20px;
    background-color: #fff;
    border-right: 2px solid #ddd;
}

.tlsconsultcontainerright-section {
    width: 75%;
    padding: 20px;
    background-color: #fff;
}

.tlsconsulttrackercontainer {
            max-width: 800px;
            margin: 10px auto;
            padding: 10px;
            background-color: rgba(111, 37, 240, 0.05);
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.01);
        }

.tlsconsulttrackercontainer header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
        }
        
.tlsconsulttrackercontainer  h5 {
    font-size: 15px;
}

.tlsconsultform-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;

}     
.tlsconsultform-container {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    width: 30%;
    text-align: left
}

.tlsconsultform-container input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.milestone-card {
    background-color: rgba(111, 37, 240, 0.1);
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 15px;
    text-align: left;
}

.milestone-card h3 {
    font-size:15px;
    margin-bottom: 10px;
}

.milestone-cardbtn {
        padding: 13px 20px;
        font-size: 14px;
        background-color: #0E9DC6;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        box-shadow: none;
        border: 1px solid transparent;
        
    }

.milestone-cardbtn:hover {
	border-color: #0E9DC6;
	color: #0E9DC6;
	background:transparent;
}

.task-list {
    margin-top: 10px;
}

.task-card {
    background-color: rgba(14, 157, 198, 0.4);
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
}
.task-card h5 {
    font-size:15px;
     margin-bottom: 10px;
}

.task-card .task-actions {
    display: flex;
    justify-content: space-between;
    align-items: left;
}

.task-card button {
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
}

.task-card button.done {
    background-color: #28a745;
}

.task-card button.done:hover {
    background-color: #218838;
}

.task-card button:hover {
    background-color: #0056b3;
}


/*------------------------------------------------------------------*/

.styled-dropdown {
    padding: 10px;
    font-size: 14px;
    border-radius: 5px; /* Rounded corners */
    background-color: #f0f0f0; /* Light gray background */
    transition: border-color 0.3s; /* Smooth border color change */
    border: 2px solid #8f00ff; 
    
}

.styled-dropdown:hover {
    border-color: #000000; /* Darker green on hover */
}

.styled-dropdown:focus {
    outline: none; /* Remove the default outline */
    border-color: #007BFF; /* Blue border on focus */
}

.tls_styled-input {
    padding: 10px;
    font-size: 16px;
    border: 2px ; 
    border-radius: 5px; /* Rounded corners */
    background-color: #f0f0f0; /* Light gray background */
    margin-top: 10px;
    width: 100%; /* Full width */
    height: 150px; /* Fixed height */
    resize: vertical; /* Allow vertical resizing */
}

.tls_styled-input_1 {
    padding: 5px;
    font-size: 16px;
    border: 1px solid #ccc; 
    border-radius: 4px; /* Rounded corners */
    background-color: #f0f0f0; /* Light gray background */
    margin-top: 5px;
    width: 100%; /* Full width */
    margin-bottom: 5px;

  }
  

div.customer-address {

	background : #DBF0FD;

	border:1px solid black;

	float:left;

	margin-bottom:50px;

	margin-top:50px;

	width:100%;

}

table {

	border-collapse: collapse;

	width: 100%;

  }

  

td {

	border: 1px solid #8f00ff;

	text-align: left;

	padding: 5px;

  }

  

tr:nth-child(even) {

	background-color: #dddddd;

  }
  
.emailsuccessnotification {
            background-color: #90EE90;
            border: 1px solid #8F00FF ;
            padding: 10px;
            margin: 10px 0;
            border-radius: 5px;
        }  
.emailerrornotification {
            background-color: #FFCCCB;
            border: 1px solid #8F00FF ;
            padding: 10px;
            margin: 10px 0;
            border-radius: 5px;
        }    


 /* Style for the dialog box (modal) */
        .paymentdialog-box {
            display: none; /* Hidden by default */
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5); /* Dark background */
            justify-content: center;
            align-items: center;
        }
        
     .paymentdialog-content {
            background-color: white;
            padding: 20px;
            border-radius: 5px;
            text-align: center;
            width: 400px;
            height: 300px;
        }
        
      .paymentdialog-content-1 {
            background-color: white;
            padding: 20px;
            border-radius: 5px;
            text-align: center;
            width: 500px;
            height: 400px;
        }  
        
        
    