.post-ads--btn {
    border: 0;
    font-size: 16px;
    line-height: 48px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "Nunito Sans", sans-serif;
    color: #fff;
    padding: 0 1.6rem;
    background-color: #e00000;
    border-radius: 0.5rem;
}

.navigation-bar__buttons .login--btn {
    border-bottom: 2px solid #e00000;
    border-bottom-width: 3px;
    border-radius: unset;
    line-height: 30px;
    color: #23262a;
    background-color: unset;
    font-weight: 900;
    margin-right: 24px;
    padding: 0 20px;
    font-family: "Nunito Sans", sans-serif;
}

.navigation-bar__buttons .language--btn {
    border-bottom-width: 3px;
    border-radius: unset;
    line-height: 30px;
    color: #23262a;
    background-color: unset;
    font-weight: 900;
}

.navigation-bar__buttons .language--btn img {
    width: 25px;
}

.navigation-bar__search-field input {
    height: 48px;
    border-radius: 0.5rem;
    padding-left: 20px;
}

.navigation-bar__search-icon {
    left: unset;
    right: 0;
    height: 48px;
    width: 48px;
    background-color: #e00000;
    border-radius: 0 .5rem .5rem 0;
}

input:focus, input, textarea:focus, textarea {
    border: .1rem solid #bdbebf;
}

input:focus, input:hover, textarea:focus, textarea:hover {
    border: .1rem solid #bdbebf;
}

.navigation-bar__search-field input:focus {
    border-color: #bdbebf;
}

.navigation-bar__search-field input::placeholder {
    color: #23262a;
}

.category-menu__link {
    font-size: 15px;
    line-height: 48px;
    font-weight: 600;
    color: #464d61;
    font-family: "Nunito Sans", sans-serif;
    padding: 0 24px;
    background-color: #fff;
    white-space: nowrap;
    border: .1rem solid #bdbebf;
    border-radius: .5rem;
}

.categories__link {
    white-space: nowrap;
    font-size: 1rem;
    line-height: 24px;
    font-weight: 700;
    color: #23262a;
    font-family: "Nunito", sans-serif;
    -webkit-transition: all 0.3slinear;
    transition: all 0.3slinear;
}

.banner--two {
    padding: 270px 0 20px;
}

.banner--two::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: unset;
}

.recent-post {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.categories li img {
    height: 2rem;
}

.btn {
    border-radius: 0.5rem;
    background-color: #e00000;
}

.btn:hover {
    background-color: #ba0000;
}

.language--btn:hover {
    background-color: #fff !important;
}

.registration-form__redirect a {
    color: #e00000;
    font-weight: 600;
}

.registration-form__forget-pass a {
    color: #e00000;
}

.form-check input:checked {
    background-color: #e00000;
}

.form-check input:hover {
    border-color: #e00000;
}

.input-field input:hover, .input-field input:focus {
    border-color: #464d61;
}

.header--two .navigation-bar__buttons .user {
    margin: 0 24px;
}

.header--two .navigation-bar__buttons .user__name-wrapper {
    width: 36px;
    height: 35px;
    padding: 6px;
}

.header--two .navigation-bar__buttons .message {
    position: relative;
}

.header--two .navigation-bar__buttons .message::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #ff4f4f;
    border: 2px solid #fff;
}

.categories__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
}

.category-icon {
    margin-bottom: 8px;
}

.recent-post {
    padding: 50px 0;
}

.categories-navigation-bar-mobile__bottom .all-categories-navigation  {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0 .4rem;
    scrollbar-width: none;
    -ms-overflow-style: none;  /* IE/Edge */
    justify-content: center; /* Center when few items */
}

.categories-navigation-bar-mobile__bottom .all-categories-navigation .menu__item {
    font-weight: 400;
    margin: 0 .4rem;
    text-align: center;
}

.categories-navigation-bar-mobile__bottom .all-categories-navigation .menu__item .categories__link {
    background-color: #fef5f5;
    border-radius: .4rem;
    -webkit-filter: drop-shadow(0 0 0 #fff);
    filter: drop-shadow(0 0 0 white);
    margin-left: auto;
    margin-right: auto;
    max-height: 100%;
    max-width: 100%;
    height: 3.8rem;
    width: 3.8rem;
    justify-content: center !important;
    text-align: center;
    align-items: center;
}

.categories-navigation-bar-mobile__bottom .all-categories-navigation .menu__item .categories__link img {
    height: 50%;
    width: 50%;
    object-fit: unset;
    margin-top: 15px;
}

.categories-navigation-bar-mobile__bottom .all-categories-navigation .menu__item span {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1rem;
    color: #23262a;
    letter-spacing: -.02em;
}

.cards--one .cards__img-wrapper {
    height: 10rem;
    border-radius: 8px 8px 0px 0px;
}

.navigation-bar__buttons .user-profile__btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-transform: capitalize;
    justify-content: center;
    text-align: center;
    padding: 5px 11px;
}

.header--two .navigation-bar__buttons .user__name-wrapper {
    width: unset;
    height: unset;
    padding: unset;
}

.dashboard__nav-link:hover, .dashboard__nav-link.active {
    color: #e00000;
    background-color: #f7e1da;
    border-left: 2px solid #e00000;
    -webkit-box-shadow: 2px 0px 0px 0px #e00000 inset;
    box-shadow: 2px 0px 0px 0px #e00000 inset;
}

.dashboard__navigation.active .dashboard__navigation-toggle-btn {
    color: #e00000;
}

.footer--dark .footer__top {
    background-color: #f6f6f6;
}

.footer--dark .footer__title {
    color: #191f33;
}

.app-info h5 {
    color: #fff;
}

.social-icon__link {
    color: #e00000;
    border-radius: 50%;
    margin-right: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 8px;
    border: 1px solid #e00000;
}

.footer--dark .footer__bottom {
    background-color: #edeeee;
}

@media (max-width: 1199px) {
    .footer__brand-logo {
        margin-bottom: 2.5rem;
    }

    .footer__top {
        padding: 40px 0;
    }
}

.scrollTop {
    border: 1px solid #e00000;
    background: #fef5f5;
    color: #e00000;
}

.menu-profile-dropdown {
    background-color: #fff;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12), 0 6px 6px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12), 0 6px 6px 0 rgba(0, 0, 0, .24);
    max-height: 80vh;
    overflow-y: auto;
    position: absolute;
    top: 1rem !important;
    z-index: 2;
}

.menu-profile-dropdown .dropdown-user-details {
    border-bottom: 1px solid #ced6d7;
    padding: 1rem;
}

.menu-profile-dropdown .btn-edit-profile {
    margin-top: .8rem;
}

.menu-profile-dropdown .dropdown-user-details .user-info-image {
    border: .1rem solid #f6b3b3;
    border-radius: 50%;
    background-color: #fef5f5;
    padding: 10px;
}

.menu-profile-dropdown .dropdown-user-details .user-info {
    margin-left: 1rem;
}

.menu-profile-dropdown .dropdown-user-details .user-info .welcome-message {
    display: block;
}

.menu-profile-dropdown .dropdown-user-details .user-info .username {
    font-weight: 900;
    font-size: 1.1rem;
}

.menu-profile-dropdown .dropdown-user-details .user-info-image span {
    color: #e00000;
    fill: #e00000;
    font-weight: 900;
    text-transform: capitalize;
    margin: 0.5rem;
    font-size: 1.5rem;
}

.menu-profile-dropdown .btn-edit-profile button {
    height: 2.3rem;
    color: #23262a;
    fill: #e00000;
    background-color: #fff;
    border: .1rem solid #f08080;
    width: 100%;
    border-radius: 0.5rem;
    padding: 0 1.6rem;
    font-size: 0.8rem;
    font-weight: 900;
    font-family: sans-serif;
}

.menu-profile-dropdown .btn-edit-profile button:hover {
    background-color: #fef5f5;
    border-width: .1rem;
}

.menu-profile-dropdown .dropdown-group {
    border-bottom: 1px solid #ced6d7;
}

.menu-profile-dropdown .dropdown-item {
    color: #23262a;
    cursor: pointer;
    font-size: 1rem;
    min-height: 3rem;
    -webkit-transition: background-color .1s;
    transition: background-color .1s;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
}

.menu-profile-dropdown ul li a {
    width: 100%;
    color: #fff;
}

.menu-profile-dropdown ul li a .item-icon {
    margin-right: 0.9rem;
}

.app {
    padding: 5px 15px;
}

.social-icon__link:hover {
    color: #e00000;
    background-color: unset;
}

html, body {
    height: 100%;
    margin: 0;
}

.page-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.main-content {
    flex: 1;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: rgba(233, 236, 239, 0.92);
}

.footer-menu__link:hover {
    color: #767e94 !important;
}

.footer-menu__link:hover::after {
    background-color: #e00000;
}

.user__img-wrapper {
    width: 40px;
    height: 40px;
}

.user__img-wrapper img {
    border-radius: 50%;
}

.navigation-bar .user {
    padding:0
}
