.tabs-wrapper {
    margin-top:40px;
    font-family: 'Inter';
}

.tab-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tab-header-pricing {
	margin-bottom: 0px !important;
}

.tab-titles {
    list-style: none;
    padding: 1px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    border-radius: 6px;
    border: 1px solid #31B9BD;
    margin-bottom: 30px;
}

.tab-titles li {
    display: inline-block;
    border-radius: 6px;
}

.tab-titles a {
    display: block;
    padding: 10px 15px;
    background-color: #FFF;
    color: #000;
    border-radius: 6px;
    text-decoration: none;
}

.tab-titles li.active a {
    background-color: #31B9BD;
    color: #FFF;
}

.dark-mode-toggle {
    position: relative;
    width: 80px;
    height: 20px;
}

.dark-mode-toggle-checkbox {
    display: none;
}

.dark-mode-toggle-label {
    position: absolute;
    top: -5px;
    left: 0;
    width: 78px;
    height: 38px;
    border: 1px solid #D2D6D6;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.dark-mode-toggle-label::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 30px;
    height: 30px;
    background-color: #31B9BD;
    border-radius: 50%;
    transition: transform 0.3s;
}

.dark-mode-toggle-checkbox:checked + .dark-mode-toggle-label::before {
    transform: translateX(40px);
}

.tab-contents .tab-content {
    display: none;
    padding: 20px;
    background-color: #fff;
}

.tab-contents {
    display: block;
}

.tab-content.active {
    display: grid;
    grid-template-columns:repeat(4, 3fr);
    gap: 20px;
    padding: 0px;
}

#tooglex {
    display:flex;
    gap:10px;
    font-family: 'Inter';
    color: #BBBCBF;
    font-size: 16px;
    font-weight: 500;
}

.billing-text {
	color: #4F4F4F;
}
/* ESTILOS DE CARDS */


.content {
    border: 1px solid #F2F2F2;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0px 0px 15px 0px rgba(220, 220, 220, 0.25);
}
.pricing-card-title {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    line-height: 16.36px;
    color: #2A2F43;
}

.pricing-card-divisor {
    border: 1px solid #F2F2F2;
}

.pricing-card-description {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 12px;
    line-height: 14.52px;
    color: #70778C;
    margin: 12px 0 0 0;   
}


.pricing-card-price {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 38px;
    line-height: 46px;
    color: #74B4BA;
    margin: 16px 0 0 0;
}

.pricing-card-price span{
    font-family: 'Inter';
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #BBBCBF;
    margin: 16px 0 0 0;
}

.pricing-card-button{
    width: 100%;
    padding: 16px 32px;
    background: #31B9BD;
    border-radius: 6px;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 16px;
    line-height: 10px;
    color: #FFF;
    border: none;
    margin: 24px 0 20px 0;
}

.pricing-card-button a{
    color: #FFF;
}

.pricing-card-button:hover{
    background: #477E80;
}

.pricing-card-characteristics {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #1C1F2E;
    margin: 20px 0 10px 0;
}

.pricing-card-list {
    padding-left: 0px;
}

.pricing-card-list li{
    font-family: 'Inter';
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #70778C;
    margin-bottom: 16px;
    background: url('https://hirelogic.flywheelstaging.com/wp-content/uploads/Tick.svg') no-repeat left center;
    padding: 5px 0px 5px 25px;
    list-style: none;
    vertical-align: middle;
}




/*  Staffing Firm  */




.content-range {
    grid-column: span;
}

.content-range {
    border: 1px solid #F2F2F2;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0px 0px 15px 0px rgba(220, 220, 220, 0.25);
}

.range-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    text-align: center;
}
.range-card-title{
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
    margin-bottom: 6px;
}

.number-of-users {
    font-family: 'Inter';
    font-weight: 700;
    margin-top: 10px;
    font-size: 36px;
    line-height: 1em;
}

.range-card-description{
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #4F4F4F;
    margin-bottom: 40px;
}

.range {
    position: relative;
    min-width: 400px;
}

.range__input {
    width: 400px;
}

.range__list {
    display: inline-flex;
    justify-content: space-between !important;
    overflow: hidden;
	width: 97%;
    
    color:#31B9BD; 
}

.range__opt:before {
    content: '';
    display: block;
    width: 0;
    height: auto;
    padding-left: 3px;
    text-indent: 0;
  }

  .range__opt {
    font-weight: 600!important;
    font-size: 14px;
    font-family: 'Inter';
  }

.display-pricing-box {
    display: block !important ;
}


/*     RANGE    */


.datalist-container {
    width: 100%;
	display: flex;
}

.datalist-container span {
    color:#31B9BD; 
	margin-left: 4px;
}

input[type=range] {
	-webkit-appearance: none;
	padding: 10px 0 20px;
	width: 100%;
}
input[type=range]:focus {
	outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 6px;
	cursor: pointer;

	background: #31B9BD;
	border-radius: 25px;
}
input[type=range]::-webkit-slider-thumb {
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #31B9BD;
    box-shadow: 0px 0px 12px 2px rgba(120, 169, 170, 0.38);
    border: 4px solid #fff;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -8px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
	background: #31B9BD;
}
.range-wrap{
	width: 500px;
	position: relative;
}
.range-value{
	position: absolute;
	top: -50%;
}

.range-value span{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 12px !important;
	width: 50px;
	height: 28px;
	line-height: 24px;
	text-align: center;
	background: #1C1F2E;
	color: #fff;
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	border-radius: 8px;
    top: 70px;
}

.range-value span:before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
    border-bottom: 10px solid #1C1F2E;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
    border-radius: 2px;
	top: -32%;
	left: 50%;
	margin-left: -5px;
	margin-top: -1px;
}

/*   DISABLED */

.disabled {
    pointer-events: none;
    -webkit-filter: grayscale(1);
    background-color: rgba(232, 232, 232, 1);
}

/* Range button + discount */

.range-selector {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 20px;
    padding: 0px;
}

.applied_discount {
    color: #31B9BD;
}

.annual-tag span{
    margin-left: 10px;
    background-color: rgb(226 227 229);
    padding: 7px 15px;
    border-radius: 25px;
    color: rgb(168 168 168);
    font-size: 14px;
}

.applied_discount span{
    margin-left: 10px;
    background-color: rgba(48, 186, 189, 0.19);
    padding: 7px 15px;
    border-radius: 25px;
    color: #31B9BD;
    font-size: 14px;
}

@media (max-width: 890px) {

    .tab-header {
        flex-direction: column;
		margin-bottom: 20px;
    }
	
	.range-selector {
		grid-template-columns: 2fr;
	}

  }

@media (max-width: 767px) {

    
    .tab-content.active {
        grid-template-columns:1fr;
		max-width: 100vw;
    }

    .tab-header {
        flex-direction: column;
		margin-bottom: 50px;
    }

    .tab-titles {
        margin-bottom: 50px;
    }

	.range-selector {
    	display: grid;
    	grid-template-columns: 1fr;
	}
	
  }

@media (max-width: 560px) {

    .tab-titles a {
    	padding: 6px 10px;
		font-size: 14px;
	}
    
	.content-range {
		max-width: 94vw;
	}
	
	.range-wrap {
		width: 90vw;
	}


  }

@media (max-width: 505px) {

    .tab-titles a {
    	padding: 4px 8px;
		font-size: 14px;
	}
	
	.range {
		min-width: 0;	
	}
	
	.tab-content {
		max-width: 90vw;
	}
	
	#tooglex { 
	    font-size: 14px;
	}
    
  }

@media (max-width: 460px) {
	.vanish-column {
		display: none!important;
	}
}

@media (max-width: 400px) {

    .tab-titles {
    	flex-wrap: nowrap;
	}
	
	.vanish {
		text-wrap: nowrap;
	}
    
  }