/*
Author Name: Pixinal Studio
Author Email: info@pixinal.com
Author URL: https://www.Pixinal.com
Script Version: v1.5.0
NB: If changes don't apply, try adding "!important" For example:
.btn {
    color: blue !important;
}

*/
@font-face {
    font-family: "Montserrata";
    font-weight: 300;
    src: url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap");
}
@font-face {
    font-family: "Montserrata";
    font-weight: 400;
    src: url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap");
}
@font-face {
    font-family: "Montserrata";
    font-weight: 500;
    src: url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
}
@font-face {
    font-family: "Montserrata";
    font-weight: 600;
    src: url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap");
}
@font-face {
    font-family: "Montserrata";
    font-weight: 700;
    src: url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");
}
/********** Start Writing Your Own Custom CSS Code Here ***********/

*::-webkit-scrollbar{
    width: 7px;
    height: 7px;
    background-color: #ebebeb;
}
*::-webkit-scrollbar-button{
    height: 0;
}
*::-webkit-scrollbar-thumb{
    width: 7px;
    background-color: #2a95f0;
    border-radius: 4px;
}
*{
    scrollbar-color: #2a95f0 #ebebeb;
    scrollbar-width: thin;
}


.pointer{
    cursor: pointer;
}
#gnav-header #gnav-header-inner > div{
    padding: 0;
}
.ui-toolkit .w-100{
    width: 100% !important;
}
.cat-nav .top-nav-item{
    flex: 1;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 47px;

    margin: 0 !important;
    border: 0 !important;
    position: relative;
}
.cat-nav .top-nav-item > a{
    font-size: 12px;
    font-weight: 600;
    padding: 0 10px;
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #303030;
}
.cat-nav .main-cat-list--user .top-nav-item{
    padding-left: 0;
    padding-right: 0;
}
.cat-nav .top-nav-item:after{
    content: '';
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    height: 72%;
    width: 1px;
    background-color: #f1f1f1;
}
.cat-nav .top-nav-item:last-child:after{
    content: none;
}
.cat-nav .main-cat-list--user .top-nav-item > a{
    font-size: 15px;
    font-weight: 500;
    color: #303030;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    height: 100%;
    text-align: center;
}
/*.cat-nav .main-cat-list--user .top-nav-item > a:hover, .cat-nav .main-cat-list--user .top-nav-item:hover > a{*/
    /*font-weight: 600 !important;*/
/*}*/

.cat-nav .main-cat-list--user .top-nav-item > a:before{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.cat-nav .top-nav-item > a:after{
    content: '';
    width: 10px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
    background-image: url(../images/dropdown_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.cat-nav .top-nav-item:hover > a:after{
    background-image: url(../images/dropdown_arrow_hover.png);
}
.cat-nav .top-nav-item:hover{
    background-color: #2a95f0;
}
.cat-nav .top-nav-item:hover > a{
    color: #fff;
    transition: 0s;
}
.cat-nav:not(.mp-box) .top-nav-item:hover a, .cat-nav:not(.mp-box) .top-nav-item a:hover{
    color: #fff !important;
}
.gnav-header #search-query:focus, .gnav-header #search-query:active {
    border: 1px solid #0093f4;
    background: #fff;
}

.cat-nav.mp-box .top-nav-item > a:after{
    content: none !important;
}
.cat-nav.mp-box .top-nav-item > a > img.standart{
    display: inline-block;
    margin-left: 3px;
}
.cat-nav.mp-box .top-nav-item > a > img.hover{
    display: none;
}

.cat-nav.mp-box .top-nav-item:hover > a > img.standart{
    display: none;
}
.cat-nav.mp-box .top-nav-item:hover > a > img.hover{
    display: inline-block;
    margin-left: 3px;
}

.search-query__button{
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
    right: 0;
    border: none;
    font-size: 1px;
    color: transparent;
    cursor: pointer;
    background-image: url(../images/search_button.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
}
.logo__container--footer{
    position: relative;
    width: 150px;
}
.logo__container--footer > a{
    display: block;
    margin-bottom: 20px;
}
.footer__container{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer__column{
    width: auto;
    min-width: 135px;
}
.footer__header{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    color: #808080;
}
.footer__header:after{
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 135px;
    height: 2px;
    background-color: #138aee;
}
.footer__list-item{
    line-height: 1;
    text-transform: uppercase;
    padding: 10px 0;
}
.footer__list-item > a{
    color: #808080;
    font-size: 12px;
}
@media (max-width: 1023px){
    .footer__container{
        flex-direction: column;
    }
    .footer__column{
        width: auto;
        min-width: 100%;
    }
    .footer__header{
        margin-bottom: 10px;
        font-size: 18px;
        padding-bottom: 10px;
        color: #808080;
    }
    .footer__header:after{
        width: 100%;
        background-color: #4c4c4c;
    }
    .footer__list-item > a{
        font-size: 14px;
    }
    .logo__container--footer{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .visa__container > img{
        height: 65px;
    }
}
@media (max-width: 767px){
    .logo__container--footer img, .visa__container > img {
        height: 43px;
        width:auto;
    }
}
.language__container{
    margin-left: 20px;
}
.language__container > a{
    font-size: 13px;
    font-weight: 500;
    color: #303030;
}
.language__container > a.active, .language__container > a:hover{
    color: #138aee;
}
@media (max-width: 1024px){
    .language__container{
        display: none;
    }
}
.search_query--hero {
    /*position: absolute;*/
    width: 320px;
    padding: 6px 25px;
    margin-left: 0;
    height: 50px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 300;
    border: 2px solid #fff;
    box-sizing: border-box;
    background: #fff;
    color: #303030;
}
.search_query--hero:focus{
    outline: none;
}
.search_button--hero{
    position: absolute;
    right: 2px;
    top: 2px;
    height: 46px;
    width: 68px;
    cursor: pointer;
    background-color: #138aee;
    border-radius: 23px;
    border: none;
    border-image: none;
}

.market .market__cat{
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
@media (max-width: 1024px){
    .market .market__cat{
        height: 240px;
    }
}
@media (max-width: 767px){
    .market .market__cat{
        height: 160px;
    }
}
.market .market__cat:hover{
    background-color: #f9fcff;
}
.market .market__cat:hover p{
    color: #138aee;
}
.advantages{
    padding: 30px;
    display: flex;
    width: 100%;
}
.advantages__header{
    padding-left: 30px;
    margin-bottom: 30px;
}
.advantages .advantages__left{
    width: 50%;
}
.advantages .advantages__right{
    width: 50%;
}
.advantages .advantages__right > div{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.advantages .advantages__right > div > img{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: auto;
    width: 100%;
}
.advantages__item{
    display: flex;
    align-items: flex-start;
}
.advantages__item:last-child{
    margin-bottom: 0 !important;
}
.earning{
    height: 500px;
}
@media (max-width: 1023px){
    .earning{
        height: 440px;
    }
}
.earning h1{
    color: #fff;
    margin-bottom: 36px;
}
.earning a{
    color: #fff;
    line-height: 40px;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    border-radius: 40px;
    border: 2px solid #fff;
    padding: 0 50px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.earning a:hover{
    color: #0056b3;
    background-color: #fff;
}
.earning__container{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(../images/earning-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.subscribe__container{
    max-width: 910px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.subscribe__wrapper{
    background-image: url(../images/subscribe_plane.png);
    background-position: right 20px;
    background-repeat: no-repeat;

    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}
.subscribe__header{
    text-transform: uppercase;
}
.subscribe__subheader{
    color: #808080;
    margin-bottom: 0;
    font-weight: 500;
}
.subscribe__controls{
    position: relative;
    flex: 1;
    margin-left: 20px;
}
.subscribe__input{
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    border: none;
    box-shadow: none;
    background-image: none;
    background-color: #f6f6f6;
    width: 100%;
    padding-left: 40px;
    padding-right: 180px;
}
.subscribe__button{
    height: 40px;
    line-height: 36px;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    padding: 0 20px;
    border: 2px solid #138aee;
    border-radius: 40px;
    text-align: center;
    background: transparent;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #138aee;
}
.subscribe__button > svg{
    fill: #138aee;
    width: 18px;
    height:auto;
    flex-shrink: 0;
}
.subscribe__button:hover{
    color: #fff;
    background-color: #138aee;
}
.subscribe__button:hover > svg{
    fill: #fff;
}

.seo-block{
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.seo-block__container.closed{
    max-height: 200px;
    overflow: hidden;
    position: relative;
}

.seo-block__container.closed:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 30%;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(0deg, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
}

.seo-block__container > a {
    display: inline-block;
    border: 2px solid #138aee;
    height: 30px;
    line-height: 26px;
    text-align: center;
    padding: 0 20px;
    margin-right: 15px;
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 30px;
    color: #138aee;
}

.seo-block__expander{
    cursor: pointer;
}

.seo-block h1{
    text-align: center;
}

.seo-block__container > a:hover {
    color: #fff;
    background-color: #138aee;
}
.advantages__description{
    max-width: 80%;
    margin-bottom: 0;
}
.outline *{
    outline: 1px solid #000;
}

.proposal-price{
    text-align: right;
    line-height: 1;
}
.owl-nav button{
    background-color: #2a95f0 !important;
    color: #fff !important;
}
.mobile-cat-nav .gigtodo-icon {
    display: inline-block;
    fill: currentColor;
    vertical-align: middle;
}
.mobile-cat-nav .flag-body{
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
}
.mobile-cat-nav h6.flag-body{
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
}
.mobile-catnav-wrapper .mobile-cat-nav {
    right: 0;
    top: 102px;
}
.welcome__header{
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}
.welcome__link{
    font-size: 11px;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}
.bordered{
    border: 1px solid #E1E3DF;
    border: 1px solid #f1f1f1;
}
.user-sidebar__block{
    border: 1px solid #E1E3DF;
    border: 1px solid #f1f1f1;
}
.user-sidebar__header{
    padding: 30px;
    border-bottom: 1px solid #E1E3DF;
    border-bottom: 1px solid #f1f1f1;
}
.user-sidebar__header h3{
    font-family: 'Montserrat' !important;
    font-size: 16px;
    font-weight: 600 !important;
    line-height: 1;
    margin: 0;
}
.category-like__sidebar-container .card .card-header > .h5{
    font-size: 16px !important;
    margin-bottom: 0;
    color: #303030 !important;
    font-weight: 600;
}
.category-like__sidebar-container .card .card-body .nav-item .nav-link > a{
    color: #808080 !important;
    font-weight: 300;
}
.category-like__sidebar-container .card .card-body .nav-item .nav-link.active > a, .category-like__sidebar-container .card .card-body .nav-item .nav-link:hover > a{
    color: #138aee !important;
}
.category-like__sidebar-container .card .card-header{
    background: transparent !important;
    padding: 20px;
    border-bottom: none;
}
.card-header, .category-like__sidebar-container .card .card-body{
    background: transparent !important;
    padding: 10px 20px;
    border-bottom: none;
}
.category-like__sidebar-container .card{
    margin-bottom: 0 !important;
}
.category-like__sidebar-container .card.border-success{
    border: 1px solid #f1f1f1 !important;
    border-radius: 0;
}
.clear-filter__button{
    background: transparent;
    border: none;
    height: 19px;
}
.proposals__item{
    min-width: 33.333%;
    max-width: 33.333%;
}
.proposal_subcategory{
    padding-left: 0px;
    list-style: none;
}
#desktop-category-nav{
    box-shadow: 0px 0px 6.56px 1.44px rgba(51, 51, 51, 0.25);
}
@media (max-width: 1279px) {
    /*.proposals__item{*/
        /*max-width: 33.3333%;*/
    /*}*/
}
@media (max-width: 1023px){
    .user-sidebar__header h3{
        font-size: 24px;
    }
    .welcome__header{
        text-align: center;
    }
}
@media (max-width: 960px){
    #usermenu + .dropdown-menu, #usermenu + .dropdown-menu.show{
        display: none !important;
    }
}
@media (max-width: 959px){
    .proposals__item{
        min-width: 50%;
        max-width: 50%;
    }
}
@media (max-width: 768px){
    .user-sidebar__header h3{
        font-size: 14px;
    }
    .welcome__header{
        font-size: 12px;
    }
    .welcome__link {
        font-size: 10px;
        margin-bottom: 25px;
    }
}

.user-sidebar__content{
    padding: 15px 30px;
}

.user-home__block{
    border: 1px solid #E1E3DF;
    border: 1px solid #f1f1f1;
    margin-bottom: 20px;
}
.user-home__header{
    padding: 30px;
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.user-home__header > h2{
    font-size: 30px;
    margin-bottom: 0;
}
.big-users__icon > img{
    width: 37px !important;
}
@media (max-width: 1023px){
    .user-home__header{
        padding: 30px 20px;
    }
}
@media (max-width: 1023px){
    .user-home__header > h2 {
        font-size: 24px;
    }
}
@media (max-width: 768px){
    .user-home__block{
        margin-bottom: 10px;
    }
    .user-home__header{
        padding: 15px;
    }
    .user-home__header > h2{
        font-size: 16px;
    }
    .big-users__icon > img{
        width: auto !important;
        height: 17px !important;
    }
}
.user-home__content{
    display: flex;
    flex-wrap: wrap;
    /*margin: -1px;*/
    margin-right: -1px;
}
.user-home__proposal{
    width: 25%;
    margin-top: -1px;
    margin-bottom: -1px;
}
@media (max-width: 1279px){
    .user-home__proposal{
        width: 33.333%;
    }
}
@media (max-width: 768px){
    .user-home__proposal{
        width: 50%;
    }
}
.user-home__proposal > div{
    height: 100%;
    border-left: none !important;
    border-right: 1px solid #e5e5e5 !important;
    border-right: 1px solid #f1f1f1 !important;
}
.user-home__proposal:last-child > div{
    /*border-right: none !important;*/
}
.gnav-header .logged-in-link .menuItem.user-cash__button{
    height: 40px;
    border: 2px solid #138aee;
    line-height: 36px;
    text-align: center;
    color: #138aee;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    padding: 0 12px;
}
@media screen and (max-width: 1279px) {
    .gnav-header .logged-in-link .menuItem.user-cash__button{
        height: 40px;
        font-size: 12px;
        font-weight: 600;
        padding: 0 8px;
    }
}
#demo3.carousel{
    margin-bottom: 20px;
}
.see-all__link{
    font-size: 13px;
    text-transform: uppercase;
}
.see-all__link > a{
    color: #808080;
    display: flex;
    align-items: end;
}
.see-all__link > a:hover{
    color: #138aee;
}
.see-all__link > a > svg{
    width: 16px;
    height:auto;
    fill: currentColor;
}
.see-all__link > a:hover > svg{
    fill: currentColor;
}
.market .subHeading{
    font-size: 15px;
    margin-top: 0px;
    text-align: left;
    font-weight: 400;
}
.show--desktop{
    display: block;
}
.show--mobile{
    display: none;
}
#gigtodo-modal-container.user-mobile .flag > .gigtodo-icon{
    display: none;
}
.proposal-info__header{
    padding: 28px 30px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 3px;
}
.proposal__social-container{
    padding: 20px 20px 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.proposal__slider-container{
    padding: 0 25px;
}
@media (max-width: 1279px){
    .proposal-info__header{
        padding: 20px 25px;
    }
}
@media (max-width: 1023px){
    .proposal-info__header{
        padding: 20px 0px;
    }
    .proposal__social-container {
        padding: 20px 0px 20px 0px;
    }
}
.proposal__slider-container .carousel-indicators{
    display: none;
}
.proposal__cart-button--add{
    font-size: 13px;
    height: 30px;
    color: #138aee;
    border: 2px solid #138aee;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: transparent;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 12px;
    font-weight: 600;
}
.proposal__cart-button--add:hover{
    background: #138aee;
    color: #fff;
}
.mp-gig-top-nav__container{
    display: flex;
    align-items: center;
    width: 100%;
}
.mp-gig-top-nav__container > nav{
    flex: 1;
}
.mp-gig-top-nav__container > nav > ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mp-gig-top-nav__container > nav > ul > li{
    margin-right: 0;
}
nav.breadcrumbs{
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #808080;
    font-size: 13px;
}
nav.breadcrumbs a{
    color: inherit;
}
nav.breadcrumbs a:hover{
    color: #138aee;
}

.popover{
    border-radius: 10px;
    border: none;
}
.popover .popover-body > .card{
    border-radius: 10px;
    color: #fff;
    background-color: #138aee;
}
.popover .popover-body > .card > .card-body{
    padding: 26px 30px !important;
}
.popover .popover-body > .card > .card-body > h5{
    float: left;
}
.popover .popover-body > .card > .card-body > .price{
    float: right;
    font-size: 15px;
    color: #fff;
    margin-top: 5px;
    font-family: Montserrat, Arial, sans-serif;
}
.popover .popover-body > .card > .card-body > .h6{
    clear: both;
}
.popover .popover-body > .card > .card-body > h5 > .badge{
    border: 2px solid #fff;
    height: 30px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    padding: 0 10px;
    margin-left: 10px;
}
.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
     border-bottom: none !important;
}
.popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-bottom-color: #138aee !important;
}
.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before {
    border-top: none !important;
    border-top-color: transparent !important;
}
.popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
    border-top-color: #138aee !important;
}

.checkoutForm__delivery, .extras__block, .checkoutForm__quantity, .checkoutForm__buttons, .checkoutForm__block{
    padding: 24px 30px;
    border-top: 1px solid #f1f1f1;
    margin-bottom: 0;
    font-weight: 500 !important;
}
@media (max-width: 1279px){
    .checkoutForm__delivery, .extras__block, .checkoutForm__quantity, .checkoutForm__buttons, .checkoutForm__block{
        padding: 14px 20px;
    }
}
.checkoutForm__quantity{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.extras__block label, .extras__block label .price{
    margin: 0 !important;
    display: flex !important;
    align-items: center;
}
.extras__block li:not(:last-child){
    margin-bottom: 16px;
}
#st-1{
    z-index: 1 !important;
}
.checkoutForm__add-cart, .user-edit__button, .btn--regular{
    min-height: 40px;
    border: 2px solid #138aee;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #138aee;
    border-radius: 40px;
    font-size: 13px;
    padding: 0 20px;
    cursor: pointer;
    background: transparent;
    text-transform: uppercase;
    font-weight: 600;
}

.btn--regular.btn--warning{
     border: 2px solid #f1b94d;
     color: #f1b94d;
 }
.checkoutForm__add-cart:hover , .user-edit__button:hover, .checkoutForm__add-cart.hovered, .user-edit__button.hovered, .btn--regular:hover, .btn--regular.hovered{
    background-color: #138aee;
    color: #fff;
}
.btn--regular.btn--warning:hover{
    background-color: #f1b94d;
    color: #fff;
}
.btn--regular:disabled, .btn--regular.disabled, .btn--regular.disable,.btn--regular:disabled:hover, .btn--regular.disabled:hover, .btn--regular.disable:hover{
    background-color: #c0c0c0;
    border: 2px solid #c0c0c0;
    color: #999999;
    pointer-events: none;
}
.user-edit__button, .btn--small{
    min-height: 30px;
}
.btn--big{
    min-height: 50px;
}
.btn--transparent{
    border: none;
    background-color: transparent;
    background: transparent;
}
.checkoutForm__buy-now, .btn--success{
    height: 40px;
    border: 2px solid #95d03a;
    display: flex;
    align-items: center;
    background-color: transparent;
    justify-content: center;
    color: #95d03a;
    border-radius: 40px;
    font-size: 13px;
    padding: 0 20px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
}
.checkoutForm__buy-now:hover{
    color: #fff;
    background-color: #95d03a;
}

.proposal-sidebar .referral-box .card-header{
    font-size: 15px;
    font-weight: 500;
    padding: 24px 30px;
    border-bottom: 1px solid #f1f1f1;
}
.proposal-sidebar .referral-box .card-body{
    font-size: 13px;
    font-weight: 500;
    padding: 24px 30px;
}
.proposal-sidebar .referral-box .card-body a.strike{
    font-size: 13px;
    font-weight: 500;
    color: #138aee;
    text-decoration: none;
    border: none;
}
.proposal-sidebar .referral-box .card-body button{
    height: 40px;
    border: 2px solid #138aee;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #138aee;
    border-radius: 40px;
    font-size: 13px !important;
    text-transform: uppercase;
    font-weight: 600;
}
.proposal-sidebar .referral-box .card-body button:hover{
    background-color: #138aee;
    color: #fff;
}
.seller-bio__photo-container{
    padding: 30px;
    border-bottom: 1px solid #f1f1f1;
}
.user-header__container{
    display: flex;
}
.user-header__wrapper{
    padding: 30px;
    background-repeat: no-repeat;
    background-size: cover;
}
.proposal-unfavorite{
    color: #d7443e !important;
}
.filted__toggle{
    background: transparent;
    border: none;
    font-size: 12px;
    font-weight: 500;
    color: #808080;
    padding-right: 0;
}
.inboxHeader{
    padding: 30px !important;
    border-bottom: 1px solid #f1f1f1;
}

.seoware-tabs .nav.nav-tabs{
    display: flex;
}

.seoware-tabs .nav.nav-tabs .nav-item{
    flex: 1;
    border: none;
}
.seoware-tabs--auto .nav.nav-tabs .nav-item{
    flex: 0;
    min-width: none;
}
.seoware-tabs .nav.nav-tabs .nav-item > a{
    border: 1px solid #f1f1f1;
    /*border-bottom: none !important;*/
    color: #c0c0c0;
    font-size: 16px;
    font-weight: 500;
    background-color: #fff;
    text-align: center;
    border-radius: 0 !important;
    line-height: 48px;
    padding: 0 30px;
    white-space: nowrap;
}
.seoware-tabs--big .nav.nav-tabs .nav-item > a{
    font-size: 20px;
}
.seoware-tabs .nav.nav-tabs .nav-item > a.active{
    border: 1px solid #2a95f0;
    color: #fff !important;
    background-color: #2a95f0;
}
.my-buyers__item{
    padding: 20px !important;
    display: flex;
    align-items: center;
    border: none !important;
}
.my-buyers__item img{
    flex-shrink: 0;
    margin-right: 20px;
}
.my-buyers__item .my-buyers__contact-title{
    flex: 1;
}
.my-buyers__item .my-buyers__contact-title a{
    font-size: 13px;
    font-weight: 400;
}
.dashboard__block{
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #f1f1f1;
}
.dashboard__bio{
    flex: 1;
    margin-left: 45px;
    width: 100%;
}
.dashboard__bio-item{
    display: flex;
}
.dashboard__about-header{
    font-size: 16px;
    font-weight: 600;
    color: #303030;
    margin-bottom: 20px;
}
.dashboard__about-text{
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    margin-bottom: 0;
}
.dashboard__items-container{
    display: flex;
    flex-wrap: wrap;
}
.dashboard__item{
    padding-top: 30px;
    padding-bottom: 30px;
}
.dashboard__item > h5{
    font-size: 18px;
}
.dashboard__item-image > img{
    width:auto;
    height:auto;
    max-height: 32px;
}
.dashboard__item-image{
    width: 32px;
    height: 32px;
    margin:auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dashboard__notification-item{
    padding: 30px !important;
    position: relative;
}
.dashboard__item-content{
    display: flex;
    align-items: flex-start;
}
.dashboard__item-content-text{
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}
.dashboard__item-content-text > .date{
    position: static !important;
    margin-left: 0 !important;
    height: auto !important;
    font-size: 13px ;
    font-weight: 400;
    color: #c0c0c0;
}
.dashboard__item-content-text > .heading{
    font-size: 14px;
    font-weight: 600;
    color: #303030;
    position: static !important;
    margin-left: 0 !important;
    height: auto !important;
}
.dashboard__item-content-text > .message{
    position: static !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    font-size: 13px;
    color: #303030;
}
.dashboard__notification-item > .dashboard__delete-button{
    position: absolute;
    top: 30px;
    right: 30px;
}
.cart__side{
    border: 1px solid #f1f1f1;
    padding: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.cart__header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
}
.cart-proposal__wrapper{
    padding: 0 30px;
    max-height: 420px;
    overflow-y: auto;
    flex: 1;
}
.cart-proposal__items{
    display: flex;
    flex-direction: column;
}
.cart-proposal__item{
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #f1f1f1;
}
.cart-proposal__item:last-child{
    border-bottom: none;
}
.cart__total-price-wrapper{
    padding: 0px 30px;
    margin-top: auto;
}
.cart__total-price{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
    border-top: 1px solid #f1f1f1;
}
.cart__total-price > span{
    font-size: 13px;
}
.cart-proposal__image{
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-proposal__text{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart-proposal__info{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.cart-proposal__controls{
    min-width: 35%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart-proposal__controls > *{
    margin-left: 22px;
}
.cart-proposal__controls > img{
    margin-left: 0px;
}
.cart-proposal__controls > input{
    margin-left: 10px;
    margin-right: 10px;
    border: none;
    background-color: transparent !important;
    background: transparent !important;
    font-size: 14px;
    color: #808080;
    font-weight: 500;
    width: auto;
    padding: 0 !important;
}
.cart-proposal__controls > .price{
    flex: 1;
    text-align: right;
}
.cart-order-details__header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
}
.cart-order-details__header small{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}
.cart-order-details__coupons-wrapper, .cart-order-details__total-wrapper{
    padding: 0 30px;
}
.cart-order-details__coupons, .cart-order-details__total{
    padding: 40px 0px;
    border-top: 1px solid #f1f1f1;
}
.cart-order-details__coupons .search_query--hero{
    background-color: #f6f6f6;
    box-sizing: border-box;
    width: 100%;
    height: 42px;
}
.cart-order-details__coupons > p{
    font-size: 14px;
    font-weight: 600;
}
.cart-order-details__coupons .search_button--hero{
    color: #fff;
    width: auto;
    right: 4px;
    top: 4px;
    height: 34px;
    padding:0 30px;
}
.cart-order-details__total-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart-order-details__legend{
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
.cart-order-details__header-header{
    font-weight: 600;
}
.semibold{
    font-weight: 600 !important;
}

#order-status-bar-sticky-wrapper{
    margin-top: 10px;
}

.mp-box.cat-nav{
    box-shadow: 0px 0px 6.56px 1.44px rgba(51, 51, 51, 0.25);
}

.seoware-table{
    padding: 30px;
    padding-top: 0;
    border: 1px solid #f1f1f1;
    border-top: none;
    position: relative;
}
.seoware-table{
    padding: 30px;
    padding-top: 0;
    border: 1px solid #f1f1f1;
    border-top: none;
    position: relative;
}
.seoware-table--slim{
    padding: 0;
}
.seoware-table--slim tr td:first-child, .seoware-table--slim tr th:first-child{
    padding-left: 30px !important;
}
.seoware-table--slim tr td:last-child, .seoware-table--slim tr th:last-child{
    padding-right: 30px !important;
}
.seoware-table .table-active:before{
    background-color: #f6f6f6;
}
.seoware-table table thead tr {
    background: #fff !important;
}
.seoware-table table th, .seoware-table table td {
    padding: 30px 5px !important;
    font-weight: 600 !important;
    color: #000 !important;
    font-size: 14px !important;
    border-bottom: 1px solid #f1f1f1 !important;
    border-top: none !important;
}
.seoware-table table thead tr th {
    font-size: 16px !important;
}

.seoware-textarea{
    border-radius: 20px;
    background-color: #f6f6f6 !important;
    font-size: 13px;
    line-height: 20px;
    border: none !important;
    box-shadow: none !important;
    min-height: 120px;
    padding: 15px 30px;
}
#insert-message-form{
    position: relative;
}
#insert-message-form textarea{
    background-color: #f6f6f6;
    border: none;
    border-radius: 20px;
    height: 40px;
    line-height: 1.25;
    padding: 10px 30px;
}

div:not(.sendMessage) > #insert-message-form button{
    /*color: #138aee;*/
    /*background: transparent;*/
    /*border: none;*/
    position: absolute;
    bottom: 0px;
    right: 0px;
    /*transform: translateY(50%);*/
    cursor: pointer;
}
@media (max-width: 374px){
    div:not(.sendMessage) > #insert-message-form button{
    }
    .public-requests__container a{
        font-size: 10px !important;
        line-height: 1 !important;
    }
}
#insert-message-form button i{
    font-size: 20px;
}

#insert-message-form .blog__comment-container button{
    color: #138aee;
    background: transparent;
    border: none;
    position: absolute;
    top: 26px;
    right: 24px;
    transform: translateY(50%);
    cursor: pointer;
}
#insert-message-form .blog__comment-container button i{
    font-size: 20px;
}


.blog .card-header{
    padding: 20px 30px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
}
.blog .card-body{
    padding: 20px 30px;
}
.blog .card-body ul li > a{
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
}
.blog__meta{
    font-size: 12px;
}

.blog__comment-container{
    position: relative;
    /*padding-right: 30px;*/
}
.blog__comment-container > textarea{
    background-color: transparent;
    background: transparent;
    border: none;
    border-bottom: 1px solid #c0c0c0;
    padding: 10px;
    height: 1.5em;
    box-sizing: border-box;
    width: 100%;
}
.blog__comment-container > button{
    /*position: absolute;*/
    /*font-size: 20px;*/
    /*border: none;*/
    /*background: transparent;*/
    /*top: 10px;*/
    /*right: 0;*/
    cursor: pointer;
    margin-top: 10px;
    margin-left: auto;
}
.blog__comment-container > button i{
    font-size: 20px;
}

.blog__comment{
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding: 25px 0;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #f1f1f1;
}
.blog__comment-content{
    flex: 1;
    display: flex;
    justify-content: space-between;
    color: #808080;
}
.blog__comment-author{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 170px;
    padding-right: 20px;
}
.blog__comment-author > p{
    font-weight: 700;
    color: #303030;
    font-size: 15px;
}
.blog__comment-author > small{
    font-weight: 400;
    color: #808080;
    font-size: 12px;
}

.star-rating {
    color: #f1b94d;
}
hr.card-hr{
    margin-top: 30px;
    margin-bottom: 30px;
}

.seoware-select{
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0 !important;
    background-color: transparent !important;
}

body.login-page{
    background-color: #f6f6f6;
}
body.login-page section.subscribe{
    background-color: #fff;
}

#introduction div:not(.proposal-sidebar) > .card > .card-header{
    padding: 20px 30px;
    border:1px solid #f1f1f1;
}
#introduction .card-body{
    padding: 30px;
    border:none;
}
#introduction .card-header > *{
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
}

#compare table th{
    padding: 15px 30px;
    font-size: 15px;
    font-weight: 600;
    color: #303030;
    text-align: center;
}

#compare table td{
    padding: 24px 30px;
}
.table-packages{
    table-layout: fixed;
    width: 100%;
}
@media (max-width: 1024px){
    #compare table td, #compare table th{
        padding: 5px;
    }
    .table-packages{
        width: auto;
    }
}

.seller-bio__block{
    padding: 40px 64px;
    border-bottom:1px solid #f1f1f1;
}
.seller-bio__achievement{
    width: 50px;
    height: 50px;
    background-color: #c0c0c0;
    margin: 12px;
}
.seller-bio__achievements{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -12px;
}
.seller-bio__stats-img{
    width: 25px;
    text-align: center;
    margin-right: 15px;
}
.seller-bio__stat{
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.seller-bio__stats-text{
    font-size: 18px;
    font-weight: 500;
    color: #808080;
}
.btn-fb-connect{
    border-radius: 10px !important;
    background-color: #4267b2 !important;
    border-color: #4267b2 !important;
}
.btn-fb-connect:hover{
    background-color: #395793 !important;
    border-color: #395793 !important;
}
.btn-gplus-connect{
    border-radius: 10px !important;
    background-color: #ec1a22 !important;
    border-color: #ec1a22 !important;
}
button{
    cursor: pointer;
}

.filter-block__wrapper{
    padding-right: 1px;
}
.filter-block__container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #f1f1f1;
    font-size: 14px;
    line-height: 1;
    padding-top: 34px;
    padding-bottom: 34px;
}
.filter-block__orders, .filter-block__filters{
    line-height: 24px;
}
.filter-block__item{
    display: flex;
    align-items: center;
    margin-right: 28px;
    font-weight: 500;
    color: #c0c0c0;
}
.filter-block__item:hover{
    color: #808080;
}
.filter-block__item:hover i{
    color: #138aee;
}
.filter_entity{
    display: none;
}
.filter_entity + label{
    color: #c0c0c0;
    font-weight: 500;
    margin-bottom: 0;
}
.filter_entity:checked + label{
    color: #138aee;
}

.proposal-footer .user-home__content img{
    width: 100%;
    height: auto;
}

.modal.show {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100vh;
}

@media (max-width: 1279px){
    .seller-bio__block{
        padding: 20px 30px;
        border-bottom:1px solid #f1f1f1;
    }
    .seller-bio__achievement {
        margin: 8px;
    }
    #introduction div:not(.proposal-sidebar) > .card > .card-header{
        padding: 15px 20px;
        border:1px solid #f1f1f1;
    }
    #introduction .card-body{
        padding: 20px;
        border:none;
    }
}
@media (max-width: 1023px){
    #introduction .card-body{
        padding: 10px;
    }
    .proposal__slider-container {
        padding: 0px;
    }
    .seller-bio__achievements {
        margin: -8px;
    }
}
@media (max-width: 767px){
    #introduction .card-body{
        padding: 10px 5px;
    }
}
.seller-bio__skill:last-child .seller-bio__delimiter{
    display: none;
}
.proposal-sidebar{
    font-size: 13px;
}
.proposal-review__left-side{
    width: 170px;
    padding-right: 20px;
    flex-shrink: 0;
}

@media (max-width: 1279px){
    .dashboard__bio-item{
        flex-direction: column;
        line-height: 1.25;
    }
    .seoware-tabs .nav.nav-tabs .nav-item > a{
        font-size: 14px;
    }
    .dashboard__item > h5 {
        font-size: 16px;
    }
    .cart__header {
        padding: 10px;
    }
    .cart-proposal__wrapper {
        padding: 0 10px;
    }
    .cart__total-price-wrapper {
        padding: 0px 10px;
    }
    .cart-order-details__header {
        padding: 10px;
    }
    .cart-order-details__coupons-wrapper, .cart-order-details__total-wrapper {
        padding: 0 10px;
    }
    .cart-order-details__coupons, .cart-order-details__total {
        padding: 20px 0px;
    }
    .cart-order-details__header{
        flex-wrap: wrap;
    }
    .cart-order-details__header .cart-order-details__header-price{
        width: 100%;
        margin-left: 0 !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 10px;
    }
    .btn--big {
        min-height: 40px;
    }
    .seoware-tabs .nav.nav-tabs .nav-item > a{
        padding: 0 20px;
    }
}
@media (max-width: 1023px){
    .proposal-review__left-side{
        width: 100%;
        padding-right: 0px;
        flex-shrink: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .proposal-review__left-side > *{
        height: 50%;
    }
    .proposal-review__left-side .rating-rating{
        order: -1;
        margin-right: auto;
    }
    .proposal-review__left-side .rating-city{
        display: none;
    }
    .subscribe__container{
        flex-direction: column;
    }
    .subscribe__info{
        margin-bottom: 30px;
        text-align: center;
    }
    .advantages {
        padding: 20px;
    }
    .advantages__description{
        max-width: 100%;
    }
    .advantages__header {
        padding-left: 20px;
        margin-bottom: 20px;
    }
    .advantages .advantages__right > div > img {
        position: absolute;
        top: 40%;
        left: 0;
        transform: translateY(-50%);
        height: 120%;
        width: auto;
    }
    .row {
        margin-right: -12px;
        margin-left: -12px;
    }
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
        padding-right: 12px;
        padding-left: 12px;
    }
    .container {
        padding-right: 12px;
        padding-left: 12px;
    }
    .subscribe__controls {
        margin-left: 0px;
    }
    .inboxHeader{
        padding: 10px !important;
    }
    .dashboard__block{
        flex-direction: column;
        align-items: center;
    }
    .dashboard__bio{
        margin-left: 0;
        margin-top: 40px;
    }
    .my-buyers__item {
        padding: 10px !important;
    }
    .dashboard__block {
        padding: 20px;
    }
    .cart__header {
        flex-direction: column;
        align-items: flex-start;
    }
    .cart__header > a {
        margin-top: 10px;
        margin-left: 0 !important;
    }
    .cart-order-details__coupons .search_button--hero {
        padding: 0 15px;
        font-size: 12px;
    }
    .cart-proposal__text{
        flex-direction: column;
        align-items: flex-start;
    }
    .cart-proposal__controls {
        width: 100%;
    }
    .cart-proposal input.quantity {
        margin-left: 0;
    }
    .blog .card-header{
        padding: 10px 15px;
    }
    .blog .card-body{
        padding: 10px 15px;
    }
    .blog__comment{
        flex-direction: column;
    }
    .blog__comment-author{
        width: 100%;
        margin-bottom: 20px;
    }
    .blog__comment-content{
        width: 100%;
    }
    .seoware-tabs .nav.nav-tabs .nav-item > a{
        padding: 0 10px;
    }
    .seoware-table table th, .seoware-table table td {
        padding: 20px 5px !important;
        font-size: 14px !important;
        white-space: nowrap;
    }
    .seoware-table table thead tr th {
        font-size: 14px !important;
    }
    .user-home__content h4.text-muted{
        font-size: 16px;
    }
    aside#left-panel.left-panel {
        padding-left: 5px;
        padding-right: 5px;
    }
    aside#left-panel.left-panel .navbar .navbar-nav li > a {
        font-size: 12px;
        line-height: 24px;
    }
    aside#left-panel.left-panel .navbar .navbar-nav li > a .menu-icon {
        margin-top: 2px;
        width: 55px;
        text-align: left;
        z-index: 9;
    }
    aside#left-panel.left-panel .navbar .navbar-nav li > a .menu-icon {
        width: 20px;
        margin-top: 6px;
    }
    aside#left-panel.left-panel .navbar .navbar-nav li > a .badge {
        margin: 4px 0 0 0;
    }
}
@media (max-width: 767px){
    aside#left-panel.left-panel .navbar .navbar-nav li > a {
        font-size: 16px;
        line-height: 30px;
    }
    aside#left-panel.left-panel .navbar .navbar-nav li > a .menu-icon {
        width: 30px;
    }


    #right-panel.right-panel .pagination{
        flex-wrap: wrap;
        margin-top: 40px;
    }
    #right-panel.right-panel .page-link {
        margin-bottom: 10px;
    }
    .proposal__label-container{
        align-items: flex-end;
        top: 0;
    }
    .seoware-tabs .nav.nav-tabs .nav-item > a{
        height: 50px;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: normal;
    }
    .buyer-requests .request-description h5 {
        font-size: 14px;
    }
    .buyer-requests .request-description .lead {
        font-size: 12px;
    }
    .proposal__label-container img{
        width: 75%;
    }
    .page-item{
        margin-left: 6px;
    }
    .page-link{
        padding: 5px;
    }
    .proposal-review__left-side .rating-rating{
        display: flex;
        align-items: center;
    }
    .proposal-review__left-side .rating-rating i{
        font-size: 10px;
        line-height: 18px;
    }
    .user-header__container{
        flex-direction: column;
        align-items: center;
    }
    .show--desktop{
        display: none;
    }
    .show--mobile{
        display: block;
    }
    .advantages .advantages__left {
        width: 100%;
    }
    .advantages .advantages__right {
        display: none;
    }
    .advantages h4 {
        font-size: 12px;
    }
    .advantages .advantages__description {
        font-size: 10px;
    }
    .advantages {
        padding: 30px;
        border-top: 1px solid #e8e8e8;
    }
    .earning {
        height: 160px;
    }
    .earning h1 {
        margin-bottom: 20px;
    }
    .subscribe__info {
        margin-bottom: 10px;
        text-align: left;
    }
    .subscribe__header {
        font-size: 13px;
    }
    .subscribe__subheader{
        font-size: 11px;
    }
    .subscribe__container {
        align-items: flex-start;
    }
    .subscribe__input{
        padding-left: 16px;
        padding-right: 110px;
        height: 30px;
        line-height: 30px;
        font-size: 9px;
    }
    .subscribe__controls {
        width: 100%;
    }
    .subscribe__button{
        height: 26px;
        line-height: 24px;
        font-size: 9px;
        border: 1px solid #138aee;
        padding: 0 14px;
        right: 2px;
    }
    .subscribe__button svg{
        display: none;
        letter-spacing: unset;
    }
    .seo-block {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .seo-block__container > a {
        display: inline-block;
        border: 1px solid #138aee;
        height: 24px;
        line-height: 22px;
        text-align: center;
        padding: 0 16px;
        margin-right: 7px;
        margin-bottom: 7px;
        font-size: 9px;
    }
    .footer__header{
        height: 30px !important;
        line-height: 24px !important;
        font-size: 14px;
    }
    .footer__list-item > a{
        font-size: 10px;
    }
    .mobile-cat-nav .flag-body{
        font-weight: 500;
        font-size: 11px;
    }
    .mobile-catnav-wrapper .mobile-cat-nav {
        top: 55px;
    }
    .fit-avatar.s24, .fit-avatar.s24 img {
        width: 21px !important;
        height: 21px !important;
    }
    .mobile-tertiarynav ul > li{
        font-size: 11px !important;
        font-weight: 500 !important;
    }
    .seoware-tabs--auto .nav.nav-tabs .nav-item {
        flex: 1;
        min-width: 148px;
    }
    #order-status-bar {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #order-status-bar .d-flex{
        flex-direction: column;
        align-items: flex-start;
    }
    .seoware-table {
        padding-left: 10px;
        padding-right: 10px;
    }
     .seoware-table table th, .seoware-table table td {
        padding: 15px 5px !important;
        font-size: 12px !important;
    }
    .seoware-table div:not(.buyer-requests__table) table th, .seoware-table div:not(.buyer-requests__table) table td {
        white-space: nowrap;
    }
    .seoware-table .buyer-requests__table table tr td .lead{
        white-space: normal !important;
    }

    .seoware-table table thead tr th {
        font-size: 12px !important;
    }
    .no-padding--mobile{
        padding: 0 !important;
    }
}
.post-content img{
    max-width: 100%;
}

.category-tags__container{
    display: flex;
    flex-wrap: wrap;
}
.category-tag{
    display: inline-block;
    padding: 2px 5px;
    border: 1px solid #f1f1f1;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 12px;
}
.article-container img{
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    display: block;
    max-width: 100%;
}
.article-container img:hover{
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.article-container li{
    line-height: 1.4;
}

.zoom-wrapper {
    display: inline-block;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    cursor: pointer;
}
.zoom-wrapper + .zoom-wrapper{
    margin-top: 50px;
}
.zoom-wrapper:after{
     position: absolute;
     background-color: rgba(19, 138, 238, 0.7);
     background-image: url(../../../images/zoom.png);
     background-repeat: no-repeat;
     background-position: center;
     pointer-events: none;
     width: calc(100% - 30px);
     height: calc(100% - 30px);
     z-index: 2;
     padding: 15px;
     left: 15px;
     top: 15px;
 }

.zoom-wrapper:hover:after{
     content: "";
}

.lightbox {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(19, 138, 238, 0.7);
    top: 0;
    left: 0;
    display: none;
    z-index: 9;
}
.lightbox.show{
     display: flex;
     align-items: center;
     justify-content: center;
 }

.lightbox-wrapper {
    position: relative;
    max-width: 85%;
    max-height: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lightbox-close{
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    transform: translateY(-150%);
    box-shadow: none !important;
}
.lightbox-wrapper img{
    max-width: 100%;
    max-height: 100%;
}

#right-panel.right-panel table a,
#right-panel.right-panel table p,
#right-panel.right-panel table th,
#right-panel.right-panel table td{
    font-size: 14px;
}


@media (max-width: 1023px){
    .zoom-wrapper{
        padding: 12px;
    }
}


.top-freelancer__container{
    position: absolute;
    top: 0px;
    right: -12px;
}

@media (max-width: 767px){
    .chat-recepients__container{
        display: flex;
        overflow-x: auto;
    }
    .chat-recepients__container > .message-recipients{
        min-width: 70%;
        max-width: 70%;
    }
    .chat-recepients__container > .message-recipients .media-body.nowrap{
        text-overflow: ellipsis;
        overflow: hidden;
    }
}
