@font-face {
  font-family: "Dosis-B";
  src: url("../fonts/Dosis-Bold.woff") format("woff");
}

@font-face{
    font-family:"Dosis";
    src:url("../fonts/Dosis-Regular.woff") format("woff");
}


h1,h2,h3,h4,h5,h6{
    font-family: 'Dosis-B';
    font-weight: bold;
}

body{
    font-family: 'Poppins';
    font-weight: 400;
    color: #29292a;
    font-size: 0.9em;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f5f5f5+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 30%, #f5f5f5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 30%,#f5f5f5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 30%,#f5f5f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
padding-top:80px;

}

.mt-50 {
    margin-top: 50px;
}

@media (max-width: 768px) {
    .mt-50 {
        margin-top: 25px;
    }
}


/* menu*/
#menu{
	position: fixed;
	top: 0px;
	width: 100%;
	background: #fff;
	z-index: 40;
}
#menu img{
    margin-top: 5px;
}

#menu .nav-link{
    margin:0 10px; 
    position: relative;
}

@media(min-width:1200px) {
    .card-des {
        min-height: 378px;
    }
}

@media(min-width:992px){
#menu .nav-link:before{
    content: '';
    display: block;
    position: absolute;
    transition: all ease 0.25s;
    top: -26px;
    left:0px;
    width: 100%;
    height: 4px;
    background: #712f7b; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #712f7b 0%, #ba4b4f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #712f7b 0%,#ba4b4f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #712f7b 0%,#ba4b4f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#712f7b', endColorstr='#ba4b4f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    
}

#menu .nav-link.active:before,
#menu .nav-link:not(.btn):hover:before{
     top: -17px;
}
}

@media(max-width:991px) {
    #logo img {
        width: 150px;
        margin-left: 15px;
    }
    body.home #menu{
		box-shadow: none !important;
    }
    
    body.home.scroll-intro #menu{
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    }
	
	#menu .nav-link{
		text-align: center;
	}
	
	#menu .nav-link:first-child a{
		margin-top: 20px;	
	}
	
	.btn{
		margin-bottom: 15px  !important;
	}
}

button.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background: url(../img/cross.png);
    background-size: 30px;
    background-repeat: no-repeat;
}


/* INTRO*/
#intro{
    padding-top: 30px;
    background: url(../img/bg-section.png) 52% 100% no-repeat;
}

.text-gradient{
 background: #712f7b; /* Old browsers */
    background: #712f7b; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #712f7b 0%, #ba4b4f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #712f7b 0%,#ba4b4f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #712f7b 0%,#ba4b4f 100%); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

p.lg{
    font-size: 160%;
}


#intro .btn-grande{
    margin: 40px 0px 75px 0px;
}



/* Principal */
.home main{
   padding: 0 0 50px 0;
}


.card-des{
    padding: 20px;
    border-radius:10px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1); 
    text-align: center;
    position: relative;
    transition:all ease 0.1s; 
    cursor: pointer;
}

.card-des:hover{
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);      
}

.card-des h2{
    margin-top: 5px;
    color: #671b75;
    font-size: 18px;
    font-family: 'Dosis';
    margin-bottom: 0px;
}

.content-img{
    overflow: hidden;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    margin: 0 auto;
    position: relative;
}

.content-img,
.content-img span{
    width: 180px;
    height: 180px; 
}

.content-img span{
    border-radius: 100%;
    -webkit-box-shadow:inset 0 0 10px 0 rgba(0,0,0,0.2);
    box-shadow:inset 0 0 10px 0 rgba(0,0,0,0.2); 
     display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.card-des .content-img,
.card-des .content-img span
{
	width: 108px;
    height: 108px;
}

.card .content-img,
.card .content-img span
{
	width: 90px;
    height: 90px;
}


.card-des:hover{
    text-decoration: none;
    transform: translate(0,-5px);
}



.card-des .location,
.social-media i,
.card-des .tags span{
    color: rgba(0,0,0,0.5)
}

.card-des .location,
.card-des .social-media,
.card-des .tags{
    padding-bottom: 20px;
	display: block;
}


.social-media i{
    font-size: 1.6em;
}

.social-media  a:hover i{
	color: #671b75;
}

.tags span{
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 100px;
    padding:2px 8px;
    margin-right: 10px;
}

.card-des .tags span{
	font-size: 0.8em;
}

.counts{
    border-top: 1px solid rgba(0,0,0,0.2);
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
}

.counts div{
    width: 50%;
    padding:10px 20px;
    font-size: 1.5em;
}

p.followers{
    color: #6c1c75;
}

p.follow {
    color:#bc3c3c;
    opacity: 0.8;
   
}

.counts span{
    opacity: 0.5;
    font-size: 12px;
    display: block;
    font-family: 'Dosis-B';
}

#influencers article{
    position: relative;
}


.card-des .zmdi-favorite{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    font-size: 150%;
    opacity: 0.3;
    cursor: pointer;
}

.card-des .zmdi-email{
	width: 20px;
	position: absolute;
	font-size: 150%;
	z-index: 2;
    right: 20px;
	color: #601979;
	transition:all ease 0.25s;
}

.card-des .zmdi-favorite:hover{
    opacity: 1;
	color: #bc3c3c;
}

/*Sidebar Filters*/
.widget{
    margin-bottom: 30px;
    max-width: 180px;
}
#filters a{
    color:black;
}

#filters a:hover{
    text-decoration: none;
    font-weight: bold;
}

#filters a:not(.noactive):hover{
    color: #601979 !important;
}

#filters h3{
    font-size: 1.5em;
    color: #601979;
}

#filters ul{
    padding: 0px;
}
#filters li{
    list-style: none;
    margin-bottom: 5px;
}


.tipo li a{
    padding:4px 0px;
    display: block;
    border: 1px solid rgba(0,0,0,0.0);
    display: flex;
    align-content:center;
}

.tipo li a img{
    margin-right: 5px;
}

.tipo li a img{
    margin-right: 15px;
}

.noactive{
    opacity: 0.3;
}


/* USUARIOS */
body.user, body.profile{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#712f7b+0,ffffff+100 */
background: #712f7b; /* Old browsers */
background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#712f7b', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
#user{
	margin-top: 60px;
}

#user > div > .row{
	/*background: #fff;
	box-shadow: 0px  0px 10px rgba(0,0,0,0.2);*/
	border-radius: 10px;
	padding: 20px  10px;
}


#user .counts{
	position:relative;
	bottom: auto;
	left: auto;
	border-top: 0px;
}

#user h2{
	font-size: 1.7em;
}

#user .social-media i{
font-size: 1.6em;
}

.volver{
	position: absolute;
}

#reviews{
	padding-bottom: 80px;
	margin-top: 30px;
	border-top: 1px solid rgba(0,0,0,.1)
}
.card{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	border-radius: 5px;
}

.card h5{
	color: #671b75;
	font-family: 'Poppins';
	font-weight: normal;
	font-size: 1.15em;
}

.card-text{
	font-size: 0.85em;
	line-height: 1.5em;
}


/* Contacto */
.contact h1{
	font-size: 2em;
}
.contact main{
    padding-top: 105px;
    padding-bottom: 105px
}

.contact article{
	
}

.form-control-lg,
.modal-body input{
	border-radius: 100px;
	border:2px solid #982d5a;
}

.form-cotrol-lg:hover{
	border-color: #bc3c3c !important;
}

.form-control-lg::placeholder{
	font-size: 0.7em;
}

.contact textarea, .agency textarea {
	border:2px solid #982d5a !important;
	border-radius: 15px;
	height: 150px;
}

.modal-body textarea{
	border:2px solid #982d5a !important;
	border-radius: 15px;
	height: 120px;
}

.modal-body button{
	padding:15px  40px !important;
	
}

.contact button:not(.navbar-toggler){
	padding:15px 40px !important;
}

@media(min-width:980px){
	.form-group{
		position: relative;
	}
	.form-group label{
		opacity:0;
		transition: all ease 0.15s;
		transform: translateX(-20px);
		top: -10px;
		position: absolute;
		background: #fff;
	}
	
	.form-group:hover label{
		opacity:1;
		transform: translateX(-0)
	}
}


/* FORMULARIO */
.modal-title{
	font-size: 120%;
}

footer{
    padding:80px 0 50px;
     /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#601979+0,a13254+100 */
    background: #601979; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #57146e 0%, #a13254 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #57146e 0%,#a13254 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #57146e 0%,#a13254 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

footer a{
    color: rgba(255,255,255,0.3);
    font-size: 0.8em;
    margin-left: 15px;
}

footer a:hover{
    color: rgba(255,255,255,0.7);
    text-decoration: underline;
}

.footer logo{
    mix-blend-mode: multiply;
}

/* Clases*/
img{
	max-width: 100%;
}
a{
    color:#9e2d56;
    text-decoration: none;
}

a:hover{
   text-decoration: underline;
    color: #9e2d56;
}

.btn{
    border-radius:100px;
    padding-left:1.2rem !important;
    padding-right:1.2rem !important;
    font-size: 0.9em;
 
}

.btn:hover{
	text-decoration: none;
}

.btn-grande{
    font-size: 20px;
    color:#bc3c3c;
    border: 3px solid #982d5a ;
    border-radius: 100px;
    padding:15px;
    display: inline-block;
    transition: all ease 0.25s;
     background:#fff;
    -webkit-box-shadow: 0 0 0px 0px rgba(169,56,72,0.2);
    box-shadow: 0 0 0px 0px rgba(169,56,72,0.2);
}

.btn-grande:hover{
    border-color:#bc3c3c;
    text-decoration: none;
    -webkit-box-shadow: 0 0 10px 4px rgba(169,56,72,0.2);
    box-shadow: 0 0 10px 4px rgba(169,56,72,0.2);
    background: #fff;
    
}

.btn-grande i{
    transition: all ease 0.25s;
    font-size: 21px;
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    text-align: center;
    line-height: 36px;
    margin-right: 10px;
    background: #712f7b; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #712f7b 0%, #ba4b4f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #712f7b 0%,#ba4b4f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #712f7b 0%,#ba4b4f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#712f7b', endColorstr='#ba4b4f',GradientType=1 )
}
      
.btn-grande:hover i{
    background-color: #bc3c3c;
    margin-right: 15px;
    transform: scale(1.1);
}



.btn-primary{
    border: none !important;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#712f7b+0,ba4b4f+100 */
    background: #712f7b; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #712f7b 0%, #ba4b4f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #712f7b 0%,#ba4b4f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #712f7b 0%,#ba4b4f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#712f7b', endColorstr='#ba4b4f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color:rgba(255,255,255,1) !important;
    transition: all ease 0.25s;
}


.btn-primary:hover{
    border: none !important;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#712f7b+0,ba4b4f+100 */
    background: #712f7b; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #712f7b 50%, #ba4b4f 150%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #712f7b 50%,#ba4b4f 150%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #712f7b 50%,#ba4b4f 150%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#712f7b', endColorstr='#ba4b4f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color:rgba(255,255,255,0.8) !important;
}

.btn-white{
    color: #b24958 !important;
    -webkit-box-shadow: 0 0 8px 1px rgba(0,0,0,0.2);
    box-shadow: 0 0 8px 1px rgba(0,0,0,0.2);
    transition: all ease 0.25s;
}

.btn-white:hover{
    color:#ba4b4f !important;
    -webkit-box-shadow: 0 0 10px 4px rgba(0,0,0,0.2);
    box-shadow: 0 0 10px 4px rgba(0,0,0,0.2);
}

.btn-outline-primary {
    color: #9e2d56;
    border-color: #9e2d56;
}

.btn-check:checked+.btn-outline-primary {
    border-color: #9e2d56;
    background-color: #9e2d56;
    color: white;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #9e2d56;
}

.form-check-input:checked {
    background-color: #9e2d56;
    border-color: #9e2d56;
}

.bg-primary {
    background-color: #9e2d56 !important;
}

.text-primary {
    color: #9e2d56 !important;
}

.form-feedback {
    display: none;
}

ul.tipo li:nth-child(4) img {
    margin-right: 5px;
}

ul.tipo li:nth-child(5) {
    transform: translateY(-10px);
}

ul.tipo li:nth-child(5) span {
    transform: translateY(8px);
}

ul.tipo-social i {
    font-size: 30px;
    margin-right: 12px;
}

ul.tipo-social li a {
    display: flex;
    align-content: center;
    padding: 4px 0px;
}

form.is-sending button[type="submit"] {
    display: none;
}

form.is-sending .form-feedback {
    display: block;
}

.like-active i.zmdi-favorite {
    opacity: 1;
}

.cursor-pointer {
    cursor: pointer;
}

body.home #logo {
    opacity: 0;
    transition: opacity 0.4s;

}

body.home.scroll-intro #logo {
    opacity: 1;
}

.noUi-connect {
    background-color: #601979;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #f3f3f384;
    border-color: #9e2d56;
}

.zmdi-star-outline, .zmdi-star {
    color: #F4951C;
}

.modal-backdrop {
    background: #601979;
    background: -moz-linear-gradient(45deg, #57146e 0%, #a13254 100%);
    background: -webkit-linear-gradient(45deg, #57146e 0%,#a13254 100%);
    background: linear-gradient(45deg, #57146e 0%,#a13254 100%);
}

.modal-backdrop.show {
    opacity: 0.7;
}

.auth-modal .modal-body input {
    border: solid 1px #c1c1c1;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    padding-top: 9px;
    padding-bottom: 9px;
}

#register-type-fields .btn {
    border-radius: 4px;
    border: solid 1px #c1c1c1;
    color: #c1c1c1;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

#register-influencer-category-fields .btn {
    border: none;
    background: transparent;
    color: black;
}

#register-type-fields .btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle), 
#register-influencer-category-fields .btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

#register-type-fields.btn-group>.btn-group:not(:first-child)>.btn, #register-type-fields.btn-group>.btn:nth-child(n+3), #register-type-fields.btn-group>:not(.btn-check)+.btn, 
#register-influencer-category-fields .btn-group>.btn-group:not(:first-child)>.btn, #register-influencer-category-fields .btn-group>.btn:nth-child(n+3), #register-influencer-category-fields .btn-group>:not(.btn-check)+.btn {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

#register-type-fields .btn-check:checked+.btn-outline-primary {
    border-color: #c1c1c1;
    background-color: #e8e8e8;    
    color: #601979;
    font-weight: bold;
}

#register-influencer-category-fields .btn-check:checked+.btn-outline-primary {
    font-weight: bold;
    color: #601979;
}

#register-influencer-category-fields .btn {
    box-shadow: none !important;
}

.auth-modal button[type="submit"] {
    padding-top: 10px !important;
    margin: auto;
    padding-bottom: 10px !important;
    width: 200px;
}

#profile-categories .badge {
    font-weight: normal;
}

.btn-secondary {
    color: #6c757d;
    background-color: white;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 650px !important;
    }
}

.tipo-social .network-img-icon {
    width: 25px;
    margin-right: 11px;
}

.card-des .network-img-icon {
    width: 17px;
    opacity: 0.55;
    margin-bottom: 9px;
}

body.user .social-media a {
    margin-right: 10px;
}

body.user .social-media a .network-img-icon-tik-tok {
    margin-bottom: 9px;
}

#profile-row .network-img-icon {
    width: 20px;
    opacity: 0.55;
}

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

.nav-link .network-img-icon, .tab-pane .network-img-icon {
    width: 12px;
}

/*Animaciones*/
/*
#perro
#pareja
#principal
#youtube
#gato
*/
.fade-in-top, #youtube-cont, #perro-cont {
	animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1200ms both;
}

.fade-in-bottom, #gato-cont, #pareja-cont {
	animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
}

.fade-in, #principal-cont {
	animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 800ms both;
}
@keyframes fade-in-bottom {
    0% {
      transform: translateY(50px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes fade-in-top {
    0% {
      transform: translateY(-50px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  #filter-btn, #filter-close-btn {
      display: none;
  }

  @media (max-width: 419px) {
      #register-influencer-category-fields, #register-influencer-category-fields .btn-group {
          flex-wrap: wrap;
      }

      #register-influencer-category-fields .btn-group label {
        width: 100%;
        margin-bottom: 0 !important;
      }
  }

@media (min-width: 1250px) {
    .marketing, .agency {
        background: url('../img/imagotipo-100.jpg')  no-repeat 120%  160px;
    }
}

@media (max-width: 1520px) {
    .marketing, .agency {
        background-size: 500px;
    }
}

  @media (min-width: 768px) {
    .contact {
        background: url('../img/imagotipo-100.jpg')  no-repeat 120%  160px;
    }

    .home main {
        padding: 75px 0;
    }
    #intro {
        padding-top: 100px;
    }
  }

  @media (max-width: 767px) {
    #filter-close-btn {
        position: absolute;
        display: block;
        top: 20px;
        right: 20px;
    }

    #filter-close-btn a {
        color: #000;
    }

    #filter-btn {
        z-index: 20;
        background-color: white;
        border: solid 1px;
        width: 100px;
        height: 22px;
        transform: rotate(-90deg);
        position: fixed;
        left: -38px;
        top: 170px;
        border-radius: 0 0 10px 10px;
        text-align: center;
        text-decoration: none !important;
    }

    #filter-btn.visible {
        display: block;
    }

    #filters {
        min-width: 300px;
        position: fixed;
        left: 0;
        width: 40vw;
        top: 120px;
        bottom: 0;
        background-color: white;
        z-index: 30;
        padding: 0;
        /*overflow-y: auto;*/
        border-radius: 0 15px 0 0;
        box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
        border-top: solid 1px #c1c1c1;
        border-right: solid 1px #c1c1c1;
        transform: translateX(-115%);
        transition: all 0.3s linear;
      }

      #filters > div {
        height: 100%;
        padding: 35px;
        overflow-y: auto;
      }
      #filters.open {
        transform: translateX(0);
      }
  }
  
  @media (max-width: 430px) {
    .home main {
        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);
    }   
  }

  .imagotipo-error {
      max-width: 200px;
  }

  .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #982d5a;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(163 40 96 / 15%);
}

.topic-item span {
    background-color: #a59e9e;
    transition: all 0.2s  linear;
}

.topic-item.active span {
    background-color: #9e2d56 !important;
}

#filters a.active {
    color: #601979 !important;
    font-weight: bold;
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
    display: none;
}

.network-tooltip {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    background-color: rgba(0,0,0,0.5);
    color: white;
    font-size: 13px;
    padding: 2px 5px;
    border-radius: 7px;
    opacity: 0;
    transition: all 0.4s linear;
}

.network-tooltip::after {
    content: " ";
    width: 0;
    height: 0;
    
    border-style: solid;
    border-width: 3px 3px 0 3px;
    border-color: rgba(0,0,0,0.5) transparent transparent transparent;
  
    position: absolute;
    left: 40%;
    bottom: -3px;
    z-index: 1;
  
  }

.card-network {
    margin-right: 10px;
    cursor: pointer;
}

.card-network:hover .network-tooltip {
    opacity: 1;
    transform: translateX(-50%) translateY(-2px);
}

#crop-area {
    height: 300px;
    margin-bottom: 100px;
}

#crop-button {
    margin-top: 45px;
}

body.marketing main ul {
    list-style: none; /* Remove default bullets */
}
  
body.marketing main ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #712f7b; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1.5em; /* Also needed for space (tweak if needed) */
    margin-left: -1.5em; /* Also needed for space (tweak if needed) */
  }

body.marketing main h3 {
    color: #712f7b;
}

body.marketing main b {
    color: #9e2d56;
}