.timeline-header__botline{
		width:100% !important;
	}
	
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto !important;
  padding: 20px !important;
  border: 1px solid #888 !important;
  max-width: 600px !important;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-left: 320px;
  padding-right: 20px;
  text-align: right;
  padding: 13px;
  color: #111;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

main.main-content-container div.main-content-container-inner div.left-sb-container div.sidebar__inner div.user-info div.avatar img {
	 width: 50%;
	 height: 50%;
	 border-radius: 10em;
	 object-fit: cover;
}
.uname a{
	text-decoration: none;
    color: #5b7083;
    margin: 11px 0px;
}
.user-info .uname {
    flex-basis: 100%;
    width: 100%;
    line-height: 0px;
    text-align: center;
    box-sizing: border-box;
    display: block;
}
 img {
	 vertical-align: unset;
	 border-style: none;
}
.account-stats {
	 margin-bottom: 20px;
	 width: 100%;
	 overflow: hidden;
	 display: flex;
	 flex-direction: row;
	 flex-wrap: nowrap;
	 justify-content: space-between;
	 margin-top: 15px;
}

 span.user-name-holder.verified-badge:after {
	 color: #1ca1f3;
	 content: url(data:image/svg+xml;
	 utf8, <svg style='vertical-align: middle;
	' xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24'><path fill='dodgerblue' d='M23,12L20.56,9.22L20.9,5.54L17.29,4.72L15.4,1.54L12,3L8.6,1.54L6.71,4.72L3.1,5.53L3.44,9.21L1,12L3.44,14.78L3.1,18.47L6.71,19.29L8.6,22.47L12,21L15.4,22.46L17.29,19.28L20.9,18.46L20.56,14.78L23,12M10,17L6,13L7.41,11.59L10,14.17L16.59,7.58L18,9L10,17Z'></path></svg>);
	 position: absolute;
	 top: calc(50% - 7px);
	 right: -17px;
	 width: 15px;
	 height: 15px;
	 padding: 0;
	 margin: 0;
	 display: inline-block;
	 line-height: 0px;
}
 *, ::after, ::before {
	 box-sizing: border-box;
}
 .flex-item1 {
	 font-size: 13px;
	 line-height: 13px;
	 color: white !important;
}
 
.donation-badge svg#Capa_1 {
    width: 18px;
    height: auto;
}

.donation-badge svg#Capa_1:hover{
  animation: spin 1s linear infinite;
}

/*! CSS Used keyframes */
@keyframes spin {
    0% {
        transform: scale(1) rotate(0deg);
    }

    50% {
        transform: scale(1.5) rotate(180deg);
    }

    100% {
        transform: scale(1) rotate(360deg);
    }
}
body[data-bg="dark"] span#ib_name_holder{
	color: #ffffff;
}

span.donation-badge{
	position: relative;
}
.donation-badge .ib_donate {
    display: none;
}
.donation-badge svg#Capa_1:hover + .ib_donate {
    display: block !important;
}

.donation-badge .ib_donate {
    position: absolute;
    top: -45px;
    left: -15px;
    width: 80px;
    padding: 5px 5px;
    background-color: #fbcd1f;
    line-height: 20px;
    color: #fff;
    border-radius: 5px;
    text-transform: capitalize;
    font-style: italic;
}

.donation-badge span.ib_donate:after {
    content: '';
    width: 20px;
    position: absolute;
    top: 5px;
    margin-top: 0;
    left: 20px;
    right: 30px;
    transform: rotate(55deg);
    z-index: -1;
    border-bottom: 1px solid #fbcd1f;
    border-right: 1px solid #fbcd1f;
    height: 30px;
    background-color: #fbcd1f;
}

.avatar{
	padding-left:0px;
	text-align: center;
}
span.ib-user-follows {
    background-color: #474747;
    border-radius: 30px;
    padding: 3px 10px 3px;
    margin-left: 6px;
    font-size: 11px;
    line-height: 24px;
    color: #e7e7e7 !important;
    text-transform: none !important;
    white-space: pre;
}

body.cl-app-profile div.user-profile div.user-profile__body div.user-profile__name a {
    display: block;
    color: var(--cl-secondary-text-color);
    font-size: var(--cl-primary-name-size);
    line-height: 1;
    text-decoration: none;
    display: inline-block !important;
}

.timeline-header__botline{
		width:100% !important;
	}
	button.del-all-btn {
		max-width: 550px !important;
		width: 100% !important;
		display: inline-flex !important;
		justify-content: space-between !important;
	}
	.del-all-div {
		padding: 0 20px !important;
	}
	
	.user_badge{
		 position: relative;
		display: inline-block;
	}
	.user_badge .user_donate {
	 visibility: hidden;
	 width: 120px;
	 background-color: #ffd01e;
	 color: #fff;
	 text-align: center;
	 border-radius: 6px;
	 padding: 5px 0;

  /* Position the tooltip */
	 position: absolute;
	 z-index: 1;
}

.donation-badge svg#Capa_1:hover + .ib_donate {
  visibility: visible;
}
.user_donate a{
	color:white;
}
.post-data__content{
	overflow:visible !important;
}
.nav-link-holder a{
	padding-right:490px !important;
}
@media only screen and (max-width: 500px) {
  body div.is-affixed{
      position: absolute !important;
  }
}
#payment-form button {
    padding: 10px 15px;
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    border-radius: 5em;
    color: #fff;
    background: #1ca1f3;
    box-shadow: #000 0px 1px 10px 0px;
    border: 1px solid #1ca1f3;
    outline: 0;
    width: 100%;
    max-width: 110px;
    cursor: pointer;
}
#payment-form button {
    float: right;
}
#payment-form span {
    color: #ffffff;
}

/**
Donation popup css
**/
.ib-success-page-container .alert h2 {
    border-bottom: 1px solid #e9ecef;
    width: 100%;
    color: #009eff !important;
	background-color: #fff;
	padding: 10px 30px 10px;
}
.modal-content span.close {
    position: absolute;
    width: 100%;
    top: 14px;
    right: 4%;
}
.modal-content {
    border: 1px solid rgba(0,0,0,.2) !important;
    border-radius: 0.3rem !important;
    outline: 0;
}
.pay_div {
    margin-top: 25px;
}
span.ib-order {
    font-size: 18px;
    line-height: 22px;
    color: #222222;
}
h5.order {
    color: #5b7083;
    font-size: 18px;
    text-align: center;
}
h5.amt {
    color: #5b7083;
	text-align: center;
}
span.ib-amount {
    font-size: 18px;
    line-height: 22px;
    color: #222222;
}



#loading-bar-spinner{
	display: none;
}

#loading-bar-spinner.spinner {
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    position: absolute;
    z-index: 19 !important;
    animation: loading-bar-spinner 400ms linear infinite;
}

#loading-bar-spinner.spinner .spinner-icon {
    width: 40px;
    height: 40px;
    border:  solid 4px transparent;
    border-top-color:  #00C8B1 !important;
    border-left-color: #00C8B1 !important;
    border-radius: 50%;
}

@keyframes loading-bar-spinner {
  0%   { transform: rotate(0deg);   transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}