/*COMMON*/


@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,300,700|Open+Sans:400italic,300italic);

html {
    min-height: 100%;
    position: relative;
}

@font-face {
    font-family: 'Product Sans Infanity';
    src: url('https://adixiba.com/fonts/ProductSansInfanity.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
            font-family: 'Anta';
            src: url('https://adixiba.com/fonts/Anta.ttf') format('truetype');
        }
        @font-face {
            font-family: 'Cormorant';
            src: url('https://adixiba.com/fonts/Cormorant.ttf') format('truetype');
        }
        @font-face {
            font-family: 'Fraunces';
            src: url('https://adixiba.com/fonts/Fraunces.ttf') format('truetype');
        }
        @font-face {
            font-family: 'Helvetica';
            src: url('https://adixiba.com/fonts/Helvetica.ttf') format('truetype');
        }
        @font-face {
            font-family: 'Karla';
            src: url('https://adixiba.com/fonts/Karla.ttf') format('truetype');
        }
        @font-face {
            font-family: 'KodeMono';
            src: url('https://adixiba.com/fonts/KodeMono.ttf') format('truetype');
        }
        @font-face {
            font-family: 'Lato';
            src: url('https://adixiba.com/fonts/Lato.ttf') format('truetype');
        }
        @font-face {
            font-family: 'Lobster';
            src: url('https://adixiba.com/fonts/Lobster.ttf') format('truetype');
        }
        @font-face {
            font-family: 'Montserrat';
            src: url('https://adixiba.com/fonts/Montserrat.ttf') format('truetype');
        }
        @font-face {
            font-family: 'Pacifico';
            src: url('https://adixiba.com/fonts/Pacifico.ttf') format('truetype');
        }
        @font-face {
            font-family: 'Playfair';
            src: url('https://adixiba.com/fonts/Playfair.ttf') format('truetype');
        }
        @font-face {
            font-family: 'Poppins';
            src: url('https://adixiba.com/fonts/Poppins.ttf') format('truetype');
        }
        @font-face {
            font-family: 'ProductSansInfanity';
            src: url('https://adixiba.com/fonts/ProductSansInfanity.ttf') format('truetype');
        }
        @font-face {
            font-family: 'Raleway';
            src: url('https://adixiba.com/fonts/Raleway.ttf') format('truetype');
        }
        @font-face {
            font-family: 'Roboto';
            src: url('https://adixiba.com/fonts/Roboto.ttf') format('truetype');
        }
        @font-face {
            font-family: 'Rubik';
            src: url('https://adixiba.com/fonts/Rubik.ttf') format('truetype');
        }
        @font-face {
            font-family: 'RubikDoodleShadow';
            src: url('https://adixiba.com/fonts/RubikDoodleShadow.ttf') format('truetype');
        }
        @font-face {
            font-family: 'RubikGlitch';
            src: url('https://adixiba.com/fonts/RubikGlitch.ttf') format('truetype');
        }
        @font-face {
            font-family: 'Sacramento';
            src: url('https://adixiba.com/fonts/Sacramento.ttf') format('truetype');
        }
        @font-face {
            font-family: 'SixtyFour';
            src: url('https://adixiba.com/fonts/SixtyFour.ttf') format('truetype');
        }
        @font-face {
            font-family: 'SpaceMono';
            src: url('https://adixiba.com/fonts/SpaceMono.ttf') format('truetype');
        }
        @font-face {
            font-family: 'Workbench';
            src: url('https://adixiba.com/fonts/Workbench.ttf') format('truetype');
        }

        /* Style the font options */
        .font-Anta {
            font-family: 'Anta', sans-serif;
        }
        .font-Cormorant {
            font-family: 'Cormorant', sans-serif;
        }
        .font-Fraunces {
            font-family: 'Fraunces', sans-serif;
        }
        .font-Helvetica {
            font-family: 'Helvetica', sans-serif;
        }
        .font-Karla {
            font-family: 'Karla', sans-serif;
        }
        .font-KodeMono {
            font-family: 'KodeMono', sans-serif;
        }
        .font-Lato {
            font-family: 'Lato', sans-serif;
        }
        .font-Lobster {
            font-family: 'Lobster', sans-serif;
        }
        .font-Montserrat {
            font-family: 'Montserrat', sans-serif;
        }
        .font-Pacifico {
            font-family: 'Pacifico', sans-serif;
        }
        .font-Playfair {
            font-family: 'Playfair', sans-serif;
        }
        .font-Poppins {
            font-family: 'Poppins', sans-serif;
        }
        .font-ProductSansInfanity {
            font-family: 'ProductSansInfanity', sans-serif;
        }
        .font-Raleway {
            font-family: 'Raleway', sans-serif;
        }
        .font-Roboto {
            font-family: 'Roboto', sans-serif;
        }
        .font-Rubik {
            font-family: 'Rubik', sans-serif;
        }
        .font-RubikDoodleShadow {
            font-family: 'RubikDoodleShadow', sans-serif;
        }
        .font-RubikGlitch {
            font-family: 'RubikGlitch', sans-serif;
        }
        .font-Sacramento {
            font-family: 'Sacramento', sans-serif;
        }
        .font-SixtyFour {
            font-family: 'SixtyFour', sans-serif;
        }
        .font-SpaceMono {
            font-family: 'SpaceMono', sans-serif;
        }
        .font-Workbench {
            font-family: 'Workbench', sans-serif;
        }

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #f5f5f7;
    color: #333;
    max-width: 2000px;
    margin: 0 auto;
    margin-top: 3em;
    width: 100%;
    min-height: 100%;
	background-image: url('/images/bg1.png');
	background-repeat:repeat;
	background-size: 100% 100%;
}

h1 {
    font-size: 2em;
    font-weight: 600;
    color: #4b249e;
    text-align: center;
    margin: 0;
    padding: 0;
}

h2 {
	color: #878787;
	text-transform: uppercase;
	font-family: 'Work sans', sans-serif;
	font-weight: 300;
	letter-spacing: 3px;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 0.9em;
}

a.language:link {
	text-decoration: none;
	color: #878787;
	text-transform: uppercase;
	font-family: 'Work sans', sans-serif;
	font-weight: 300;
	letter-spacing: 3px;
	display: block;
	text-align: center;
	font-size: 0.8em;
}

a.language:visited {
  text-decoration: none;
}

a.language:hover {
  text-decoration: underline;
}

a.language:active {
  text-decoration: underline;
}

.center {
    margin-left: auto;
    margin-right: auto;
    display: block
}

.submit_button1 {
    background: #fff;
    width: 250px;
    height: 50px;
    color: #55adff;
    border: 2px solid #55adff;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	border-radius: 5px;
}

.submit_button1:hover {
    background: #55adff;
	color: #fff;
	opacity: 75%;
}

.submit_button2 {
    margin: 20px;
    background: #fff;
    width: 250px;
    height: 50px;
    color: #eb8ac0;
    border: 2px solid #eb8ac0;
	font-size: 1.2em;
	letter-spacing: 1px;
	font-family: 'Roboto', sans-serif;
	border-radius: 5px;
}

.submit_button2:hover {
    background: #eb8ac0;
	color: #fff;
	opacity: 75%;
}

.mobileHide { display: inline;}
   /* Smartphone Portrait and Landscape */
   @media only screen
   and (min-device-width : 320px)
   and (max-device-width : 480px){  .mobileHide { display: none;}}

.mobileShow { display: none;}
   /* Smartphone Portrait and Landscape */
   @media only screen
   and (min-device-width : 320px)
   and (max-device-width : 480px){ .mobileShow { display: inline;}}









/*HEADER*/


header {
    height: auto;
	background: white;
	padding-bottom: 0px;
	position: fixed;
	z-index: 1000;
  	top: 0px;
	right: 0px;
	left: 0px;
    background-color: rgba(255, 255, 255, 0.5);
}

header .logo {
	margin-top: 0.4em;
	margin-left: 0.4em;
    float: left;
    height: 100%;
}


#line {
	margin-top: 2.8em;
	width: 100%;
	border-top: 1px solid #55adff;
	border-bottom: 1px solid #4b249e;
}

#line .line1 {
	width: 100%;
	border-top: 1px solid #eb8ac0;
	border-bottom: 1px solid #ff3630;
}

.language_en {
	position: absolute;
	right: 11em;
	top: 1em;
	z-index: 100;
	width: 2em;
}

.language_sv {
	position: absolute;
	right: 8em;
	top: 1em;
	z-index: 100;
	width: 2em;
}

.language_de {
	position: absolute;
	right: 5em;
	top: 1em;
	z-index: 100;
	width: 2em;
}






/* Footer Background */
footer {
    background: linear-gradient(135deg, #55adff 0%, #eb8ac0, #ff3630, #4b249e 100%);
    color: white;
    padding: 2em 0;
    padding-top: 0;
    text-align: center;
}

footer {
    margin-top: 2em;
}

#footerline {
	margin-bottom: 0.4em;
	width: 100%;
	border-top: 1px solid #55adff;
	border-bottom: 1px solid #4b249e;
}

#footerline .footerline1 {
	width: 100%;
	border-top: 1px solid #eb8ac0;
	border-bottom: 1px solid #ff3630;
}

/* Social Icons */
.social-icons {
    display: flex;
    justify-content: center;
    gap: 1em;
    margin-bottom: 1.5em;
}

.social-icons img {
    width: 30px;
    opacity: 0.8;
    transition: 0.3s;
}

.social-icons img:hover {
    opacity: 1;
    transform: scale(1.1);
}

/* Footer Content Grid */
.footer-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3em;
    max-width: 900px;
    margin: auto;
    padding: 1em;
}

/* Footer Sections */
.footer-section {
    flex: 1;
    min-width: 150px;
}

.footer-section h3 {
    font-size: 1.1em;
    margin-bottom: 0.5em;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin: 0.4em 0;
}

.footer-section ul li a {
    color: white;
    text-decoration: none;
    opacity: 0.8;
    transition: 0.3s;
}

.footer-section ul li a:hover {
    opacity: 1;
    text-decoration: underline;
}

/* Copyright */
.copy {
    margin-top: 2em;
    font-size: 0.9em;
    opacity: 0.7;
}







/* ====================================
Navigation 
==================================== */

.overlay-navigation {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.2);
  display: none;
  opacity: 0;
}

nav,
nav ul {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

nav ul li {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  display: none;
}

nav li a {
  position: relative;
  top: 46%;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Work sans', sans-serif;
  font-weight: 300;
  letter-spacing: 4px;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 1.2rem;
  opacity: 0;
}

nav li a:before {
  content: '';
  width: 70px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 100;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

nav li a:after {
  content: attr(data-content);
  font-size: 0.9rem;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  opacity: 0;
  position: absolute;
  z-index: 100;
  color: #fff;
  display: block;
  margin-right: auto;
  margin-left: auto;
  left: 0;
  right: 0;
  bottom: -50px;
  text-transform: none;
  font-family: 'Open sans', sans-serif;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0;
}

nav li a:hover:before {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

nav li a:hover:after {
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 1;
}

nav li:nth-of-type(1) {
  background: linear-gradient(135deg, #55adff 0%, #eb8ac0 100%);
}

nav li:nth-of-type(2) {
  background: linear-gradient(135deg, #eb8ac0 0%, #ff3630 100%);
}

nav li:nth-of-type(3) {
  background: linear-gradient(135deg, #ff3630 0%, #4b249e 100%);
}

nav li:nth-of-type(4) {
  background: linear-gradient(135deg, #4b249e 0%, #55adff 100%);
}




/* ====================================
Burger king
==================================== */

.open-overlay {
  position: absolute;
  right: 0.8rem;
  top: 0.4rem;
  z-index: 100;
  width: 34px;
  display: block;
  cursor: pointer;
}

.open-overlay span {
  display: block;
  height: 1px;
  background-color: #4b249e;
  cursor: pointer;
  margin-top: 8px;
}

.animate-top-bar {
  -webkit-animation: animate-top-bar .6s linear 1 both;
  animation: animate-top-bar .6s linear 1 both
}

.animate-bottom-bar {
  -webkit-animation: animate-bottom-bar .6s linear 1 both;
  animation: animate-bottom-bar .6s linear 1 both
}

.animate-middle-bar {
  -webkit-animation: animate-middle-bar .6s linear 1 both;
  animation: animate-middle-bar .6s linear 1 both
}

.animate-out-top-bar {
  -webkit-animation: animate-out-top-bar .6s linear 1 both;
  animation: animate-out-top-bar .6s linear 1 both
}

.animate-out-bottom-bar {
  -webkit-animation: animate-out-bottom-bar .6s linear 1 both;
  animation: animate-out-bottom-bar .6s linear 1 both
}

.animate-out-middle-bar {
  -webkit-animation: animate-out-middle-bar .6s linear 1 both;
  animation: animate-out-middle-bar .6s linear 1 both
}


/* ====================================
Animation keyframes
==================================== */

@keyframes animate-top-bar {
  0% {
    background-color: #4b249e;
  }
  50% {
    -webkit-transform: translateY(9px);
    transform: translateY(9px)
  }
  80% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    background-color: #4b249e
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #55adff;
  }
}

@keyframes animate-bottom-bar {
  0% {
    background-color: #4b249e;
  }
  50% {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px)
  }
  80% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: #4b249e;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #ff3630;
  }
}

@keyframes animate-middle-bar {
  0% {
    background-color: #4b249e;
  }
  80% {
    background-color: #4b249e;
  }
  100% {
    background-color: #eb8ac0;
  }
}

@keyframes animate-out-top-bar {
  0% {
    background-color: #55adff
  }
  50% {
    -webkit-transform: translateY(9px);
    transform: translateY(9px)
  }
  80% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    background-color: #55adff
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #4b249e;
  }
}

@keyframes animate-out-bottom-bar {
  0% {
    background-color: #ff3630
  }
  50% {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px)
  }
  80% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: #ff3630;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #4b249e;
  }
}

@keyframes animate-out-middle-bar {
  0% {
    background-color: #eb8ac0
  }
  80% {
    background-color: #eb8ac0;
  }
  100% {
    background-color: #4b249e;
  }
}

.home a {
  font-family: "Work Sans", sans-serif;
  color: #222;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  z-index: 10;
  top: 50px;
  left: 50px;
  padding-bottom: 3px;
  border-bottom: 1px solid #222;
}

@media (max-width: 640px) {
  nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  nav ul li {
    height: 20%;
  }
  nav ul li a {
    font-size: 18px;
  }
  nav li a:after {
    font-size: 0.8rem;
    bottom: -25px;
  }
  nav li a:hover:after {
    transform: translateY(0);
  }
  .open-overlay {
    right: 1rem;
  }
  nav li a:before {
    width: 25px;
  }
}





/*SHOW MORE*/



* {box-sizing: border-box;}

.panel-wrapper {
  position: relative;
}

.btn_blue {
  color: #fff;
  background: #55adff;
  border-radius: 0px 0px 5px 5px;
  left: 40%;
  padding: 3px;
  text-decoration: none;
  width: 20%;
}
.show, .hide {
  position: absolute;
  bottom: -1.5em;
  z-index: 0;
  text-align: center;
}

.hide {display: none;}
.show:target {display: none;}
.show:target ~ .hide {display: block;}
.show:target ~ .panel {
   max-height: 2000px; 
}
.show:target ~ .fade {
  margin-top: -50px;
}





/*FORMS*/



.contact_container {
	margin: auto;
	width: 80%;
}

.vid_choice_container {
	width: 100%;
	margin-bottom: 2em;
}

textarea[type=t2]{
	width: 100%;
    height: 10em;
}

input[type="text"],
input[type="number"],
input[type="url"],
select,
textarea {
    width: 100%;
    padding: 0.75em;
    margin-bottom: 1.25em;
    border: 0.06em solid #d2d2d7;
    border-radius: 0.5em;
    background-color: #f9f9fa;
    font-size: 1em;
    color: #333;
    box-sizing: border-box;
  -webkit-appearance: none;
   -moz-appearance: none;
}

input[type="color"] {
    padding: 0;
    width: 100%;
    height: 2.5em;
    border: none;
}

textarea {
    height: 5em;
}

input[type="submit"] {
    background-color: #55adff;
    color: #fff;
    padding: 0.75em 1.25em;
    font-size: 1em;
    font-weight: 500;
    border-radius: 0.5em;
        border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
  -webkit-appearance: none;
}

input[type="submit"]:hover {
    background-color: #4b249e;
}

button {
    background-color: #55adff;
    color: #fff;
    padding: 0.75em 1.25em;
    font-size: 1em;
    font-weight: 500;
    border-radius: 0.5em;
        border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
  -webkit-appearance: none;
}

button:hover {
    background-color: #4b249e;
}

input[type=email]{
	margin: auto;
	width: 90%;
	margin-top: 0.2em;
	padding: 0.5em;
	font-size: 1em;
	border:1px solid #000;
	-moz-border-radius:5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}

input[type=password]{
	margin: auto;
	width: 90%;
	margin-top: 0.2em;
	padding: 0.5em;
	font-size: 1em;
	border:1px solid #000;
	-moz-border-radius:5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}

input[type=email]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #55adff;
  opacity: 1; /* Firefox */
}

input[type=password]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #55adff;;
  opacity: 1; /* Firefox */
}

.button-container {
    text-align: center;
}





.text2, .password2 {
	margin: auto;
	margin-top: 0.2em;
	width: 90%;
	padding: 0.5em;
	font-size: 1em;
	color: #eb8ac0;
	border: 1px solid #eb8ac0;
}

#username, #email, #new-password-text-field, #confirm-password-text-field, #registration-code {
	margin: auto;
	margin-top: 0.2em;
	width: 90%;
	padding: 0.5em;
	font-size: 1em;
	color: #eb8ac0;
	border: 1px solid #eb8ac0;
}

#username::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #eb8ac0;
  opacity: 1; /* Firefox */
}

#email::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #eb8ac0;
  opacity: 1; /* Firefox */
}

#new-password-text-field::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #eb8ac0;
  opacity: 1; /* Firefox */
}

#confirm-password-text-field::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #eb8ac0;
  opacity: 1; /* Firefox */
}

#registration-code::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #eb8ac0;
  opacity: 1; /* Firefox */
}

.sign_in_box {
  overflow: auto;
  text-align: center;
  border: 2px solid #55adff;
  border-radius: 30px 30px 30px 30px;
  padding-top: 1em;
  padding-bottom: 2em;
	width: 100%;
	margin: auto;
}

.register_box {
  overflow: auto;
  text-align: center;
  border: 2px solid #eb8ac0;
  border-radius: 30px 30px 30px 30px;
  padding-top: 1em;
  padding-bottom: 1em;
	width: 100%;
	margin: auto;
}










/*POSTBOX*/



iframe {
    display:block;
    width:100%;
}

.commrow {
	width: 100%;
	display: inline-block;
}

.tooltip {
  	border-bottom: 1px dotted #000000;
  	outline: none;
  	text-decoration: none;
  	font-size:12px;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color: #eb8ac0;
}

.classic { 
	padding: 0.5em; 
	width: 270px;
	height: 270px;
	background:#FFFFFF;
	border:2px solid #000;
	
	/* Rounded corners */
	-moz-border-radius:20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius:20px;
	overflow: auto;
}

.commenttextbox {
	width: 100%;
	height:auto;
	margin-bottom:0.2em;
	padding:0.1em;
	font-size:0.8em;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	color:#55adff;
	margin: auto;
}

.commentinfobox {
	width: 100%;
	height: auto;
	margin-bottom: 1em;
	font-size: 0.7em;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	margin: auto;
}

.comment_userid {
	color:#000;
	font-size:1em;
	letter-spacing:0.1em;
	font-weight:bold;
	text-decoration: none;
	overflow: hidden;
	margin: auto;
}








.row-item {
	width: 100%;
	display: inline-block;
    margin-bottom: 0.2em;
}







/*V2*/



.sign_in_box {
  overflow: auto;
  text-align: center;
  border: 2px solid #55adff;
  border-radius: 30px 30px 30px 30px;
  padding-top: 1em;
  padding-bottom: 2em;
	width: 100%;
	margin: auto;
}

.register_box {
  overflow: auto;
  text-align: center;
  border: 2px solid #eb8ac0;
  border-radius: 30px 30px 30px 30px;
  padding-top: 1em;
  padding-bottom: 1em;
	width: 100%;
	margin: auto;
}

.searchcontainer{
	width: 100%;
	height: auto;
	margin-top:10px;
	/*border:1px solid #000;*/
	padding:5px;
	
	/* Rounded corners */
	-moz-border-radius:20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius:20px;
	margin: auto;
	overflow: hidden;
}


#apply-button,
button[type="share"] {
  border-radius: 12px;
  padding: 0.75em 1.5em;
  font-size: 1.1em;
  font-weight: 500;
  border: 2px solid;
  box-shadow: 0 0.25em 0.75em rgba(0, 0, 0, 0.15);
  margin: 0.5em 0.4em 1.2em 0;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
}

#apply-button {
  background-color: #55adff;
  color: #fff;
  border-color: #55adff;
}

#apply-button:hover {
  background-color: #fff;
  color: #55adff;
  cursor: pointer;
}

button[type="share"] {
  background-color: #4b249e;
  color: #fff;
  border-color: #4b249e;
}

button[type="share"]:hover {
  background-color: #fff;
  color: #4b249e;
  cursor: pointer;
}


.submit_connect {
  border-radius: 5px;
  border: 1px solid #4b249e;
  color: #4b249e;
  padding: 0.5em 1em;
  font-size: 1em;
  text-align: center;
  width: 80%;
  -webkit-appearance: none;
}

.etopcontainer {
  width: 80%;
  margin: 0 auto;
  height: auto;
  padding-top: 0.5em;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
}

a.title {
	width: 98%;
    margin-left: 1%;
    margin-right: 1%;
	color:#000;
	font-size:1.4em;
	text-decoration: none;
	display: inline-block;
	text-align: left;
}

a.title:hover {
	color:#757575;
}

.adimage {
  width: 110%;
  margin-left: -5%;
  margin-bottom: 1em;
  height: 8em;
  display: block;
  position: relative;
  overflow: hidden;
}
.adimage img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
}

a.editpost {
	width: 25%;
	display: inline-block;
	overflow: hidden;
	float: left;
	color:#757575;
	font-size:0.9em;
	font-weight:bold;
	text-align: left;
	text-decoration: none;
}

a.adixiba_ad_id {
    width: 25%;
    display: inline-block;
    float: left;
    color: #757575 !important;
    font-size: 0.9em;
    font-weight: 600; /* closer to your Published text */
    text-align: left;
    text-decoration: none !important;
    letter-spacing: 0.2px;
    line-height: 1.6em;
}

a.adixiba_ad_id:hover {
    text-decoration: none !important;
    color: #757575 !important; /* prevent purple/blue hover */
}

/* Prevent visited = purple issue */
a.adixiba_ad_id:visited {
    color: #757575 !important;
}

time {
	width: 98%;
	color: grey;
	display: inline;
	text-align: left;
	padding-bottom: 0.2em;
    margin-top: 1.5%;
}

.textholder {
	width: 97%;
	display: inline-block;
	margin-left: 1.5%;
	padding-bottom: 0.3em;
}

.adleft {
    float: left;
	width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

.adright {
  float: right;
  width: 28%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 2%;
  margin-top: -1em;
}

a.coll {
	overflow: hidden;
	color:#b0b0b0;
	font-size:1em;
	letter-spacing:0.1em;
	font-weight:bold;
	text-decoration: none;
	display: inline-block;
}

.infobox {
    float: left;
	width: auto;
	color: #4b249e;
	font-family: 'Work sans', sans-serif;
	font-weight: 500;
	text-decoration: none;
	text-align: left;
	margin: auto;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 2.5%;
    box-shadow: 0 0.25em 0.75em rgba(0, 0, 0, 0.2);
    font-size: 0.8em;
    padding: 0.4em 0.8em;
    border-left: 4px solid #4b249e;
    background: #f5f5fa;
    border-radius: 0.5em;
}

.descriptiontitle {
    float: left;
	width: auto;
	color: #000;
	font-family: 'Work sans', sans-serif;
	font-weight: 500;
	text-decoration: none;
	text-align: left;
	font-size: 0.8em;
	margin: auto;
	margin-top: 1em;
	margin-bottom: 0.5em;
	margin-left: 2.5%;
}

a.description {
    float: left;
	width: 95%;
	color: #000;
	text-decoration: none;
	text-align: left;
	margin: auto;
	margin-top: 0.5em;
	margin-left: 2.5%;
	display: inline-block;
    white-space:pre-wrap;
    line-spacing: 0.5em;
}

.linkbox {
    float: left;
	width: 100%;
	color: #000;
	font-family: 'Work sans', sans-serif;
	font-weight: 500;
	text-decoration: none;
	text-align: left;
	font-size: 0.8em;
	margin: auto;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 2.5%;
}

a.link {
	font-size:1em;
	letter-spacing:0.1em;
	overflow: hidden;
	color: #000;
	text-decoration: none;
	display: inline-block;
	text-align: left;
}

a.keywords {
	width: 100%;
	overflow: hidden;
	color:#757575;
	text-align: center;
	font-size:1em;
	text-decoration: none;
	display: block;
}

a.comments {
	width: 25%;
	display: inline-block;
	overflow: hidden;
	float: right;
	color: #55adff;
	font-size:0.9em;
	letter-spacing:0.1em;
	font-weight:bold;
	text-align: right;
	text-decoration: none;
}

.report-button {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: #ff5e5e;
  color: white;
  border: none;
  padding: 0.4em 0.9em;
  font-size: 0.6em;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  z-index: 10;
  box-shadow: 0 0.2em 0.5em rgba(0, 0, 0, 0.25);
}

.report-button:hover {
  background-color: #e04444;
}



/* ? Mobile-specific overrides only for job.php layout */
@media (max-width: 640px) {
  /* Logo image size */
  h2 img {
    max-width: 50% !important;
    height: auto;
    display: block;
    margin: 0 auto 1em auto;
  }

  /* Title styling */
  a.title h1 {
    font-size: 1.3em;
    text-align: center;
    margin: 0.5em 0;
  }

  /* Posting time container */
  .textholder > div {
    width: 90% !important;
    margin: 0 auto;
    text-align: center;
    font-size: 0.95em;
  }

  time {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 0.2em;
  }

  /* Buttons should appear after the time block */
    #apply-button {
      display: inline-block;
      width: 100%;
      margin: 1.2em auto;
      font-size: 1.1em;
  text-decoration: none !important;
  -webkit-appearance: none !important;
    }

    button[type="share"],
    .submit_connect {
      display: block;
      width: 100%;
      margin: 1em auto;
      font-size: 1.1em;
    }

  /* Move adright buttons to right after time */
  .adright {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  /* Infoboxes improved */
  .infobox {
    width: 100% !important;
    margin: 0.5em auto;
    text-align: left;
    font-size: 1em;
    padding: 0.75em 1em;
    border-left: 4px solid #4b249e;
    background: #f5f5fa;
    border-radius: 0.5em;
    box-shadow: none;
  }

  .descriptiontitle {
    width: 100%;
    margin: 1em auto 0.5em auto;
    font-size: 1em;
    font-weight: bold;
    text-align: left;
  }

  a.description {
    width: 100% !important;
    margin: 0 auto 1.5em auto;
    white-space: pre-wrap;
    font-size: 0.9em;
    line-height: 1.3em;
    text-align: left;
    display: block;
  }

  .etopcontainer {
    width: 100%;
    padding: 1em 0.5em;
  }

  /* Adjust footer logo */
  .center img {
    width: 60% !important;
    height: auto;
  }

    .adimage {
    width: 100%;
    margin: 0 0 0.2em 0;
    max-height: none;
    height: auto;
    overflow: visible; /* allow normal image flow */
  }

  .adimage img {
    position: static; /* remove absolute positioning */
    width: 100%;
    height: auto;
    transform: none;
  }
    
}







/*collapse menu*/

.sidebar {
  height: calc(100% - 3.1em);
  width: 15em;
  position: fixed;
  z-index: 1;
  left: -15em;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  top: 3.1em;
}


#sideline {
	margin-left: 16em;
	height: 100%;
	border-left: 1px solid #55adff;
	border-right: 1px solid #4b249e;
  position: absolute;
  top: 0;
  right: 0;
}

#sideline .sideline1 {
	height: 100%;
	border-left: 1px solid #eb8ac0;
	border-right: 1px solid #ff3630;
}

.sidebar a {
  padding: 0.5em;
  text-decoration: none;
  font-size: 1em;
  color: #757575;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  background-color: #F5F5F5;
  border-radius: 2em;
  color: #000;
}

.openbtn {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  background-color: #55adff; /* Adixiba Blue */
  border: none;
  border-radius: 0 0.4em 0.4em 0;
  padding: 0.6em 0.6em;
  cursor: pointer;
  box-shadow: 0 0.2em 0.4em rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s, transform 0.2s;
}

.openbtn:hover {
  background-color: #4b249e; /* Adixiba Purple */
  transform: translateY(-50%) scale(1.05);
}

/* --- Close (X) button --- */
.closebtn {
  position: absolute;
  top: 0.5em;
  right: 0.8em;
  font-size: 2rem; 
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.3s;
}

.closebtn:hover {
  color: #ffdddd;
}

.sidebar.active {
  left: 0;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s; /* If you want a transition effect */
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}



.icon {
  width: 1.5em;
  height: 1.5em;
  color: #757575; /* Adixiba Blue, or any color you like */
  margin: 0.5em;
  margin-top: 0em;
  margin-bottom: -0.3em;
}

.sidebar a:hover .icon {
  color: #000; /* slightly darker Adixiba Blue on hover */
}

.side-icons {
   display: flex;
   flex-direction: column;
   align-items: flex-start;
}

.side-icon {
  width: 24px;
  height: 24px;
  color: #757575; /* Adixiba Blue, or any color you like */
  margin: 0.2em;
}



.mbtop{
	width: 97%;
	padding:0.2em;
}

.btn_ad {
  border: 1px solid #55adff;
  border-radius: 5px 5px 5px 5px;
  left: 40%;
  padding: 3px;
  text-decoration: none;
  color: #55adff;
  width: 20%;
  text-color: #55adff;
  box-shadow: inset 1px 1px rgba(0, 0, 0, 0.1), inset -1px -1px rgba(0, 0, 0, 0.1);
  margin-bottom: -1em;
}

.btn_ad:hover { 
  background-color: #55adff;
  color: #fff;
}

.center{
	width: 100%;
	text-align: center;
	margin:auto;
}

.adbox{
	width: 80%;
	margin-left:10%;
	margin-right:10%;
	margin-bottom:2%;
	height: auto;
	margin:auto;
	background:#FFFFFF;
	border: 2px solid #55adff;
	overflow: hidden;
    
    background-color: #fff;
    border-radius: 0.75em;
    box-shadow: 0 0.25em 0.75em rgba(0, 0, 0, 0.3);
    padding: 2em;
}

.section{
	width: 80%;
	margin-left:10%;
	margin-right:10%;
	height: auto;
	margin:auto;
	overflow: hidden;

    display: flex;
    justify-content: space-between;
    gap: 1em;
    align-items: flex-start; 
}

.section div {
    width: 23%;
}

fieldset {
    border: none;
    margin-bottom: 1.5em;
}

legend {
    font-size: 1.25em;
    font-weight: 500;
    color: #4b249e;
    margin-bottom: 1em;
    text-align: left;
    min-height: 1.5em;
}

label {
    display: block;
    font-size: 1em;
    font-weight: 400;
    color: #6e6e73;
    margin-bottom: 0.5em;
}


.tightsection{
	width: 80%;
	margin-left:10%;
	margin-right:10%;
	height: auto;
	margin:auto;
	overflow: hidden;
    display: flex;
}


.marketplaces {
	width: 96%;
	height: auto;
	margin:auto;
	margin-left:2%;
	margin-right:2%;
	margin-bottom:2%;
	padding-left:1em;
	padding-top:1em;
	padding-right:1em;
	background:#FFFFFF;
	
	border: 2px solid #fff;
    border-radius: 0.75em;
    box-shadow: 0 0.15em 0.50em rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

.marketplaces:hover {
	border-left: 2px solid #4b249e;
	border-top: 2px solid #55adff;
	border-right: 2px solid #55adff;
	border-bottom: 2px solid #4b249e;
}



.grid {
    width: 90%;
	margin-left:5%;
	margin-right:5%;
    display: flex; 
    flex-wrap: wrap; 
    padding-left: 3em; 
}

.grid-item {
	
	float: left;
	width: 30%;
	height: auto;
	margin:auto;
	margin-bottom:2.3%;
	background:#FFFFFF;
	
	border: 2px solid #fff;
	
	/* Rounded corners */
	-moz-border-radius:20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius:20px;
	overflow: hidden;
    padding: 0.5em;
    box-shadow: 0 0.25em 0.75em rgba(0, 0, 0, 0.3);
}

.grid-item:hover {
	border: 2px solid #4b249e;
}





/* Generated Ad */


.genbox{
	width: 80%;
	margin-left:10%;
	margin-right:10%;
	margin-bottom:2%;
	height: auto;
	margin:auto;
	background:#FFFFFF;
	
	border: 2px solid #4b249e;
	
	/* Rounded corners */
	-moz-border-radius:20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius:20px;
	overflow: hidden;
    padding: 2em;
}

.geninfobox {
    float: left;
	width: 30%;
	color: #000;
	font-family: 'Work sans', sans-serif;
	font-weight: 500;
	text-decoration: none;
	text-align: left;
	font-size: 0.8em;
	margin: auto;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 2%;
}

a.gendescription {
    float: left;
	width: 62%;
	color: #000;
	font-family: 'Work sans', sans-serif;
	font-weight: 300;
	text-decoration: none;
	text-align: left;
	font-size: 0.8em;
	margin: auto;
	margin-left: 2%;
	display: inline-block;
    white-space:pre-wrap;
}

.smallbox {
    float: left;
	width: 25%;
	color: #4b249e;
	font-family: 'Work sans', sans-serif;
	font-weight: 300;
	text-decoration: none;
	text-align: left;
}

.adholder{
	float: left;
	width: 90%;
	height: auto;
	margin:auto;
	margin-left:5%;
	margin-right:5%;
	overflow: hidden;
}

.adsingle{
	width: 90%;
	margin-left:5%;
	margin-right:5%;
	height: auto;
	margin-top:1em;
	margin-bottom:1em;
	background:#FFFFFF;
	overflow: hidden;
	border: 2px solid #fff;
    
    background-color: #fff;
    border-radius: 0.75em;
    box-shadow: 0 0.25em 0.75em rgba(0, 0, 0, 0.3);
}

.adsingle:hover{
	border: 2px solid #55adff;
}

.thinsection{
	width: 98%;
	height: auto;
	margin:auto;
	margin-left:1%;
	overflow: hidden;
      display: flex;
      justify-content: space-between; /* Distributes space equally between the items */
      align-items: center; 
}

a.userid {
	float: left;
	margin: 0.8em;
	margin-right: 0em;
	color:#757575;
	font-size:1em;
	letter-spacing:0.1em;
	font-weight:bold;
	text-decoration: none;
	overflow: hidden;
	position: relative;
}

a.salarytop {
	float: right;
	margin: 0.8em;
	margin-right: 0em;
	color:#757575;
	font-size:1em;
	letter-spacing:0.1em;
	font-weight:bold;
	text-decoration: none;
	position: relative;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

a.middleremote {
    margin:auto;
    text-align:center;
    width:30%;
	color:#757575;
	font-size:1em;
	letter-spacing:0.1em;
	font-weight:bold;
	text-decoration: none;
	overflow: hidden;
	position: relative;
}

.panel {
  position: relative;
  margin: 2em auto;
  margin-top: 0;
  width: 100%;
  max-height: 10em;
  overflow: hidden;
  transition: max-height .5s ease;
}









/* Font dropdown */
.dropdown {
    position: relative;
    display: inline-block;
    min-width: 100%; /* Full width within container */
    max-width: 20em; /* Maximum width to control size */
}

/* Style the button */
.dropdown-button {
    background-color: #fff;
    border: 0.1em solid #ccc;
    padding: 0.75em;
    border-radius: 0.25em;
    cursor: pointer;
    min-width: 100%; /* Full width of container */
    text-align: left;
    font-size: 1em;
    box-sizing: border-box;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    top: 100%; /* Position right below button */
    left: 0;
    background-color: #f9f9f9;
    min-width: 100%; /* Match button width */
    border: 0.1em solid #ccc;
    border-radius: 0.25em;
    height: 15em; /* Limit height for scrolling */
    overflow-y: auto; /* Scroll if content overflows */
    z-index: 1;
    box-sizing: border-box;
    text-align: left;
}
/* Dropdown options */
.dropdown-content div {
    min-width: 100%;
    padding: 1em;
    cursor: pointer;
}

/* Hover effect */
.dropdown-content div:hover {
    background-color: #ddd;
}

/* Show the dropdown content */
.show_dropdown {
    display: block;
}









/* Generate Ad */

/* Flex container for image, title, and description */
.content-container {
    display: flex;
    gap: 1em;
    align-items: flex-start;
    margin-bottom: 1em;
}

/* Style for image */
.genimagebox {
    width: auto;
    max-width: 50%;
    height: auto;
    background:#FFFFFF;

    border: 2px solid #4b249e;

    /* Rounded corners */
    -moz-border-radius:20px;
    -khtml-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius:20px;
    overflow: hidden;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Style for title and description */
.text-content {
    width: 100%;
}

/* Row for other fields */
.button-container {
    margin-top: 1em;
}





/*AGE SLIDER*/
.fields-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}

.fields-row .small-field {
    flex: 1 1 48%;  /* Two per row, equal width */
    min-width: 8em;
}

.range-slider {
    position: relative;
    padding: 0.5em 0;
}

#range-label {
    margin-top: 1em;
    font-size: 0.8em;
    color: #4b249e;
    text-align: center;
}

.range-slider input[type="range"] {
    position: absolute;
    width: 100%;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
    height: 0.5em;
    background: transparent;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    width: 2em;
    height: 2em;
    background-color: #4b249e;
    border-radius: 50%;
    border: 0.2em solid #fff;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

.range-slider input[type="range"]::-moz-range-thumb {
    pointer-events: all;
    width: 2em;
    height: 2em;
    background-color: #4b249e;
    border-radius: 50%;
    border: 0.2em solid #fff;
    cursor: pointer;
}







/* Generated Ads */

.gentbox {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    gap: 1em;
    align-items: flex-start;
    margin-bottom: 1em;
}

.gentextbox {
    float: right;
    width: 50%;
    height: auto;
    overflow: hidden;
}

a.budget {
	width: 50%;
	display: inline-block;
	overflow: hidden;
	float: left;
	color:#757575;
	font-size:1em;
	font-weight:bold;
	text-align: left;
	text-decoration: none;
}

a.adviews {
    font-size: 1em;
    color: #55adff;
}









/* Carousel */

.carousel-container {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 1em 0;
    cursor: grab;
}

.carousel {
    display: flex;
    gap: 2em;
    white-space: nowrap;
    transition: transform 0.1s linear;
}

.carousel-slide {
    flex: 0 0 15em;
    max-width: 15em;
}

.carousel-slide img {
    width: 100%;
    height: auto;
    border-radius: 0.5em;
    box-shadow: 0 0.25em 0.75em rgba(0, 0, 0, 0.5);
}

.carousel-slide a {
    display: inline-block;
    text-decoration: none;
}










a.advanced-search {
	text-decoration: none;
	color: #4b249e;
	text-transform: uppercase;
	display: block;
	text-align: center;
	font-size: 1em;
	margin-top: 1em;
    text-shadow: 0 0 5px #fff;
}

a.advanced-search:hover {
	text-decoration: underline;
}







/* Loading and spinners */


/* Regular Loading bar with horizontal repeat*/

.loading-overlay {
    display: none; /* Ensure it's visible */
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner {
    border: 8px solid rgba(255, 255, 255, 0.3);
    border-top: 8px solid #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

.loading-text {
    margin-top: 10em; /* Add space between spinner and text */
    color: white;
    font-size: 1.2em;
    text-align: center;
	width: 100%;
	display: block;
	position: absolute;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}




/* Adixiba Loading bar with horizontal repeat */
.loading-bar {
    position: relative; /* Ensure relative positioning for child elements */
    width: 100%;
    height: 200px;
	top: -50px;
    background-image: url('/images/fuzzybarwide.png');
    background-repeat: repeat-x;
    background-size: cover;
}

.fuzzy-ball {
    width: 100%;
    height: 200px;
    background-image: url('/images/fuzzyballwide.png');
    background-size: cover;
    position: absolute;
    left: 0;
    animation: moveBall 2s infinite ease-in-out;
    /* Safari Compatibility */
    -webkit-animation: moveBall 2s infinite ease-in-out;
}

@-webkit-keyframes moveBall {
    0% {
        left: -55%;
    }
    100% {
        left: 55%; /* Replace with a fixed value */
    }
}

@keyframes moveBall {
    0% {
        left: -55%;
    }
    100% {
        left: 55%; /* Replace with a fixed value */
    }
}



/* Fullscreen Loading Overlay */
.new-loading-overlay {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8); /* Semi-transparent background */
    justify-content: center;
    align-items: center;
    flex-direction: column; /* Stack spinner and text vertically */
    z-index: 9999;
}

/* Spinner (Fuzzy Ball) */
.new-spinner {
    width: 400px; /* Adjust spinner size */
    height: 400px;
    background-image: url('/images/fuzzyballsmall.png'); /* Path to the fuzzy ball image */
    background-size: cover; /* Ensure proper scaling */
    background-repeat: no-repeat;
    border-radius: 50%; /* Keep it circular */
    animation: newSpin 1.5s linear infinite; /* Smooth spinning animation */
    -webkit-animation: newSpin 1.5s linear infinite; /* Safari compatibility */
}

/* Loading Text */
.new-loading-text {
    margin-top: 20px; /* Add space between spinner and text */
    color: white;
    font-size: 1.2em;
    text-align: center;
}

/* Keyframes for Spinner Animation */
@keyframes newSpin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes newSpin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}








.alert {
    padding: 10px;
    margin: 15px 0;
    background-color: #f9f9f9;
    border-left: 5px solid #4caf50;
    color: #333;
    font-size: 16px;
}




.user-balance {
    text-align: center;
    margin-bottom: 0.3em;
    padding: 0.3em;
    font-size: 1em;
    font-weight: bold;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
	color: #4b249e;
}










/* DASHBOARD */
/* Overall page layout: 80% centered container */
.dashboard-container {
  width: 80%;
  margin: 2em auto 2em auto; /* margin-top if header is fixed */
  font-family: 'Montserrat', sans-serif; /* matching your default */
}
/* Top bar for date range & ad filter */
.top-bar {
  display: flex;
  align-items: center;     /* vertically center everything */
  justify-content: flex-start; /* or space-between if you want them spread out */
  gap: 2em;               /* horizontal space between the two filter sections */
  margin-bottom: 1.5em;   /* adjust as needed */
}
.filter-group {
  display: flex;
  align-items: center; /* or flex-start if you want them top-aligned */
}
.filter-inline {
  display: flex;
  align-items: center;
  gap: 0.5em;
  white-space: nowrap; /* prevent wrapping of label text */
}
.filter-label {
  display: inline-flex;
  font-size: 0.9em;
  color: #878787;
  text-transform: uppercase;
  margin: 0;
  white-space: nowrap;
  align-items: center;
}

#date-range, #ad-filter {
  padding: 0.5em;
  font-size: 0.9em;
}

/* KPI row (4 boxes) */
.kpi-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin-bottom: 1em;
}
.kpi-box {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 0.75em;
  box-shadow: 0 0.25em 0.75em rgba(0,0,0,0.3);
  flex: 1 1 calc(25% - 1em);
  min-width: 180px;
  padding: 1em;
  text-align: center;
}
.kpi-title {
  font-size: 0.9em;
  color: #878787;
  text-transform: uppercase;
  margin-bottom: 0.2em;
}
.kpi-value {
  font-size: 1.6em;
  color: #4b249e;
  margin: 0;
}

/* Four pie charts row (one per KPI, distribution by platform) */
.pies-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin-bottom: 2em;
}
.pie-box {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 0.75em;
  box-shadow: 0 0.25em 0.75em rgba(0,0,0,0.3);
  flex: 1 1 calc(25% - 1em);
  min-width: 200px;
  padding: 1em;
}
.pie-title {
  text-align: center;
  font-size: 0.9em;
  color: #878787;
  text-transform: uppercase;
  margin-bottom: 0.2em;
}
.pie-container {
  width: 100%;
  height: 200px; /* fix height to prevent stretching */
}

/* Single line chart: Ad Spend */
.chart-section h2 {
  font-size: 1em;
  color: #878787;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.chart-container {
  width: 100%;
  height: 400px;
  position: relative;
}

/* Additional Metrics */
.additional-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin-top: 2em;
  margin-bottom: 2em;
  justify-content: flex-start;
}

/* 3 boxes for CPC, CPA, Time to Apply (each ~25% width) */
.metric-box {
  flex: 1 1 calc(25% - 1em);
  background: #fff;
  border: 2px solid #fff;
  border-radius: 0.75em;
  box-shadow: 0 0.25em 0.75em rgba(0,0,0,0.3);
  padding: 1em;
  min-width: 220px;
}
.metric-title {
  font-size: 0.9em;
  color: #878787;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  text-align: center;
}
.metric-value {
  font-size: 1.4em;
  color: #4b249e;
  text-align: center;
  margin: 0;
  margin-bottom: 0.5em;
}

/* Funnel & Conversion: Full width bar */
.funnel-box {
  flex: 1 1 100%; /* full width */
  background: #fff;
  border: 2px solid #fff;
  border-radius: 0.75em;
  box-shadow: 0 0.25em 0.75em rgba(0,0,0,0.3);
  padding: 1em;
  margin-top: 1em;
}
.funnel-title {
  font-size: 0.9em;
  color: #878787;
  text-transform: uppercase;
  margin-bottom: 1em;
  text-align: center;
}
.funnel-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}
.funnel-step {
  background: #f5f5f7;
  text-align: center;
  flex: 1;
  padding: 1em;
  border-radius: 0.5em;
  font-size: 1em;
}
.funnel-step:not(:last-child) {
  margin-right: 1em;
}
.funnel-step-header {
  font-weight: bold;
  color: #4b249e;
  margin-bottom: 0.3em;
}
.conversion-rate {
  margin-top: 1em;
  text-align: center;
  font-size: 0.9em;
  color: #878787;
}
.conversion-rate span {
  font-weight: bold;
  color: #4b249e;
}

/* Active Ads Card & Table */
.ads-card {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 0.75em;
  box-shadow: 0 0.25em 0.75em rgba(0,0,0,0.3);
  padding: 1.5em;
  margin-bottom: 2em;
}
.ads-card h2 {
  font-size: 1em;
  color: #878787;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.active-ads-table {
  width: 100%;
  border-collapse: collapse;
}
.active-ads-table thead {
  background-color: #f5f5f7;
}
.active-ads-table th,
.active-ads-table td {
  text-align: left;
  padding: 0.6em;
  border-bottom: 1px solid #eee;
}
.active-ads-table th {
  color: #4b249e;
  font-weight: 600;
}
.show-ads-btn {
  text-align: center;
  margin-top: 1em;
}







/* ACCOUNT */
/* Center the account container */
.account-container {
    width: 80%;
    margin: 3em auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2em;
}

/* Ensure all sections have consistent styling */
.profile-card,
.actions-card,
.support-card,
.danger-card {
    width: 80%;
    padding: 2em;
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 0.75em;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 2em; /* Adds space between containers */
}

/* Profile Card Specific Styling */
.profile-card {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Profile details grid */
.profile-details {
    display: grid;
    gap: 0.5em;
    width: 100%;
}

/* Profile items - stacked for better readability */
.profile-item {
    display: flex;
    flex-direction: column;
    gap: 0.3em;
}

/* Labels */
.profile-item .label {
    font-weight: bold;
    color: #6e6e73;
    font-size: 1em;
}

/* Input fields inside profile */
.profile-item input,
.profile-item select {
    width: 100%;
    padding: 0.6em;
    border: 1px solid #ddd;
    border-radius: 0.5em;
    font-size: 1em;
}

/* Read-only fields (Company & Email) */
.profile-item input[disabled] {
    background-color: #f5f5f5;
    color: #888;
    cursor: not-allowed;
}

/* Center Save Button */
.save-button {
    grid-column: span 2; /* Full width button */
    background: #55adff;
    color: white;
    padding: 0.8em;
    font-size: 1.1em;
    border: none;
    border-radius: 0.5em;
    cursor: pointer;
    transition: background 0.3s;
    width: 100%;
}

.save-button:hover {
    background: #4b249e;
}

/* Centered Action Buttons */
.action-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1em;
}

/* Centered Action Buttons */
.action-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1em;
}

/* Buttons */
.action-button {
    padding: 0.8em 1.2em;
    border-radius: 0.5em;
    text-decoration: none;
    color: #55adff;
    border: 2px solid #55adff;
    font-size: 1em;
    transition: 0.3s;
}

.action-button:hover {
    background: #55adff;
    color: #fff;
}

/* Full-width support button */
.support-button {
    background: #55adff;
    color: #fff;
    padding: 1em;
    border-radius: 0.5em;
    text-decoration: none;
    display: block;
    font-size: 1.2em;
    text-align: center;
    width: 100%;
}

.support-button:hover {
    background: #3c94dc;
}

/* Delete Account */
.danger-button {
    display: block;
    width: 100%;
    background: #fff;
    border: 2px solid #ff3630;
    color: #ff3630;
    padding: 1em;
    border-radius: 0.5em;
    text-decoration: none;
    transition: 0.3s;
    text-align: center;
    font-weight: bold;
}

.danger-button:hover {
    background: #ff3630;
    color: #fff;
}

/* Responsive Design */
@media (max-width: 768px) {
    .profile-details {
        grid-template-columns: 1fr;
    }

    .save-button {
        grid-column: span 1;
        width: 100%;
    }
}








/* INDEX */
.gradient1 {
    background: linear-gradient(135deg, #55adff 0%, #eb8ac0 100%);
    color: white;
}
.gradient2 {
    background: linear-gradient(135deg, #eb8ac0 0%, #ff3630 100%);
    color: white;
}
.gradient3 {
    background: linear-gradient(135deg, #ff3630 0%, #4b249e 100%);
    color: white;
}
.gradient4 {
    background: linear-gradient(135deg, #4b249e 0%, #55adff 100%);
    color: white;
}
.gradient5 {
    background: linear-gradient(135deg, #55adff 0%, #eb8ac0, #ff3630, #4b249e 100%);
}


/* Mobile Responsiveness */
@media (max-width: 768px) {
    .section {
        flex-direction: column;
        align-items: center;
    }

    .section .adbox {
        width: 100%;
        margin-bottom: 1em;
    }
}







/*ADMIN*/

/* Ensure images fit nicely */
.ad-image {
    width: 7.5em; 
    height: auto;
    border-radius: 0.5em; 
    margin-right: 0.6em; 
    display: block;
}

/* Make the whole ad row a flex container */
.ad-row {
    display: flex;
    align-items: flex-start;
    gap: 1.25em;
    width: 100%;
    padding: 1em 0; 
    border-bottom: 0.6em solid #ddd; 
    margin-bottom: 1em; 
}

/* Image container */
.ad-image-container {
    width: 16em; 
    min-width: 16em;
    margin-right: 1.25em; 
}

/* Ensure images fit nicely */
.ad-image {
    width: 16em; /* 260px */
    height: auto;
    border-radius: 0.5em; /* 8px */
    display: block;
}

/* Details section should take full width */
.ad-details {
    flex-grow: 1;
}

/* Title styling */
.ad-title {
    font-size: 1.2em; 
    font-weight: bold;
    color: #333;
    display: block;
    margin-bottom: 0.3em; 
}

/* Description styling */
.ad-description {
    font-size: 0.9em; 
    color: #666;
    display: block;
    margin-bottom: 0.6em; 
}

/* Audience, Budget, and Date aligned under description */
.ad-meta {
    font-size: 0.9em; 
    color: #444;
    display: flex;
    gap: 0.9em;
}

/* Ensure actions are on the right */
.ad-actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    min-width: 7.5em; 
}

/* Buttons - Adixiba colors */
.ad-actions button {
    margin: 0.3em 0;
    padding: 0.6em 1.2em;
    font-size: 0.9em;
    cursor: pointer;
    border-radius: 0.3em;
    border: none;
    transition: background-color 0.3s ease;
}

.approve {
    background-color: #55adff; /* Adixiba Blue */
    color: white;
}

.reject {
    background-color: #F44336; /* Adixiba Red */
    color: white;
}

/* Hover Effect - Adixiba Purple */
.approve:hover, .reject:hover {
    background-color: #4b249e; /* Adixiba Purple */
}

/* Meta top section for Client & Platform */
.ad-meta-top {
    display: flex;
    justify-content: space-between;
    font-size: 0.9em; 
    font-weight: bold;
    color: #333;
    margin-bottom: 0.3em; 
}

/* Client name */
.ad-client {
    font-weight: bold;
    color: #222;
}

/* Platform text */
.ad-platform {
    background-color: #f0f0f0;
    padding: 0.25em 0.5em; 
    border-radius: 0.3em;
    font-size: 0.75em; 
    font-weight: bold;
    color: #555;
}




/* Styles specifically for Active Ads */
.active-ads .ad-image-container {
    width: 8em; /* Half of 16em */
    min-width: 8em;
}

.active-ads .ad-image {
    width: 8em; /* Half size */
    height: auto;
}

/* Adjusting ad row for active ads */
.active-ads .ad-row {
    display: flex;
    align-items: center;
    gap: 1em;
    padding: 0.75em 0;
    border-bottom: 0.0625em solid #ddd;
    margin-bottom: 1em;
}

/* Status text styling */
.active-ads .ad-status {
    font-size: 1.5em;
    font-weight: bold;
}

/* Blue for ACTIVE ads */
.active-ads .status-active {
    color: #55adff;
}

/* Red for PAUSED & REJECTED ads */
.active-ads .status-paused,
.active-ads .status-rejected {
    color: #F44336;
}







/* ACTIVE ADS */

.ad-card {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 1em;
    margin: 1em 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.ad-section-title {
    font-weight: bold;
    color: #4b249e;
    margin-bottom: 0.5em;
}

.ad-info-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    margin-bottom: 1em;
}

.ad-info-item {
    flex: 1 1 30%;
}

.status-label {
    font-weight: bold;
    padding: 0.2em 0.6em;
    border-radius: 0.3em;
    display: inline-block;
    font-size: 1.5em;
}

.raw-response {
    font-size: 0.9em;
    background: #f9f9f9;
    padding: 0.8em;
    border: 1px dashed #ccc;
    margin-top: 1em;
}









/*CONTACT FORM*/
.contact-container {
    width: 80%;
    margin: 2em auto;
    font-size: 0.9em;
}

.contact-container h1 {
    font-size: 1.8em;
    margin-bottom: 1em;
    color: #4b249e;
    text-align: center;
}

.contact-container p {
    margin-bottom: 0.5em;
    font-weight: 400;
    color: #333;
}

.contact-container label {
    display: block;
    margin-bottom: 0.3em;
    font-weight: 600;
}

.contact-container input,
.contact-container textarea {
    width: 100%;
    padding: 0.8em;
    font-size: 0.9em;
    border: 1px solid #ccc;
    border-radius: 0.3em;
    box-sizing: border-box;
}

.contact-container textarea {
    resize: vertical;
}

.contact-container button {
    width: 100%;
    background-color: #4b249e;
    color: #fff;
    padding: 0.8em;
    font-size: 1em;
    font-weight: bold;
    border: none;
    border-radius: 0.3em;
    cursor: pointer;
    margin-top: 1em;
}

.contact-container button:hover {
    background-color: #55adff;
}

.contact-container .g-recaptcha {
    margin: 1em 0;
}




/*CONTACT POPUP*/
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  overflow-y: auto;
}

.popup-content {
  position: relative;
	background-image: url('/images/bg1.png');
	background-repeat:repeat;
	background-size: 100% 100%;
  padding: 2em;
  width: 80%;
  max-width: 30em;
  margin: 1.5em auto;
  border-radius: 0.5em;
  box-shadow: 0 0 0.6em rgba(0, 0, 0, 0.3);
  text-align: left;
    border: 2px solid #55adff;
}

@media (max-width: 50em) {
  .popup-content {
    width: 90%;
    margin: 1.4em auto;
  }
}

.close {
  position: absolute;
  float: right;
  font-size: 1.5em;
  font-weight: bold;
  cursor: pointer;
}

.popup-content h2 {
  text-align: center;
}

.popup-content form {
  display: flex;
  flex-direction: column;
}

.popup-content form input,
.popup-content form button {
  margin-bottom: 0.6em;
  padding: 0.6em;
  font-size: 1em;
}










/* Image library */

.image-library {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: center;
}

.image-item {
    position: relative;
    width: 100px;
    text-align: center;
}

.image-item img {
    width: 100%;
    height: auto;
    border-radius: 0.5em;
    box-shadow: 0 0.5em 0.5em rgba(0, 0, 0, 0.2);
}

.image-item form {
    display: inline;
}

.image-item button {
    margin-top: 5px;
    padding: 5px 10px;
    font-size: 0.8em;
    color: #fff;
    background-color: #ff3630;
    border: none;
    border-radius: 0.25em;
    cursor: pointer;
}

.image-item button:hover {
    background-color: #c9302c;
}

.image-item.selected img {
    border: 2px solid #4CAF50; /* Green border for selected image */
    transform: scale(1.05);
}









/*IMAGE MODAL*/
.modal {
  position: fixed;
  z-index: 9999; /* above other elements */
  left: 0; 
  top: 0; 
  width: 100%;
  height: 100%;
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.5); /* semi-transparent black */
}

.modal-content {
  background-color: #fff;
  margin: 10% auto; /* 10% from top, center horizontally */
  padding: 1.5em;
  padding-left: 3em;
  padding-right: 3em;
  width: auto;
  max-width:60%; 
  position: relative;
  border-radius: 0.75em;
  background-image: url('/images/bg1.png');
  background-repeat:repeat;
  background-size: 100% 100%;
  border: 2px solid #55adff;
}
.close {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 28px;
  cursor: pointer;
}

/* Image library */

.image-library {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: center;
}

.image-item {
    position: relative;
    width: 100px;
    text-align: center;
}

.image-item img {
    width: 100%;
    height: auto;
    border-radius: 0.5em;
    box-shadow: 0 0.5em 0.5em rgba(0, 0, 0, 0.2);
}

.image-item form {
    display: inline;
}

.image-item button {
    margin-top: 5px;
    padding: 5px 10px;
    font-size: 0.8em;
    color: #fff;
    background-color: #ff3630;
    border: none;
    border-radius: 0.25em;
    cursor: pointer;
}

.image-item button:hover {
    background-color: #c9302c;
}

.image-item.selected img {
    border: 2px solid #4CAF50; /* Green border for selected image */
    transform: scale(1.05);
}










/*PUBLISH CONFIRMATION*/ 
.ad-preview img {
    max-width: 25%;
    height: auto;
    border-radius: 0.75em;
    box-shadow: 0 0.25em 0.75em rgba(0, 0, 0, 0.15);
    margin: 1em auto;
    display: block;
}

.ad-title {
    font-size: 1.8em;
    font-weight: bold;
    color: #333;
    margin-bottom: 1.5em;
    text-align: center;
}

.button-container {
    display: flex;
    justify-content: center;
    gap: 1.5em;
    flex-wrap: wrap;
    margin-top: 2em;
}

.button-container a {
    display: inline-block;
    padding: 0.75em 2.5em;
    font-size: 1.1em;
    font-weight: bold;
    color: white;
    background-color: #55adff;
    border-radius: 0.5em;
    text-decoration: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0.2em 0.4em rgba(0, 0, 0, 0.1);
}

.button-container a:hover {
    background-color: #4b249e;
    box-shadow: 0 0.4em 0.8em rgba(0, 0, 0, 0.2);
}








/*YOUR JOBS MODAL*/
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
}
.modal-content {
    background-color: #fff;
    margin: 5em auto;
    padding: 2em;
    border-radius: 0.75em;
    width: 50%;
    max-width: 30em;
    text-align: center;
}
.close {
    color: #aaa;
    float: right;
    font-size: 1.75em;
    font-weight: bold;
    cursor: pointer;
}
.modal-option {
    display: block;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    background-color: #55adff;
    color: white;
    text-align: center;
    border-radius: 0.5em;
    text-decoration: none;
    font-size: 1em;
    cursor: pointer;
}
.modal-option:hover {
    background-color: #4b249e;
}
.modal-form {
    display: flex;
    gap: 0.5em; /* Slightly reduced gap for better alignment */
}
.modal-form input[type="text"],
.modal-form input[type="submit"] {
    height: 2.5em; /* Same height for both elements */
    font-size: 1em;
    box-sizing: border-box;
}
.modal-form input[type="text"] {
    flex: 1; /* Input takes up the remaining space */
    padding: 0 0.75em; /* Horizontal padding for better spacing */
    border: 1px solid #ccc;
    border-radius: 0.5em;
}
.modal-form input[type="submit"] {
    padding: 0 1.5em;
    background-color: #55adff;
    color: white;
    border: none;
    border-radius: 0.5em;
    cursor: pointer;
    white-space: nowrap; /* Prevents text wrapping */
}
.modal-form input[type="submit"]:hover {
    background-color: #4b249e;
}







/*SCROLL ANIMATION PHONES*/
.scroll-animation {
  height: 45em; /* Extra height to allow scrolling */
    width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.phones-container {
  position: relative;
  width: 18em;
  height: 36em;
}

.phone {
  position: absolute;
  width: 100%;
  transform-origin: bottom center;
  opacity: 0;
  transform: rotate(0deg);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.phone-middle {
  z-index: 3;
  opacity: 1; /* Always visible */
}

.phone-left {
  z-index: 2;
  transform-origin: bottom left;
}

.phone-right {
  z-index: 1;
  transform-origin: bottom right;
}








/*AD PACKAGES*/

.adbox-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 2em;
  flex-wrap: wrap; /* for mobile */
}

.adbox-text {
  flex: 1 1 60%;
  min-width: 300px;
}

.adbox-form {
  flex: 1 1 35%;
  min-width: 260px;
  padding: 1em;
  background-color: #f9f9f9;
  border-radius: 0.75em;
  box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
}

.adbox-note {
    font-size: 0.7em;
    color: #555;
    margin-top: 0.7em;
}
.adbox-note a {
    color: #4b249e;
    text-decoration: underline;
}
















/* Package styling in active_ads.php */
.package-container {
    margin: 1em 0;
    padding: 0.8em;
    border: 2px solid #4b249e;
    background: #4b249e14;
    border-radius: 8px;
}

.package-header {
    color: #4b249e;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 0.8em;
}

.package-box {
    margin: 2em 0;
    padding: 1em;
    border: 3px solid #4b249e;
    background: #f5f0ff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(75, 36, 158, 0.2);
}

.package-label {
    color: #4b249e;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0.8em;
}

/* 🆕 Updated Phase Header Styling */
.phase-header {
    position: relative;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    color: #4b249e;
    margin: 2em 0 1em 0;
}

.phase-header::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    height: 1px;
    background-color: #4b249e;
    opacity: 0.3;
    z-index: 0;
}

.phase-header span {
    background: #f5f0ff; /* match .package-box background */
    padding: 0 0.6em;
    position: relative;
    z-index: 1;
}








/*COOKIES*/

/* BACKDROP to block interaction */
#cookie-banner::before {
  content: "";
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9998;
}

/* MODAL */
#cookie-box, #cookie-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 24px;
  max-width: 480px;
  width: 90%;
  box-shadow: 0 2px 30px rgba(0,0,0,0.2);
  z-index: 9999;
  border-radius: 12px;
  border: 2px solid #55adff; /* Adixiba blue frame */
  text-align: center;
  font-family: sans-serif;
}

/* PAGE LOCKING when modal is shown */
body.cookie-lock {
  overflow: hidden;
  pointer-events: none;
}
body.cookie-lock #cookie-banner,
body.cookie-lock #cookie-banner * {
  pointer-events: all;
}

/* BUTTONS */
.cookie-buttons {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.cookie-buttons button {
  padding: 10px 20px;
  margin: 6px;
  font-size: 15px;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  min-width: 110px;
  transition: all 0.15s ease;
}

/* Primary (Accept All) button */
#cookie-accept, #cookie-accept-2 {
  background-color: #55adff;
  color: white;
  border: none;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

/* Outlined buttons (Customize, Decline All) */
#cookie-customize, #cookie-decline, #cookie-decline-2, #cookie-save {
  background: white;
  color: #4b249e;
  border: 2px solid #4b249e;
}










/*CHARACTER COUNT*/
.char-counter {
    display: inline-block;
    margin-left: 0.2em;
    margin-top: -2.5em;   /* Tighten up top */
    margin-bottom: 0.2em; /* More space below */
    font-size: 0.7em;
    min-width: 45px;      /* Keeps the counters aligned */
    vertical-align: middle;
}







/*AD COMING SOON*/
/* --- Coming Soon Overlay --- */
.marketplaces.coming-soon {
  position: relative;
}

.marketplaces.coming-soon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* black overlay with 50% opacity */
  border-radius: inherit;
  z-index: 1;
}

.marketplaces.coming-soon::after {
  content: "Coming Soon";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-weight: 700;
  font-size: 1.2em;
  z-index: 2;
  text-align: center;
  pointer-events: none;
}








/* ===== Notification Bell (Adixiba Header) ===== */

.dropdown-notifications {
  position: absolute;
  right: 3.5em; /* positions bell to the left of EN */
  top: 0.5em;
  display: inline-block;
  z-index: 1200;
  font-size: 1em;
}

.dropdown-notifications > a {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  padding: 0.3em 0.4em;
}

/* ---- Bell icon ---- */
.bell {
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  background-image: url('/images/adixiba-bell.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.bell:hover {
  transform: scale(1.08);
  filter: brightness(1.1);
}

/* ---- Unread state ---- */
.bell.unread {
  background-image: url('/images/adixiba-bell-unread.svg');
  animation: pulseGlow 1.5s ease-in-out infinite;
}

@keyframes pulseGlow {
  0% { filter: drop-shadow(0 0 0.1em #55adff); }
  50% { filter: drop-shadow(0 0 0.6em #55adff); }
  100% { filter: drop-shadow(0 0 0.1em #55adff); }
}

/* ---- Counter badge ---- */
.noti-count {
  position: absolute;
  top: -0.2em;
  right: -0.25em;
  background: #eb8ac0;
  color: #fff;
  font-size: 0.7em;
  font-weight: 700;
  border-radius: 50%;
  padding: 0.25em 0.45em;
  display: none;
  box-shadow: 0 0 0.4em rgba(0, 0, 0, 0.25);
  line-height: 1;
}

/* ---- Dropdown ---- */
.dropdown-notifications-menu {
  display: none;
  position: absolute;
  top: 2.4em;
  right: 0;
  width: 20em;
  max-height: 26em;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(0.6em);
  border: 0.07em solid rgba(0, 0, 0, 0.1);
  border-radius: 0.6em;
  box-shadow: 0 0.4em 1em rgba(0,0,0,0.12);
  padding: 0;
  margin: 0;
  z-index: 1300;
}

.dropdown-notifications.open .dropdown-notifications-menu {
  display: block;
}

/* ---- Notification items ---- */
.dropdown-notifications-menu li {
  list-style: none;
  border-bottom: 0.07em solid rgba(0, 0, 0, 0.05);
}

.dropdown-notifications-menu li:last-child {
  border-bottom: none;
}

.dropdown-notifications-menu a {
  display: flex;
  align-items: flex-start;
  padding: 0.9em;
  text-decoration: none;
  color: #333;
  font-size: 0.9em;
  transition: background 0.2s ease;
}

.dropdown-notifications-menu a:hover {
  background-color: rgba(85, 173, 255, 0.08);
}

/* ---- Unread blue dot ---- */
.notif-dot {
  width: 0.55em;
  height: 0.55em;
  background: #55adff;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 0.6em;
  margin-top: 0.35em;
  box-shadow: 0 0 0.2em rgba(85, 173, 255, 0.6);
}

/* ---- Scrollbar ---- */
.dropdown-notifications-menu::-webkit-scrollbar {
  width: 0.4em;
}
.dropdown-notifications-menu::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.15);
  border-radius: 0.3em;
}









/*BILLING COMPANY INFO MODAL*/
.company-modal {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(255,255,255,0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    background-image: url('/images/fuzzyball.png');
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
.company-modal-content {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    border-radius: 10px;
    text-align: center;
    padding: 40px;
    max-width: 400px;
}
.company-modal-content h2 {
    color: #4b249e;
    margin-bottom: 15px;
}
.company-modal-content p {
    font-size: 16px;
    margin-bottom: 20px;
}
.company-modal-btn {
    display: inline-block;
    padding: 10px 25px;
    background-color: #4b249e;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}
.company-modal-btn:hover {
    background-color: #351b77;
}