/* Velário Online 29-04-26 <MM> -------------------------------------------  */
.rm-rotate-box .front,
.rm-rotate-box .back {
  background-size: 360px;
  background-position: center -10px;
  background-repeat: no-repeat;
}

.rm-rotate-box .content-wrap {
  bottom: 40px;
}

.bg-gradient-velario {
  background-image: linear-gradient(115deg,
      rgba(40, 185, 250, 1) 0%,
      rgba(31, 158, 215, 1) 100%);
}

i.icon-oracao {
  width: 38px;
  height: 38px;
  background: url(../img/velas/oracao-icon.svg) no-repeat center;
  display: inline-block;
}

.btn-2 {
  text-transform: none;
  letter-spacing: 0.03rem;
}

#form-acender-vela select.medium-input,
#como-apoiar select.medium-input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23828282' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 40px !important;
}

#form-acender-vela select.medium-input:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%231f9ed7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

#acenda-sua-vela .box-shadow-large {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.02);
}

.custom-radio {
  opacity: 0;
  position: fixed;
  width: 0;
}

.custom-radio+label {
  position: relative;
  padding-left: 28px;
  line-height: 20px;
}

.custom-radio+label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid #28b9fa;
  border-radius: 50%;
  background: #fff;
}

#velas .btn.btn-link.thin,
.btn.btn-link-gradient {
  color: var(--color1);
}

#velas .btn.btn-link.thin:hover,
.btn.btn-link-gradient:hover {
  opacity: 0.6;
  margin-left: 0;
}

.custom-radio:checked+label::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #28b9fa;
}

@media (max-width: 1299px) {
  .rm-rotate-box .content-wrap {
    bottom: 20px;
  }
}

@media (max-width: 768px) {

  .rm-rotate-box .front,
  .rm-rotate-box .back {
    background-size: 350px;
    background-position: center -10px;
  }

  .rm-rotate-box .content-wrap {
    bottom: 32px;
  }
}

body .ui-autocomplete {
  background-color: #ffffff;
  border: 1px solid #d1d1d1 !important;
  border-radius: 0px !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08) !important;
  font-family: inherit;
  padding: 0 !important;
  z-index: 9999 !important;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}

body .ui-menu-item {
  list-style: none;
  padding: 0;
  margin: 0;
}

body .ui-menu-item .ui-menu-item-wrapper {
  padding: 0px 20px !important;
  color: #828282 !important;
  font-size: 15px;
  border: none !important;
  background-color: transparent;
  transition: none !important;
  cursor: pointer;
}

body .ui-menu-item .ui-menu-item-wrapper.ui-state-active,
body .ui-menu-item .ui-menu-item-wrapper:hover {
  background-color: #1967d2 !important;
  color: #ffffff !important;
  margin: 0 !important;
  border: none !important;
}

body .ui-autocomplete::-webkit-scrollbar {
  width: 6px;
}

body .ui-autocomplete::-webkit-scrollbar-track {
  background: #f1f1f1;
}

body .ui-autocomplete::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

body .ui-autocomplete::-webkit-scrollbar-thumb:hover {
  background: #999;
}