#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}

.sidBar {
    width: 200px;
    height: 800px;
    display: ruby;
	border-radius: 5px;
    background-color: #dfd9d2;
	outline: auto;
}

.menuAndContent {
	display: flex;
}

.seller-panel-edit-profile-form {
	display: none;
	margin: 0px 0px 0px 100px;
}

.seller-pajes {
    margin-left: auto;
    margin-top: 20px;
	width: 100px;
}

.seller-panel-offer-list {
	/*display: none;*/
	margin: 0px 0px 0px 100px;
}

.seller-panel-offer {
    display: flex;
	flex-direction: column;
    align-items: center;
    width: 700px;
    background-color: #b5bbc2;
    height: auto;
    margin-left: 10px;
	margin-bottom: 10px;
}

.seller-panel-offer-descr {
    margin-top: 5px;
    margin-bottom: 5px;
    border-inline: 1px;
    outline: auto;
	background-color: white;
}

.seller-panel-finance {
	width: 500px;
    height: 845px;
    display: ruby;
    border-radius: 5px;
    background-color: #dfd9d2;
    outline: auto;
	margin-left: 10px;
	display: flex;
    flex-direction: column;
}

.seller-panel-finance-info {
	margin: 10px 10px 10px 10px;
    outline: auto;
}

.seller-panel-finance-info-descr {
	margin: 10px;
}

.seller-panel-finance-info-item-button {
	margin: 10px 10px 10px 329px;
    height: 32px;
    width: 81px;
    outline: auto;
    background-color: #c8e5ff;
}

.seller-panel-finance-withdraw {
	height: 700px;
    width: 420px;
    background-color: #b5bbc2;
	margin: 10px 10px 10px 10px;
    outline: auto;
}

.seller-panel-finance-withdraw-title {
	margin: 10px 10px 10px 150px;
}

.seller-panel-finance-withdraw-window-withdraw {
	height: 600px;
    width: 400px;
    background-color: #dddddd;
    margin: 10px 10px 10px 10px;
    display: flex;
	flex-direction: column;
}

.seller-panel-finance-withdraw-button {
	margin: 10px 10px 10px 329px;
    height: 30px;
    width: 70px;
    outline: auto;
    background-color: #c8e5ff;
}

.seller-panel-finance-withdraw-window-withdraw-slider-container {
	height: 100px;
    width: 380px;
    outline: auto;
    display: flex;
    align-content: stretch;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px 10px 10px 10px;
}

.seller-panel-finance-withdraw-window-withdraw-slider-container-input{
	
}

.seller-panel-finance-withdraw-window-withdraw-slider-container-text {
	
}

.seller-panel-finance-withdraw-window-withdraw-slider-container-slider {
	
}

.seller-panel-finance-withdraw-window-withdraw-payments-method {
	height: 450px;
    width: 380px;
    outline: auto;
    margin: 10px 10px 10px 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
	overflow: auto;
}

.seller-panel-finance-withdraw-window-withdraw-payments-item {
	height: 95px;
    width: 95px;
    outline: auto;
    margin: 10px 15px 10px 10px;
}

.seller-panel-finance-withdraw-window-withdraw-payments-item.selected {
	outline-color: #ffffff;
}


.seller-panel-finance-withdraw-window-withdraw-payments-item {
	
}

.payments-item-ton {
	background-image: url(https://ggpick.com/wp-content/themes/Ggpick/market/img/ton.jpg);
	background-size: contain;
    background-repeat: no-repeat;
}

.payments-item-usdt {
	background-image: url(https://ggpick.com/wp-content/themes/Ggpick/market/img/usdt.png);
	background-size: contain;
    background-repeat: no-repeat;
}

.payments-item-btc {
	background-image: url(https://ggpick.com/wp-content/themes/Ggpick/market/img/btc.jpg);
	background-size: contain;
    background-repeat: no-repeat;
}

.payments-item-visa {
	background-image: url(https://ggpick.com/wp-content/themes/Ggpick/market/img/visa.png);
	background-size: contain;
    background-repeat: no-repeat;
}

.payments-item-banktransfer {
	background-image: url(https://ggpick.com/wp-content/themes/Ggpick/market/img/bt.png);
	background-size: contain;
    background-repeat: no-repeat;
}

.seller-panel-message {
	height: 95px;
    width: 800px;
    outline: auto;
    position: fixed;
    left: 50%;
    bottom: 10%;
	transform: translate(-50%, -16px);
	background-color: #ef8c8c;
	display: none;
}

.seller-panel-popup {
	height: 1000px;
    width: 787px;
    outline: auto;
    position: fixed;
    left: 50%;
    bottom: 18%;
    transform: translate(-50%, -16px);
    background-color: #fafafa;
	display: none;
}

.seller-panel-popup-close {
	position: absolute;
    left: 95%;
    bottom: 96%;
    height: 30px;
    width: 30px;
    outline: auto;
    font-size: 25px;
}

.seller-panel-popup-content {
	height: 900px;
    width: 750px;
    background-color: #e6e6e6;
    margin: 60px 0px 0px 18px;
    outline: auto;
}

.seller-panel-popup-content-payments {
	height: 890px;
    width: 740px;
    background-color: #e6e6e6;
    margin: 0px 0px 0px 5px;
    /*outline: auto;*/
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
	display: none;
}

.seller-panel-popup-transfer-item {
	margin: 15px 0px 0px 5px;
    outline: auto;
    background-color: #ffffff;
    height: 25px;
    width: 255px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.seller-panel-message-close {
	position: absolute;
    left: 95%;
    bottom: 60%;
    height: 30px;
    width: 30px;
	outline: auto;
	font-size: 25px;
}

.seller-panel-message-text {
	position: absolute;
    left: 0%;
    bottom: 10%;
    outline: auto;
    word-break: break-all;
	transform: translate(0%, 4px);
}

.seller-panel-offer-create {
	width: 500px;
    height: 845px;
    display: ruby;
    border-radius: 5px;
    background-color: #dfd9d2;
    outline: auto;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
}

.seller-panel-offer-create-button {
    margin: 10px 10px 10px 397px;
    height: 30px;
    width: 30px;
    outline: auto;
    background-color: #c8e5ff;
}

.seller-panel-popup-content-createoffers {
	height: 890px;
    width: 740px;
    background-color: #e6e6e6;
    margin: 0px 0px 0px 5px;
    /*outline: auto;*/
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
	display: none;
}

.seller-panel-popup-createo-create {
    position: absolute;
    left: 83%;
    bottom: 5%;
    height: 30px;
    width: 30px;
    outline: auto;
    font-size: 25px;
}

.seller-panel-popup-content-editffer {
	height: 890px;
    width: 740px;
    background-color: #e6e6e6;
    margin: 0px 0px 0px 5px;
    /*outline: auto;*/
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
	display: none;
}

.seller-panel-popup-edito-button {
    position: absolute;
    left:  80%;
    bottom: 5%;
    height: 30px;
    width: 30px;
    outline: auto;
    font-size: 25px;
}