.tw-border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity))
}

.hover\:tw-border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity))
}

.hover\:tw-border-blue-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity))
}

.tw-rounded {
  border-radius: 0.25rem
}

.tw-border-solid {
  border-style: solid
}

.tw-border {
  border-width: 1px
}

.tw-block {
  display: block
}

.tw-flex {
  display: flex
}

.tw-items-center {
  align-items: center
}

.tw-flex-shrink-0 {
  flex-shrink: 0
}

.tw-font-medium {
  font-weight: 500
}

.tw-font-bold {
  font-weight: 700
}

.tw-h-7 {
  height: 1.75rem
}

.tw-h-full {
  height: 100%
}

.tw-text-xs {
  font-size: 0.75rem;
  line-height: 1rem
}

.tw-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem
}

.tw-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem
}

.tw-leading-none {
  line-height: 1
}

.tw-leading-tight {
  line-height: 1.25
}

.tw-mt-2 {
  margin-top: 0.5rem
}

.tw-ml-3 {
  margin-left: 0.75rem
}

.tw-mb-4 {
  margin-bottom: 1rem
}

.tw-mt-8 {
  margin-top: 2rem
}

.tw-object-cover {
  -o-object-fit: cover;
     object-fit: cover
}

.tw-overflow-hidden {
  overflow: hidden
}

.tw-py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem
}

.tw-px-4 {
  padding-left: 1rem;
  padding-right: 1rem
}

.tw-px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem
}

.tw-pb-1\/2 {
  padding-bottom: 50%
}

.tw-absolute {
  position: absolute
}

.tw-relative {
  position: relative
}

* {
  --tw-shadow: 0 0 #0000
}

* {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000
}

.tw-stroke-1 {
  stroke-width: 1
}

.tw-text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity))
}

.tw-text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity))
}

.tw-text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity))
}

.tw-text-blue-500 {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity))
}

.tw-text-blue-700 {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity))
}

.tw-group:hover .group-hover\:tw-text-blue-700 {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity))
}

.hover\:tw-text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity))
}

.tw-uppercase {
  text-transform: uppercase
}

.hover\:tw-no-underline:hover {
  text-decoration: none
}

.tw-whitespace-normal {
  white-space: normal
}

.tw-w-7 {
  width: 1.75rem
}

.tw-w-full {
  width: 100%
}

.tw-transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.tw-group:hover .group-hover\:tw-scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25
}

.tw-ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

.tw-duration-500 {
  transition-duration: 500ms
}

@-webkit-keyframes tw-spin {
  to {
    transform: rotate(360deg)
  }
}

@keyframes tw-spin {
  to {
    transform: rotate(360deg)
  }
}

@-webkit-keyframes tw-ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0
  }
}

@keyframes tw-ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0
  }
}

@-webkit-keyframes tw-pulse {
  50% {
    opacity: .5
  }
}

@keyframes tw-pulse {
  50% {
    opacity: .5
  }
}

@-webkit-keyframes tw-bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1)
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1)
  }
}

@keyframes tw-bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1)
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1)
  }
}

.tooltip-inner {
  background-color: #00acd6 !important;
  /*!important is not necessary if you place custom.css at the end of your css calls. For the purpose of this demo, it seems to be required in SO snippet*/
  color: #fff;
  padding:7px 15px;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #00acd6;
}



@media (min-width: 640px) {
}

@media (min-width: 768px) {
}

@media (min-width: 1024px) {
}

@media (min-width: 1280px) {
}

@media (min-width: 1536px) {
}