.bg_dark {
	background-color: #0c0c0c;
}

.nav_block {
	background-color: #100f0f;
}

.project_block {
	background-color: #100f0f;
	border-radius: 24px;
	text-decoration: none;
	border: 2px solid #100f0f;
}

.item_project {
	background-color: #100f0f;
	border-radius: 24px;
	text-decoration: none;
	border: 2px solid #100f0f;
}

.item_project:hover {
	border-color: #ffc009;
	text-decoration: none;
}

.item_project .desctiption {
	color: #86868b;
}

.logo {
	text-decoration: none;
}

.logo:hover {
	opacity: 0.8;
	text-decoration: none;
}

.text-yellow {
	color: #ffc100;
}

table {
    background-color: #1B1B1C;
    border-radius: 24px;
    overflow: hidden;
}

table th,
table tr,
table td {
	padding: 15px 20px;
}

table td {
	border-bottom: 1px solid #151515;
	color: #adadad;
}

table th {
	background-color: #151515;
	color: #bfbfbf;
}
#system_msg {
    display: block;
    position: fixed;
    background-color: #232931;
    bottom: 108px;
    left: 8px;
    color: #f1f1f1;
    min-width: 350px;
    padding: 17px 30px;
    box-sizing: border-box;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
    border-radius: 24px;
    margin: 12px;
    font-size: 16px;
    cursor: default;
    -webkit-transition: -webkit-transform .3s,opacity .3s;
    transition: transform .3s,opacity .3s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    z-index: 1100;
    /* opacity: 0; */
    display: none;
}

.gradient-text {
    font-weight: bold;
    display: inline-block;
    background-image: linear-gradient(
        35deg,#17ead9 0%,#6078ea 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}


.success {
    background: linear-gradient(267.05deg,#098b45,#1f683d 99.28%)!important;
    color: #fff!important;
}

.error {
    background: linear-gradient(267.05deg,#c33737,#9d2b2b 99.28%)!important;
    color: #fff!important;
}
  #deleteImage {
    background-color: rgba(0,0,0,0.8);
    left: 12px;
    right: 0;
    bottom: 0;
    padding: 7px 0;
    width: 170px;
    cursor: pointer;
    z-index: 1000;
    color: #fff;
    position: absolute;
    text-align: center;
    border-radius: 0 0 10px 10px;
  }

  .icon-round {
    flex-shrink: 0;
    width: 69px;
    height: 69px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn-buy {
    padding: 15px 18px;
    border-radius: 14px;
  }

  h6 {
    visibility: visible;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  a.ex-offer:hover {
    text-decoration: none;
  }