html{
  scrollbar-gutter: auto;
  background-color: white !important;
}

* {
	scrollbar-width: thin;
	scrollbar-color: oklch(0.46 0.1228 247.54) oklch(95% 0.03 240) !important;
}

::-webkit-scrollbar-track {
	background: oklch(95% 0.03 240);
}

::-webkit-scrollbar-thumb {
	background-color: oklch(0.46 0.1228 247.54);
}

h1, h2, h3, h4, h5{
  font-weight: bold;
  line-height: 1.1;
}

h1{
  font-size: 1.475rem;
  margin-bottom: 1.5rem;
  &.breadcrumb-title{
    font-size: 1rem !important;
    margin-bottom: 0 !important;
    @media (min-width: 768px) {
      font-size: 1.175rem !important;
    }
  }
}

h2{
  font-size: 1.383rem;
  margin-bottom: 1.25rem;
}

h3{
  font-size: 1.296rem;
  margin-bottom: 1rem;
}

h4{
  font-size: 1.215rem;
  margin-bottom: 0.75rem;
}

h5{
  font-size: 1.138rem;
  margin-bottom: 0.75rem;
}

.modal[open]{
  scrollbar-gutter: auto;
}

#sidebar-navigation .child{
  position: relative;
  margin-left: 1.25rem;
}

#sidebar-navigation .child::before{
  content: '';
  display: block;
  position: absolute;
  height: calc(100% + 4px);
  width: 1px;
  top: -2px;
  left: 0;
  background-color: var(--color-base-content);
  opacity: 0.15;
}

.h-main-card{
  min-height: calc(100vh - 100px);
  margin-bottom: 15px;
}

.tab-navigation-component {
  background-color: #cccccc;
  .tab-navigation-cta{
    &.disabled:hover{
      color: rgb(51 51 51 / 0.4);
    }
  }

  a, button {
    &:before{
      left: var(--tab-before-left, 0px);
      width: var(--tab-before-width, 100%);
      transition: var(--tab-before-transition, all 0.15s cubic-bezier(0.4, 0, 0.2, 1));
    }

    &.active{
      color: currentColor;
    }
  }

  &.tabs-css-status{ 
    a, button{
      &:before{
        content: none;
      }
      &.active{
        background: white;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
        border-radius: 0.5rem;
      }
    }
  }
}


.checkmark__circle {
  stroke-dasharray: 332; /* Doubled */
  stroke-dashoffset: 332; /* Doubled */
  stroke-width: 4; /* Doubled */
  stroke-miterlimit: 10;
  stroke: #07cca7;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 90px; /* Doubled */
  height: 90px; /* Doubled */
  border-radius: 50%;
  display: block;
  stroke-width: 4; /* Doubled */
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 0 auto;
  box-shadow: inset 0px 0px 0px 0px #07cca7; /* Doubled */
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 96; /* Doubled */
  stroke-dashoffset: 96; /* Doubled */
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 60px #07cca7; /* Doubled */
  }
}

.tab{
  cursor: pointer;
}

.tab.active {
  background: #015c99;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
  color: #ffffff;
}


.tab.active.homepage-tab {
  background: #FFFFFF;
  /* box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.25) 0px 8px 12px -2px, rgba(0, 0, 0, 0.2) 0px 4px 8px -4px; */
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.3) 0px 8px 24px -4px, rgba(0, 0, 0, 0.2) 0px 4px 20px -8px;
  color: #015c99;
}

.form-control-conditional-element.animated{
  overflow: hidden;
  transition: height 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1), transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.custom-radio{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  height: 0.75rem;
  width: 0.75rem;
  background: #f0f4f9;
  border-radius: 100%;
}

.custom-radio:checked{
  background: #1A8FCC;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
}

textarea[data-coloris]{
  height: auto;
  min-height: auto;
}

.clr-field textarea {
  height: 40.5px;
  line-height: 1.75;
  padding: 0.5rem 1rem;
  color: #000
}

.clr-field button {
  height: calc(100% - 1rem);
  min-height: auto;
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  border-radius: 0.25rem;
}

#clr-picker{
  border-radius: 0.5rem;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
}

#clr-color-area{
  border-radius: 0.5rem;
}

#qr-canvas{
  height: var(--box-height);
}

#visual-image-preview:before{
  content: 'No Image Uploaded';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.layer-shadow{
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.md\:layer-shadow{
  @media (min-width: 768px) {
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  }
}

@media (min-width: 768px) {
  .md\:layer-none{
    box-shadow: none;
  }
}

.button-shadow{
  touch-action: manipulation;
  box-shadow: rgba(255, 255, 255, 0.26) 0 1px 2px inset;
  transition: color .13s ease-in-out,background .13s ease-in-out,opacity .13s ease-in-out,box-shadow .13s ease-in-out;
}

trix-editor.trix-content {
  @apply flex bg-white px-4 py-2.5 rounded-sm text-base shadow-xs transition-colors h-auto;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.bg-twitch{
  background-color: #9146FF;
}

.bg-youtube{
  background-color: #FF0000;
}

.bg-instagram{

}

.bg-kick{
  background-color: #000000;
}

.bg-vimeo{
  background-color: #1ab7ea;
}

.verification-pattern{
  background-image: url("/assets/idwarden_pattern-a85fc5b6.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 300px;
  -webkit-mask: linear-gradient(to bottom 
    rgba(0, 0, 0, 0) 0%, 
    rgba(0, 0, 0, 0.05) 10%,
    rgba(0, 0, 0, 0.1) 20%, 
    rgba(0, 0, 0, 0.3) 40%, 
    rgba(0, 0, 0, 0.6) 70%, 
    rgba(0, 0, 0, 0.9) 90%, 
    rgba(0, 0, 0, 1) 100%
  );
  mask: linear-gradient(to bottom, 
    rgba(0, 0, 0, 0) 0%, 
    rgba(0, 0, 0, 0.05) 10%, 
    rgba(0, 0, 0, 0.1) 20%, 
    rgba(0, 0, 0, 0.3) 40%, 
    rgba(0, 0, 0, 0.6) 70%, 
    rgba(0, 0, 0, 0.9) 90%, 
    rgba(0, 0, 0, 1) 100%
  );
}

/* YouTube Button */
.btn-youtube {
  background-color: #FF0000;
  color: white;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 6px;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.btn-youtube:hover {
  background-color: #CC0000;
}

/* Twitch Button */
.btn-twitch {
  background-color: #9146FF;
  color: white;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 6px;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.btn-twitch:hover {
  background-color: #7C3AED;
}

/* Instagram Button */
.btn-instagram {
  position: relative;
  background: linear-gradient(45deg, #4A3FC8, #6A2A8F, #A02A6A, #C42A5A, #E01A1A, #ff761a);
  color: white;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 6px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
}

.btn-instagram::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D, #ff761a);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.btn-instagram:hover::before {
  opacity: 1;
}

/* Kick Button */
.btn-kick {
  background-color: #53FC18;
  color: black;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 6px;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.btn-kick:hover {
  background-color: #4AE015;
}

.border-instagram{
  border: 1px solid #4A3FC8;
}

.border-kick{
  border: 1px solid #53FC18;
}

.border-twitch{
  border: 1px solid #9146FF;
}

.border-youtube{
  border: 1px solid #FF0000;
}
