body {font-family: Arial, Helvetica, sans-serif;background-color: #fdf4f4;}
* {box-sizing: border-box;}

input[type=text],input[type=number],input[type=email],input[type=date],input[type=tel], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px !important;
  margin-bottom: 16px;
  resize: vertical;
}

.submit {
  background-color: #ff9900;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  border-left: 3px;
}

.submit:hover {
  background-color: #884805;
}

.container {
  border-radius: 5px;
  background-color: #fff;
  padding: 20px;
  width: 100%;
}
justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}

.max-width-300{
  max-width: 300px;
}

td{
  padding-left: 10px;
  padding-right: 10px;
}
.labels{
  background-color: #ededed;
  border-radius: 5px;
  border-color: #a5a5a5;
  border-left-color: #a5a5a5;
  border-left-width: 10px;
  border-style: solid;
  margin: 5px;
  padding:5px;
}
.style1{
			    color:white;
			}
.tables{
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 5px;
}

label{
  font-size: 15px;
  font-family: cursive;
}

.justify-content-center{
  align-content: center;
}

.inputClass{
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 4px;
    margin-bottom: 16px;
    resize: vertical;
}
            th{
                padding: 5px;
                background-color: #d8ccfd;
                font-size: 15px;
                border-color: #c2c1c5;
                text-align: center;
                
            }
            td{
                padding: 5px;
                font-size: 13px;
                background-color: #ffffff;
            }
            button{
                background-color: #73ffd2;
                text-decoration-color: black;
                font-weight: bold;
                border-radius: 10px;
                border-style: solid;
                width: 100%;
                border-width: 2px;
                border-color: #b6cdff;
                padding: 5px;
            }
            button:hover{
                background-color: #fcc9ff;
                border-color: #73ffd2;
                
            }
            text{
                font-family: sans-serif;
            }
            .button{
                background-color: #73ffd2;
                text-decoration-color: black;
                font-weight: bold;
                border-radius: 10px;
                border-style: solid;
                width: 100%;
                border-width: 2px;
                border-color: #b6cdff;
                padding: 5px;
                color:black;
            }
            .button:hover{
                background-color: #fcc9ff;
                border-color: #73ffd2;
                
            }
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 30px;;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #5d62fd;
  color: white;
  cursor: pointer;
  padding: 7px;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  
}

#myBtn:hover {
  background-color: #b1068c;
  font-size:30px;
}

.no{
  padding: 0px;
}
.nobtn{
  background-color: white;
  border-style: none;
}
.tables {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    

.containers {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.containers input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #c7c7c7;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.containers:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.containers input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containers input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containers .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.hides1{
    visibility:hide;
    display:none;
}
