.alert
{
	border-radius: 1.25rem;
	text-align: center;
    padding: 0.1rem 0.6rem;
}

.alert.alert-danger
{
	background-color: #e8544f;
}

.alert button
{
	display: none;
}

.gl-star-rating-text
{
	display: none;
}

#loading-image {
    /*display: none;*/
    position: fixed;
    left: 0px;
    top: -4px;
    width: 100%;
    height: 100%;
    z-index: 99999999999999999;
    background: url(images/pageLoader.gif) 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

#loading-image img {
    display: block;
    margin: 0 auto;
    margin-top: 350px;
}

.creator_wrap .creater_inner .right_side_wrap .favourite-wrap.no_result_wrap{
    height: auto;
    overflow: hidden;
}

.box-img
{
    height: 150px;
    overflow: auto;
}

.box-img img
{
    height: 150px;
}

.mt_get_back_image_image
{
    margin-top: 86px;
}

.public-main-wrap .public_profile_wrap .public-inner .public-inner-decpcrt .first-part .user-img img
{
    height: 220px;
}

.top_crearot-img img
{
    height: 100%;
    object-fit: cover;
}

.upload-image-section .single-file {
    padding: 10px 10px;
    border: 1px solid #ececec;
    border-radius: 6px;
    padding-right: 25px;
    margin-top: 5px;
    width: 100%;
    display: inline-block;
}

.upload-image-section .single-file a {
    font-size: 14px;
    color: #525f7f;
}

.upload-image-section .single-file a:nth-child(1) i {
    margin-right: 10px;
}

.upload-image-section .single-cross.file {
    float: right;
    vertical-align: middle;
    color: #575c3a;
    display: inline-block;
    line-height: initial;
    font-size: 17px;
    margin-right: -20px;
}

.progress {
    overflow: hidden;
    height: 8px;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
    background-color: #e9ecef;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
}

.progress-bar {
    height: auto;
    border-radius: 0;
    box-shadow: none;
}

.bg-default {
    background-color: #172b4d !important;
}

.progress-bar {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    transition: width .6s ease;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    background-color: #575c3a;
    justify-content: center;
}

.hidden-issue-class
{
    position: absolute;
    opacity: 0;
    z-index: -1;
    left: 0;
    right: 0;
}

.poll_bar_main.submiited .mind-checkbox
{
    cursor: unset;
}

.creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .member-inner .membr-box .membr-ovr-in .sub-in .offer-detail ul li p::after
{
    content: "";
}

.offer-detail ul li .left
{
    float: left;
}

.offer-detail ul li .left .fa-times
{
    color: red;
    font-weight: bold;
}

.offer-detail ul li .left .fa-check
{
    font-weight: bold;
}


.benfit .left .form-control
{
    padding-left: 20px !important;
}

.creator_wrap .creater_inner .right_side_wrap .membership-plans-wrap .creator_dashboard .my_detail .detail_area .form-group p
{
    font-size: 14px;
    padding-top: 10px;
    color: #757575;
}

.public-main-wrap .why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail ul li p::after
{
    content: "" !important;
}

.offer-detail .benefitsList
{
    max-height: 350px;
    overflow: auto;
}

.offer-detail .benefitsList::-webkit-scrollbar-track 
{
    border-radius: 1px;
}

.offer-detail .benefitsList::-webkit-scrollbar-thumb {
    background: #575c3a;
    border-radius: 1px;
}

.offer-detail .benefitsList::-webkit-scrollbar {
    width: 1px;
    border-radius: 1px;
    background-color: #c9c9c3;
}

.why-join-us-inner .why-us-detail .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail ul li p::after
{
    content: "";
}

.creator_wrap .become-cretor-wrap .info .member_shi_inner_wrap .member-ship-ofer-wrap .member-ship-offer-inne .offer-detail ul li p::after
{
    content: ""; 
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #f4f4ea inset !important;
}

.loader-actions
{
    float: right;
    margin-top: -33px;
    margin-right: 20px;
}

.creator_wrap .become-cretor-wrap .become-inner .become-form .form-group .use-photo label > span
{
    display: inline-block;
}

.watch-under .watchimg, .watch-detail .watching
{
    cursor: pointer;
}

.audio-wrap
{
    cursor: pointer;
}

.accnt-img
{
    cursor: pointer;
}

/*.able-button-handler-preferences
{
    display: none !important;
}*/

.ck-editor__editable 
{
    min-height: 250px;
}

.able-status-bar
{
    color: #000 !important;
}

.contain_image
{
    object-fit: contain !important;
}

.xdsoft_datetimepicker
{
    z-index: 99999;
}

.el_modal .modal-dialog .modal-content .modal-body .form-body .form-group{
    position: relative;
}

.el_modal .modal-dialog .modal-content .modal-body .form-body .form-group .cross{
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 14px;
    margin-right: 17px;
}
.el_modal .modal-dialog .modal-content .modal-body .form-body .form-group .cross a{
   color: #000;
}

.feature_section.getstarted_section .content_area .content_box .box_area
{
    justify-content: center;
}