/* Common CSS */
.btn-common-style {
    color: #fff !important;
    display: inline-flex;
    cursor: pointer;
    outline: none;
    text-transform: capitalize;
    z-index: 99;
    padding: 12.5px 37px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 95px;
    justify-content: center;
}

/* Management page */
.explore-item.management {
    border: 1px solid rgba(0, 0, 0, 0.09);
    padding: 0 10px;
    box-shadow: 0 0 1px 0;
    border-bottom-right-radius: 10px;
    padding-top: 10px;
}

.explore-item.management .user-status {
    position: absolute;
    top: 0;
    right: 15px;
    padding: 4px 12px;
    border-bottom-left-radius: 15px;
    box-shadow: 0 0 2px 1px;
    z-index: 555;
    color: white;
}

.explore-item.management .statusHide {
    display: none;
}

.explore-item .other-box {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    padding-bottom: 12px;
}

.explore-item .other-box button {
    background: #00ff002b;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
}

.explore-item .comment-box {
    text-align: right;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    padding: 5px 4px;
}

.explore-item .comment-box button.comments {
    background: #d8d7d75e;
    padding: 2px 18px;
    border-radius: 5px;
}

/*Profile Page*/
.profile-custom i {
    font-size: 28px;
    color: red;
}

.profile-custom p {
    color: #a1a9b7;
    margin-right: 4px;
    margin-top: -5px;
}

.profile-custom-info {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 12px;
}

.profile-custom-info button.friend {
    position: relative;
    margin-right: 9px;
}

.profile-custom-info button.friend span.f-count {
    position: absolute;
    top: -12px;
    display: inline-block;
    background: #353945e6;
    color: white;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
    right: -16px;
}

.profile-custom-info button.product {
    position: relative;
}

.profile-custom-info button.product span.p-count {
    position: absolute;
    top: -12px;
    display: inline-block;
    background: #69b756e0;
    color: white;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
    right: -16px;
}

.purchase-now-btn {
    z-index: 99999;
}

.iframe-body {
    margin: 30px 0;
}

.user-profile-category-box {
    border-top: 1px solid #ddd;
    margin-top: 15px;
    
}

.user-profile-category-box a {
    background: #096009;
    color: #fff;
    border-radius: 15px;
    margin-top: 10px;
}

.text-right.profile-custom {
    display: flex;
    justify-content: space-between;
}

.text-right.profile-custom i.fa-comments {
    color: #353945;
}

/* Single page Share Social Media */
div#social-links ul {
    display: flex;
    text-align: right;
    justify-content: flex-end;
}

div#social-links ul li {
    margin-left: 10px;
}

div#social-links ul li a {
    font-size: 30px;
}

/*Single page Product status*/
.item-symbol-status {
    margin-top: 15px;
    box-shadow: 0 0 2px 0px;
    border-radius: 10px;
    padding: 8px;
}

.item-symbol-status i {
    font-size: 1.8rem;
    color: green;
}

.item-symbol-status span.text-status {
    font-size: 0.8rem;
}

.item-symbol-status i.fas.fa-magic {
    color: #0303b8;
}

.single-page-social-media a {
    color: #053f73;
}

.nft-single-page {
    display: flex;
    justify-content: space-between;
}

.nft-single-page i.fas.fa-comments {
    color: #353945;
    margin-left: 5px;
}


.pay-pal-payment-box {
     margin-bottom: 44px;
}

.pay-pal-payment-box a.theme-button1.w-100 {
    width: 70%!important;
    text-align: center;
    background: #3b56a2;
    border: none;
}

.pay-pal-payment-box .button {
    text-align: center;
}


/*Discover Page*/
span.item-symbol-status-discover-page {
    padding-left: 5px;
}

span.item-symbol-status-discover-page span.text-status-off {
    color: red;
}

.explore-small-box.d-flex.align-items-center.justify-content-between i {
    font-size: 1rem;
    color: green;
    margin-left: 5px;
}

span.item-symbol-status-discover-page span {
    font-size: .8rem;
    padding-left: 0;
    margin-left: -4px;
}

.explore-small-box.d-flex.align-items-center.justify-content-between i.fas.fa-stop {
    color: red;
}

.extra-label-of-status {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-top: -5px;
}

.extra-label-of-status span {
    font-size: 0.9rem;
    padding-left: 6px;
}

.extra-label-of-status i {
    color: green;
    font-size: 1.1rem;
}

.extra-label-of-status 
 i.fas.fa-magic {
    color: #060b84;
}

.discover-tran-btn {
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    padding-top: 6px;
    font-size: .8rem;
}

.discover-tran-btn a {
    background: #353945;
    color: #fff;
    padding: 2px 10px;
    border-radius: 8px;
}

.discover-tran-btn a.eth {
    background: #0e5e0e;
}

a.discover-btn {
    background: #4152b6;
    color: #fff;
    padding: 5px 8px;
    border-radius: 8px;
}

/* Friends */
.friend-info img {
    width: 65px;
    height: 65px;
    background-position: center;
    background-size: contain;
    border-radius: 50%;
    border: 1px solid #ddd;
    box-shadow: 0 0 1px 1px;
}

.friend-info p {
    color: black;
}

#nft-friends ul li {
    font-size: 1.3rem;
}


/*User Category list page*/
.user-category-page {
    margin-top: 75px;
    margin-bottom: 50px;
}

.user-category-list {
    box-shadow: 0 0 1px 0px;
    margin-top: 22px;
    padding: 15px;
    border-radius: 5px;
}

.user-category-list h3 {
    font-size: 1.5rem;
    text-align: center;
    border-bottom: 1px solid #ddddddbf;
    margin-bottom: 12px;
    padding-bottom: 5px;
}

.user-category-list ul li {
    font-size: 1.2rem;
    line-height: 2.3rem;
}


/* Comment Box CSS */
ul.list-unstyled.lara-comment-reply-box {
    border: 1px solid #ddd;
    padding: 30px;
    background: #fffcfc;
    border-radius: 5px;
}

ul.list-unstyled.lara-comment-reply-box .media-body {
    padding: 0px 15px;
}

ul.list-unstyled.lara-comment-reply-box small.text-muted {
}

ul.list-unstyled.lara-comment-reply-box li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 35px;
}

ul.list-unstyled.lara-comment-reply-box p.action-controller {
    margin-bottom: 2px;
}

ul.list-unstyled.lara-comment-reply-box p.action-controller .btn {
    background: #29317c;
    color: #fff;
    padding: 3px 20px;
    border-radius: 5px;
    margin-right: 8px;
}

ul.list-unstyled.lara-comment-reply-box p.action-controller .btn.edit {
    background: #757570;
}

ul.list-unstyled.lara-comment-reply-box p.action-controller .btn.delte {
    background: #dd8888;
    color: #fff!important;
}

ul.list-unstyled.lara-comment-reply-box p.action-controller {
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
    border-radius: 5px;
}

ul.list-unstyled.lara-comment-reply-box li:last-child {
    border-bottom: none;
}

ul.list-unstyled.lara-comment-reply-box img {
    width: 55px;
    height: 55px;
}

/*Common Css*/
.notification-img img {
    max-width: 65px;
    height: auto;
}

#ajax-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding-top: 35%;
    display: none;
}

.place-a-bid-btn{
    z-index: 999999!important;
}

/*** My-private Page ***/
.user-private-container {
    border: 1px solid #ddd;
    padding: 10px 20px;
}

.user-private-container .transacton-btn {
    text-align: right;
    margin-bottom: 30px;
    margin-top: 12px;
}

.user-private-container .transacton-btn a {
    background: #055b05;
    color: white;
    padding: 5px 15px;
    border-radius: 5px;
    margin-left: 10px;
}

.transaction-body .available-balance table {
    border: 1px solid black;
}

.transaction-body .available-balance {
    margin-bottom: 35px;
}

.user-private-container .transaction-table p {
    font-weight: bold;
    color: black;
    font-size: 1.3rem;
}

/* * Load Balance Page* */
ul.load-blance-payment li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 85px;
    border: 1px solid #ddd;
    padding: 0 30px;
}

ul.load-blance-payment li img {
    max-width: 125px;
}

ul.load-blance-payment li button {
    padding: 8px 25px;
}

/*Internal Transaction Page*/
.internal-transaction-page .available-blance {
    text-align: right;
    margin-bottom: 20px;
}

.internal-transaction-page .available-blance p {
    font-weight: bold;
    font-size: 1.2rem;
}

.internal-transaction-page .transaction-section {
    box-shadow: 0 0 2px 0px;
    padding: 35px 20px;
    border-radius: 15px;
}

.internal-transaction-page .transaction-section input {
    border: 1px solid #ddd;
    height: 35px;
    border-radius: 8px;
    padding: 0 10px;
}

.internal-transaction-page .transaction-section input[type=text] {
    width: 60%;
}

.internal-transaction-page .transaction-section button {
    background: var(--theme-color);
    padding: 15px 45px;
    margin-top: 40px;
    border-radius: 45px;
    color: white;
}


.vl {
    border-left: 6px solid #0080002e;
    height: 70%;
    border-radius: 8px;
    margin-top: 15%;
    margin-left: 30px;
  }


  /*Share Project Page*/
  .share-project-form{
    box-shadow: 0px 0px 2px 1px;
    padding: 34px;
    background: radial-gradient(#e5faec, transparent);
    border-top-right-radius: 50px;
}

ul.project-ul-list {
    padding-top: 10px;
}

ul.project-ul-list li {
    background: linear-gradient(45deg, #02013d, transparent);
    margin-bottom: 5px;
    padding: 12px;
    padding-left: 25px;
    border-top-right-radius: 25px;
    color: white;
    font-size: 18px;
}

ul.project-ul-list li a {
    color: white;
}

.share-project-info {
    box-shadow: 0px 0px 2px 1px;
    padding: 34px;
    background: radial-gradient(#e5faec, transparent);
    margin-top: 8px;
}

.share-project-info table tr th {
    border-right: 1px solid #ddd;
}

.sopnor-add-form {
    box-shadow: 0px 0px 2px 1px;
    padding: 34px;
    background: radial-gradient(#e5faec, transparent);
    margin-top: 8px;
}

.middle {
    top: 71%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
  }
  .bar {
    width: 10px;
    height: 70px;
    background: #fff;
    display: inline-block;
    transform-origin: bottom center;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    /*   box-shadow:5px 10px 20px inset rgba(255,23,25.2); */
    animation: loader 1.2s linear infinite;
  }
  .bar1 {
    animation-delay: 0.1s;
  }
  .bar2 {
    animation-delay: 0.2s;
  }
  .bar3 {
    animation-delay: 0.3s;
  }
  .bar4 {
    animation-delay: 0.4s;
  }
  .bar5 {
    animation-delay: 0.5s;
  }
  .bar6 {
    animation-delay: 0.6s;
  }
  .bar7 {
    animation-delay: 0.7s;
  }
  .bar8 {
    animation-delay: 0.8s;
  }
  
  @keyframes loader {
    0% {
      transform: scaleY(0.1);
      background: ;
    }
    50% {
      transform: scaleY(1);
      background: yellowgreen;
    }
    100% {
      transform: scaleY(0.1);
      background: transparent;
    }
  }
