﻿
.bbpopub .button.small {
    border-radius: 15px;
    float: right;
    margin: 22px 5px 0;
    padding: 6px 15px;
}

.bbpopub .button:hover {
    background-color: red;
}

.bbpopub .button > span {
    font-size: 84%;
}

.bbpopub {
    min-width: 200px;
    min-height: 180px;
    background: transparent;
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
    opacity: 1 !important;
}

.bbpopub .button.b-close, .button.bClose {
    border-radius: 7px 7px 7px 7px;
    box-shadow: none;
    font: bold 131% sans-serif;
    padding: 0 6px 2px;
    position: absolute;
    right: -7px;
    top: -7px;
    background: #fff;
    cursor: pointer;
}

.search .main-content .box .box-content .imageAjaxLoading {
    background-color: rgba(255,255,255,0.9);
    padding: 10px;
    z-index: 10;
    /* position: absolute; */
    width: 705px;
    height: 167px;
}

.imageAjaxLoading {
    text-align: center;
    color: #F5922A;
}

.w-full {
    width: 100%;
}
.min-h-\[100vh\], .min-h-screen {
    min-height: 100vh;
}
.justify-center {
    justify-content: center;
}
.items-center {
    align-items: center;
}
.max-w-md {
    max-width: 28rem;
}
.w-full {
    width: 100%;
}
.backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
}
.flex {
    display: flex;
}
.backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
}
.backdrop-blur-lg, .backdrop-blur-md {
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
}
.shadow, .shadow-2xl {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.p-8 {
    padding: 2rem;
}
.bg-white\/90 {
    background-color: hsla(0, 0%, 100%, .9);
}
.rounded-2xl {
    border-radius: 1rem;
}
*, :after, :before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --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;
    --tw-pan-x:;
    --tw-pan-y:;
    --tw-pinch-zoom:;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:;
    --tw-gradient-via-position:;
    --tw-gradient-to-position:;
    --tw-ordinal:;
    --tw-slashed-zero:;
    --tw-numeric-figure:;
    --tw-numeric-spacing:;
    --tw-numeric-fraction:;
    --tw-ring-inset:;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:;
    --tw-brightness:;
    --tw-contrast:;
    --tw-grayscale:;
    --tw-hue-rotate:;
    --tw-invert:;
    --tw-saturate:;
    --tw-sepia:;
    --tw-drop-shadow:;
    --tw-backdrop-blur:;
    --tw-backdrop-brightness:;
    --tw-backdrop-contrast:;
    --tw-backdrop-grayscale:;
    --tw-backdrop-hue-rotate:;
    --tw-backdrop-invert:;
    --tw-backdrop-opacity:;
    --tw-backdrop-saturate:;
    --tw-backdrop-sepia:;
}
.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}
.uppercase {
    text-transform: uppercase;
}

.font-bold {
    font-weight: 700;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

h1 {
    font-size: 22px;
    margin: 0;
    font-weight: 400;
    line-height: 20px;
    padding: 20px 2px;
}
.duration-200 {
    animation-duration: .2s;
}

.duration-200 {
    transition-duration: .2s;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

.font-medium {
    font-weight: 500;
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}

.pr-3 {
    padding-right: .75rem;
}

.pl-10 {
    padding-left: 2.5rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.bg-white\/80 {
    background-color: hsla(0, 0%, 100%, .8);
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border {
    border-width: 1px;
}

.rounded-lg {
    border-radius: var(--radius);
}

.w-full {
    width: 100%;
}

.block {
    display: block;
}
.relative {
    position: relative;
}
.pl-3 {
    padding-left: .75rem;
}

.items-center {
    align-items: center;
}

.flex {
    display: flex;
}

.left-0 {
    left: 0;
}

.inset-y-0 {
    top: 0;
    bottom: 0;
}

.absolute {
    position: absolute;
}

.pointer-events-none {
    pointer-events: none;
}
.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
}

.w-5 {
    width: 1.25rem;
}

.h-5 {
    height: 1.25rem;
}
.duration-200 {
    animation-duration: .2s;
}

.duration-200 {
    transition-duration: .2s;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

.font-medium {
    font-weight: 500;
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}

.pr-3 {
    padding-right: .75rem;
}

.pl-10 {
    padding-left: 2.5rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.bg-white\/80 {
    background-color: hsla(0, 0%, 100%, .8);
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border {
    border-width: 1px;
}

.rounded-lg {
    border-radius: var(--radius);
}

.w-full {
    width: 100%;
}

.block {
    display: block;
}
.duration-200 {
    animation-duration: .2s;
}

.duration-200 {
    transition-duration: .2s;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

.font-medium {
    font-weight: 500;
}
.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}

.pr-3 {
    padding-right: .75rem !important;
}

.pl-10 {
    padding-left: 2.5rem !important;
}

.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.bg-white\/80 {
    background-color: hsla(0, 0%, 100%, .8);
}
.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.rounded-lg {
    border-radius:  8px  !important;
}
input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], textarea {
    border-radius: 8px !important;
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem* calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem* var(--tw-space-y-reverse));
}
.space-y-2{
    padding-top:15px;
}
.bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}
.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-green-600 {
    --tw-text-opacity: 1;
    color: rgb(22 163 74 / var(--tw-text-opacity));
}

.font-medium {
    font-weight: 500;
}
.justify-between {
    justify-content: space-between;
}

.items-center {
    align-items: center;
}
.backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
}