
.bloc-icon .mysvg {
        display: inline-block;
        filter: invert(39%) sepia(16%) saturate(614%) hue-rotate(156deg) brightness(97%) contrast(89%);
    
}

.bloc-icon img {
  filter: brightness(0.2) sepia(1) hue-rotate(180deg) saturate(5);
}
.bloc-icon i {
  width: 15px;
  align-content: center;
}
.bloc-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-nav {
  background: #F1F1F1;
  position: fixed;
  bottom: 0;
  height: 65px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  z-index: 9;
}

.myswitch{
	display: flex;
	left: 150px;
	border-bottom:1px solid blue;
	position: absolute;
}

.myswitch.active{
	border-bottom: 1px solid blue;
	}


.myswitch:after{
	content: '';
	height: 6px;
	width: 60px;
	background: blue;
	border-radius: 60px 60px 0 0;
	bottom: 0;
	right: 8px;
	position: absolute;
	transition: 0.3s ease;
}

.myswitch.active:after{
	width: 70px;
	background: blue;
	right:120px;
	
}


.login{
	padding: 5px 12px;
	margin-bottom: 10px;
	text-align: right;
	margin-left: 4px;
	letter-spacing: 1px;
	cursor: pointer;
	transition: 0.3s ease;

	
}

.signup{
	padding: 5px 12px;
	margin-bottom: 10px;
	text-align: right;
	margin-left: 4px;
	letter-spacing: 1px;
	cursor: pointer;
	transition: 0.3s ease;
	
	
}


.btn:active {
  border-bottom: 2px solid blue;
}

.btn:hover {
  border-bottom: 2px solid blue;
}
.mainpage{
padding: 0 5%;
padding-top: 50px;
}

@media screen and (min-width: 600px) {
  .m-nav {
  display: none;
  }
}



@media screen and (max-width: 570px) {
  /** trade start */
  .table-responsive-lg .table td, .table th {
    font-size: 14px;
    

      }

      .mainpage{
      padding: 0 0%;
      padding-top: 50px

          }

       
      .myswitch{
	display: flex;
	left: 50px;
	border-bottom:1px solid blue;
	position: absolute;
     }


.offers-section .buyers-section > .offer-list > .offers-list-item,
.offers-section .sellers-section > .offer-list > .offers-list-item {
  width: 100%;
  display: flex;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 5px;
}

.offers-section .buyers-section > .offer-list .list-details .mycontainer,
.offers-section .sellers-section > .offer-list .list-details .mycontainer{
    padding-left: 25px;
  }



      .table-responsive-lg .table th {
       font-size: 14px;
    

      }


        tbody tr td:nth-child(3) { display : none}
        thead tr th:nth-child(3) { display : none}


}

