#createPost:hover{
   cursor: pointer;
   background-color: #dbdee1 !important;
}
#createPost{
	padding-right: 0px;
	height: calc(2.75rem + 10px) !important;
}
#createPostModal{
	padding-right: 0px !important;
}
.coin-option{
	cursor:pointer; 
	text-align:center;
	margin:5px;
}
.coin-option img{
	min-width:60px; 
	min-height:60px;
	max-width:60px; 
	max-height:60px;
}
.coin-scroll-wrapper {
  max-height: 150px;   /* adjust based on image height → 2 rows */
  overflow-x: auto;    /* horizontal scroll */
  white-space: nowrap; /* keep items inline */
}
.border-purple {
    border-color: #450ea7 !important;
    border: 2px solid #450ea7 !important;
}
#createPostModal .tag-container {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 6px;
    min-height: 40px;
    cursor: text;
}
#createPostModal .tag {
    background: #450ea7;
    color: #fff;
    padding: 0px 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
}
#createPostModal  .tag .remove-tag {
    cursor: pointer;
    font-weight: bold;
}
#createPostModal  .tag-input {
    border: none;
    flex: 1;
    min-width: 120px;
    outline: none;
}
.center-block{
	display:block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.w-20{
	width:20%;
}
.default-file{
	opacity: 1 !important;
    position: relative !important;
    font-size: 1rem !important;
}
.text-underline{
	text-decoration: underline;
}

/**** Snakebar *****/

#snakbar {
    z-index: 9999999;
    visibility: hidden;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    min-width: 200px;
    padding: 10px 20px;
    bottom: 100px;
    left: 50%; /* position from left 50% */
    transform: translateX(-50%); /* shift back by 50% of its own width to center */
    height: 50px;
    border-radius: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#snakbar-msg {
    color: #ffff;
    margin: auto;
    font-size:18px;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snakbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}
.btn-xs{
	padding: 3px 8px !important;
	border-radius: 2px !important;
}
.input-group-append .btn{
    border-radius: 0.2rem !important;
    padding: .25rem .5rem !important;
}
.tooltip-inner {
    color: #000 !important;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.pt-md {
    padding-top: 3rem !important;
}
.pb-md {
    padding-bottom: 3rem !important;
}
.content-locked .lock-coin-post-img{
    width:400px;
}
.content-locked .lock-coin-post-text{
    color:#000;
    font-weight:bold;
}
.content-locked .lock-coin-post-subtext{
    color: #848484;
    font-weight:normal !important;
}
.content-locked .icon-lock{
    color: #848484;
    font-size: 20px;
}
.content-locked .list-inline{
    color: #848484;
}
.overlay-loader {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    /***border-radius: 10px;***/
}
.spinner-border {
    width: 3rem;
    height: 3rem;
}

.coin-info h6 {
  word-break: break-word;
  font-size: 1rem;
}
.coin-info img {
  max-width: 100%;
  height: auto;
}

.encrypted-text h6{
    font-size: 14px !important;
}

.encrypted-text .feather.icon-lock{
    font-size: 16px !important;
}

@media (min-width: 576px) {
   .items-text{
       text-align: left;
   }

   .encrypted-text{
       text-align: right;
   }
}

@media (max-width: 575px) {
   .items-text{
       text-align: left;
   }

   .encrypted-text{
       text-align: right;
   }
}

/* Top-right download button */
.download-coin-btn {
    font-size: 1.2rem;
    background-color: rgb(255 222 8 / 83%);
    padding: 5px 8px 5px 8px;
    border-radius: 50%;
    transition: all 0.3s ease;
    z-index: 10;
    float: right;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.download-coin-btn.show {
    opacity: 1;
}

.download-coin-btn:before {
    content: "";
    animation: pulse-border 1500ms ease-out infinite;
    background-color: #0000;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 40px;
    height: 40px;
    background: #ffde08d4;
    border-radius: 50%;
}

.download-coin-btn .bi-download{
    color:#000;
    font-weight: bold;
}

.download-coin-btn:hover {
    color: #000;
    background-color: rgb(255 222 8 / 83%);
    transform: scale(1.2) rotate(10deg);
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@media (max-width: 1279px) {
   .download-coin-btn {
        position: absolute;
        top: 225px;
        right: 80px;
    }
}

@media (max-width: 1200px) {
   .download-coin-btn {
        position: absolute;
        top: 225px;
        right: 35px;
    }
}

@media (max-width: 991px) {
   .download-coin-btn {
        position: absolute;
        top: 225px;
        right: 15px;
    }
}

@media (max-width: 767px) {
   .download-coin-btn {
        position: absolute;
        top: 225px;
        right: 65px;
    }
}

@media (max-width: 570px) {
   .download-coin-btn {
        position: absolute;
        top: 225px;
        right: 80px;
    }
}

@media (max-width: 550px) {
   .download-coin-btn {
        position: absolute;
        top: 225px;
        right: 75px;
    }
}

@media (max-width: 450px) {
   .download-coin-btn {
        position: absolute;
        top: 225px;
        right: 20px;
    }
}

@media (min-width: 1280px) {
   .download-coin-btn {
        position: absolute;
        top: 225px;
        right: 120px;
    }
}

.coin-info {
  position: relative;
}

.coin-image {
  border-radius: 8px;
}

.download-coin-btn-other {
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  font-size: 1.2rem;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.download-coin-btn-other:hover {
  background: #f5c542 !important;
  color: #000 !important;
  transform: scale(1.15) !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3) !important;
}

.download-coin-btn-other i {
  line-height: 1;
}
