
ul[data-v-89f989e2] {
  list-style-type: disc;
}
.efect-rotate[data-v-89f989e2] {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotateZ(0deg) !important;
          transform: rotateZ(0deg) !important;
}
.efect-rotate-z[data-v-89f989e2] {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotateZ(-180deg) !important;
          transform: rotateZ(-180deg) !important;
}
.cancellation-policy-content[data-v-89f989e2] {
  background: rgba(202, 207, 227, 0.25);
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  padding: 0.5rem;
  min-height: 40px;
  max-height: 240px;
  overflow-y: auto;
}
.policy-content[data-v-89f989e2]::-webkit-scrollbar {
  width: 7px;
}
.policy-content[data-v-89f989e2]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #e8e9ed;
          box-shadow: inset 0 0 5px #e8e9ed;
  border-radius: 10px;
}
.policy-content[data-v-89f989e2]::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border-radius: 10px;
}
.policy-content[data-v-89f989e2]::-webkit-scrollbar-thumb:hover {
  background: #c4c4c4;
}

