* {
    box-sizing: border-box;
    padding: 0;
    box-sizing: border-box
}

a, button{
    outline: 0;
    text-decoration: none;

}


body{
    font-family: 'Poppins', sans-serif;
    line-height: 1.52;
    background-color: #000;
}

/* ## Utilities  */


/* Ng Progress*/

/* Make clicks pass-through */
#nprogress {
    pointer-events: none;
}

#nprogress .bar {
    background: #29d;

    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;

    width: 100%;
    height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #29d, 0 0 5px #29d;
    opacity: 1.0;

    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1031;
    top: 15px;
    right: 15px;
}

#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;

    border: solid 2px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 50%;

    -webkit-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
    position: absolute;
}

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


a {
    text-decoration: none;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.flex{
    display: flex;
    flex-direction: column;
}

.flex_2{
    display: flex;
}

@media only screen and (min-width: 768px) {
    .flex{
     display: flex;
     flex-direction: unset;
    }
}

img {
    page-break-inside: avoid;
}

img {
    max-width: 100% !important;
}

.text-left{
    text-align: left;
}

.text-right{
    text-align: right;
}

.ripple {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
  }
  .ripple:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .5s, opacity 1s;
  }
  .ripple:active:after {
    transform: scale(0, 0);
    opacity: .2;
    transition: 0s;
  }

  .o2_opacity{
    opacity: 0.2;
  }

.nav_bar_links li a.active {

    background: linear-gradient(25deg,

    #282828,

    #1a1a1a) !important;

}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    margin: 8px;
    border: 4px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.form_row input.has_error {
    border: 1px solid
    #e74c3c;
}

.alert-success {
    background: #27ae60;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
}

.nav_bar_links_mobile li {
    list-style: none;
}

.invalid_input_2 svg {
    height: 12px;
    width: 12px;
    vertical-align: baseline;
    margin-right: 10px;
}
.invalid_input_2 {
    font-size: 13px;
    color: #fff;
    background: #e74c3c;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.breadcrumb_active.active {
    color: #ccc;
}

.memeng_profile_breadcrubm a {
    color: #fff;
}

.the_profile_image_section .lds-ring.loading_holder div {

    height: 20px;
    width: 20px;
    margin: 1px -2px;

}

/* ## End Utilities  */

/* ## Starting Site Navigation */

.nav_bar_logo {
    float: left;
}

.logo_inner {

    width: 200px;
    height: 30px;

}

.nav_bar_links li {

    float: left;
    list-style: none;
    padding-right: 20px;
    line-height: 2.4;
}

.nav_bar {

    padding-top: 10px;
    padding-bottom: 10px;
    background:#2B2A2A;
    width: 100%;
    border-bottom: 3px solid rgba(61, 60, 60, 0.56);
}


.nav_bar_links a {

    color: #fff;
    font-weight: 500;
    font-size: 13px;

}

.nav_bar_links {

    width: 100%;
    display: flex;
    justify-content: flex-end;

}

.container {

    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;

}

.nav_bar_links li a {
    padding: 6px 10px;
    border-radius: 3px;
}

.nav_bar_links_position_left li a.register {
    background: linear-gradient(25deg, #FFB501,#901414);
}

.nav_bar_links_position_left li a.register:hover {
    background: linear-gradient(25deg,#282828,#1a1a1a) !important;
}


.nav_bar_links  li a:hover {
    background: linear-gradient(25deg,#282828,#1a1a1a);
}

.menu_toggle {

    display: flex;
    justify-content: flex-end;
    width: 100%;
    cursor: pointer;

}

.menu_toggle button {

    background: transparent;
    border: 0;
    cursor: pointer;
}

.menu_toggle button svg {

    width: 30px;
    height: 30px;

}

.menu_toggle button svg path {

    fill: #fff;

}

#visible_mobile {

    background: #2b2a2a;
    padding: 10px;
    border-bottom: 3px solid rgba(61, 60, 60, 0.56);

}

.login_ctr_mobile {
    margin-top: 20px;
}



.mobile_menu_main_content {

    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    position: fixed;
    z-index: 9999999;
    background: #fff;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    opacity: 0;

}

#menu_toggle_action_2 {
    display: none;
}

.uploaded_zone.clearfix .main_content_section_one {
    min-height: 250px;
}

.show_nav {

    -webkit-transition: 0.25s;
    transition: 0.25s; transition-timing-function: ease;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transform: translatex(0);
    transform: translateX(0);
    opacity: 1 !important;

}

.mobile_menu_main_content li a {
    padding: 15px;
    display: block;
    border-bottom: 1px solid #ebebeb;
    color: #000;
    font-size: 13px !important;
    font-weight: 600;
}

.mobile_menu_main_content #mobile_nav_logo_div{

    background: url('./assets/image/memsng-logo-small.png');
    width: 100px;
    height: 45px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;

}
.mobile_menu_main_content #mobile_nav_logo_div {

    width: 100px !important;
    height: 63px !important;
    margin: 40px auto;

}

.hearted {
    background: #e74c3c !important;
    color: #fff;
}

.liked {
    background: #0984e3 !important;
    color: #fff;
}



/* Temporary  */


/* Temporary Ends */



/* ## Main content starts */

.meme_container {
    margin-top: 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    margin-bottom: 50px;
}

.sidebar{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .sidebar{
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 0 0 25%;
        width: 25%;
    }
}

.meme_main_container_inner {
    width: 100%;
}

.main-content {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
}

.meme_main_container_inner {
    margin-right: 10px;
    border-radius: 3px;
}


.activity_buttons {
    position: relative;
    margin-bottom: 20px;
}

.main_content_section_one {
    min-height: 300px;
    position: relative;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.button_svg {

    padding-right: 3px;
    vertical-align: middle;
}

.button_svg svg {

    width: 18px;
    height: 16px;

}

.activity_buttons button {
    height: 34px;
    border-radius: 3px;
    border: 0;
    padding: 5px 10px;
    font-size: 12px;
    cursor: pointer;
    background: #2c2b2b;
    color: #fff !important;
}

@media only screen and (min-width: 768px){

    .activity_buttons button {
        margin-right: 15px;
    }
}

.loadmore_action_outter {

    margin: 30px 30px 0 30px;
    
}

.loadmore_action {

    width: 100%;
    height: 40px;
    border-radius: 3px;
    border: 0;
    color: #fff;
    background: linear-gradient(25deg, #FFB501, #901414);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
}

.loadmore_action:hover {
    background: linear-gradient(25deg, #282828, #1a1a1a) !important;
}

.loadmore_action svg {

    width: 20px;
    height: 13px;
    vertical-align: bottom;

}


.main_content_section_two {

    background: #C4C4C4;
    padding: 30px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.padded_small {
    text-align: center;
    margin-top: 50px;
}


.loadmore_action i svg path {
    fill:   #fff;
}

.arrowed_navigations {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
}

.arrowed_navigations:hover {
    color: #ccc;
}

.main_content_description {
    font-size: 13px;
    line-height: 2;
}

.loadmore_comments svg {
    height: 15px;
    width: 15px;
}

.loadmore_comments svg {
    height: 15px;
    width: 15px;
}

.loadmore_comments i {
    padding-right: 5px;
}

#visible_pc{
    display: none;
}

.loadmore_comments {
    width: auto;
    padding: 0 0 20px 0;
    border: 0;
    background: 0;
    font-size: 12px;
    text-align: left;
    cursor: pointer;
}

#visible_pc{
    display: none;
}




.quick_info_text {
    border: 1px solid #faae02;
    padding: 10px 20px;
    border-radius: 3px;
    background:
            transparent;
    color:
            #fff;
    font-size: 12px;
    resize: none;
}

/* ## Auth Page starts */

.authenticate_user h2 {
    padding: 0;
    margin: 0;
    background: linear-gradient(25deg, #FFB501, #901414);
    font-size: 14px;
    padding: 10px 20px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    color:#fff;
    font-weight: 600;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.form_row input {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid  #faae02;
    background: transparent;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
}

.form_row {
    margin-bottom: 20px;
}

.authenticate_user {
    margin-bottom: 20px;
}

.form_row label {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    margin-top: 10px;
}

.form_row label i svg {
    width: 11px;
    height: 11px;
    margin-right: 3px;
    vertical-align: baseline;
}

.authenticate_user i svg {
    width: 13px;
    height: 13px;
    margin-right: 5px;
}

.user_form_action_inner .form_row input:focus {
    background: 
    #2c2c2c;
}

.form_nav_link li a {
    font-size: 14px;
    color: #a9a9a9;
    font-weight: 600;
}


.form_nav_link li {
    list-style: none;
}

.form_nav_link li a:hover {
    color: #fff;
}

.invalid_input {
    font-size: 12px;
    color: #e74c3c;
}

.invalid_input span svg {
    width: 10px;
    height: 10px;
    vertical-align: baseline;
    margin-right: 5px;
}

.memeng_profile_breadcrubm {

    margin-bottom: 20px;
    font-weight: 600;
    font-size: 12px;
    color: #fff;

}

.seperator {

    margin-left: 10px;
    margin-right: 10px;
    font-size: 8px;
    color: #d57808;

}

.memeng_profile_breadcrubm span svg path {
    fill: #fff;
}

.memeng_profile_breadcrubm span svg {
    width: 13px;
    height: 13px;
    margin-right: 2px;
}

.memeng_profile_breadcrubm span {
    vertical-align: middle;
}

/* ## Auth Page ends */

/* ## Profile Page ends */
.profile_sidebar {
    width: 100%;
}

.profile_content {
    width: 100%;
    margin-top: 50px;
}


.memeng_profile {
    margin-top: 50px;
}

.the_profile_image_section {
    text-align: center;
}

.profile_links_section a {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    display: block;
}

.profile_links_section .active{
    border-left: 2px solid #d57808;
}

.profile_links_section a {
    background: 
    #0e0e0e;
padding: 15px 20px;
border-bottom: 1px solid
    #323232;
}

.profile_content .loadmore_action {
    padding: 10px 20px;
    width: auto;
}



.the_profile_image_section button {
    padding: 7px 21px;
    font-size: 12px;
    border-radius: 3px;
    border: 0;
    background: linear-gradient(25deg,#282828,#1a1a1a);
    color: #fff;
    cursor: pointer;
    margin-right: 10px;
}

.the_profile_image_section button:hover {
    background: #575757;
}



.user_profile_title {
    margin: 0;
    margin-bottom: 0px;
    background: linear-gradient(25deg, #FFB501, #901414);
    font-size: 14px;
    padding: 10px 20px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 600;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.page h2 {
    font-size: 19px;
    color: 
    #fff;
}
.page_content, .page_content p {
    font-size: 13px;
    color: #fff;
    line-height: 1.52;
}

.page_content, .page_content p {
    font-size: 13px;
    color: 
    #fff;
    line-height: 1.52;
    word-spacing: 3px;
}

.page.bordered {
    background: #131212;
    padding: 20px;
}

.user_form_action_inner_2 {
    padding: 20px 40px;
    border: 1px solid #2b2a2a;
    background: #0e0e0e;
    margin-bottom: 20px;
}

.profile_links_section a:hover {

    border-left: 2px solid #d57808;
}

.flex_optional{
    display: block;
}
/* ## Profile Page ends */

/* ## Main content ends */

#visible_pc_flex{
    display: none;
}

@media (min-width: 500px) {
    .meme_main_container_inner{
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media (min-width: 600px) {
    .meme_main_container_inner{
        margin-left: 100px;
        margin-right: 100px;
    }
}

@media only screen and (min-width: 768px) {
    
    .profile_sidebar {
        width: 25%;
    }

    .profile_content .form_row input {
        width: auto;
    }

    .profile_content {
        width: 75%;
        margin-top: 0;
    }

    .flex_optional{
        display: flex;
    }

    
    .profile_content_edit {
        margin-left: 60px;
        margin-right: 60px;
    }

    #visible_pc_flex{
        display: flex;
    }

    .meme_main_container_inner {
        width: 50%;
    }
    .mobile_menu_main_content.show_nav{
        display: none;
    }
    .login_ctr_mobile{
        display: none;
    }
    #visible_mobile{
        display: none;
    }

    #visible_pc{
        display: block;
    }
    .container {
      width: 750px;
    }
    .main-content {
        flex: 0 0 50%;
        display: flex;
        flex-direction: column;
    }
    
    .meme_main_container_inner {
        margin-left: 100px;
        margin-right: 100px;
        border-radius: 3px;
    }

    .meme_container {
        margin-top: 80px;
    }

  }
  @media (min-width: 776px) {
    .meme_main_container_inner {
        margin-left: 10px;
        margin-right: 10px;
    }   
  }
  @media (min-width: 992px) {
    .container {
      width: 970px;
    }
    .meme_main_container_inner {
        margin-left: 100px;
        margin-right: 100px;
    }   
  }
  @media (min-width: 1200px) {
    .container {
      width: 1170px;
    }
  }



.not_found {
    text-align: center;
    margin-top: 150px;
}

.not_found h2, .not_found p {
    color: #fff;
}

.not_found h2 {
    font-size: 35px;
    text-transform: uppercase;
}

.profile_content_2 {
    width: 100%;
    margin-top: 20px;
}

.no_item_ctr_2{
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}


/* Pagination */

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

.pagination {
    margin-top: .5rem;
    margin-bottom: .5rem;
    list-style: none;
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color:
            #fff;
    background-color:
            #2b2a2a;
    border: 1px solid #525252;
    border-radius: 3px;
    margin-right: 10px;
    font-size: 12px;
}



.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

.pagination_ctr {

    display: inline-block;
    width: 100%;
    padding-left: 10px;
}

.page-item.active .page-link {
    z-index: 1;
    color:
            #fff;
    background-color:
            #ed9c04;
    border-color:
            #ed9c04;
}

.page-item.pagination-prev-nav.disabled a {
    cursor: not-allowed;
}

#nprogress .bar {
    background:#f2a103 !important;
}

#nprogress .peg {
    box-shadow: 0 0 10px #fff9ef, 0 0 5px #ebcb9e;
}


#nprogress .spinner-icon {

    border-top-color: #e89405;
    border-left-color: #9e2812;

}

.comment_box {
    background:
            red;
    width: 50%;
    float: left;
}
.comment_box_outter {
    display: none;
}
.show_modal {
    display: block;
}

.hide_modal {
    display: none;
}

.comment_box {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #ffffff;
    height: 100%;
    z-index: 1000000000;
    border-radius: 0;
}

@media only screen and (min-width: 768px){
    .comment_box {
        width: 700px;
        border-radius: 3px;
        height: 80%;
    }
}
.close_modal span svg {
    width: 20px;
    height: 20px;
}

.close_modal {
    position: absolute;
    right: 20px;
    background:
            transparent;
    border: 0;
    cursor: pointer;
    top: 20px;
}

.comment_box_inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.modal_content_comment_box {
    position: absolute;
    bottom: 0;
    width: 100%;
}


.comment_box_zone textarea {
    width: 100%;
}

.comment_box_zone_button button {
    padding: 10px 20px;
}

.modal_content_comment_box {
    padding: 20px;
}

.quick_info_text_2 {
    border: 1px solid
    #c4c4c4;
    padding: 20px;
    border-radius: 3px;
    background:
            transparent;
    color:
            #000;
    font-size: 12px;
    resize: none;
}

.comment_box_zone_button {
    margin-top: 20px;
}

.comment_body_message {
    display: table-cell;
    background: #e8e8e8;
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 13px;
}

.modal_content_comment_box_inner {
    padding: 10px 20px;
}

.modal_content {
    height: 60%;
    overflow: auto;
}

.comment_body_message_name b {
    margin-bottom: 10px;
    display: block;
}

.comment_cont_inner {
    padding: 20px;
    color: #000;
    font-size: 13px;
    font-weight: 600;
}

.comment_body_message::before {
    background: #e8e8e8;
    content: " ";
    height: 10px;
    width: 10px;
    z-index: 999;
    position: absolute;
    left: -3px;
    transform: rotate(45deg);
    top: 7px;
}

.quick_info_text_2:focus, .comment_input_name:focus {
    background: #ebebeb;
}

.comment_input_name {
    border: 1px solid
    #c4c4c4;
    padding: 15px 20px;
    border-radius: 3px;
    background:
            transparent;
    color:
            #000;
    font-size: 12px;
    width: 100%;
    margin-bottom: 10px;
}

.comment_body_message{
    position: relative;
}

.cmnt_overlay {

    position: fixed;
    width: 100%;
    height: 100%;
    background:

            #000;
    top: 0;
    left: 0;
    opacity: 00.9;

}

.inverted_loader .lds-ring div {
    border: 4px solid #000 !important;
    border-color: #000 transparent transparent transparent !important;
}

.comment_as {
    font-size: 12px;
    margin-bottom: 20px;
}

.comment_box_zone_button .lds-ring div {
    margin: -3px 0px;
}

.change_username {
    font-size: 10px;
    margin-left: 5px;
    font-weight: 600;
    color: #f1a103;
}

.comment_box_zone .input_error_handler {
    position: absolute;
    right: 10px;
    top: 10px;
}

.comment_box_zone {
    position: relative;
}

.comment_box_zone .input_error_handler p {
    margin: 0;
}



.comment_stat_success {
    position: absolute;
    top: 0;
    background:
            #2ecc71;
    z-index: 9999;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    font-size: 13px;
    padding: 10px 20px;
    color:
            #fff;
    font-weight: 600;
}

.view_meme span svg {

    width: 20px;
    height: 20px;

}

.view_meme {
    position: absolute;
    right: 0;
    bottom: 0;
    background:
            transparent;
    padding: 10px 20px;
    border: 0;
    cursor: pointer;
}

.item-equal-3 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px){

    .item-equal-3 {
        width: 50%;
    }
}

.item_equal_3_inner{
    color: #fff;
}

.item_equal_3_inner.heighted {
    height: 290px;
}

.item_equal_3_inner {
    padding: 20px;
    background: #2b2a2a;
    border-radius: 3px;
    height: 180px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.account_attention{
    background: #fff2e5;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 3px;
    font-size: 14px;
    padding-left: 20px;
    color: #2b2a2a;
}

.account_attention a {
    padding: 7px 10px;
    line-height: 1.35135;
    border-radius: 2px;
    border: 1px solid
    #b35a1b;
    display: inline-block;
    margin-bottom: 10px;
    color: #b35a1b;
    font-size: 14px;
    font-weight: 600;
    background: #fff;
    margin-top: 10px;
}

.account_attention a:hover {
    background: #b35a1b;
    color: #fff;
    border: 1px solid #000;
}

.the_account_details_info svg {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 5px;
    color: #2b2a2a;
}

.account_attention.success {
    background: #27ae60;
    color: #fff;
}

.item_bg_img svg {

    width: 100px;
    height: 100px;

}

.item_bg_img {

    position: absolute;
    left: -34px;
    top: -1px;
    z-index: 1;
    opacity: 0.4;

}

.item_bg_img svg path {

    fill: #0e0e0e;
    stroke: #000;
    stroke-width: 6px;
    stroke-linecap: round;

}

.item_bg_context {
    position: relative;
    z-index: 10;
}

.user_form_action_head {
    color: #fff;
    margin-bottom: 20px;
    font-size: 14px;
    padding-left: 10px;
}

.item-equal-3-large{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 20px;
}

.user_rep_badge svg {

    width: 30px;
    height: 30px;
    color: #fbaf02;

}

.user_rep_badge {
    display: inline-block;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 65px;
    border: 2px solid #ccc;
    box-shadow: 1px 1px 2px black;
    margin-bottom: 20px;
    position: relative;
}

.the_profile_image_section.styled button {

    width: 40px;
    height: 40px;
    padding: 5px !important;
}

.current_meme_stat {

    position: absolute;
    font-size: 12px;
    border-radius: 3px;
    border: 0;
    background: linear-gradient(25deg, #282828, #1a1a1a);
    color: #fff;
    padding: 5px 20px;
    top: -16px;
    left: -42px;
    font-weight: 600;
}

.the_profile_image_section button:disabled {
    background: #3c3c3c;
    cursor: not-allowed;
}

.the_profile_image_section.styled .active svg path {
    color: #faae02;
}

.the_profile_image_section.styled button svg {
    width: 30px;
    height: 30px;
}



.main_content_section_one[lazy="loading"] {

    background-size: 10% !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;

}



.multiselect {
    box-sizing: content-box;
    display: inline-block !important;
    position: relative;
    width: auto !important;
    min-height: 40px;
    text-align: left;
    color: #35495e !important;
    min-width: 294px !important;
}

.multiselect__tags {
    min-height: 40px;
    display: block;
    padding: 8px 40px 0 8px;
    border-radius: 5px;
    border: 1px solid #faae02 !important;
    background: transparent !important;
    font-size: 14px;
}

.multiselect__tag {

    position: relative;
    display: inline-block;
    padding: 4px 26px 4px 10px;
    border-radius: 3px;
    margin-right: 10px;
    color: #fff;
    line-height: 1;
    background: linear-gradient(25deg,  #282828, #1a1a1a) !important;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    text-transform: capitalize;
    font-size: 13px;

}

.multiselect__tags .multiselect__input {
    border: 0 !important;
}

.meme_main_container.main-content.absolute_item .activity_buttons {
    position: absolute;
    top: 12px;
    left: 11px;
    z-index: 10;
}

.upload_notification.account_attention ul {
    padding-left: 30px;
}

.account_attention a strong {
    font-weight: normal;
}

.page_content a {
    color: #ff9903;
}

.upload_notification.account_attention ol {
    padding-left: 20px;
}