button,
input {
  overflow: visible;
  border:none;
}

button,
select {
  text-align: left;
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
}

textarea {
  resize: none;
  overflow-y: auto;
  overflow-x: hidden;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border: none;
  padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: none;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

[type='search'] {
  outline: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; 
}
        .modal_notification{
      position: -webkit-sticky;
      position: fixed;
      z-index:99999999;
      top: 10px; 
     display: none; 
      flex-direction: column;
      width: 350px;
      height: 150px;
      border: 1px solid #ccc;
      align-items: center;
      justify-content: center;
       left:60px; 
       border-radius:10px;
       background:white;
        
    }
    .description_modal_notification{
        font-size: 16px;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding-bottom: 20px;
   
    }
    .buttons{
        display: flex;
        justify-content: center;
        
    }
    .notification_button1{
        color:#fff;
        background-color:#ccc;
       
        padding:10px 20px;
        text-align: center;
    }
    .notification_button2{
        color:#fff;
        background-color:#1F6089;
         padding:10px 20px;
        text-align: center;
        margin-left: 30px;
    }

