
/* Set a style for all buttons */
button {
  background-color: #80c33f;
  color: #ffffff;
  padding: 10px 17px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 50%;
}
.btn-primary .btn{
  background-color: #5263ad;
}
button a{
  color: #ffffff;
}

button:hover {
  opacity: 0.8;
  color: #ffffff;
}
button a:hover {
  opacity: 0.8;
  color: #ffffff;
  text-decoration: none;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the image and position the close button */
.container {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}


/* Responsive Place Order Form */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.col-25 {
  -ms-flex: 25%;
  flex: 25%;
}

.col-50 {
  -ms-flex: 50%;
  flex: 50%;
}

.col-75 {
  -ms-flex: 75%;
  flex: 75%;
}

.col-25,
.col-50,
.col-75 {
  padding: 0 16px;
}


input[type=datetime-local] {
  width: 100%;
  margin-bottom: 20px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type=text], select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

.deliveryDate input[type=text]{
  width: 48%;
  padding: 0px;
  border: 0px solid #ccc;
  border-radius: 0px;
  box-sizing: border-box;
  resize: vertical;
  font-weight: bold;
}
label {
  margin-bottom: 10px;
  display: block;
  font-weight: bold;
}

.icon-container {
  margin-bottom: 20px;
  padding: 7px 0;
  font-size: 24px;
}


span.price {
  float: right;
  color: grey;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other (and change the direction - make the "cart" column go on top) */
@media (max-width: 800px) {
  .row {
    flex-direction: column;
  }
  .col-25 {
    margin-bottom: 10px;
  }
}
  /* Place order start */


.menuLine {
  position: relative;
  text-align: center;
}
.menuLine input[type=radio] {
  opacity: 0;
}
.menuLine div {
  position: relative;
  margin: 10px 0;
}
.menuLine .menu {
  padding-left: 20px;
  padding-right: 20px;
  border-right-style: solid;
  border-width: thin;
  border-color: #E5E5E5;

  font-size: 13px;
}
.menu {
  display: inline-block;
  zoom: 1;
  cursor: pointer;
}
.menuLine .menu#onLine {
  border: none;
}
.middleBlock {
  display: none;
  
}
#academicBlock {
  display: block;
}
.menu.active {
  color: #ffffff;
  font-weight: bold;
  background-color: #80c33f;
  padding: 5px 15px;
  border-radius: 5px;
}

.levelmenu {
  position: relative;
  text-align: left;
}
.levelmenu div {
  position: relative;
  margin: 10px 0;
}
.levelmenu .menu {
  padding: 5px 7px;
}
.levelmenu .menu:hover{
  background-color: #80c33f;
  color: #ffffff;
  border-radius: 5px;
  cursor: pointer;
}


/* place order and login details */
.login-card input[type=text]{
  width: 55%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}
.login-card input[type=password]{
  width: 55%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}
span select{
  width: 100%;
}
span p input[type=text]{
  width: 55%;
}
.input-total input[type=text]{
  width: 60%;
}

h5 .login{
  color: green;
  cursor: pointer;
}
h5 .login:hover{
  cursor: pointer;
  border-color: #80c33f;
  border: 1px;
}

h5 .signup{
  cursor: pointer;
}
h5 .signup:hover{
  cursor: pointer;
  font-weight: bold;
}
input[type=submit]{
  padding: 10px 20px;
  background-color: #80c33f;
  border: none;
  color: #ffffff;
  border-radius: 4px;
}
.ts-label{
  color: #80c33f;
}
.form-outline{
  background-color: blueviolet;
}

/* animated short order form headin on homepage */
#animated-heading {
    font-size: 24px;
    font-weight: bold;
    color: #5263ad; /* Customize to match your theme */
    animation: changeText 10s infinite;
}
@keyframes changeText {
    0% {
        content: "Let's Write Your Research Paper! (AI Free)";
    }
    33% {
        content: "Our papers are 100% Plagiarism Free";
    }
    66% {
        content: "Get a Paper that is written by Expert Writers";
    }
}
