

.buton {
  background-color: red;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 150px;
  opacity: 0.9;
  margin-left: 100px;
}

.buton:hover {
  opacity: 1;
}


/* Float cancel and delete buttons and add an equal width */
.cancelbtn, .deletebtn {
  float: left;
  width: 30%;
 
}

/* Add a color to the cancel button */
.cancelbtn {
  background-color: #ccc;
  color: black;
  margin-left: 30px;
}

/* Add a color to the delete button */
.deletebtn {
  background-color: #f44336;
  margin-left: 80px;
}

/* Add padding and center-align text to the container */
.container {
  padding: 16px;
  text-align: center;
  height: 10%; /* Full height */

}

/* The Modal (background) */
.modal1 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  margin-left: 100px;
  top: 300px;
  width: 10%; /* Full width */
  height: 50%; /* Full height */
 /* overflow: auto; /* Enable scroll if needed */
 
  padding-top: 50px;
  
}

/* Modal Content/Box */
.modal-content1 {
  background-color: white;
  margin: 1% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  
  width: 30%; /* Could be more or less, depending on screen size */
  height: 10%; /* Full height */
}

/* Style the horizontal ruler */
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}
 
/* The Modal Close Button (x) */
.close {
  position: absolute;
  right: 35px;
  top: 15px;
  font-size: 40px;
  font-weight: bold;
  color: #f1f1f1;
}

.close:hover,
.close:focus {
  color: #f44336;
  cursor: pointer;
}

/* Clear floats */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* Change styles for cancel button and delete button on extra small screens */
@media screen and (max-width: 300px) {
  .cancelbtn, .deletebtn {
     width: 100%;
  }
}


.modal2 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  margin-left: 100px;
  top: 300px;
  width: 10%; /* Full width */
  height: 10%; /* Full height */
 /* overflow: auto; /* Enable scroll if needed */
 
  padding-top: 50px;
  
}

/* Modal Content/Box */
.modal-content2 {
  background-color: white;
  margin: 1% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  
  width: 10%; /* Could be more or less, depending on screen size */
  height: 10%; /* Full height */
}

.deletebtn1 {
  background-color:rgb(0, 141, 235);
  margin-left: 10px;
}



.modal3 {
display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  margin-left: 100px;
  top: 300px;
  width: 50%; /* Full width */
  height: 30%; /* Full height */
 /* overflow: auto; /* Enable scroll if needed */
 
  padding-top: 50px;
  
}

/* Modal Content/Box */
.modal-content3 {
  background-color: white;
  margin: 1% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  
  width: 50%; /* Could be more or less, depending on screen size */
  height: 30%; /* Full height */
}

.container1{
     width: 50%; /* Full width */
  height: 30%; /* Full height */
}

.deletebtn2 {
  background-color:green;
  margin-left: 10px;
}
