/*******************************
* BOOKING CANCEL
*******************************/

.booking-cancel {
  width: 1080px;
  height: 1221px;
  background: linear-gradient(
    180deg,
    rgb(220, 220, 220) 0%,
    rgb(255, 255, 255) 100%
  );
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.resume-cancel-input {
  background: none;
  border: none;
  width: 300px;
  font-size: 20px;
}
.checkmark {
  box-shadow: inset 0px 0px 0px #ff6b60 !important;
}

.checkmark__circle {
  stroke: #ff6b60 !important;
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 100px #ff6b60 !important;
  }
}
