body.preloader-site {
    overflow: hidden;
}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, #000, #041513) !important;
    background-size: cover; 
    background-position: bottom;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
}

.grecaptcha-badge { visibility: hidden; }


html, body, input, textarea, select, button {
  font-family: 'Poppins', sans-serif !important;
}

@keyframes typewriter {
  from {
    width: 0;
  }
  to {
    width: 30em;
  }
}

.preserve-breaks {
    white-space: pre-wrap;
}

/*.tab-wrapper {
    display: flex;
    align-items: center;
}

.hover-space {
    width: 10px;
}*/

.editableText:hover {
  cursor: text;
}

.cursor-move:hover {
  cursor: move;
}

.editableText[contenteditable="true"]:focus {
    outline: 1px solid rgba(0,0,0,0.3);
    background: #fff;

}

.hover-target {
  position: relative !important;
}

.btn-controls-xs {
    background-color: rgba(0,0,0,.3);
    color: #fff;
    padding: 8px;
    cursor: pointer;
    border-radius: 25px;
    font-size: .7rem;
    border: 0px;
    z-index: 100;
}

.btn-controls-xs2 {
    background-color: rgba(0,0,0,.3);
    color: #fff;
    padding: 5px;
    cursor: pointer;
    border-radius: 25px;
    font-size: .7rem;
    border: 0px;
    z-index: 100;
}

.btn-controls {
    background-color: rgba(0,0,0,.3);
    color: #fff;
    padding: 12px;
    cursor: pointer;
    border-radius: 25px;
    font-size: .9rem;
    border: 0px;
    z-index: 100;
}

.btn-controls-lg {
    background-color: rgba(0,0,0,.3);
    color: #fff;
    padding: 20px;
    cursor: pointer;
    border-radius: 50px;
    font-size: 1.5rem;
    border: 0px;
    z-index: 100;
}

.btn-controls-xs:hover, .btn-controls-xs2:hover, .btn-controls:hover, .btn-controls-lg:hover{
    background-color: rgba(0,0,0,.6);
    color: #fff;
    border: 0px;
}

.btn-controls-bottom-right {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.btn-controls-top-right {
    position: absolute;
    right: 15px;
    top: 10px;
}

.btn-controls-top-right2 {
    position: absolute;
    right: 15px;
    top: 40px;
}

.btn-controls-top-left {
    position: absolute;
    left: 15px;
    top: 10px;
}

.btn-controls-middle-left {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.btn-controls-middle-right {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.btn-cards {
    background-color: rgba(0,0,0,.3);
    color: #fff;
    padding: 10px;
    cursor: pointer;
    border-radius: 25px;
    font-size: .8rem;
    border: 0px;
    z-index: 100;
}

.btn-cards:hover {
    background-color: rgba(0,0,0,.6);
    color: #fff;
}

.btn-cards-left {
    position: absolute;
    left: 10px;
    top: 10px;
}

.btn-cards-right {
    position: absolute;
    right: 10px;
    top: 10px;
}

.rotate-180 {
    transform: rotate(180deg);
}

.col-overflow {
  flex: 0 0 auto;
}

.col-16-9 {
  width: 300px;
}

.col-1-1 {
  width: 235px;
}

.col-9-16 {
  width: 170px;
}

.card-1-1 {
  aspect-ratio: 1 / 1;
}

.card-16-9 {
  aspect-ratio: 16 / 9;
}

.card-9-16 {
  aspect-ratio: 9 / 16;
}

.rowFixedH1 {
  height: 20%;
}

.rowFixedH2 {
  height: 60%;
}

.rowFixedH3 {
  height: 20%;
}

.col-min {
  flex: 0 0 auto;
  width: 40px;
}

.col-pad-minus {
  padding-left: -5px;
  padding-right: -5px;
}

.col-pad0 {
  padding-left: 0px;
  padding-right: 0px;
}

.col-pad2 {
  padding-left: 5px;
  padding-right: 5px;
}

.col-pad-assets {
  padding-left: 5px;
  padding-right: 5px;
}

.col-pad {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.col-pad-card {
  padding-left: 10px;
  padding-right: 10px;
}

.grid-item,.grid-item-profile {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.grid-item-profile {
  padding-bottom: 30px !important;
}

@media (min-width: 960px) {
    .grid-sizer,
    .grid-item { width: 25%; } /* 4 columns */
}

@media (min-width: 768px) and (max-width: 959px) {
    .grid-sizer,
    .grid-item { width: 33.33%; } /* 3 columns */
}

@media (min-width: 600px) and (max-width: 767px) {
    .grid-sizer,
    .grid-item { width: 33.33%; } /* 2 columns */
}

@media (min-width: 480px) and (max-width: 599px) {
    .grid-sizer,
    .grid-item { width: 50%; } /* 2 columns */
}

@media (min-width: 320px) and (max-width: 479px) {
    .grid-sizer,
    .grid-item { width: 50%; } /* 1 column */
}

@media (max-width: 319px) {
    .grid-sizer,
    .grid-item { width: 100%; } /* 1 column */
}

/* Profile grid - 3 columns */
@media (min-width: 960px) {
  .grid-sizer-profile,
  .grid-item-profile { width: 33.33%; } /* 3 columns */
}

@media (min-width: 768px) and (max-width: 959px) {
  .grid-sizer-profile,
  .grid-item-profile { width: 33.33%; } /* 3 columns */
}

@media (min-width: 600px) and (max-width: 767px) {
  .grid-sizer-profile,
  .grid-item-profile { width: 50%; } /* 2 columns */
}

@media (min-width: 480px) and (max-width: 599px) {
  .grid-sizer-profile,
  .grid-item-profile { width: 33.33%; } /* 2 columns */
}

@media (min-width: 320px) and (max-width: 479px) {
  .grid-sizer-profile,
  .grid-item-profile { width: 50%; } /* 1 column */
}

@media (max-width: 319px) {
  .grid-sizer-profile,
  .grid-item-profile { width: 100%; } /* 1 column */
}

.image-container {
  position: relative;
  display: flex; /* set display property to flex */
  align-items: center; /* align items vertically in center */
  justify-content: center; /* justify content horizontally in center */
}

.hover-buttons {
  position: absolute;
}

.new-target {
    height: 100%; /* Or enough height to easily hover over */
    width: 100%; /* Ensure it's displayed */
}

.mini-sidebar {
    position: fixed; /* Fixed position to stay in place */
    top: 0; /* Align to the top */
    left: 0; /* Align to the left side (adjust if you want it on the right side) */
    height: 100%; /* Full height */
    width: 40px; /* Width of the mini-sidebar */
    z-index: 1050; /* Ensure it's above other content */
    display: flex;
    align-items: center; /* Center the button vertically */
    justify-content: center; /* Center the button horizontally */
}

.toggle-btn {
    writing-mode: vertical-rl; /* Make the text vertical */
    text-orientation: mixed; /* Adjust text orientation */
}

.hr-grey {
  border-top: 3px solid rgba(0,0,0,.15);
}

.hidden-option {
    display: none;
}

.image-text-wrapper {
    position: relative;
    display: inline-block; /* Or 'block', depending on your layout needs */
}

.text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; /* Ensures the text block spans the full width of the container */
    bottom: 0; /* Ensures the text block spans the full height of the container */
    overflow: hidden; /* Hides text that exceeds the image boundaries */
    padding: 10px; /* Provides padding within the text block. Adjust as needed */
    box-sizing: border-box; /* Ensures padding is included in the text block's dimensions */
    display: flex; /* Utilizes Flexbox for centering/alignment, if needed */
    align-items: flex-start; /* Aligns text to the top of the container */
    justify-content: center; /* Centers text horizontally, if needed */
    text-overflow: ellipsis; /* This property won't work as expected with multi-line text without additional setup */
    white-space: normal; /* Allows text to wrap */
}

.img-fluid-text {
    display: block;
    width: 100%; /* Ensures the image is responsive */
    height: auto; /* Maintains the image's aspect ratio */
}

.timeline { 
    background-size: 50px 100%; /* Adjust the 50px to match your scale for one second */
    background-image: linear-gradient(to right, #fff 1px, transparent 1px);
    display: flex; 
    align-items: center; 
    overflow-x: scroll; 
    white-space: nowrap; 
}

.timeline-slot { 
    flex: 0 0 auto; 
    padding: 5px; 
    border: 1px solid #ccc; 
}

.resize-handle {
    width: 5px;
    height: 100%;
    background-color: #333;
    position: absolute;
    top: 0;
}
.left-handle {
    left: 0;
    cursor: w-resize;
}
.right-handle {
    right: 0;
    cursor: e-resize;
}
.timeline-clip {
    position: relative;
    background-color: #f8f9fa; 
    padding: 10px; 
    border: 1px solid #007bff; 
    position: relative;
}

.timeline-slot button {
    margin-top: 5px;
}

.clip-caption, .clip-length {
    display: block;
    text-align: center;
}

.nav-tabsList{
  background-color: #F1F3F4 !important;
}

.nav-tabsForm {
  border-bottom: 0px !important;
}

.nav-tabsForm .nav-link.active,
.nav-tabsForm .nav-link:hover,
.nav-tabsForm .nav-link:focus {
  background-color: #1a1d20 !important;
}

.nav-link {
    color: rgba(0,0,0,.8) !important;
}

.text-nav {
    color: rgba(255,255,255,0.6) !important;
    text-decoration: none;
}

.text-nav:hover, .text-nav:focus, .text-nav.active {
    color: rgba(255,255,255,0.8) !important;
    text-decoration: none;
    font-weight: 700 !important;
}

.nav-menu {
  border-bottom: 0px !important;
}

.nav-menu .nav-link {
  color: #2DD4BF !important;
}

.nav-menu .nav-link.active,
.nav-menu .nav-link:hover,
.nav-menu .nav-link:focus {
  color: #2DD4BF !important;
  background-color: #1a1d20 !important;
  border: 0px;
}

.nav-title {
  font-size: 1.4rem !important;
  border: 0px;
  padding: 1rem 3rem 0.5rem !important;
}

.nav-pad {
    padding: 0.1rem 1rem !important;
}

.navbar {
  padding: 0.25rem 1rem !important;
}

.navbar-dark .nav-link {
    color: rgba(255,255,255,1) !important;
}

.navbar-dark .nav-link:hover, .navbar-dark .nav-link:focus, .navbar-dark .nav-link.active {
    color: rgba(255,255,255,0.8) !important;
}

.navbar-light .nav-link {
    color: rgba(0,0,0,0.8) !important;
}

.navbar-light .nav-link:hover, .navbar-light .nav-link:focus, .navbar-light .nav-link.active {
    color: rgba(0,0,0,1) !important;
}

.footer-link {
    color: rgba(255,255,255,1) !important;
}

.footer-link:hover, .footer-link:focus, .footer-link.active {
    color: rgba(255,255,255,0.8) !important;
}

.link-logo:hover {
  text-decoration: none;
}

.control-label {
  color: rgba(255,255,255,0.6) !important;
  text-transform: none;
  font-weight: 300 !important;
  margin-bottom: .125rem;
}

.text-label {
  color: rgba(255,255,255,0.6) !important;
  text-transform: none;
  font-weight: 300 !important;
  margin-bottom: .125rem;
}

.p-content {
  white-space: pre-line !important;
}

main {
  min-height: 80vh !important;
}

/*.tooltip {
  z-index: 3000 !important;
}*/

.tooltip .tooltip-inner { background-color: #FFFFFF !important; color: #000 !important; box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; }

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #FFFFFF !important;
}
.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
    border-right-color: #FFFFFF !important;
}
.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #FFFFFF !important;
}
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
    border-left-color: #FFFFFF !important;
}

.tooltip.show {
    opacity: 1 !important;
}

input,select,.form-control {
  background-color: rgba(0,0,0,0.5) !important;
  color: rgba(255,255,255,0.8) !important;
  border: 0px;
}

.bg-dark-input {
  background-color: rgba(0,0,0,0.5) !important;
}

select option {
  background-color: rgba(0,0,0,0.9) !important;
  color: rgba(255,255,255,0.8) !important;
}

.dropdownAccount {
  min-width: 180px !important;
}

.nohover:hover, .nohover:focus, .nohover.active {
  background-color: transparent !important;
}

.text-title {
  font-size: 1.8rem !important;
}

.text-subtitle {
  font-size: 1.4rem !important;
}

.text-logo {
  font-size: 1.3rem !important;
}

.navbar-brand {
  font-size: 1.3rem !important;
}

.text-main {
  color: #2DD4BF;
}

a .text-main:hover {
  color: #2DD4BF;
}

.text-main2 {
  color: #0EA5E9;
}

.text-black {
  color: #000 !important;
}

.text-light {
  color: #fff !important;
}

.text-light-70 {
  color: rgba(255,255,255,0.8) !important;
}

.text-light-50 {
  color: rgba(255,255,255,0.6) !important;
}

.text-light-85 {
  color: rgba(255,255,255,0.85) !important;
}

.text-black-30 {
  color: rgba(0,0,0,0.4) !important;
}

.text-black-50 {
  color: rgba(0,0,0,0.6) !important;
}

.text-black-70 {
  color: rgba(0,0,0,0.8) !important;
}

.text-white-50 {
  color: rgba(255,255,255,0.6) !important;
}

.text-white-70 {
  color: rgba(255,255,255,0.8) !important;
}

.bg-background {
  background-color: #f8f9fa !important;
}

.bg-feedback {
  background-color: #E6F4F0 !important;
}

.bg-grey {
  background-color: #F1F3F4 !important;
}


.bg-img {
  background-color: #464646 !important;
  background-image: linear-gradient(0deg, rgba(0,0,0,0.1) 10%, rgba(0,0,0,0.2) 90%), url(/bundles/project/images/backgrounds/back1.png); 
  background-size: cover; 
  background-position: bottom;
}

.bg-main {
  background-color: #2DD4BF;
}

.bg-main2 {
  background-color: #0EA5E9;
}

.bg-transparent {
    background: linear-gradient(to bottom,rgba(0, 0, 0, .6) 10%, rgba(0, 0, 0, .4) 80%, rgba(0, 0, 0, 0) 100%);
    transition: background-color 0.3s;
}

.bg-black {
  background: linear-gradient(135deg, #000, #041513) !important;
}

.bg-black2 {
  background: linear-gradient(135deg, #191919, #1d2e2c) !important;
}

.bg-dark, .modal-content {
  background: linear-gradient(45deg, #1a1d20, #1e2826) !important;
}

.bg-dark2 {
  background: linear-gradient(45deg, #151719, #192220) !important;
}

.bg-dark3 {
  background: linear-gradient(45deg, #111315, #151c1a) !important;
}

.bg-trans {
  background-color: rgba(255,255,255,.05) !important;
}

#carouselHeader video, #carouselHeader img {
    width: 100%; /* Full width */
    object-fit: cover; /* Cover the area, cropping as necessary */
    height: 100vh;
}

.btn-screen {
  padding: 0.5rem 2rem; /* Smaller padding */
  font-size: 1rem; /* Smaller font size */
}

/* Medium devices (tablets, less than 768px) */
@media (max-width: 767.98px) {
    #carouselHeader video, #carouselHeader img{
        height: 80vh; /* Increase height to create more vertical cropping */
    }

    .carousel-caption h1 {
        font-size: 2rem; /* Example: set to 2rem, adjust as needed */
    }
    .carousel-caption h5, .carousel-caption p {
        font-size: 1.2rem; /* Example: set to 1rem, adjust as needed */
    }

    .btn-screen {
        padding: 0.25rem 1rem; /* Smaller padding */
        font-size: 0.875rem; /* Smaller font size */
    }
}

/* Small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
    #carouselHeader video, #carouselHeader img {
        height: 100vh; /* Further increase height for even more vertical cropping */
    }

    .carousel-caption h1 {
        font-size: 1.4rem; /* Example: set to 2rem, adjust as needed */
    }
    .carousel-caption h5, .carousel-caption p {
        font-size: .9rem; /* Example: set to 1rem, adjust as needed */
    }
    .btn-screen {
        padding: 0.2rem 0.7rem; /* Even smaller padding */
        font-size: 0.75rem; /* Even smaller font size */
    }
}

.page-logo {
    max-height: 100vh; /* 100% of the viewport height */
    overflow-x: hidden; /* Ensures anything beyond the max-height is cropped */
}

.page-img {
    height: 100vh; /* Set the image height */
    object-fit: cover; /* Cover the area, cropping the image if needed */
    width: 100%; /* Ensure full width */
}

.badge-beta { 
  color: #000; 
  background-color: #f8f9fa; 
  font-size: 60%;
  vertical-align: middle;
}

.border-main {
  border-color: #2DD4BF !important;
}

.badge-main { 
  color: #000; 
  background-color: #2DD4BF; 
}

.badge-main2 { 
  color: #000; 
  background-color: #0EA5E9; 
}

.badge-outline-main {
  color: #2DD4BF; 
  background-color: #000; 
  border: 1px solid #2DD4BF; 
}

.badge-list {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.badge-trans {
  background-color: rgba(255,255,255,0.25) !important;
}

.imgContainer {
  position: relative;
}

.imgContainer button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.logo-caption {
    position: absolute;
    bottom: 30px; 
    left: 60px;   
    right: 60px;  
    transform: translateY(0%);
}

.height-1 {
  height: 30% !important;
}

.height-2 {
  height: 55% !important;
}

.height-3 {
  height: 15% !important;
}

.hover-buttons-text {
  font-size: 1rem !important;
}

.hover-buttons-image {
  position: absolute;
  /*top: 5px;
  right: 5px;*/
  font-size: 1rem !important;
}

.text-shadow {
  text-shadow: 0px 0px 1px rgba(0,0,0,1), 0px 0px 3px rgba(0,0,0,.7);
}

.title-shadow {
  text-shadow: 0px 0px 2px rgba(0,0,0,1), 0px 0px 5px rgba(0,0,0,.7);
}

.text-logout-shadow {
  text-shadow: 0px 0px 2px rgba(0,0,0,1), 0px 0px 5px rgba(0,0,0,.7), 0px 0px 20px rgba(0,0,0,.5);
}

.shadow-light {
  box-shadow: 0 .5rem 1rem rgba(255,255,255,.15);
}

.badge-light {
  background-color: rgba(255,255,255,0.85) !important;
}

.badge-outline-light {
  background-color: rgba(255,255,255,0.85) !important;
  border: 1px solid #464646 !important;
}

.badge-light2 {
  background-color: rgba(0,0,0,0.05) !important;
  border: 1px solid rgba(0,0,0,0.3) !important;
}

.alert {
  padding: 0.25rem 1.25rem;
}

.text-gradient {
  background: linear-gradient(90deg, #2DD4BF, #0EA5E9);  /* Teal to Sky Blue */
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  display: inline;
}

.text-gradient:hover {
  background: linear-gradient(90deg, #0EA5E9, #2DD4BF);  /* Sky Blue to Teal */
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  display: inline;
}

.text-gradient-white {
  background: linear-gradient(90deg, #ffffff, #2DD4BF);  /* White to Teal */
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  display: inline;
}

.text-gradient-white-center {
  background: linear-gradient(90deg, #ffffff, #2DD4BF);  /* White to Teal */
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.btn-gradient-home { 
  color: #000; 
  background: linear-gradient(90deg, #2DD4BF, #0EA5E9);
  border: 1px solid #0EA5E9; 
} 

.btn-gradient-home:hover,
.btn-gradient-home:active, 
.btn-gradient-home.active, 
.open .dropdown-toggle.btn-gradient-home { 
  color: #000; 
  background: linear-gradient(90deg, #0EA5E9, #2DD4BF);
  border-color: #2DD4BF; 
} 

.btn-gradient { 
  color: #000; 
  background: linear-gradient(90deg, #2DD4BF, #0EA5E9);
  border: 1px solid #0EA5E9; 
} 

.btn-gradient:hover,
.btn-gradient:active, 
.btn-gradient.active, 
.open .dropdown-toggle.btn-gradient { 
  color: #000; 
  background: linear-gradient(90deg, #0EA5E9, #2DD4BF);
  border-color: #2DD4BF; 
} 

.badge-gradient {
  color: #000; 
  background: linear-gradient(90deg, #2DD4BF, #0EA5E9);
}

.btn-gradient-trans { 
  color: #fff; 
  background: rgba(255, 65, 108, 0.5);
  border-color: rgba(255, 65, 108, 0.5);
} 
 
.btn-gradient-trans:hover, 
.btn-gradient-trans:active, 
.btn-gradient-trans.active, 
.open .dropdown-toggle.btn-gradient-trans { 
  color: #fff; 
  background: rgba(255, 65, 108, 0.7);
  border-color: rgba(255, 65, 108, 0.5);
}

.text-success {
  color: #10B981 !important;
}

.alert-success {
  color: #10B981; 
  background-color: transparent; 
  border-color: #10B981; 
}

.badge-success { 
  color: #000; 
  background-color: #10B981; 
}

.btn-success { 
  color: #000; 
  background-color: #10B981; 
  border: #10B981; 
} 
 
.btn-success:hover,
.btn-success:active, 
.btn-success.active, 
.open .dropdown-toggle.btn-success { 
  color: #000; 
  background-color: #0EA875; /* Slightly darker on hover */
  border-color: #0EA875; 
} 

.btn-outline-success { 
  color: #000; 
  border-width: 1.5px !important;
} 


.text-danger {
  color: #F43F5E !important;
}

.badge-danger { 
  color: #000; 
  background-color: #F43F5E; 
}

.alert-danger {
  color: #F43F5E; 
  background-color: transparent; 
  border-color: #F43F5E; 
}

.btn-danger { 
  color: #000; 
  background-color: #F43F5E; 
  border-color: #F43F5E; 
} 
 
.btn-danger:hover,
.btn-danger:active, 
.btn-danger.active, 
.open .dropdown-toggle.btn-danger {  
  color: #000; 
  background-color: #E11D48; /* Slightly darker on hover */
  border-color: #E11D48; 
} 

.btn-outline-danger { 
  color: #000; 
  border-width: 1.5px !important;
} 


.btn-outline-success { 
  color: #28a745 !important; /* Match success color */
  border-width: 1.5px !important;
} 

.btn-outline-success:hover,
.btn-outline-success:active,
.btn-outline-success.active {
  color: #000 !important;
  background-color: #28a745 !important;
}

.btn-outline-danger { 
  color: #DC2626 !important; /* Match danger color */
  border-width: 1.5px !important;
} 

.btn-outline-danger:hover,
.btn-outline-danger:active,
.btn-outline-danger.active {
  color: #000 !important;
  background-color: #DC2626 !important;
}

.btn {
  text-transform: uppercase !important;
  font-weight: 700 !important;
  border-radius: 25px !important;
}

.spinner-btn {
  width: 1.25rem;
  height: 1.25rem;
}

.btn-xs {
  padding: 0.2rem 0.4rem;
  font-size: .8rem;
  line-height: 1.2;
  border-radius: 0.15rem;
}

.btn-width {
  padding: 0.375rem 2rem !important;
}

.btn-main2 { 
  color: #000; 
  background: #2DD4BF;
  border-color: #2DD4BF; 
} 

.btn-main { 
  color: #000; 
  background: linear-gradient(135deg, #2DD4BF 0%, #0EA5E9 100%);
  border-color: #2DD4BF; 
} 
 
.btn-main:hover, 
.btn-main:active, 
.btn-main.active, 
.open .dropdown-toggle.btn-main { 
  color: #000; 
  background: linear-gradient(135deg, #0EA5E9 0%, #2DD4BF 100%);
  border-color: #2DD4BF; 
} 
 
.btn-main:active, 
.btn-main.active, 
.open .dropdown-toggle.btn-main { 
  background-image: none; 
} 
 
.btn-main.disabled, 
.btn-main[disabled], 
fieldset[disabled] .btn-main, 
.btn-main.disabled:hover, 
.btn-main[disabled]:hover, 
fieldset[disabled] .btn-main:hover, 
.btn-main.disabled:focus, 
.btn-main[disabled]:focus, 
fieldset[disabled] .btn-main:focus, 
.btn-main.disabled:active, 
.btn-main[disabled]:active, 
fieldset[disabled] .btn-main:active, 
.btn-main.disabled.active, 
.btn-main[disabled].active, 
fieldset[disabled] .btn-main.active { 
  background-color: #2DD4BF; 
  border-color: #2DD4BF; 
} 

.btn-outline-main { 
  color: #2DD4BF; 
  background-color: transparent; 
  border: 1.5px solid #2DD4BF; 
} 
 
.btn-outline-main:hover, 
.btn-outline-main:active, 
.btn-outline-main.active, 
.open .dropdown-toggle.btn-outline-main { 
  color: #000; 
  background-color: #2DD4BF; 
  border: 1.5px solid #2DD4BF; 
} 

.btn-outline-secondary { 
  color: rgba(255,255,255,0.8) !important;
  background-color: #000 !important;
  border: 1px solid rgba(255,255,255,0.8) !important;
  border-radius: 0.25rem !important;
} 
 
.btn-outline-secondary:hover, 
.btn-outline-secondary:active, 
.btn-outline-secondary.active, 
.open .dropdown-toggle.btn-outline-secondary { 
  color: #000 !important;
  background-color: rgba(255,255,255,0.8) !important;
  border: 1px solid rgba(255,255,255,0.8) !important;
} 

.btn-transparent { 
  color: #464646; 
  background-color: transparent; 
  border: 0px;
  margin: 0.35rem !important;
} 
 
.btn-transparent:hover, 
.btn-transparent:active, 
.btn-transparent.active, 
.open .dropdown-toggle.btn-transparent { 
  color: #fff; 
  background-color: #464646; 
  border: 1.5px solid #464646; 
} 


.btn-light { 
  color: #464646; 
  background-color: rgba(255,255,255,1); 
  border-color: rgba(255,255,255,1);
} 
 
.btn-light:hover, 
.btn-light:active, 
.btn-light.active, 
.open .dropdown-toggle.btn-light { 
  color: #464646; 
  background-color: rgba(255,255,255,0.8); 
  border-color: rgba(255,255,255,0.8);
} 
 
.btn-light:active, 
.btn-light.active, 
.open .dropdown-toggle.btn-light { 
  background-image: none; 
} 
 
.btn-light.disabled, 
.btn-light[disabled], 
fieldset[disabled] .btn-light, 
.btn-light.disabled:hover, 
.btn-light[disabled]:hover, 
fieldset[disabled] .btn-light:hover, 
.btn-light.disabled:focus, 
.btn-light[disabled]:focus, 
fieldset[disabled] .btn-light:focus, 
.btn-light.disabled:active, 
.btn-light[disabled]:active, 
fieldset[disabled] .btn-light:active, 
.btn-light.disabled.active, 
.btn-light[disabled].active, 
fieldset[disabled] .btn-light.active { 
  background-color: rgba(255,255,255,0.8);
  border-color: rgba(255,255,255,0.8);
} 

.btn-outline-light { 
  color: rgba(255,255,255,1);
  background-color: transparent; 
  border: 1.5px solid rgba(255,255,255,1);
} 
 
.btn-outline-light:hover, 
.btn-outline-light:active, 
.btn-outline-light.active, 
.open .dropdown-toggle.btn-outline-light { 
  color: #464646; 
  background-color: rgba(255,255,255,1); 
  border: 1.5px solid rgba(255,255,255,1);
} 

.btn-outline-light2 { 
  color: #464646;
  background-color: rgba(0,0,0,0.025);
  border: 1px solid #ced4da;
} 
 
.btn-outline-light2:hover, 
.btn-outline-light2:active, 
.btn-outline-light2.active, 
.open .dropdown-toggle.btn-outline-light2 { 
  color: #464646; 
  background-color: rgba(0,0,0,0.2);
  border: 1px solid rgba(0,0,0,0.3);
} 

.btn-outline-handle {
  color: rgba(255, 255, 255, 0.85);
  background-color: rgba(0, 0, 0, 0.125);
  border: 2px solid rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(7px);
  transition: all 0.3s ease;
  border-radius: 30px !important;
}

.btn-outline-handle:hover,
.btn-outline-handle:focus,
.btn-outline-handle:active {
  color: rgba(0, 0, 0, 0.8);
  background-color: rgba(255, 255, 255, 0.85);
  border-color: rgba(255, 255, 255, 0.85);
}

.btn-icon {
  background-color: rgba(0,0,0,0.4) !important;
  color: rgba(255,255,255,0.8) !important;
  border: 1px solid rgba(0,0,0,0.6) !important;
  border-radius: 0.25rem !important;
}

.btn-icon:hover, .btn-icon:focus, .btn-icon.active  {
  color: #000 !important;
  background-color: rgba(255,255,255,0.8) !important;
}

.break {
  word-break: break-all !important;
}

.no-break {
  white-space:nowrap !important;
}

.modal-header {
  border-bottom: 3px solid #000 !important;
  /*padding: 1rem 1rem 0rem 1rem;*/
}

.border-top {
  border-top: 3px solid #000 !important;
  /*padding: 1rem 1rem 0rem 1rem;*/
}

.modal-content {
  border: 0px !important;
  /*border-radius: 1rem !important;*/
  border-radius: 15px !important;
}

.modal-xl {
  max-width: 1100px;  /* or any other width you prefer */
}

#imageGallery {
  min-height: 200px;
  width: 100%;
  position: relative;
  display: block;
}

#imageGallery:after {
  content: '';
  display: block;
  clear: both;
}

#imageGallery .grid-item {
  float: left;
  width: 25%; /* Adjust based on your desired column count */
  padding: 10px;
}

.list-group-item {
  background-color: transparent;
}

.list-group-item-sm {
  padding: 0.25rem 0.25rem !important;
  font-size: 90% !important;
}

.card-element {
  border: 0px !important;
}

.card-img {
    width: 100% !important;
    height: auto !important;
}

.img-white {
  -webkit-filter: invert(100%); /* Safari */
  filter: invert(100%);
}

.img-grey {
  -webkit-filter: grayscale(100%); /* Safari */
  filter: grayscale(100%);
}

.img-filter1 {
  -webkit-filter: brightness(100%); /* Safari */
  filter: brightness(100%);
}

.img-filter2 {
  -webkit-filter: brightness(70%); /* Safari */
  filter: brightness(70%);
}

/*.imgCaption {
  max-width: 150px;
}*/

.imgLogout {
  color: #fff; 
  font-size: 18px; 
  position: absolute; 
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  text-align: center;
}

.shadow-container {
  display: inline-block;
  position: relative;
  width: 100%;
}

.shadow-container::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0px 0px 15px rgba(255,255,255,0.3) inset;
}

.shadow-container {
  display: inline-block;
  position: relative;
}

.dropdown-menu {
  background-color: #1a1d20 !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
  border-radius: calc(0.25rem - 1px) !important;
  z-index: 2000 !important;
}

.dropdown-item {
  color: rgba(255,255,255,0.8) !important;
}

.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active {
  color: rgba(255,255,255,1);
  background-color: rgba(255,255,255,0.1);
}

.border-radius {
  border-radius: 15px !important ;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.card-header {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.card {
  /*border: 1px solid #ced4da !important;*/
  /*border-radius: calc(0.25rem - 1px) !important;*/
  border-radius: 15px !important ;
}

.no-border-top-left {
  border-top-left-radius: 0px !important;
}

.card-pad {
  padding: 1.25rem 1.75rem 1rem 1.75rem !important;
}

.card-pad-home {
  padding: 1rem 1rem .5rem 1rem !important;
}

.card-pad2 {
  padding: 1rem !important;
}

.card-pad3 {
  padding: .5rem !important;
}

.card-pad0 {
  padding: 0rem !important;
}

.card-image {
  padding:  1rem .5rem .5rem 1rem !important;
}

.card-audio {
  padding:  .5rem .5rem .5rem .5rem !important;
}

.cardStory {
  /*border-radius: 10px !important;*/
  border-radius: calc(0.25rem - 1px) !important;
  position: relative;
}

.card-link-overlay {
    z-index: 1;
}

.card-link-overlay-list {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; /* To ensure the link is above the other card content but below any nested links */
}

/*.card-height {
  min-height: 290px !important;
}*/

/*.card-hover { 
  transition: all .2s ease-in-out; 
}

.card-hover:hover{
  transform:scale(1.03); 
}*/

/*.imgClick { 
  transition: all .2s ease-in-out; 
}

.imgClick:hover{
  transform:scale(1.03); 
  cursor: pointer;
} */

.hover-target:hover{
  cursor: pointer;
}

.btnExpand:hover {
  cursor: pointer;
}

.btnUser {
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translateX(-50%); 
  z-index: 100;
}

.text-1-lines {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-card-lines {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-audio-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-image-lines {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.font-lg {
  font-size: 110%;
}

.font-100 {
  font-size: 100%;
}

.font-95 {
  font-size: 94%;
}

.font-90 {
  font-size: 86%;
}

.font-sm {
  font-size: 80%;
}

.font-xs {
  font-size: 60%;
}

.strong {
  font-weight: 700;
}

.regular {
  font-weight: 400;
}

.light {
  font-weight: 300;
}

.container {
    width: auto;
    padding: 0 15px;
}

/* dataTables */
.dataTables_wrapper {
  position: static;
}

.dataTables_length, .dataTables_info {
  color: rgba(255,255,255,0.6) !important;
  display: block !important;
  float: left !important;
}

.dataTables_length label select{
  border-radius: 5px !important;
  background-color: rgba(0,0,0,0.6) !important;
  border: 0px;
  outline: 0 !important;
  color: rgba(255,255,255,0.8) !important;
}

.dataTables_filter {
  display: block !important;
  float: right !important;
  margin-left: 0 !important;
  text-align: right !important;
  margin-bottom: 5px !important;
}

.dataTables_filter label{
  display: inline-block !important;
  color: rgba(255,255,255,0.6) !important;
}

.dataTables_filter input{
  position: relative !important;
  background-color: rgba(0,0,0,0.6) !important;
  border: 0px;
  border-radius: 5px !important;
  margin-bottom: 5px !important;
  padding: 0px 10px 0px 10px !important;
  outline: 0 !important;
  color: rgba(255,255,255,0.8) !important;
}

.paginate_button, .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: rgba(255,255,255,0.1) !important;
  background-color: rgba(255,255,255,0.1) !important;
  color: rgba(255,255,255,0.8) !important;
  border: 1px solid rgba(255,255,255,0.8) !important;
  padding: 0px 10px  !important;
  border-radius: 10px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:active{
  background: rgba(255,255,255,0.8) !important;
  background-color: rgba(255,255,255,0.8) !important;
  color: #000 !important;
  border: 1px solid rgba(255,255,255,0.8) !important;
  padding: 0px 10px !important;
  border-radius: 10px !important;
}

/*.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
}*/

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, 
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: rgba(255,255,255,0.3) !important;
  border: 0px !important;
  background-color: transparent !important;
}

.dataTables_paginate {
  color: rgba(255,255,255,0.8) !important;
}

.dataTables_empty {
  color: rgba(255,255,255,0.6) !important;
}

table.dataTable thead th, table.dataTable tfoot th {
    font-weight: 300 !important;
    color: rgba(255,255,255,0.8) !important;
}

.table td, .table th {
  border-top: 1px solid #000 !important;
}

table.dataTable thead th, table.dataTable thead td {
  border-bottom: 1px solid #000 !important;
}

.btnTop {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 98;
    border-radius: 20px !important;
}

.btn-radio1 {
  border-radius: 25px 0px 0px 25px !important;
}

.btn-radio2 {
  border-radius: 0px 25px 25px 0px !important;
}

.btn-no-radius {
  border-radius: 5px !important;
}

@media (min-width: 768px) {
    .h-md-100 {
        height: 100% !important;
    }
}

@media (min-width: 992px) {
    .h-lg-100 {
        height: 100% !important;
    }
} 

.form-control-outline {
  background-color: rgba(255,255,255,0.1) !important;
  color: rgba(255,255,255,0.8) !important;
  border: 0px !important;
  font-weight: 400 !important;
  border-radius: 0.25rem !important;
}

.form-control-custom {
  background-color: #1a1d20 !important;
  color: rgba(255,255,255,0.8) !important;
  border: 0px !important;
  font-weight: 400 !important;
  border-radius: 0.25rem !important;
  text-transform: none !important;
}

.btn-filter-custom {
  background-color: #1a1d20 !important;
  color: rgba(255,255,255,0.6) !important;
  border: 0px solid rgba(255,255,255,0.6) !important;
  font-weight: 700 !important;
  border-radius: 0.25rem !important;
}

.btn-filter-custom.active, .btn-filter-custom:not(:disabled):hover {
  background-color: rgba(255,255,255,0.6) !important;
  color: rgba(0,0,0,0.8)  !important;
  border: 1px solid rgba(255,255,255,0.6) !important;
}

.btn-filter-custom:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.border-dashed {
  border: 2px dashed #dee2e6;
}

.checkmark-overlay {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: rgba(0, 123, 255, 0.8);
  color: white;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#panelAssets .col-sm-6 {
  position: relative;
}

#panelAssets img {
  cursor: pointer;
}

#panelAssets img.selected {
  border: 3px solid #007bff;
}

/* Add these new classes */
.hero-container {
  position: relative;
  width: 100%;
}

.hero-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Adjust opacity as needed (0.5 = 50% dark) */
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Ensure caption stays above the overlay */
.hero-container .carousel-caption {
  z-index: 2
}

.masonry-wrapper {
  position: relative;
  overflow: hidden;
}

.masonry-container {
  max-height: 800px; /* Adjust this value as needed */
  overflow: hidden;
}

.masonry-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px; /* Adjust this value to control the height of the gradient */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  pointer-events: none; /* Allows clicking through the gradient */
}

.profile-item {
  transition: all 0.3s ease;
}

#baseImagePreview:hover .overlay,
#variationsPreview:hover .overlay,
.empty-preview .overlay {
    opacity: 1 !important;
}

/* Global scrollbar styles */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #2a2a2a;  /* Darker background for better contrast */
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background: #666;  /* Darker thumb color */
  border-radius: 4px;
  transition: background 0.2s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: #888;  /* Lighter on hover */
}

/* For Firefox - global scrollbar */
* {
  scrollbar-width: thin;
  scrollbar-color: #666 #2a2a2a;  /* thumb-color track-color */
}

/* Custom class for elements that need scrollbar styling */
.custom-scrollbar {
  /* Ensure the element has a scrollbar */
  overflow-y: auto;
  
  /* Hide default scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/* Show custom scrollbar only for Webkit browsers */
.custom-scrollbar::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  transition: background 0.2s ease;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.4);
}