@media screen and (width <= 1200px){
	/*#connectedWalletBtnGroup{
		transform: translateX(-50%);
	}
	#connectWallet{
		transform: translateX(-80%);
	}*/

	th:first-child, tr td:first-child{
		min-width: 50px !important;
	}

	th, td {
		/* overflow-x: clip !important; */
		/* word-wrap: normal; */
		text-align: center;
		font-size: 12px !important;
		 min-width: 100px; 
		max-width: fit-content;
	}
}
@media screen and (992px <= width <= 1200px){
	#connectedWalletBtnGroup{
		transform: translateX(-35%);
	}
	
}
@media screen and (1100px <= width <= 1200px){
	#connectWallet{
		transform: translateX(-80%);
	}
}
@media screen and (width <= 1200px){
	#tblULedgerMerc .hiddenRow li, #tblLedgerMerc .hiddenRow li{
		flex-direction: column !important;
	}
	#tblULedgerMerc .hiddenRow li span, #tblLedgerMerc .hiddenRow li span{
		display: block !important;
		margin: 5px 0;
		word-wrap: anywhere !important;
	}
}
@media screen and (992px <= width <= 1100px){
	#connectWallet{
		transform: translateX(-60%);
	}	
}

@media screen and (width <= 992px){

	#CompanyName{
		margin-top: 0 !important;
	}

	.contact3-form .mb-4{
		margin-bottom: 0 !important;
	}

	.col-lg-3.connectFormRadio.mb-4 {
		margin-bottom: 0 !important;
	}

	.col-lg-3 .modalLabel, .col-lg-4 .modalLabel{
		border-bottom: 0;
	}
	

	
}
@media screen and (710px <= width <= 992px){
	#connectedWalletBtnGroup{
		transform: translateX(-5%);
	}
	#connectWallet{
		transform: translateX(-5%);
	}	
	
}

@media screen and (710px <= width <= 740px){
	#comms {
		transform: translateX(-20%);
	}
}

@media screen and (576px < width <= 710px){

	div.btn-group.m-r-100{
		margin-right: 0rem;
	}

	#connectedWalletBtnGroup, #connectWallet {
		border-radius: 1.35rem;
		position: absolute;
		top: 0;
		right: 0;
		transform: translate(-10%,25%);
	}

	#connectedWalletBtnGroup {
		transform: translate(-10%,25%);
	}

	.navbar-expand-sm {
		flex-flow: row nowrap;
		justify-content: space-between;
		flex-direction: column;
		align-items: flex-start;
	}


	.navbar-expand-sm {
		/*flex-flow: row wrap;*/
	}
	.navbar-expand-sm .navbar-collapse {
		margin-left: auto;
		margin-right: auto;
	}

}






@media screen and (450px <= width <= 575px){
	
	/*#connectedWallet, #comms, .nav-tabs .nav-link{
		width: 50% !important;
		margin: 5px auto !important;
	}

	#connectWallet, .dropdown-menu.show {
		width: 50%;
	}
	*/

	.nav {
		display: flex;
		flex-wrap: wrap;
		padding-left: 0;
		margin-bottom: 0;
		list-style: none;
		justify-content: space-evenly;
		padding: 5px;
	}
	.outer-chat{
	  display: inline-flex;
	  justify-content: center;
	}

	.menu-chat{
		display: none;
	}

	.outer-menu-container{
		display: flex;
		width: 100%;
		justify-content: center;
		align-items: center;
		padding: 5px;
	}

}

@media screen and (width <= 450px){
	#connectedWallet,#connectWallet{
		display: block;
		min-width: fit-content;
/*		max-width: 155px !important;*/
/*		margin: 5px auto;*/
	}

	.outer-menu-container{
		display: flex;
		width: 100%;
		justify-content: center;
		align-items: center;
		padding: 5px;
	}

	.btn.mr-2{
		margin-right: 0 !important;
	}
	.btn.ml-2{
		margin-left: 0 !important;
	}

	#connectedWalletBtnGroup{
		width: 100%;
	}

	.dropdown-menu.show {
		display: block;
		width: 100%;
		text-align: center;	
	}

	#connectedWalletBtnGroup > .dropdown-menu {
		 left: 0px !important; 
	}	

	.nav{
		display: block;
	}

	#connectWallet, #connectedWallet, #comms, .nav-tabs .nav-link {
		 margin: 5px 5px; 
/*		 min-width: 100%;*/
/*		 max-width: 100%;*/
	}

	.navbar-dark .navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28 255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}

	.outer-chat{
	  display: inline-flex;
	  justify-content: center;
	}

	.menu-chat{
		display: none;
	}
}


