.buttonCont{
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    height: 80%;
    border-top: 5px solid #04b4ec;
    background-color: #000;
    padding: 2%;
  } 
  
  .buttonCont button{
    align-items: center;
    font-family: verdana;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    padding: 3%;
    text-align: center;
    border: 2px solid #04b4ec;
    background-color: #000;
    cursor: pointer;
    margin-bottom: 3%;
    align-items: center;
  }
  
  .dialogImg{
    width: 17px;
    height: 17px;
  }

  .buttonCont input{
    height: 16px;
    background-color: #000;
    color: #04b4ec;
    font-size: 14px;
    padding: 1%;
    text-align: center;
  }

  .buttonCont label{
    font-family: verdana;
    color: #fff;
    margin: 1% 0;
  }

  @media (max-width: 991px) {

  .buttonCont{
    display: none;
  }
  }