@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Titillium+Web:wght@300;400;600;700&display=swap);@import url(https://fonts.googleapis.com/css?family=Montserrat:400,600,700&display=swap);/*
! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
*, ::before, ::after{
  --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-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: rgb(59 130 246 / 0.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:  ;
}
::-webkit-backdrop{
  --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-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: rgb(59 130 246 / 0.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:  ;
}
::backdrop{
  --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-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: rgb(59 130 246 / 0.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:  ;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.col-auto{
  grid-column: auto;
}
.float-right{
  float: right;
}
.float-left{
  float: left;
}
.m-0{
  margin: 0px;
}
.m-5{
  margin: 1.25rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mr-3{
  margin-right: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.-mt-1{
  margin-top: -0.25rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.mb-0{
  margin-bottom: 0px;
}
.block{
  display: block;
}
.\!block{
  display: block !important;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.hidden{
  display: none;
}
.h-40{
  height: 10rem;
}
.h-12{
  height: 3rem;
}
.h-screen{
  height: 100vh;
}
.h-16{
  height: 4rem;
}
.min-h-screen{
  min-height: 100vh;
}
.w-full{
  width: 100%;
}
.w-40{
  width: 10rem;
}
.w-48{
  width: 12rem;
}
.w-3\/12{
  width: 25%;
}
.w-12{
  width: 3rem;
}
.w-16{
  width: 4rem;
}
.border-collapse{
  border-collapse: collapse;
}
.transform{
  transform: translate(var(--tw-translate-x), 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));
}
.select-all{
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}
.resize{
  resize: both;
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.overflow-hidden{
  overflow: hidden;
}
.break-all{
  word-break: break-all;
}
.rounded-\[20px\]{
  border-radius: 20px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-r-\[10px\]{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.border{
  border-width: 1px;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-cyan-400{
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity));
}
.bg-cyan-600{
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-green-700{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}
.bg-slate-400{
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}
.bg-cover{
  background-size: cover;
}
.p-8{
  padding: 2rem;
}
.p-5{
  padding: 1.25rem;
}
.p-0{
  padding: 0px;
}
.p-4{
  padding: 1rem;
}
.p-1{
  padding: 0.25rem;
}
.p-10{
  padding: 2.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pt-0{
  padding-top: 0px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-justify{
  text-align: justify;
}
.align-baseline{
  vertical-align: baseline;
}
.font-poppins{
  font-family: Poppins, sans-serif;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.font-normal{
  font-weight: 400;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-cyan-500{
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity));
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-lg{
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-2xl{
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\!filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-150{
  transition-delay: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.status-bar {
  background-color: #657408;
}
html {
  width: 100%;
}
body {
  background-color: #fff;
  font-family: Verdana;
  font-size: 16px;
  line-height: normal;
}
a:hover,
a:focus {
  color: #586407;
  text-decoration: none;
}
img {
  border: none;
}
ul {
  margin-bottom: 0px;
}
h1,
h2,
h3 {
  margin: 0px;
  padding: 0px;
  font-size: 1em;
  line-height: 1em;
}
.no-padding {
  padding: 0px !important;
}
.no-padding-left {
  padding-left: 0px !important;
}
.no-padding-right {
  padding-right: 0px !important;
}
.no-padding-bottom {
  padding-bottom: 0;
}
.m-0 {
  margin-bottom: 0;
  min-height: auto;
}
.img-responsive img {
  width: 100%;
  height: auto;
}
.no-display {
  display: none;
}
.input-group {
  width: 100%;
}
.table th {
  font-size: 0.9em;
  text-transform: uppercase;
}
.table td {
  text-transform: initial;
}
.modal-scroll {
  height: 500px;
  overflow-x: hidden;
}
.scroll-prods {
  max-height: 500px;
  overflow-x: hidden;
}
.dt-buttons {
  float: left;
}
.uppercase {
  text-transform: uppercase !important;
}
.search-table {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.select-min {
  margin-right: 0.5em;
  width: 80px;
}
input[type=text],
input[type=password],
input[type=search],
input[type=number],
input[type=date] {
  background-color: #fbfbfb;
  border-radius: 2px;
  border-top: none;
  border-left: none;
  border-right: 1px solid #e9ebeb;
  border-bottom: 1px solid #e9ebeb;
  box-shadow: inset 1px 1px 1px 0px #a9aaaa;
  -moz-box-shadow: inset 1px 1px 1px 0px #a9aaaa;
  -webkit-box-shadow: inset 1px 1px 1px 0px #a9aaaa;
  color: #28a6dc !important;
  font-size: 13px;
  height: 34px;
  padding: 0 10px;
  width: 100%;
}
input[type=text] {
  text-transform: uppercase;
}
.amsify-suggestags-input-area input[type=text] {
  background-color: transparent !important;
  box-shadow: none !important;
  width: auto !important;
  max-width: 100px !important;
}
.form-control2 {
  background-color: #fbfbfb;
  border-radius: 2px;
  border-top: none;
  border-left: none;
  border-right: 1px solid #e9ebeb;
  border-bottom: 1px solid #e9ebeb;
  box-shadow: inset 1px 1px 1px 0px #a9aaaa;
  -moz-box-shadow: inset 1px 1px 1px 0px #a9aaaa;
  -webkit-box-shadow: inset 1px 1px 1px 0px #a9aaaa;
  color: #28a6dc !important;
  font-size: 13px;
  height: 34px;
  padding: 0 10px;
  width: 100%;
}
button {
  background-color: #fff;
  background-image: linear-gradient(to bottom, #fefefe 0%, #f1f1f1 50%, #e1e1e1 51%, #eceff2 100%);
  border: 1px solid #d1d4d7;
  border-radius: 2px;
  box-shadow: 2px 2px 0 -1px #d9e3e8;
  color: #009fda;
  font-size: 1em;
  padding: 10px;
  text-transform: uppercase;
}
button a {
  color: #009fda;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
input[type=checkbox] {
  margin: 0 0 0 0;
}
input[type="date"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
.main-sidebar {
  padding-top: 0px;
  position: relative;
}
.btn-primary{
    background-color: #001965;
}
.profile{
    background-color: #004414;
}
.sidebar {
  font-size: 1em;
}
.sidebar-menu li a {
  padding: 8px 15px;
}
.btn-prod {
  padding-left: 10px;
  cursor: pointer;
}
.btn-prod:hover {
  background-color: #009fda;
  color: #fff;
}
.ui-datepicker {
  z-index: 9999 !important;
}
.font-Monserrat {
  font-family: 'Montserrat', sans-serif;
}
/*Backgrounds*/
.bg-lightblue {
  background-color: #03a9f4 !important;
}
.quota-resume {
  background-color: #eee;
  padding: 10px;
  border: 1px solid #999;
  border-radius: 5px;
  font-weight: bold;
}
.title-cot {
  font-size: 1.2em;
}
.select-op {
  float: left;
}
/*Icons*/
.align-rigth {
  text-align: right;
}
/*Loading inside*/
.spinner {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  padding: 20px;
  width: 100%;
}
.btn-blue {
  background-color: #0144d3;
  color: #fff;
}
.btn-blue a {
  color: #fff;
}
.btn-blue :visited {
    background-color: #0144d3;
    color: #fff;
}
.btn-blue :focus {
    background-color: #0144d3;
    color: #fff;
}
.btn-blue :active {
    background-color: #0144d3;
    color: #fff;
}
.btn-blue:hover {
  background-color: #000;
  color: #fff;
}
.btn-blue:hover a {
  color: #fff;
}
.orbit-spinner,
.orbit-spinner * {
  box-sizing: border-box;
}
.orbit-spinner {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  perspective: 800px;
}
.orbit-spinner .orbit {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.orbit-spinner .orbit:nth-child(1) {
  left: 0%;
  top: 0%;
  -webkit-animation: orbit-spinner-orbit-one-animation 1200ms linear infinite;
          animation: orbit-spinner-orbit-one-animation 1200ms linear infinite;
  border-bottom: 3px solid #007c92;
}
.orbit-spinner .orbit:nth-child(2) {
  right: 0%;
  top: 0%;
  -webkit-animation: orbit-spinner-orbit-two-animation 1200ms linear infinite;
          animation: orbit-spinner-orbit-two-animation 1200ms linear infinite;
  border-right: 3px solid #007c92;
}
.orbit-spinner .orbit:nth-child(3) {
  right: 0%;
  bottom: 0%;
  -webkit-animation: orbit-spinner-orbit-three-animation 1200ms linear infinite;
          animation: orbit-spinner-orbit-three-animation 1200ms linear infinite;
  border-top: 3px solid #007c92;
}
.header {
  background-color: #8ca00f;
  color: #fff;
  padding: 5px;
  width: 100%;
}
.header .header-logo {
  margin: 12px 0px 12px 2px;
}
.header .header-logo img {
  height: auto;
  max-width: 100%;
}
.header .header-app-name {
  color: #fff;
  font-size: 1.1em;
  margin-top: 12px;
}
.header .header-app-login {
  color: #fff;
  font-size: 0.8em;
  margin-top: 22px;
  margin-left: 10px;
}
.footer {
  width: 100%;
}
.footer .footer-bottom {
  background-color: #e0ded8;
  box-shadow: 1px 2px 3px 0 #c0c0c0 inset;
  padding: 17px 0 20px 0;
}
.footer a {
  color: #82786f;
  display: inline;
  font-size: 0.9em;
  margin: 0 30px 0 0;
}
.footer a:hover {
  color: #009fda;
  text-decoration: none;
}
.login {
  background-color: #ccc;
  background-position: 0px 20%;
  background-size: cover;
  height: 87vh;
  width: 100%;
}
.login .login-title {
  font-size: 1.6em;
  margin-top: 15px;
}
.login .login-box {
  background-color: #ededed;
  border-radius: 10px;
  margin: 20px 0;
  padding: 10px 15px;
  width: 100%;
}
.login .login-box .login-box-body {
  background: transparent;
  border-top: 0;
  color: #000;
  padding: 10px;
}
.login .login-box .login-box-body .login-box-msg {
  font-size: 0.8em;
  margin: 0 0 10px;
  padding: 0;
  text-align: left;
}
.login .login-box .login-box-body .checkbox {
  font-size: 0.8em;
}
.login .login-box .login-box-body .forgot {
  font-size: 0.8em;
}
.login .login-box .login-box-body .form-control-feedback {
  color: #e0ded8;
  line-height: 40px;
}
.all-notifications {
  font-size: 0.8em;
  margin-top: 15px;
  text-align: center;
  width: 100%;
}
.time-text {
  color: #00b9f1;
  font-size: 0.7em;
  font-weight: bold;
}
.skin-blue .main-header .logo {
  background-color: #e2e2e2;
}
.font-awesome {
  font-family: 'Font Awesome 5 Free';
}
.skin-blue {
  font-size: 12px;
}
.skin-blue .main-sidebar {
  padding-top: 10px;
}
.skin-blue .main-sidebar i {
  font-size: 1.2em;
}
.quotation .title-section {
  margin-bottom: 15px;
}
.main-header .sidebar-toggle:before {
  font-size: 1.5em;
}
.acceso-rapido .btn-home {
  background-color: #001965;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  height: 120px;
  padding: 10px;
}
.acceso-rapido .btn-home .icon {
  font-size: 5em;
  text-align: center;
}
.acceso-rapido .btn-home .description {
  float: left;
  font-size: 1.5em;
  padding-top: 3px;
  text-align: center;
  width: 100%;
}
.file-footer-buttons .kv-file-upload {
  display: none;
}
.file-footer-buttons .kv-file-zoom {
  display: none;
}
.file-footer-buttons .file-upload-indicator {
  display: none;
}
.file-preview-other {
  margin-top: 20px;
}
.file-preview-other .file-other-icon {
  font-size: 12em !important;
}
.price {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.min-height-auto {
  min-height: 100px !important;
  padding-bottom: 5px;
}
.info-box-access {
  display: block;
  min-height: 90px;
  background: #fff;
  color: #666;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  border-radius: 2px;
  margin-bottom: 15px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  box-shadow: 5px 5px 5px -6px rgba(0,0,0,0.1);
}
.info-box-access .info-box-content {
  padding: 5px 10px;
  margin-left: 80px;
}
.info-box-access .info-box-content .info-box-text {
  font-size: 1.3em;
  font-weight: 600;
  margin-top: 28px;
}
.info-box-access .info-box-content .info-box-text-dos {
  display: block;
  font-size: 1.2em;
  font-weight: 600;
  margin-top: 20px;
  text-transform: uppercase;
}
.info-box-access .icon-round {
  border-radius: 50%;
  color: #fff;
  font-size: 40px;
  height: 160px;
  width: 160px;
  margin: 15px;
  padding: 5px;
  line-height: 50px;
  position: absolute;
  top: -40px;
  left: -100px;
}
.info-box-access .icon-round .fas {
  margin-top: 0px;
  position: absolute;
  right: 20px;
  top: 50px;
}
.info-box-access .icon-bg-blue {
  background-color: #00c0ef;
}
.info-box-access .svg-icon {
  position: absolute;
  right: 5px;
  top: 35px;
  width: 70px;
}
.title-section-mid {
  font-size: 2em;
  margin-bottom: 20px;
  padding-left: 15px;
}
.prev-price {
  background-color: #f3f3f3;
  border: 1px dashed granite;
  float: left;
  padding: 5px 10px;
  width: 100%;
}
.prev-price .price {
  display: block;
  float: left;
  width: 100%;
}
.hiddenPrice {
  display: none;
}
.label-success {
  font-size: 0.9em;
}
.label-warning {
  font-size: 0.9em;
}
.label-danger {
  font-size: 0.9em;
}
.label-primary {
  font-size: 0.9em;
}
.label-info {
  font-size: 0.9em;
}
.renovacion {
  background-color: #f1f1f1;
  padding: 10px 0;
}
[v-cloak] {
  display: none;
}
.gray-block {
  background-color: #e4e4e4;
  border-radius: 5px;
  padding: 5px 10px;
}
.results-percent {
  background-color: #e4e4e4;
  border-radius: 5px;
  float: left;
  padding: 5px 10px;
}
.results-percent .description {
  float: left;
  font-weight: bold;
  margin: 5px;
  text-transform: uppercase;
  width: 70%;
}
.results-percent .value {
  float: right;
  font-size: 1.2em;
  font-weight: bold;
}
.strong {
  font-weight: bold;
}
.subtitle {
  font-size: 0.8em;
}
.required {
  color: #f00;
}
.warning {
  background-color: #f7f7f7;
  padding: 2px 5px;
  color: #ff5e00;
  border-radius: 5px;
  text-align: right;
  position: absolute;
  right: 24px;
  font-size: 1.5em;
  margin-top: -2px;
}
.warning-show {
  background-color: #f7f7f7;
  padding: 2px 5px;
  color: #ff5e00;
  border-radius: 5px;
  float: left;
  text-align: center;
  right: 24px;
  font-size: 1.5em;
  margin-top: -2px;
}
.user-menu .dropdown-toggle {
  padding: 8px 15px !important;
}
.user-name {
  font-size: 1.2em;
}
.roles-top {
  font-size: 0.8em;
  margin-top: -5px;
}
.modal .modal-content .modal-body {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.modal .modal-content h3 {
  font-size: 1.4em;
}
.modal .modal-data-box {
  background-color: #f7f7f7;
  border-radius: 5px;
  float: left;
  margin-bottom: 5px;
  padding: 0px 10px 12px;
  width: 100%;
}
.modal .modal-data-box .modal-data-box-title {
  font-weight: bold;
  font-size: 1.1em;
  margin: 10px 0px 5px;
}
.datos {
  background-color: #eee;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
}
.datos .datos-text {
  padding: 3px 0px;
}
.datos-btn {
  float: right;
  margin: 0px 0px 0px 10px;
}
.btns-modal {
  float: left;
  margin-top: 20px;
  width: 100%;
}
.content-divider {
  background-color: #e0ded8;
  border-color: #e0ded8;
  color: #e0ded8;
  float: left;
  height: 1px;
  margin: 10px 0px;
  width: 100%;
}
.title-datos {
  margin: 5px 0px;
  font-size: 1.3rem;
  font-weight: bold;
}
.btn-info {
  margin-right: 5px;
}
.alertdate {
  background-color: #c51824;
  border-radius: 5px;
  padding: 5px;
  color: #fff;
  width: 90%;
}
.folder {
  align-items: center;
  border: 1px solid #c7f0ff;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 10px 10px;
}
.folder:hover {
  background-color: #d4edf7;
}
.folder-icon {
  color: #009fda;
  font-size: 6em;
}
.folder-name {
  text-align: center;
  width: 100%;
}
.folder-container {
  background-color: #eaeaea;
  border-right: 1px solid #999;
  font-size: 1.2em;
  margin-top: 10px;
  min-height: 600px;
  padding: 10px;
}
.folder-container .folder-item {
  cursor: pointer;
  padding: 5px 5px;
}
.folder-container .folder-item:hover {
  background-color: #999;
  color: #fff;
  padding: 5px 5px;
}
.folder-container .folder-item-2 {
  cursor: pointer;
  padding: 5px 5px;
  margin-left: 8px;
}
.folder-container .folder-item-2:hover {
  background-color: #999;
  color: #fff;
  padding: 5px 5px;
}
.doc-container {
  background-color: #fefefe;
  font-size: 1.1em;
  min-height: 600px;
}
.doc-container div:nth-child(odd) {
  background-color: #f2f2f2;
}
.doc-container div:nth-child(even) {
  background-color: #fbfbfb;
}
.doc-container .doc-item {
  padding: 10px 10px;
}
.folder-actual {
  background-color: #009fda;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 10px;
  padding: 5px 10px;
  text-transform: uppercase;
}
.folder-actual a {
  color: #fff;
}
.level {
  border-bottom: 1px solid #ccc;
  background-color: #f3f3f3;
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 5px 10px;
  width: 100%;
}
.level-btn {
  text-align: right;
}
.panel-color {
  background-color: #ececec;
}
.title-lvl {
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 3px;
}
.doc-quota {
  background-color: #fff;
  border: 1px dashed #999;
  border-radius: 5px;
  display: inline-block;
  font-size: 1em;
  margin: 10px 5px;
  padding: 10px;
  text-transform: uppercase;
}
.doc-quota i {
  font-size: 1.3em;
  margin-right: 5px;
}
.level-btn .tools-menu-btn {
  background-color: #009fda;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  padding: 1px 10px 3px 10px;
  text-transform: initial;
}
.level-btn .tools-menu-btn .tools-menu-btn-icon,
.level-btn .tools-menu-btn .tools-menu-btn-text {
  display: inline-block;
}
.level-btn .tools-menu-btn .tools-menu-btn-icon {
  font-size: 1.4em;
  padding-top: 3px;
  padding-bottom: 2px;
}
.level-btn .tools-menu-btn .tools-menu-btn-text {
  font-size: 1em;
  margin-left: 2px;
  padding-top: 7px;
  vertical-align: top;
}
.level-btn .tools-menu-btn a {
  color: #fff;
  padding: 8px 0;
}
.level-btn .tools-menu-btn:hover {
  background-color: #001965;
  color: #fff;
  cursor: pointer;
}
.empty-row {
  display: none;
}
.nested {
  display: none;
}
.active {
  display: block;
}
.comment-area {
  height: 70px !important;
}
.left-products {
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  box-shadow: 4px 4px 1px 0px #e0e0e0;
  margin: 10px 0px;
  padding: 10px 0px;
}
.left-products .removeBtn {
  float: left;
  margin: 10px 0;
  position: relative;
}
.left-products .box-title {
  border-bottom: 1px solid #666;
  font-weight: bold;
  font-size: 1.2em;
  margin: 10px 0px;
  padding-bottom: 5px;
  width: 100%;
}
.left-products .box-subtitle {
  font-weight: boldz;
  margin: 5px 0px;
}
.left-products .left-col {
  height: 440px;
  overflow-x: auto;
  position: relative;
}
.left-products .left-col >div:nth-child(odd) {
  background-color: #efefef;
}
.left-products .left-col .left-product-name {
  cursor: pointer;
  display: flex;
  flex-flow: row wrap;
  padding: 5px;
}
.left-products .left-col .left-product-name .prod-left {
  float: left;
  margin-top: 3px;
}
.left-products .left-col .left-product-name .button-right {
  float: right;
}
.left-products .left-col input[type=checkbox] {
  margin: 0 0 0 0;
}
.left-products .right-col {
  background-color: #fdfdfd;
  border: 1px dotted #666;
  border-radius: 5px;
  padding: 10px 10px;
}
.left-products .right-col .right-warning {
  border: 1px solid #ff5454;
  padding: 5px;
  background-color: #fff9b0;
}
.left-products .right-col .right-cotnumber {
  color: #333;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 5px;
}
.left-products .right-col .right-subtitle {
  color: #009fda;
  font-weight: bold;
}
.left-products .right-col .right-description {
  margin-bottom: 10px;
}
.left-products .highlight {
  background-color: #009fda !important;
  color: #fff !important;
}
.left-products .highlight .prod-disabled {
  color: #fff;
}
.sharedfiles {
  height: 86vh;
  font-size: 0.9em;
}
.sharedfiles .shared-title {
  text-transform: uppercase;
}
.sharedfiles .btn a {
  color: #fff;
}
.neg-preview {
  background-color: #fff;
  box-shadow: 0px 0px 9px 4px rgba(0,0,0,0.23);
  border: 1px solid #aaa;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.2em;
  margin: 10px;
  padding: 80px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
.neg-preview .date {
  margin-bottom: 2em;
}
.neg-preview .docdata {
  margin-bottom: 2em;
}
.neg-preview .docdata .client-name {
  font-weight: 600;
  font-size: 1em;
  margin-bottom: 5px;
}
.neg-preview .docdata .client-contact {
  font-weight: 600;
  text-transform: uppercase;
}
.neg-preview .docdata .client-position {
  font-size: 0.9em;
  text-transform: capitalize;
}
.neg-preview .docdata .city {
  font-size: 0.9em;
}
.neg-preview .doc-intro {
  margin-bottom: 20px;
}
.neg-preview .text-desc .title {
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 0.8em;
  text-transform: uppercase;
}
.neg-preview .text-desc .description {
  margin-bottom: 1em;
}
.neg-preview .text-desc .condiciones {
  margin-bottom: 30px;
  text-align: justify;
}
.neg-preview .text-desc .condiciones li {
  margin: 5px 0;
}
.neg-preview .sub-title {
  font-size: 1.2em;
  margin-bottom: 1em;
}
.neg-preview .prod-name {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 5px;
}
.neg-preview .productos .tg {
  border-collapse: collapse;
  border-spacing: 0;
  width: 400px;
}
.neg-preview .productos .tg th {
  font-size: 0.9em;
  font-weight: normal;
  padding: 5px 5px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
  border-color: #ddd;
}
.neg-preview .productos .tg td {
  font-size: 0.9em;
  padding: 5px 5px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
  border-color: #ddd;
}
.neg-preview .productos .tg .tg-ped4 {
  background-color: #004f79;
  border-color: #003f79;
  color: #fff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.neg-preview .productos .tg .tg .tg-0pky {
  border-color: #ddd;
  vertical-align: top;
}
.neg-preview .signs {
  font-size: 1.1em;
  margin-bottom: 10px;
  display: flex;
}
.neg-preview .sign-data {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.neg-preview .sign {
  margin: 10px 0;
}
.neg-preview .sign td {
  padding: 10px 20px 10px 0;
}
.neg-preview .sign .name-sign {
  text-transform: uppercase;
  font-weight: bold;
}
.neg-preview .sign .charge-sign {
  font-size: 0.9em;
}
.neg-preview .sign .pic-sign {
  margin-bottom: 10px;
  width: 200px;
}
.btn-pdf {
  margin-left: 10px;
}
.preloader-wrapper {
  height: 100%;
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}
.preloader-wrapper .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 70px;
  height: 70px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #009fda;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.myUL {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.myUL ul {
  list-style-type: none;
}
.myUL .carete {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}
.myUL .carete::before {
  content: "\25B6";
  color: #000;
  display: inline-block;
  margin-right: 6px;
}
.myUL .carete-down::before {
  transform: rotate(90deg);
}
.myUL .nested {
  display: none;
}
.myUL .active {
  display: block;
}

.ck-editor__editable_inline {
    min-height: 300px;
}

.tabs{
    border-bottom: 1px solid #c9c9c9;
    padding-left: 10px;
    margin-top: 20px;
}

.btn-1{
    background-color: #dddddd;
    border-radius: 5px 5px 0px 0px;
    color: #707070;
    font-weight: bold;
    padding: 8px 20px;
    margin-right: 5px;
    width: fit-content;
}

.btn-1:hover{
    background-color: #5fb0ce;
    color: white;
    cursor: pointer;
}

.btn-active{
    background-color: #009fda;
    color: white;
}

.total-prods{
    margin-bottom: 10px;
}

.tab-hide{
    display: none;
}

.tab-show{
    display: block;
}

.minicontainer{
  background-color: #5fb0ce;
  border-radius: 10px;
  color: white;
  font-size: .9em;
  font-weight: 500;
  margin-left: 10px;
  padding: 3px 5px;
}

@-webkit-keyframes orbit-spinner-orbit-one-animation {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes orbit-spinner-orbit-one-animation {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-webkit-keyframes orbit-spinner-orbit-two-animation {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes orbit-spinner-orbit-two-animation {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-webkit-keyframes orbit-spinner-orbit-three-animation {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@keyframes orbit-spinner-orbit-three-animation {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-webkit-keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.hover\:-translate-y-1:hover{
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), 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));
}
.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), 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));
}
.hover\:bg-cyan-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity));
}
@media (min-width: 640px){
  .sm\:w-0{
    width: 0px;
  }
}
@media (min-width: 768px){
  .md\:w-1\/4{
    width: 25%;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-2\/12{
    width: 16.666667%;
  }
  .md\:w-10\/12{
    width: 83.333333%;
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-nowrap{
    flex-wrap: nowrap;
  }
}
