 /* calculator css */
		
		.step h3{
			font-size: 20px;
    		font-weight: 700;
		}
    #tam-calculator {
        max-width: 600px;
        margin: auto;
        padding: 20px;
        background: #f5f5f5c4;
        color: #fff;
        border-radius: 12px;
        font-family: sans-serif;
		min-height: 600px;
		box-shadow: 0px 0px 23px 0px rgb(198 198 198 / 37%);
    }
	.single-post #tam-calculator{
	background: #FFDFD4;
	min-height: 400px;
	} 

	.single-post #sale_price{
	background: #fff;
	}
    #tam-calculator .step {
        display: none;
    }
	.step-1,.step-3{
		align-items: center;
		top: 50%;
		position: absolute;
		justify-items: center;
		justify-items: center;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		
	}
		.step-3{
			width:90%;
		}
    #tam-calculator .step.active {
        display: block;
    }
    .step-header {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .step-header div {
        flex: 1;
        text-align: center;
        padding: 10px;
        border-bottom: 2px solid #555;
        color: rgba(0, 0, 0, 0.71);
    }
    .step-header .active-step {
        border-bottom: 5px solid #ff3e01;
        color: rgba(0, 0, 0, 0.71);
        font-weight: bold;
    }
	#sale_price{
		background: linear-gradient(285.52deg, #E1E1E1 -3.85%, #F1F1F1 103.14%);
		padding: 10px;
		border-radius: 15px;
		height: 36px;
		border: 1px solid rgba(0, 0, 0, 0.15);
		width:-webkit-fill-available;
	}
	@-moz-document url-prefix() {
	  #sale_price {
		  width:-moz-available;
	  }
		.tab-content.active{
			background: #fff;
			  background: #fff;
			  box-shadow: 0px 0px 60px 0px rgba(255, 60, 0, 0.1);
			  border: 1px solid rgba(231, 231, 231, 1);
			  border-radius: 15px;
		}
		#company-data-table{
			max-width:100%;
		}
	}
    select, input {
        width: 100%;
        padding: 10px;
        margin: 8px 0;
        border-radius: 6px;
        border: none;
    }
    button.next-step{
        margin-top: 20px;
        padding: 10px 16px;
        border: none;
        background-color: rgba(255, 62, 0, 1) !important;
        color: white;
        border-radius: 15px;
        cursor: pointer;
		box-shadow: 0px 0px 60px 0px rgba(255, 60, 0, 0.4);

    }
	button.start-over{
        margin-top: 20px;
        padding: 10px 16px;
        border: 1px solid rgba(0, 0, 0, 0.7);
		background: none !important;
		color: rgba(0, 0, 0, 0.7);
        border-radius: 15px;
        cursor: pointer;
		box-shadow: 0px 0px 60px 0px rgba(255, 60, 0, 0.4);

    }	
    button.back-btn {
        border: 1px solid rgba(0, 0, 0, 0.7);
		background: none !important;
		box-shadow: 0px 0px 60px 0px rgba(255, 60, 0, 0.4);
		color: rgba(0, 0, 0, 0.7);
      	margin-right: 10px;
    }
button.smoothtable {
         border: none;
		background-color: rgb(255 156 124);
		 color: white;
		box-shadow: 0px 0px 60px 0px rgba(255, 60, 0, 0.4);
      	margin-right: 10px;
    }
button.signuprecal {
         border: none;
		background-color: rgba(255, 62, 0, 1);
		 color: white;
		box-shadow: 0px 0px 60px 0px rgba(255, 60, 0, 0.4);
    }
button.smoothtable:hover{
	background-color: transparent !important;
}
    .custom-multiselect {
	  position: relative;
	  margin-bottom: 20px;
	  margin-top:10px;	
}
    .custom-multiselect label {
        display: block;
        margin-bottom: 6px;
        font-weight: 600;
        color: rgba(0, 0, 0, 0.71);
    }
    .custom-multiselect .select-box {
        background: linear-gradient(285.52deg, #E1E1E1 -3.85%, #F1F1F1 103.14%);
        padding: 5px;
        cursor: pointer;
        border-radius: 15px;
        position: relative;
        color: rgba(0, 0, 0, 0.4);
		cursor:pointer;
		border-top: 1px solid rgba(0, 0, 0, 0.15);
    }
	.custom-multiselect-c .select-box-c {
        background: linear-gradient(285.52deg, #c7c6c6 -3.85%, #d1d1d1 103.14%);
        padding: 5px;
        cursor: not-allowed;
        border-radius: 15px;
        position: relative;
        color: rgba(0, 0, 0, 0.4);
		border-top: 1px solid rgba(0, 0, 0, 0.15);
    }	
   .custom-multiselect .dropdown {
    position: absolute;
    background: linear-gradient(285.52deg, #E1E1E1 -3.85%, #F1F1F1 103.14%);;
    z-index: 1000;
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 10px;
    border-radius: 4px;
	box-shadow: 0 0 8px #ff680f82;
	max-height: 150px;
    overflow-y: auto;
}
	/* Chrome, Edge, Safari */
.custom-multiselect .dropdown::-webkit-scrollbar {
  width: 6px;
}
.custom-multiselect .dropdown::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 3px;
}

/* Firefox */
.custom-multiselect .dropdown {
  scrollbar-width: thin;
  scrollbar-color: #fff transparent;
}
.custom-multiselect.active .dropdown {
  display: block;
	width:-webkit-fill-available;
	width: -moz-available;
}
    .custom-multiselect .dropdown label {
       display: flex;
		margin-bottom: 6px;
    	cursor: pointer;
    	
    }
		.dropdown input {
			width:auto;
			margin-right: 5px;
    		margin-top: 5px;
		}
    .selected-tags {
    	margin-left: 5px;
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        max-width: 100%;
        word-break: break-word;
		pointer-events: none;
    }
    .selected-tags .tag {
        background: rgba(140, 140, 140, 1);
        color: white;
        padding: 0px 10px;
        border-radius: 15px;
        font-size: 12px;
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
		margin-bottom: 10px;
		 pointer-events: auto; 
    }
		.more-tag{
			background:rgba(255, 62, 0, 1) !important;
		}
    .selected-tags .tag span {
        margin-left: 6px;
        cursor: pointer;
        font-weight: bold;
		pointer-events: auto;
		cursor:pointer;
    }
	.closefix{
      border-radius: 15px;
      background: linear-gradient(285.52deg, #E1E1E1 -3.85%, #F1F1F1 103.14%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    cursor: pointer;
    }
		.closefix-c{
      border-radius: 15px;
      background: linear-gradient(285.52deg, #E1E1E1 -3.85%, #F1F1F1 103.14%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    cursor: not-allowed;
    }
		.loader {
  text-align: center;
  padding: 20px;
  display: flex;
  justify-content: center;
}
.loader img {
  width: 30px;
  height: 30px;
}
		.back-btn{
			border: 1px solid rgba(0, 0, 0, 0.7);
			background: rgba(0, 0, 0, 0.7);
			box-shadow: 0px 0px 60px 0px rgba(255, 60, 0, 0.4);
		}		
		.droparrow{
			float: right;
    		position: absolute;
			right: 13px;
			top: calc(50% - 8px);
			border: solid rgba(0, 0, 0, 0.4);
			border-width: 0 2px 2px 0;
			width: 12px;
			height: 12px;
			transform: rotate(45deg);
		}
/* horizontal tab */
.tab-container {
    display: flex;
    border-radius: 50px;
    overflow: hidden;
    background: #eee;
    width: fit-content;
    margin: 20px auto;
  }

  .tab {
    padding: 12px 24px;
    cursor: pointer;
    font-weight: bold;
    color: #555 !important;
    background: transparent !important;
    border: none;
    outline: none;
    transition: 0.3s;
  }

  .tab.active {
    background: #ff3c00 !important;
    color: white !important;
    border-radius: 50px;
  }

  .tab-content {
    display: none;
    padding: 20px;
  }

  .tab-content.active {
    display: block;
  }

.sub-tab-container {
    display: flex;
    border-radius: 25px;
    overflow: hidden;
    background: #ddd;
    width: fit-content;
    margin: 10px 0;
  }

  .sub-tab {
    padding: 8px 18px;
    cursor: pointer;
    font-weight: bold;
    background: transparent !important;
    border: none;
    color: #444 !important;
    transition: 0.3s;
  }

  .sub-tab.sub-active {
    background: #ff3c00 !important;
    color: white !important;
    border-radius: 25px;
  }

  .sub-tab-content {
    display: none;
    padding: 10px 0;
  }

  .sub-tab-content.sub-active {
    display: block;
  }
#ctacalculator{
	display:none;
}
#ctalead{
	display:none;
}
