@media only screen and (max-width: 600px) {
	.headline {
		display: none;
	}

	.input-mobile {
		position: relative;
	}

	.input-mobile input {
		padding-left: 45px !important;
	}

	.input-mobile i {
		position: absolute !important;
		left: 0;
	}

	.navbar-mobile {
		padding: 0 0 0 20px;
	}

	.logout-btn-mobile {
		background: #00000000;
		border: none;
		color: white;
	}

	.logout-btn-mobile i {
		font-size: 20px;
		margin-right: 0 !important;
	}

	.sidebar {
		height: fit-content !important;
		padding-bottom: 0 !important;
	}

	.content {
		height: fit-content !important;
	}

	.sidebar-mobile {
		display: none;
	}

	.content-mobile {
		display: none;
	}

	.cek-mobile {
		padding-left: 10px;
		padding-right: 10px;
	}

	.data-kyc {
		padding-right: 10px;
	}

	.verif-status-alert {
		margin-right: 0;
	}

	.kyc-status {
		width: 100%;
	}

	.country-menu {
		width: 90vw;
		height: 35vh;
	}

	.user-list {
		width: 100% !important;
	}

	.edit-user-content {
		margin-bottom: 30px !important;
	}

	.detail-report img {
		width: 150px !important;
		height: 150px !important;
	}

	.reported-user-profile {
		width: 50px !important;
		height: 50px !important;
	}

	.detail-report .flag-size {
		width: 25px !important;
		height: 15px !important;
	}
}
