.kow-tip-update-btn[disabled]:hover {
    background-color: initial;
    color: initial;
}

.kow-tip-update-btn.updating {
    pointer-events: none;
}

#kow-tip-fee-custom-input {
	display: flex;
}

.kow-tip-update-btn {
	width: 170px !important;
    min-width: 150px !important;
	margin-right: 0px !important;
    height: 45px;
}

.kow-tip-option-radio {
    display: flex;
    align-items: center;
}

.kow-tip-option-radio p {
    width: 27%;
    border: 1px solid #c9c9c9;
    padding: 8px 0px;
    text-align: center;
    border-right: 0px;
	height: 70px;
	cursor: pointer;
}

.kow-tip-option-radio p span{
    font-size: 13px;
}

.kow-tip-option-radio p input, .custom-fee-tip input {
	display: none !important;
}

.kow-tip-option-radio p:last-child {
    margin-right: 0;
}

.custom-fee-tip {
    border: 1px solid #c9c9c9;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0px;
}

.loading {
  display: inline-block;
  margin-top: 15px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  animation: spin 1s ease-in-out infinite;
}

p.no-tip .loading {
	margin-top: unset;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

input.kow-tip-update-btn {
	background: black !important;
}

.checked {
	background-color: rgb(227 227 227);
}