.careercol{
    border: 2px solid black;
    padding: 10px;
}


.careercontainer{
    margin-bottom:20px;
}



.heart{
    height: 50px;
    width: 80px;
    background-color:#0dbb98;
}
.careerimg{
    height: 20px;
    width: 20px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.careerlogo{
    height: 60px;
    width: 60px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.careerdetail{
    display: inline;
    margin:10px ;

}

.careername{
    font-weight: 20px;
}


.careerinput{
    border-radius:20px;
    height:35px;
}
  
  /* Set a style for all buttons */
  button {
    background-color: #04AA6D;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
  }
  
  button:hover {
    opacity: 0.8;
  }
  
  /* Extra styles for the cancel button */
  
 


  
  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
  }
  
  /* Modal Content/Box */
  .modal-content{
    background-color: #fefefe;
    border: 1px solid #888;
    width:25%;
    padding: 25px;
    box-shadow: 0 0 15px -2px #444444;
    position: relative;
    top: 23px;
  }
  


  /* Add Zoom Animation */
  .animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
  }


 .hrbutton{
position: relative;
left: 5px;

  color: white;
 }






  
  @-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%;
    }
  }



  @media screen and (max-width: 400px) {
      
    .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
  }
      
      
    .modal-content{
        background-color: #fefefe;
        border: 1px solid #888;
        width: 79%;
        padding: 40px;
        box-shadow: 0 0 15px -2px #444444;
        position: relative;
        left: 0px;
        top: 80px;
  }
 
 
 
  }



