@media (max-width: 1399px) {
	.single-overview-visitors h3 {
		color: #656565;
		font-size: 1.6rem;
		line-height: 2.6rem;
	}

	
}
@media (max-width: 1199px) {
    .sites-visitors {
        display: flex;
        gap: 30px;
        flex-direction: column;
    }

    .sites-visitors-form-area, .visitors-list {
        width: 100%;
    }

} 
@media (min-width: 1201px) {
	.mobile-header {
		display: none;
	}

	.sidebar-header button {
		display: none;
	}
	.sidebar {
		transform: translateX(0%);
		transform: .5s;
	}
}

@media (max-width:1200px){
	.mobile-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.mobile-header {
		width: 100%;
		position: absolute;
		top: 0;
		z-index: 1;
		background: var(--sidebar-bg);
		left: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 1.5rem 3rem;
		box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 6px -2px, rgba(0, 0, 0, 0.05) 0px 2px 2px -1px;
	}

	.sidebar {
		transform: translateX(-115%);
		transform: .5s;
	}
	.content {
		padding: 10rem 4rem 5rem 4rem;
		margin-left: 0;
		transition: .5s;
	}

	.sidebar.menu-open {
		transform: translateX(0%);
		transition: .5s;
		z-index: 9;
		box-shadow: rgba(0, 0, 0, 0.12) 4px 0px 6px -2px, rgba(0, 0, 0, 0.05) 0px 2px 2px -1px;
	}

	.sidebar-header {
		position: relative;
		padding:1.5rem 2.4rem;
	}

	.sidebar-header button {
		position: absolute;
		right: -3.3rem;
		font-size: 1.8rem;
		border: 1px solid var(--sidebar-border-color);
		border-radius: 5px;
		padding: 6px 6px;
		line-height: 2rem;
		color: var(--sidebar-active-color);
		background: var(--sidebar-active-bg-color);
		border-color: var(--sidebar-active-border-color);
		top: 0;
	}

	.nav-bar {
		font-size: 1.8rem;
		border: 1px solid var(--sidebar-border-color);
		border-radius: 5px;
		padding: 6px 6px;
		line-height: 2rem;
		color: var(--sidebar-active-color);
		background: var(--sidebar-active-bg-color);
		border-color: var(--sidebar-active-border-color);
	}



	.content-top h1 {
		font-size: 3.4rem;
		line-height: 5rem;
		margin-bottom: 1rem;
	}

	.content-top p {
		font-size: 1.8rem;
		line-height: 3rem;
	}

	.overview-visitors {
		gap: 3rem;
	}

	.sidebar-header button {
		display: block;
	}
	
	

}


@media (max-width: 991px) {
	.top-content h2 {
		font-size: 2.4rem;
		line-height: 4rem;
	}

	.input input, .input-field, .script-status input {
		padding: 1.4rem 1.8rem;
	}

	.content-top h1 {
		font-size: 2.8rem;
		line-height: 4rem;
		margin-bottom: 1rem;
	}

	.content-top p {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	.content {
		padding: 10rem 3rem 5rem 3rem;
	}

	.copy-btn, .generate-btn {
		padding: 1rem 1.6rem;
		font-size: 1.4rem;
		line-height: 2rem;
	}

	.installation-btn {
		gap: 3rem;
	}



}

@media all and (max-width: 850px) {
	.table-header-content{
		flex-direction: column;
		align-items: start;
	}
	.table-header-left {
		margin-bottom: 10px;
	}
	.fq-select .select2-container {
		min-width: auto !important;
		margin-bottom: 10px;
	}
	#filterForm div{
		flex-wrap: wrap;
	}
}

@media (max-width: 767px) {
	.top-content h2 {
		font-size: 2rem;
		line-height: 3.2rem;
	}

	.input input, .input-field, .script-status input {
		padding: 1rem 1.4rem;
	}
	.content-top h1 {
		font-size: 2.4rem;
		line-height: 3.6rem;
		margin-bottom: 1rem;
	}

	.installation-btn {
		flex-direction: column;
		align-items: self-start;
		gap: 2rem;
	}

	.installation-script p {
		font-size: 1.4rem;
		line-height: 2rem;
		padding: .8rem 1.6rem !important;
	}

	div.dt-container div.dt-layout-row:not(.dt-layout-table) {
		display: block;
		display: flex;
		align-items: center;
	}
	.website {
        flex-direction: column;
        align-items: start;
        gap: 0px;
    }
    .visitors-form .input-form {
        flex-direction: column;
        align-items: self-start;
    }

    .website input {
        width: 100%;
    }

}


@media all and (max-width: 575px) {
	.login-box{
		width: 90%;
	}
	.Login-page-area {
		margin: 50px 0;
	}
	.company-header-image img {
        width: 50px;
        height: auto;
    }

    .company-header-image {
        width: 80px;
        height: 80px;
        background: #F4EBFD;
        display: flex;
        align-items: center;
        justify-content: center;
    }
	
    /* .company-header {
        flex-direction: column;
        align-items: start;
    } */
}