.user_resume.user_reservation_table .cont dl dd .deletebtn {
  width: 85px;
  line-height: 1;
  font-size: 14px;
  color: #451c6b;
  letter-spacing: 0;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 8px;
  transition: color .5s ease;
  background: linear-gradient(#451c6b, #451c6b) 0 100%/0 2px no-repeat;
    background-size: 0px 2px;
  background-size: 100% 1px;
  position: relative;
  transition: background .3s ease;
}

.user_resume.user_reservation_table table .cont dl dd .deletebtn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 5px;
  height: 5px;
  background: url(../images/common/icon_breadcrumb.svg) no-repeat;
    background-size: auto;
  background-size: cover;
}

@media (min-width: 800px) {
  .user_resume.user_reservation_table .cont dl dd .deletebtn:hover {
    background-size: 0% 1px;
    transition: background .3s ease;
  }

.button_link:hover{
  cursor:pointer;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  border-radius: .25rem;
  font-size:20px;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}


.text-center{
  text-align:center;
}

.confirm_value{
  display:block;
  padding: 25px 0;
}


}

@media (max-width: 799px) {
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  border-radius: .25rem;
  font-size:16px;
  line-height: 1.5;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
}

