
/* loading button*/

.loaD-btn{

    display:none !important;

}

.animatebtn span{

    display:block !important;
    color: #262B40;

    font-size:23px !important;

}

.animatebtn{

    background-color: #fff !important;
    color: transparent;
    outline: none !important;
    border:none !important;
    box-shadow:none !important;
    padding: 0 !important;
    font-size: 0 !important;
    pointer-events: none;

}

/***end loading button*/

.bg-new {
    background-color: #f5f8fb87;
    
}

.w-95 {
	width: 95%!important
}

.close-btn-option, 
.close-btn-files
{
    cursor: pointer;
}

.link-theme {
    /* border-radius: 0.5rem !important; */
    margin-bottom: 5px !important;
}


.resource{
    position : relative;
}



.pill-wrap{
    background: #e5e7eb;
    padding: .3rem .3rem;
    padding-right: .5rem;
    border-radius: 5rem;

}

/* challenge dash avatar */

.avatar-xlch {
	width: 9.5rem;
	height: 9.5rem;
    border: .500rem solid #f5f8fb;
}

.fs-7 {
	font-size: 3rem!important;
}


/* publisher */

/* .post .panel {
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    border-radius: 4px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
}

#post-textarea {
    position: relative;
}

.publisher-box .post-avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 22;
}

.publisher-box textarea.postText {
    padding: 16px 55px;
    line-height: 1.628571;
    height: 55px;
    color: inherit !important;
}

textarea.postText {
    border: none;
    box-shadow: none;
}

textarea.form-control {
    resize: none!important;
}

.pull-right {
float: right !important;
}

.pull-left {
float: left !important;
} */

