@font-face {
    font-family: NeoSansArabic;
    src: url(../fonts/NeoSansArabic.ttf);
}

@font-face {
    font-family: sky;
    src: url(../fonts/sky.ttf);
}
@font-face {
    font-family: 'Noto Naskh Arabic';
    src: url('../fonts/NotoNaskhArabic-Bold/NotoNaskhArabic-Bold.eot');
    src: url('../fonts/NotoNaskhArabic-Bold/NotoNaskhArabic-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NotoNaskhArabic-Bold/NotoNaskhArabic-Bold.woff2') format('woff2'),
        url('../fonts/NotoNaskhArabic-Bold/NotoNaskhArabic-Bold.woff') format('woff'),
        url('../fonts/NotoNaskhArabic-Bold/NotoNaskhArabic-Bold.ttf') format('truetype'),
        url('../fonts/NotoNaskhArabic-Bold/NotoNaskhArabic-Bold.svg#NotoNaskhArabic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Naskh Arabic';
    src: url('../fonts/NotoNaskhArabic-Medium/NotoNaskhArabic-Medium.eot');
    src: url('../fonts/NotoNaskhArabic-Medium/NotoNaskhArabic-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NotoNaskhArabic-Medium/NotoNaskhArabic-Medium.woff2') format('woff2'),
        url('../fonts/NotoNaskhArabic-Medium/NotoNaskhArabic-Medium.woff') format('woff'),
        url('../fonts/NotoNaskhArabic-Medium/NotoNaskhArabic-Medium.ttf') format('truetype'),
        url('../fonts/NotoNaskhArabic-Medium/NotoNaskhArabic-Medium.svg#NotoNaskhArabic-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Naskh Arabic';
    src: url('../fonts/NotoNaskhArabic-Regular/NotoNaskhArabic-Regular.eot');
    src: url('../fonts/NotoNaskhArabic-Regular/NotoNaskhArabic-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NotoNaskhArabic-Regular/NotoNaskhArabic-Regular.woff2') format('woff2'),
        url('../fonts/NotoNaskhArabic-Regular/NotoNaskhArabic-Regular.woff') format('woff'),
        url('../fonts/NotoNaskhArabic-Regular/NotoNaskhArabic-Regular.ttf') format('truetype'),
        url('../fonts/NotoNaskhArabic-Regular/NotoNaskhArabic-Regular.svg#NotoNaskhArabic-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Naskh Arabic';
    src: url('../fonts/NotoNaskhArabic-SemiBold/NotoNaskhArabic-SemiBold.eot');
    src: url('../fonts/NotoNaskhArabic-SemiBold/NotoNaskhArabic-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NotoNaskhArabic-SemiBold/NotoNaskhArabic-SemiBold.woff2') format('woff2'),
        url('../fonts/NotoNaskhArabic-SemiBold/NotoNaskhArabic-SemiBold.woff') format('woff'),
        url('../fonts/NotoNaskhArabic-SemiBold/NotoNaskhArabic-SemiBold.ttf') format('truetype'),
        url('../fonts/NotoNaskhArabic-SemiBold/NotoNaskhArabic-SemiBold.svg#NotoNaskhArabic-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    direction: rtl;
    text-align: right;
    text-decoration: none !important;
    outline: none !important;
    border: none;
}

body {
    margin: 0;
    line-height: 1.42857;
    color: #fff !important;
    background-color: #25000c;
    /*font-family: sky, -apple-system, system-ui, Segoe UI, Helvetica Neue, sans-serif;*/
      font-family: 'Noto Naskh Arabic';
    /*font-weight: 400;*/
      font-weight: normal;
    font-style: normal;
    overflow-anchor: none;
}

/*start header*/
header {
    overflow-x: auto;
}

header .main-nav {
    padding: 17px 0;
    white-space: nowrap;
    margin: 0;
}

header .main-nav .navbar-bu {
    padding: 0 2.5%;
    color: #fff;
    list-style: none;
    display: inline-block;
}

header .main-nav .navbar-bu img {
    /*width: 1em;*/
    /*filter: opacity(0.5) grayscale(1);*/
    filter: brightness(0) invert(1);

}

header .main-nav .navbar-bu a {
    color: #fff;
    font-size: 1rem;
}

header .main-nav .navbar-bu a:hover {
    border-bottom: 1px solid #fff;
}

.sec-head {
    /*background: #0473c0;*/
    background-color: #751e3f !important;
}

.sec-head .in-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    /*margin: 2px;*/
    /*height: 46px;*/
}

.sec-head .in-head img {
max-height: 115px;
}

.sec-head .in-head .left-head {
    position: relative;
}

.sec-head .in-head .left-head .deatls {
    color: #b9daf1;
    padding: 14px 18px;
    display: inline-block;
    text-decoration: none;
    font-size: 1.2rem;
}

.sec-head .in-head .left-head .deatls .fa-sign-in-alt {
    transform: rotateY(180deg);
}

.sec-head .in-head .left-head .deatls:hover {
    color: #FFF;
}

.sec-head .in-head .left-head .deatls.new {
    padding: 14px 18px;
}

.sec-head .in-head .left-head .deatls.new .drop {
    color: #FFF;
}

.sec-head .in-head .left-head .deatls.new .drop:hover {
    color: #FFF;
}

.sec-head .in-head .left-head .dropdown {
    left: -12px;
    min-width: 200px;
    position: absolute;
    background: #fff;
    display: none;
    top: 45px;
    margin: 0;
    padding: 3px 0;
    z-index: 99999;
    text-align: left;
    border-radius: 3px;
    white-space: nowrap;
    border: 1px solid #eee;
    box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.1);
}

.sec-head .in-head .left-head .dropdown:before {
    content: "";
    z-index: -1;
    top: -4px;
    left: 10px;
    width: 14px;
    height: 14px;
    border-radius: 2px 0 0 0;
    transform: rotate(45deg);
    position: absolute;
    background: #fff;
}

.sec-head .in-head .left-head .dropdown li {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 1rem;
    text-align: right;
    list-style-type: none;
}

.sec-head .in-head .left-head .dropdown li a {
    display: block;
    color: #751e3f !important;
    padding: 7px 15px;
    transition: all .35s;
}

.sec-head .in-head .left-head .dropdown .dropdown-footer {
    color: #5f5f5f;
    padding: 15px 15px 5px;
}

.sec-head .in-head .left-head .dropdown.active {
    display: block !important;
}

.sec-head .in-head .left-head .lang-swi {
    margin: 0 20px;
    line-height: 1;
    border-radius: 3px;
    display: inline-block;
    border: 1px solid #ccc;
    background: #009d1a;
}

.sec-head .in-head .left-head .lang-swi a {
    height: 24px;
    padding: 7px;
    font-size: 11px;
    font-weight: 700;
    background: #FFF;
    display: inline-block !important;
    line-height: 1;
    margin: 0;
    color: #737171;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.sec-head .in-head .left-head .lang-swi a.do-en {
    color: #fff !important;
    background: #009d1a;
}

/*end header*/
/*start body*/
/*start post for list*/
.postlist {
    margin-top: 5%;
    max-width: 100%;
    min-height: 60vh;
}

.postlist .post {
    border-bottom: 1px dotted #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    /*height: 98px;*/
    color: #fff;
    padding: 0 10px;
    /*font-size: .8rem;*/
    font-size: 14px;
}
.postlist .post:nth-of-type(odd) {
    background-color: #751e3f;
}

.postlist .post:nth-of-type(even) {
    background-color: #5e1832;
}

.postlist .post .postimg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
}

.postlist .post .postimg a img {
    width: 90px;
    height: 90px;
    object-fit: contain;
}


.postinfo {
    flex-grow: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*height: 90px;*/
    width: 60%;
    cursor: pointer;
}

.postinfo .posttitle {
    /*align-items: center;*/
    /*-o-text-overflow: ellipsis;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
}

.postinfo .posttitle a {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    display: block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 3.6em;
    line-height: 1.8em;
    white-space: nowrap;
    width: 100%;
}
.postinfo  .postextrainfopart a,
.postinfo .postextrainfo .postextrainfopart .green{
   color: #fff !important;   
}
.postinfo .posttitle a:hover {
    text-decoration: underline !important;
}

.postinfo .postextrainfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.postinfo .postextrainfo .postextrainfopart {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 50%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.postinfo .postextrainfo .postextrainfopart svg {
    width: 1em;
    display: inline-block;
    font-size: inherit;
    height: 1em;
    vertical-align: -.125em;
}

.postinfo .postextrainfo .postextrainfopart svg:nth-of-type(2) {
    margin: 0 5px;
}

.postinfo .postextrainfo .postextrainfopart .green {
    color: #DD4A48;
}

/*end post for list*/
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: unset !important;
}

.main-body {
    /*start side*/
    /*start SearchHistory*/
    /*end SearchHistory*/
    /*start tagSelect*/
    /*end tagSelect*/
    /*start mark*/
    /*end mark*/
    /*end side*/
    /*start search*/
    /*end search*/
    /*start tabs*/
    /*end tabs*/
    /*start filter*/
    /*end filter*/
    /*start posts for Carousel*/
    /*end posts for Carousel*/
}

.main-body .svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    vertical-align: -.125em;
}

.main-body .SearchHistory {
    overflow: hidden;
    /*max-width: 300px;*/
    text-align: center;
    text-overflow: ellipsis;
}

.main-body .SearchHistory a {
    color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    text-align: center;
    display: block;
}

.main-body .SearchHistory a:hover {
    text-decoration: underline !important;
    color: #0473c0;
}

.main-body .SearchHistory .smalltext {
    font-size: .7em;
    color: #fff;
    border-bottom: 1px solid #eee;
    text-align: center;
    padding: 8px;
}

.main-body .SearchHistory .smalltext svg {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    vertical-align: -.125em;
    width: 1em;
    overflow: visible;
}

.main-body .tagSelect {
    margin-bottom: 15px;
}

.main-body .tagSelect select {
    cursor: pointer;
    background-color: #fff;
    border: .05rem solid #ccc;
    border-radius: 4px;
    color: #737171;
    height: 34px;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
    line-height: inherit;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    display: block;
    margin: .3rem 0;
    min-width: 100%;
}

.main-body .tagSelect .btn-success {
    margin-top: 1rem;
    margin: .3rem 0;
    min-width: 100%;
    box-shadow: inset 0 -2px rgba(255, 255, 255, 0.1), inset 0 -3px rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    background-color: #fff !important;
    color: green !important;
    text-align: center;
    border: .05rem solid #ccc;
    border-radius: 4px;
    height: 34px;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    line-height: inherit;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.main-body .tagSelect .btn-success svg {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    vertical-align: -.125em;
    width: 1em;
}

.main-body .mark {
    background-color: transparent;
    padding: 0;
}

.main-body .mark .brand-logos {
    display: grid;
    grid-gap: 10px;
    padding: 10px;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    border-top: 1px solid #eee;
}

.main-body .mark .brand-logos .imgasicon img {
    filter: opacity(0.5) grayscale(1);
}

.main-body .mark .brand-logos .imgasicon:hover img {
    filter: grayscale(0) opacity(1);
}

.main-body .mark .brand-logos .imgasicon {
    transition: all .3s;
}

.main-body .mark .brand-logos .imgasicon .text {
    font-size: 12px;
    text-align: center;
}

.main-body .mark .brand-logos a {
    border: 1px solid #DD4A48;
    color: #a1a1a1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    flex-direction: column;
    text-align: center;
    overflow: hidden;
     height: 65px;
    width: 65px;
    padding:10px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 100%;
    background-color: #fff;
        box-shadow: 0 0 8px rgba(0,0,0,.3);
}

.main-body .mark .brand-logos a:hover {
    color: #0473c0;
    text-decoration: none;
    border-color: #0473c0;
}

.main-body .mark .brand-logos a img {
    /*width: 60px;*/
    /*height: 60px;*/
    max-height:100%;
    max-width: 100%;
}

.main-body .top-ser {
    display: flex;
    align-items: center;
    padding: 15px 0;
    justify-content: space-between;
}

.main-body .top-ser form {
    display: flex;
}

.main-body .top-ser form input[type=text] {
    margin: 0;
    width: 358px;
    height: 40px;
    display: block;
    color: #616161;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}

.main-body .top-ser form input[type=text]:hover, .main-body .top-ser form input[type=text]:focus {
    border-color: #0073c6;
}

.main-body .top-ser form input[type=text]::placeholder {
    color: #aaa;
}

.main-body .top-ser form button {
    height: 40px;
    min-width: 60px;
    margin: 0 -2px 0 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #fff;
    background: #0073c6;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    transition: all .2s;
}

.main-body .top-ser .add-new {
    display: inline-block;
    padding: 10px 16px;
    font-size: 18px;
    cursor: pointer;
    line-height: 1.33;
    border-radius: 6px;
    color: #DD4A48;
    background-color: #f2f2f2;
    box-shadow: inset 0 -2px rgba(255, 255, 255, 0.1), inset 0 -3px rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0, 0.05);
}

.main-body .main-tabs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.main-body .main-tabs .tabs-list {
    display: flex;
    align-items: center;
    cursor: pointer;
    flex-wrap: nowrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
}

.main-body .main-tabs .tabs-list .tab {
    flex: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin: 0 0 0 3px;
}

.main-body .main-tabs .tabs-list .tab:hover {
    border-radius: 5px;
    background: rgba(1, 115, 192, 0.13);
}

.main-body .main-tabs .tabs-list .tab:hover a {
    color: #fff;
    text-decoration: none;
}

.main-body .main-tabs .tabs-list .tab:hover a img {
    filter: opacity(1) grayscale(0);
}

.main-body .main-tabs .tabs-list .tab .tab-link {
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    white-space: nowrap;
    padding: 10px;
    display: block;
}

.main-body .main-tabs .tabs-list .tab .tab-link img {
    /*filter: opacity(0.5) grayscale(1);*/
    filter: brightness(0) invert(1);

    width: 35px;
    height: 35px;
}

.main-body .main-tabs .tabs-list .tab .tab-link span {
    display: block;
    font-size: 16px;
    text-align: center;
}

.main-body .main-tabs .tabs-list .tab.active {
    border-radius: 5px;
    background: rgba(1, 115, 192, 0.13);
}

.main-body .main-tabs .tabs_list:first-child {
    justify-content: space-between;
}

.main-body .main-tabs .list-container-wrap {
    width: 100%;
    min-height: 47px;
    position: relative;
    border: 1px solid #e7e3e3;
}

.main-body .main-tabs .list-container-wrap .tabs_list.supTabs {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
    background-color: #fff;
    align-items: center;
    flex-wrap: nowrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.main-body .main-tabs .list-container-wrap .tabs_list.supTabs .supTab {
    border: 1px solid #e7e3e3;
    border-radius: 10px;
    transition: all .3s ease-in-out;
    padding: 3px 10px;
    margin: 5px;
    display: inline-block;
}

.main-body .main-tabs .list-container-wrap .tabs_list.supTabs .supTab .supTab_link {
    text-align: center;
    font-size: 1.2rem;
    cursor: pointer;
    white-space: nowrap;
    color: #8b8b8b;
}

.main-body .main-tabs .list-container-wrap .tabs_list.supTabs .supTab .supTab_link:hover {
    text-decoration: underline !important;
}

.main-body .main-tabs .list-container-wrap .tabs_list.supTabs .supTab.active > a {
    color: #0473c0;
    font-weight: 700;
}

.main-body .main-tabs .list-container-wrap .list-container {
    position: absolute;
    left: 0;
    right: 0;
}

.main-body .main-tabs .list-container-wrap:nth-child(2) {
    border-top-width: 0 !important;
    border-bottom-width: 0 !important;
    margin-bottom: 3px;
}

.main-body .main-tabs .list-container-wrap:nth-child(3) {
    border-top-width: 0 !important;
}

.main-body .tag-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: normal;
    margin-top: 20px;
}

.main-body .tag-filters .tag-filters__item {
    margin-left: 8px;
    margin-bottom: 15px;
    font-weight: 400;
    flex: none;
}

.main-body .tag-filters .tag-filters__item select {
    max-width: 150px;
    cursor: pointer;
    background-color: #fff;
    border: .05rem solid #ccc;
    border-radius: 4px;
    color: #737171;
    height: 38px;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
    line-height: inherit;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.main-body .tag-filters__item.btn {
    padding: 6px 10px;
}

.main-body .tag-filters__item.btn .svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    vertical-align: -.125em;
    text-align: center;
    width: 1.25em;
}

.main-body .tag-filters-extra {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.main-body .tag-filters-extra .tag-filters__item {
    margin-left: 8px;
    margin-bottom: 15px;
    font-weight: 400;
}

.main-body .tag-filters-extra .tag-filters__item label {
    height: 32px;
    color: #fff;
    display: block;
    padding: 0 8px;
    cursor: pointer;
    font-weight: 400;
    overflow: hidden;
    line-height: 32px;
    margin-bottom: 0;
    text-align: center;
    position: relative;
    border-radius: 5px;
    align-items: center;
    background: #81899a;
    border: 1px solid transparent;
}

.main-body .btn-dark {
    color: #fff;
    box-shadow: none;
    border: 1px solid;
    background: #929aaa;
}

.main-body .btn-dark:not(:disabled):not(.disabled).active, .main-body .btn-dark:not(:disabled):not(.disabled):active, .main-body .show > .btn-dark.dropdown-toggle {
    background: #0473c0;
    border-color: #0473c0;
}

.main-body .btn-dark:not(:disabled):not(.disabled).active:focus, .main-body .btn-dark:not(:disabled):not(.disabled):active:focus, .main-body .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: none;
}

.main-body .btn-dark.active {
    background: #0473c0;
    border-color: #0473c0;
}

.main-body .postPic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-body .postPic .postCarousel {
    position: relative;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #f3f3f3;
    /*margin: 15px;*/
    /*width: calc(50% - 32px);*/
}

.main-body .postPic .postCarousel .imgcarousel {
    height: 300px;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #f3f3f3;
}

.main-body .postPic .postCarousel .imgcarousel .item img {
    width: 100%;
    height: 300px;
    /*object-fit: cover;*/
}

.main-body .postPic .postCarousel .postCarousel-fav-btn {
    left: 0;
    top: 4px;
    border: 0;
    cursor: pointer;
    font-size: 26px;
    box-shadow: none;
    position: absolute;
    background: transparent;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
    border-radius: 4px;
    color: #FFF;
    height: 34px;
    white-space: nowrap;
    padding-left: 10px;
    z-index: 2;
    padding-right: 10px;
}

.main-body .postPic .postCarousel .postinfo {
    width: auto;
    height: auto;
    font-size: 14px;
    padding: 10px 15px;
}

.main-body .postPic .owl-nav .owl-prev, .main-body .postPic .owl-nav .owl-next {
    top: 50%;
    margin: 0;
    z-index: 1;
    padding: 0;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    border-radius: 20px;
    transform: translateY(-50%);
    border: 1px solid rgba(255, 255, 255, 0.62);
    background: rgba(0, 0, 0, 0.4);
}

.main-body .postPic .owl-nav .owl-prev {
    right: 7px;
}

.main-body .postPic .owl-nav .owl-next {
    left: 7px;
}

.main-body .postPic .owl-nav .owl-prev.disabled, .main-body .postPic .owl-nav .owl-next.disabled {
    display: none;
}

.main-body .postPic .owl-dots {
    left: 0;
    z-index: 3;
    width: 100%;
    position: absolute;
    display: block;
    margin: 10px 0;
    text-align: center;
    bottom: 0;
}

.main-body .postPic .owl-dots .owl-dot {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
    width: 12px;
    height: 12px;
    border-radius: 12px;
    margin: 2px;
    cursor: pointer;
    transition: all .3s;
    display: inline-block;
    text-align: center;
}

.main-body .postPic .owl-dots .owl-dot.active {
    background: #fff;
}

.main-body .follow-switch-wrap {
    display: flex;
    padding: 15px;
    width: 100%;
    margin: 15px 0;
    align-items: center;
    justify-content: center;
    background-color: rgba(242, 244, 250, 0.61);
}

.main-body .follow-switch-wrap .icon {
    width: 30px;
    height: 30px;
    display: flex;
    color: #1073bf;
    margin-left: 10px;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.main-body .follow-switch-wrap .toggle-btn {
    margin-right: 15px;
    width: 38px;
    cursor: pointer;
    height: 20px;
    position: relative;
    border-radius: 20px;
    background-color: #a9bdd5;
    transition: all .2s ease-in-out;
}

.main-body .follow-switch-wrap .toggle-btn .mark {
    background-color: #fff;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
    transition: all .2s ease-in-out;
}

.main-body .follow-switch-wrap .toggle-btn.active {
    background-color: #1073c0;
}

.main-body .follow-switch-wrap .toggle-btn.active .mark.active {
    left: 19px;
}

.main-body .more {
    display: block;
    margin-top: 10px;
}

.main-body .more .btn.btn-primary {
    color: #0473c0;
    background-color: #fff;
    box-shadow: inset 0 -2px rgba(255, 255, 255, 0.1), inset 0 -3px rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0, 0.05);
    background-image: none;
    border: 1px solid #0473c0;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    transition: all .2s;
    margin: 0;
}

.main-body .more .btn-primary:not(:disabled):not(.disabled).active:focus, .main-body .more .btn-primary:not(:disabled):not(.disabled):active:focus, .main-body .more .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: unset !important;
}

.main-body .last-ul {
    padding: 0 40px 0 0;
    margin: 17px 0;
}

.main-body .last-ul li {
    margin-top: .8rem;
    font-size: 17px;
    color: #fff;
}

.main-body .last-ul li:hover {
    text-decoration: underline !important;
}

.main-body .last-ul li a {
    margin-top: .8rem;
    font-size: 17px;
    color: #fff;
}

.main-body .last-ul li a:hover {
    text-decoration: underline !important;
}

/*end body*/
/*start footer*/
footer {
    /*margin-top: 25px;*/
    background: #751e3f none repeat scroll 0 0;
    border: 1px solid #ddd;
    padding: 5px;
}

footer .download {
    display: flex;
    flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-bottom: 1px solid #eee;
}

footer .download a:nth-of-type(1) img {
    width: 125px;
}

footer .download a:nth-of-type(2) img {
    width: 155px;
}

footer .list-footer {
    column-count: 3;
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid #eee;
    margin-bottom: 8px;
}

footer .list-footer li {
    padding-top: .8em;
    margin: 0;
}

footer .list-footer li img {
    width: 1.25em;
    /*filter: opacity(0.5) grayscale(1);*/
    filter: brightness(0) invert(1);

}

footer .list-footer li a {
    padding-right: 20px;
    display: inline-block;
    vertical-align: top;
    color: #fff !important;
}

footer .list-footer li a:hover {
    color: #606c76 !important;
    text-decoration: underline !important;
}

footer .last-footer {
    justify-content: space-around;
    display: flex;
    margin-bottom: 1rem;
}

footer .last-footer button {
    cursor: pointer;
    background-color: #fff;
    border: .05rem solid #ccc;
    border-radius: 4px;
    color: #737171;
    height: 34px;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    line-height: inherit;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    margin: 0 5px;
}

footer .last-footer a {
    color: #0473c0 !important;
}

footer .last-footer a:hover {
    color: #606c76 !important;
    text-decoration: underline !important;
}

footer .last-footer a:hover img {
    filter: opacity(0.5) grayscale(1);
}

footer .last-footer a img {
    filter: invert(26%) sepia(93%) saturate(1434%) hue-rotate(184deg) brightness(101%) contrast(97%);
    display: inline-block;
    width: 30px;
    transform: scaleX(-1);
}

footer .subfooter {
    text-align: center;
    background-color: #333;
    padding: 10px;
    /*margin: -6px;*/
    border-radius: 0 0 4px 4px;
}

footer .subfooter p {
    margin-top: 0;
    margin-bottom: .6em;
    text-align: center;
}

/*end footer*/
/*start single*/
.sin-body {
    background-color: #f2f4fa;
    padding-bottom: 25px;
}

.backButton.btn-link {
    margin: 5px 0 15px 0;
    background-color: transparent;
    box-shadow: none;
    border-color: transparent;
    color: #1073c0;
    height: 34px;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    border: .0rem solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.backButton.btn-link img {
    width: 27px;
    filter: invert(24%) sepia(64%) saturate(3128%) hue-rotate(188deg) brightness(99%) contrast(97%);
}

.sin-body .post-single .details {
    background-color: #fff;
    border-radius: 23px;
    border: 1px solid #e4e7f5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 60vh;
    box-sizing: border-box;
    position: relative;
}

.sin-body .post-single .details .post_header {
    width: 100%;
    border-radius: 23px 23px 0 0;
    display: flex;
    box-sizing: border-box;
    padding: 5px;
}

.sin-body .post-single .details .post_header .post_header_wrapper {
    padding: 0 30px 30px;
    border-radius: 23px;
    flex: 1;
    background-color: #fffaed;
}

.sin-body .post-single .details .post_header .post_header_wrapper h1 {
    font-size: 1.2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    color: #1dba73;
}

.sin-body .post-single .details .post_header .post_header_wrapper .post_header_meta {
    display: flex;
    margin-top: 30px;
}

.sin-body .post-single .details .post_header .post_header_wrapper .post_header_meta div {
    flex: 6;
    display: flex;
    flex-direction: column;
}

.sin-body .post-single .details .post_header .post_header_wrapper .post_header_meta div .post_header_meta_item {
    color: #525762;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 5px 0;
    font-size: .9rem;
    z-index: 1;
}

.sin-body .post-single .details .post_header .post_header_wrapper .post_header_meta div .post_header_meta_item i {
    margin-left: 10px;
}

.sin-body .post-single .details .post_header .post_header_wrapper .post_header_meta div .post_header_meta_item .user_avatar_wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    display: flex;
    align-items: center;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
    margin-left: 10px;
    color: #525762;
    font-size: .9rem;
}

.sin-body .post-single .details .post_header .post_header_wrapper .post_header_meta div .post_header_meta_item .user_avatar_wrapper .def_username {
    font-size: .8rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: -1;
    background-color: #9ea3af;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
}

.sin-body .post-single .details .post_header .post_header_wrapper .post_header_meta div .post_header_meta_item a {
    color: #1073c0 !important;
}

.sin-body .post-single .details .post_body {
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    flex-grow: 1;
    color: #525762;
    font-size: 20px;
}

.sin-body .post-single .details .post_body article {
    margin: 20px 0;
    width: 100%;
}

.sin-body .post-single .details .post_body .img_wrapper {
    max-width: 100%;
    align-self: center;
    margin-top: 10px;
    height: auto;
    /*max-height: 450px;*/
    position: relative;
    display: block;
    width: 100%;
}
.sin-body .post-single .details .post_body .img_wrapper a{
   display: block; 
}
.sin-body .post-single .details .post_body .img_wrapper img {
    max-width: 100%;
      display: block;
    width: 100%;
    /*align-self: center;*/
    /*height: auto;*/
}

.sin-body .post-single .details .post_body .post_extra_info {
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sin-body .post-single .details .post_body .post_extra_info .contact {
    display: inline-flex;
    align-items: center;
    border: 1px solid #e4e7f5;
    padding: 9px;
    border-radius: 15px;
    color: #1dba73;
    min-width: 100px;
}

.sin-body .post-single .details .post_body .post_extra_info .contact .icon_wrapper {
    margin-left: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #d9ffe2;
    font-size: 12px;
}

.sin-body .post-single .details .post_body .post_extra_info .contact .icon_wrapper i {
    transform: rotate(90deg);
    color: #0473c0 !important;
}

.sin-body .post-single .details .post_body .post_extra_info .contact a {
    color: #1dba73 !important;
}

.sin-body .post-single .details .post_body .post_extra_info .contact a:hover {
    text-decoration: underline !important;
    color: #1dba73 !important;
}

.sin-body .post-single .bottom_meta_wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

.sin-body .post-single .bottom_meta_wrapper .post_id_wrapper {
    padding: 20px;
    background-color: #e4e7f5;
    border-radius: 15px;
    color: #8f95a3;
}

.sin-body .post-single .bottom_meta_wrapper .next_post_btn {
    float: left;
    background-color: #e4e7f5;
    padding: 20px;
    font-size: 14px;
    border-radius: 15px;
}

.sin-body .post-single .bottom_meta_wrapper .next_post_btn:hover {
    color: #606c76 !important;
    text-decoration: underline !important;
}

.sin-body .post-single .bottom_meta_wrapper .next_post_btn:hover img {
    filter: opacity(0.5) grayscale(1);
}

.sin-body .post-single .bottom_meta_wrapper .next_post_btn span {
    margin-left: 5px;
}

.sin-body .post-single .bottom_meta_wrapper .next_post_btn img {
    width: 13px;
    filter: invert(24%) sepia(64%) saturate(3128%) hue-rotate(188deg) brightness(99%) contrast(97%);
    transform: rotate(180deg);
}

.sin-body .post-single .actions_wrapper {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    color: #8f95a3;
    flex-wrap: wrap;
}

.sin-body .post-single .actions_wrapper .btn-borderless.action_btn:not(:last-child) {
    /*border-left: 1px solid #f2f4fa;*/
}

.sin-body .post-single .actions_wrapper .btn-borderless.action_btn {
    border: 1px solid #f2f4fa;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    color: #8f95a3;
    padding: 10px 15px;
    position: relative;
    text-align: center;
    min-width: 125px;
    white-space: pre-wrap;
    cursor: pointer;
}

.sin-body .post-single .actions_wrapper .btn-borderless.action_btn:hover {
    background-color: #edf9ff;
}

.sin-body .post-single .actions_wrapper .btn-borderless.action_btn i {
    margin-left: 5px;
}

.sin-body .post-single .tags_wrapper {
    width: 100%;
    background: #fff;
    padding: 20px 30px;
    box-sizing: border-box;
    margin-top: 20px;
    border-radius: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.sin-body .post-single .tags_wrapper a, .sin-body .post-single .tags_wrapper a:visited {
    background-color: #f8faff;
    padding: 9px 13px;
    border-radius: 15px;
    box-sizing: border-box;
    margin: 5px;
    color: #8f95a3;
    text-decoration: none;
}

.sin-body .post-single .random-help-message {
    margin: 15px 0;
    border-radius: 15px;
    padding: 10px 20px;
    background: #edf6ff;
    border: 1px solid #1073c0;
    color: #1073c0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
}

.sin-body .post-single .random-help-message .icon_wrapper {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background-color: #fff;
    padding: 5px;
}

.sin-body .post-single .random-help-message .icon_wrapper .icon {
    font-size: 20px;
    color: #1073c0;
}

.sin-body .post-single .random-help-message p {
    flex: 10;
    margin-right: 5px;
    margin-bottom: 0;
}

.sin-body .post-single .comment_list_wrapper {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 150px;
    box-sizing: border-box;
}

.sin-body .post-single .comment_list_wrapper .comment_wrapper {
    border: 2px solid #e4e7f5;
    margin: 5px 0;
    background-color: #fff;
    border-radius: 15px;
    box-sizing: border-box;
}

.sin-body .post-single .comment_list_wrapper .comment_wrapper .comment_meta {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 2px solid #e4e7f5;
    padding: 15px;
    box-sizing: border-box;
    font-size: .8rem;
}

.sin-body .post-single .comment_list_wrapper .comment_wrapper .comment_meta .main_meta {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.sin-body .post-single .comment_list_wrapper .comment_wrapper .comment_meta .main_meta .icon_wrapper_com {
    width: 0.7em;
    height: 0.7em;
    padding: 12px;
    background-color: rgb(228, 231, 245);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sin-body .post-single .comment_list_wrapper .comment_wrapper .comment_meta .main_meta .username_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
    white-space: nowrap;
    margin: 0 10px;
}

.sin-body .post-single .comment_list_wrapper .comment_wrapper .comment_meta .main_meta .username_wrapper > :first-child {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sin-body .post-single .comment_list_wrapper .comment_wrapper .comment_meta .main_meta .username_wrapper > :first-child > :first-child {
    margin-left: 10px;
}

.sin-body .post-single .comment_list_wrapper .comment_wrapper .comment_meta .main_meta .username_wrapper .icon_wrapper_com.clickable {
    width: 0.7em;
    height: 0.7em;
    padding: 12px;
    background-color: rgb(228, 231, 245);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.sin-body .post-single .comment_list_wrapper .comment_wrapper .comment_meta .main_meta .username_wrapper .comment_time {
    font-size: .7rem;
    margin-top: 5px;
}

.sin-body .post-single .comment_list_wrapper .comment_wrapper .comment_meta .icon_wrapper_com {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.7em;
    height: 0.7em;
    padding: 12px;
    background-color: rgb(228, 231, 245);
    border-radius: 50%;
}

.sin-body .post-single .actions_wrapper .btn-borderless.action_btn span {
    text-align: center
}

.sin-body .post-single .comment_list_wrapper .comment_body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 15px;
    font-size: 1.2rem;
    color: #000;
}

.sin-body .post-single .comment_list_wrapper .options_wrapper {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
}

.sin-body .post-single .comment_list_wrapper .options_wrapper .reply_btn {
    border-radius: 15px;
    cursor: pointer;
    background-color: #fff;
    border: .05rem solid #ccc;
    color: #737171;
    height: 34px;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
}

.sin-body .post-single .comment_list_wrapper .options_wrapper .comment_option_wrapper {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.sin-body .post-single .comment_list_wrapper .options_wrapper .comment_option_wrapper .btn-borderless {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border: none;
    box-shadow: none;
    background-color: transparent;
    cursor: pointer;
    border-radius: 4px;
    color: #737171;
    height: 34px;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
}

.sin-body .post-single .comment_list_wrapper .reply_form_wrapper.active {
    display: flex
}

.sin-body .post-single .comment_list_wrapper .reply_form_wrapper {
    width: 100%;
    padding: 15px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
    border-top: 1px solid #e4e7f5;
}

.sin-body .post-single .comment_list_wrapper .reply_form_wrapper textarea {
    width: 100%;
    resize: none;
    border: .1rem solid #ccc;
    border-radius: 4px;
}

.sin-body .post-single .comment_list_wrapper .reply_form_wrapper button {
    margin-top: 10px;
    border-radius: 15px;
    color: #0473c0;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #fff;
    border: .05rem solid #ccc;
    height: 34px;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
}

.sin-body .post-single .follow_btn_wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin: 15px 0;
    box-sizing: border-box;
    align-items: center;
}

.sin-body .post-single .follow_btn_wrapper .blue_btn {
    background-color: #1073c0;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    border-radius: 12px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 100px;
    min-height: 40px;
    margin-left: 10px;
    border: none;
    box-shadow: none;
    cursor: pointer;
    height: 34px;
    white-space: nowrap;
}

.sin-body .post-single .follow_btn_wrapper .blue_btn span {
    margin-left: 10px;
}

.sin-body .post-single .add_comment_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin: 15px 0;
    box-sizing: border-box;
}

.sin-body .post-single .add_comment_wrapper textarea {
    width: 100%;
    min-height: 200px;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #e4e7f5;
    box-sizing: border-box;
    resize: none;
    margin-bottom: 15px;
}

.sin-body .post-single .add_comment_wrapper .btn_msg_wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sin-body .post-single .add_comment_wrapper .btn_msg_wrapper .blue_btn {
    padding: 10px 30px;
    background-color: #1073c0;
    color: #fff;
    text-align: center;
    border-radius: 12px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 100px;
    min-height: 40px;
    margin-left: 10px;
    border: none;
    box-shadow: none;
    background-image: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
}

.sin-body .post-single .add_comment_wrapper .btn_msg_wrapper .blue_btn span {
    margin-left: 10px;
}

.sin-body .side-single .SimilarPosts {
    min-width: 300px;
    max-width: 100%;
}

.sin-body .side-single .SimilarPosts .heading {
    font-size: 20px;
    margin: 0 0 23px 0;
    color: #1073c0;
}

.sin-body .side-single .SimilarPosts .SimilarPosts__box {
    padding: 15px;
    background: #fff;
    border-radius: 23px;
    margin-bottom: 23px;
}

.sin-body .side-single .SimilarPosts .SimilarPosts__box .SimilarPosts__badge {
    height: 40px;
    font-size: 14px;
    padding: 0 25px;
    color: #8f95a3;
    border-radius: 21px;
    align-items: center;
    display: inline-flex;
    background: #f2f5fd;
    margin-bottom: 18px;
}

.sin-body .side-single .SimilarPosts .SimilarPosts__box .SimilarPosts__thumbs {
    margin: 0;
    padding: 0;
    display: grid;
    overflow: hidden;
    list-style-type: none;
    border-radius: 0 0 18px 18px;
    grid-template-columns: repeat(3, 1fr);
}

.sin-body .side-single .SimilarPosts .SimilarPosts__box .SimilarPosts__thumbs li {
    margin: 1px;
}

.sin-body .side-single .SimilarPosts .SimilarPosts__box .SimilarPosts__thumbs li img {
    width: 100%;
    height: 114px;
    display: block;
    object-fit: cover;
}

/*end single*/
/*start login*/
.login .backButton.btn-link {
    margin: 20px 0;
    background-color: transparent;
    box-shadow: none;
    border-color: transparent;
    color: #1073c0;
    height: 34px;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    border: .0rem solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.login .backButton.btn-link img {
    width: 27px;
    /*filter: invert(24%) sepia(64%) saturate(3128%) hue-rotate(188deg) brightness(99%) contrast(97%);*/
    filter: opacity(0.5) grayscale(1);
}

.login form input:focus {
    outline: none;
}

.login form h2 {
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    color: #fff;
    border-bottom: 1px solid #eee;
}

.login form .contentBox .box1 input[type=text], .login form .contentBox .box1 input[type=password] {
    width: 70%;
    background-color: #fff;
    border: .05rem solid #ccc;
    margin: 5px;
    border-radius: 4px;
    color: #616161;
    height: 34px;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    line-height: inherit;
    box-shadow: -2px 4px 9px 1px rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.login form .contentBox .box1 .red {
    color: #d03333;
}

.login form .contentBox .box1 input[type=checkbox] {
    margin-bottom: 25px;
}

.btn-form {
    color: #DD4A48;
    background-color: #f2f2f2;
    box-shadow: inset 0 -2px rgba(255, 255, 255, 0.1), inset 0 -3px rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0, 0.05);
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    display: block;
    border-radius: 6px;
    height: 45px;
    cursor: pointer;
    border: .05rem solid #ccc;
}

.login form p {
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.login form p a {
    color: #0473c0 !important;
    text-decoration: none !important;
}

.login form p a:hover {
    color: #606c76 !important;
    text-decoration: underline !important;
}

/*end login*/
/*start myaccount*/
.myacc .profile_header {
    min-height: 100px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    background-color: #fff;
}

.myacc .profile_header .cover {
    background-color: #d2dbe6;
    width: 100%;
    height: calc(42.85714vw - 1.71429rem);
    max-height: 342.85714px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.myacc .profile_header .cover .prfile_options {
    position: absolute;
    left: 10px;
    top: 10px;
}

.myacc .profile_header .cover .prfile_options .options_button {
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.7);
    width: 2.2rem;
    height: 2.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.myacc .profile_header .cover .prfile_options .options_button svg {
    width: 1.25em;
    height: 1em;
    vertical-align: -.125em;
    font-size: 2em;
    display: inline-block;
}

.myacc .profile_header .cover .prfile_options .share_wrapper {
    position: absolute;
    top: 0;
    left: 50px;
}

.myacc .profile_header .cover .prfile_options .share_wrapper .toolti {
    position: relative;
}

.myacc .profile_header .cover .prfile_options .share_wrapper .toolti .share_btn {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
}

.myacc .profile_header .cover .prfile_options .share_wrapper .toolti .share_btn svg {
    width: 1.25em;
    height: 1em;
    vertical-align: -.125em;
    font-size: 2em;
    display: inline-block;
}

.myacc .profile_header .cover .header_back_button {
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.7);
    width: 2.2rem;
    height: 2.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: .7em;
}

.myacc .profile_header .cover .header_back_button img {
    filter: invert(95%) sepia(64%) saturate(0%) hue-rotate(163deg) brightness(111%) contrast(100%);
    width: 27px;
}

.myacc .profile_header .content {
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    color: #0473c0;
    min-height: 141px;
    z-index: 50;
    transform: translateY(-15px);
    border-radius: 0;
}

.myacc .profile_header .content .top {
    width: 100%;
    display: flex;
    padding: 10px;
    justify-content: space-between;
    box-sizing: border-box;
    height: 5vw;
    min-height: 40px;
    position: relative;
    margin-bottom: 10px;
    max-height: 75px;
}

.myacc .profile_header .content .top .avatar_wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: absolute;
    right: 50%;
    transform: translate(50%, calc(-10px + -50%));
}

.myacc .profile_header .content .top .avatar_wrapper .avatar_content {
    max-height: 150px;
    max-width: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    display: flex;
    align-items: center;
    width: 10vw;
    height: 10vw;
    min-width: 80px;
    min-height: 80px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: relative;
}

.myacc .profile_header .content .top .avatar_wrapper .avatar_content .def_username {
    font-size: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: -1;
    background-color: #a9bdd5;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.myacc .profile_header .content .top .right_content {
    max-width: 35%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
}

.myacc .profile_header .content .top .right_content .settings_btn {
    animation: changeColor ease;
    animation-iteration-count: infinite;
    animation-duration: 4s;
    animation-fill-mode: both;
    border: 1px solid #2e85ca;
    border-radius: 15px;
    color: #2e85ca;
    box-shadow: none;
    min-width: 75px;
    height: 25px;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 3% 10%;
    text-align: center;
    width: fit-content;
    white-space: nowrap;
}

.myacc .profile_header .content .top .right_content .followers_count {
    align-self: center;
    color: #979fae;
    font-size: .8rem;
    margin-top: 5px;
}

.myacc .profile_header .content .top .left_content {
    flex-wrap: nowrap;
    max-width: 35%;
    display: flex;
    align-items: flex-start;
}

.myacc .profile_header .content .top .left_content .rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.myacc .profile_header .content .top .left_content .rating svg {
    color: #929aaa;
    opacity: .2;
    width: 1.125em;
    display: inline-block;
    font-size: inherit;
    height: 1em;
    vertical-align: -.125em;
}

.myacc .profile_header .content .main_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10px;
}

.myacc .profile_header .content .main_content .username {
    position: relative;
    color: #151517 !important;
    display: inline-block;
    font-size: 20px;
    word-break: break-word;
    max-width: 70vw;
}

.myacc .profile_header .content .main_content span a {
    color: #0473c0 !important;
}

.myacc .profile_header .content .main_content span a:hover {
    color: #606c76 !important;
    text-decoration: underline !important;
}

.myacc .profile_header .content .main_content .last_seen {
    color: #929aaa;
    font-size: .9rem;
}

.myacc .profile_header .content .main_content .trophies {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    align-items: flex-start;
    margin-bottom: 10px;
    max-width: 100%;
    overflow-x: auto;
    box-sizing: border-box;
    align-self: stretch;
}

.myacc .profile_header .content .main_content .trophies .badge_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5px;
    box-sizing: border-box;
}

.myacc .profile_header .content .main_content .trophies .badge_wrapper .badge_icon_wrapper.badge_gray {
    background-color: rgba(129, 132, 139, 0.1);
    color: #929aaa;
}

.myacc .profile_header .content .main_content .trophies .badge_wrapper .badge_icon_wrapper.badge_green {
    background-color: #cbf7d9;
    color: #4ab36d;
}

.myacc .profile_header .content .main_content .trophies .badge_wrapper .badge_icon_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
}

.myacc .profile_header .content .main_content .trophies .badge_wrapper .badge_icon_wrapper svg {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    vertical-align: -.125em;
    width: 1em;
    overflow: visible;
}

.myacc .profile_header .content .main_content .trophies .badge_wrapper .badge_title {
    margin-top: 5px;
    max-width: 50px;
    color: #929aaa;
    text-align: center;
}

.myacc .userMain {
    background-color: #FFF;
}

.myacc .userMain .postlist {
    margin-top: 0;
}

.myacc .userMain .no-ads {
    text-align: center;
    margin-block-start: 0em;
    margin-block-end: 1em;
}

/*end myaccount*/
/*start responsive*/
.mobileUserMenu {
    display: none;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 1rem;
    /*background: #FFF;*/
    margin-bottom: 1rem;
}

.mobileUserMenu a {
    font-size: 1.5rem;
    color: #aaa;
}

/**/
.sec-bt {
    border-radius: 7px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 33px;
    background: #005ea1;
    font-size: .8em;
    color: #fff;
}

.sec-bt i {
    margin: 0 5px;
}

.sec-bt:hover {
    color: #fff;
    background: #005ea1;
}

.comm {
    background-color: #f2f4fa;
    padding: 30px 0;
    /*start sell */
    /*end sell */
    /*start card*/
    /*end card*/
    /*start sub*/
    /*end sub*/
    /*start cal_wrapper*/
    /*end cal_wrapper*/
    /*start sec-option*/
    /*end sec-option*/
    /*start banks-details*/
    /*end banks-details*/
    /*start new-form*/
    /*end new-form*/
}

.comm .right-arrow img {
    filter: invert(20%) sepia(46%) saturate(3403%) hue-rotate(186deg) brightness(97%) contrast(98%);
    width: 27px;
    margin-bottom: 5px;
}

.comm .sell .r-sell h2 {
    font-size: 44px;
    margin-top: 10%;
    font-weight: bold;
    margin-bottom: 0.67em;
    color: #2e2f34;
}

.comm .sell .r-sell p {
    margin: 1em 0;
    color: #2e2f34;
    width: 60%;
}

.comm .sell .r-sell .paymentOptions {
    margin-top: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

.comm .sell .r-sell .paymentOptions img {
    height: 25px;
    width: auto;
    margin: 0 5px;
}

.comm .sell .l-sell img {
height: 380px;
    width: 100%;
    max-width: 100%;
    border: 10px solid #fff;
    border-radius: 17px;
    object-fit: contain;
    background-color: #e5e5e5;
}

.comm .sec-card {
    margin-top: 10vh;
}

.comm .sec-card .main-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 5% 2.5%;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 17px;
    flex: 1;
    height: 100%;
}

.comm .sec-card .main-card .icon-card {
    width: 70px;
    height: 70px;
    max-width: 85px;
    max-height: 85px;
    background-color: #e6f4ff;
    color: #1073c0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .7em;
}

.comm .sec-card .main-card .icon-card img {
    width: 35px;
    height: auto;
    max-height: 40px;
    object-fit: contain;
}

.comm .sec-card .main-card h4 {
    color: #1073c0;
    margin-top: 1.33em;
    font-size: 14px;
    font-weight: bold;
}

.comm .sec-card .main-card ul {
    align-self: flex-start;
    color: #2e2f34;
    margin-block-start: 1em;
    margin-block-end: 1em;
    list-style-type: disc;
    padding-inline-start: 40px;
}

.comm .sec-card .main-card ul li {
    margin-top: .8rem;
}

.comm .sub {
    margin-top: 10vh;
    color: #000;
}

.comm .sub .conten {
    flex: 1;
    background-color: #fff;
    border-radius: 17px;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.comm .sub .conten .icon-token {
    background-color: #e6f4ff;
    color: #1073c0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .7em;
    width: 40px;
    height: 40px;
}

.comm .sub .conten .icon-token img {
    filter: invert(20%) sepia(46%) saturate(3403%) hue-rotate(186deg) brightness(97%) contrast(98%);
    width: auto;
    height: 20px;
    max-width: 35px;
}

.comm .sub .conten span {
    margin: 0 3%;
    font-size: 1rem;
    font-weight: bold;
}

.comm .cal_wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 3%;
    background-color: #fff;
    border-radius: 17px;
    box-sizing: border-box;
    margin-top: 20px;
}

.comm .cal_wrapper h2 {
    color: #1073c0;
    font-size: 2em;
    margin: .67em 0;
}

.comm .cal_wrapper .cal-cal {
    width: 50%;
}

.comm .cal_wrapper .cal-cal .first-input {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    border: 1px solid #d4d6de;
    border-radius: 4px;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
}

.comm .cal_wrapper .cal-cal .first-input span {
    border-left: 1px solid #d4d6de;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    flex: 4;
}

.comm .cal_wrapper .cal-cal .first-input input {
    flex: 8;
    border: 0;
    outline: 0 !important;
    box-shadow: none;
    color: #000;
    font-weight: 800;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    background-color: #fff;
    margin: 5px;
    border-radius: 4px;
    height: 34px;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    line-height: inherit;
}

.comm .cal_wrapper .cal-cal .first-input input::placeholder {
    color: #a7a7a7;
}

.comm .cal_wrapper .cal-cal .sec-input {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    background-color: #f8faff;
    border-radius: 4px;
    width: 100%;
    padding: 5px;
    min-height: 70px;
    box-sizing: border-box;
}

.comm .cal_wrapper .cal-cal .sec-input .label {
    border-left: 1px solid #d4d6de;
    flex: 4;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.comm .cal_wrapper .cal-cal .sec-input .result {
    flex: 8;
    margin: 5px;
    padding: 1px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #1073c0;
    flex-wrap: wrap;
    position: relative;
    word-break: break-all;
}

.comm .cal_wrapper .cal-cal .sec-input .result .old {
    text-decoration-line: line-through !important;
    color: red;
    margin-left: 3px;
}

.comm .cal_wrapper .cal-cal .sec-input .result .new {
    color: #1073c0;
}

.comm .cal_wrapper .cal-cal .sec-input .result .currency {
    font-size: 1rem;
    color: #000;
}

.comm .cal_wrapper h3 {
    color: #000;
    font-size: 1.17em;
    margin: 1em 0;
}

.comm .cal_wrapper p {
    color: #000;
    font-size: 0.83em;
    margin: 1.67em 0;
}

.comm .cal_wrapper p span {
    color: #1073c0;
    margin-right: 10px;
    font-size: 1.1rem;
}

.comm .cal_wrapper .greenAlert {
    color: #14901c;
    margin: 1em 0;
}

.comm .cal_wrapper .greenAlert svg {
    margin: 0 10px;
    height: 1em;
}

.comm .cal_wrapper .greenAlert p {
    margin: 0;
    font-size: 14px;
    display: inline-block;
}

.comm .cal_wrapper .new-bt {
    width: 50%;
    border-radius: 7px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #1aaa4d;
    color: #14901c;
    margin-bottom: 10px;
}

.comm .cal_wrapper .new-bt img {
    margin: 0 5px;
    height: 20px;
    width: auto;
}

.comm .sec-option {
    border-radius: 17px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10vh;
    padding: 3% 10%;
    box-sizing: border-box;
}

.comm .sec-option h5 {
    color: #000;
    font-size: 0.83em;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
}

.comm .sec-option h5 span {
    color: #1073c0;
    margin: 0 10px;
    font-size: 1.1rem;
}

.comm .sec-option .YellowAlert {
    color: #fda500;
    margin: 1em 0;
    font-size: 14px;
}

.comm .sec-option .YellowAlert svg {
    margin: 0 10px;
    height: 1em;
    display: inline-block;
}

.comm .sec-option .YellowAlert a {
    color: #0473c0;
}

.comm .sec-option .YellowAlert a:hover {
    color: #0473c0;
}

.comm .banks-details {
    margin-top: 10vh;
}

.comm .banks-details .main-bank-details {
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 5px 0;
    word-break: break-word;
}

.comm .banks-details .main-bank-details .logo {
    align-self: flex-end;
    width: auto;
    max-width: 70px;
    max-height: 40px;
}

.comm .banks-details .main-bank-details .labal {
    font-size: .7rem;
    color: #000;
}

.comm .banks-details .main-bank-details .number {
    color: #1073c0;
    font-weight: 700;
}

.comm .banks-details .main-bank-details .iban {
    font-weight: 700;
    color: #c4c6c7;
}

.comm .banks-details .main-bank-details .name {
    align-self: flex-end;
    font-weight: 700;
    color: #000;
}

.comm .new-form {
    margin-top: 10vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 17px;
    padding: 5%;
    position: relative;
}

.comm .new-form h1 {
    color: #1073c0;
    text-align: center;
    font-size: 2em;
    margin: .67em 0;
}

.comm .new-form p {
    color: #000;
    text-align: center;
    margin: 1em 0;
}

.comm .new-form .fields {
    margin-top: 5%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.comm .new-form .fields .small {
    width: 30%;
}

.comm .new-form .fields .large {
    width: 65%;
}

.comm .new-form .fields .input {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #000;
    margin: 5px 0;
}

.comm .new-form .fields .input label {
    color: #000;
    font-size: .8rem;
    font-weight: 600;
    margin: 0 0 10px;
    display: inline-block;
}

.comm .new-form .fields .input input, .comm .new-form .fields .input select, .comm .new-form .fields .input textarea {
    outline: none;
    box-shadow: none !important;
    margin: 5px 0;
    border: 1px solid #d4d6de;
    border-radius: 7px;
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    resize: none;
    background-color: #fff;
    color: #616161;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    line-height: inherit;
}

.comm .new-form .fields .input input span, .comm .new-form .fields .input select span, .comm .new-form .fields .input textarea span {
    color: #8e92a8;
    font-size: 80%;
}

.comm .new-form .img_upload {
    align-self: flex-start;
    margin-top: 10px;
    width: 30%;
}

.comm .new-form .img_upload .input {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #000;
    margin: 5px 0;
}

.comm .new-form .img_upload .input label {
    color: #000;
    font-size: .8rem;
    font-weight: 600;
    margin: 0 0 10px;
    display: inline-block;
}

.comm .new-form .img_upload .input input {
    display: block;
    outline: none;
    box-shadow: none !important;
    margin: 5px 0;
    border: 1px solid #d4d6de;
    border-radius: 7px;
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
}

.comm .new-form .sec-bt {
    margin-top: 5%;
    background-color: #1073c0;
    min-width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 7px;
    height: 45px;
}

.comm .new-form a {
    margin-top: 20px;
    color: #0473c0;
}

.comm .new-form a:hover {
    color: #0473c0;
}

@media (max-width: 991px) {
    .comm .sec-card .main-card {
        height: auto;
        margin-bottom: 15px;
    }

    .comm .sub .conten {
        flex-direction: column;
        margin-bottom: 15px;
    }

    .comm .sub .conten span {
        margin: 3%;
    }

    .comm .cal_wrapper .cal-cal, .comm .sell .r-sell p {
        width: 100%;
    }

    .comm .cal_wrapper .new-bt, .comm .new-form .fields .small, .comm .new-form .fields .large, .comm .new-form .img_upload {
        width: 100%;
    }
}

.check .right-arrow img {
    filter: invert(20%) sepia(46%) saturate(3403%) hue-rotate(186deg) brightness(97%) contrast(98%);
    width: 27px;
    margin-bottom: 5px;
}

.check .blacklist_header {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #d8e0ed;
    border-radius: 5px;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 10px;
    box-sizing: border-box;
}

.check .blacklist_header img {
    width: 20vw;
}

.check .blacklist_header .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.check .blacklist_header .content h3 {
    color: #000;
    margin-bottom: 0;
    margin-top: 1em;
}

.check .blacklist_header .content p {
    margin: 1em 0;
    color: #fff;
}

.check .blacklist_header form {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
}

.check .blacklist_header form input[type=text] {
    outline: 0;
    width: 100%;
    height: 40px;
    border-radius: 10px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: center;
    max-width: 350px;
    margin: 5px;
}

.check .blacklist_header form .secc-bt {
    width: 100%;
    height: 40px;
    border-radius: 10px;
    max-width: 350px;
    margin: 5px;
    color: #fff;
    background: #0073c6;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    transition: all .2s;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    border: 1px solid transparent;
}

.check .blacklist_guides {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.check .blacklist_guides h4 {
    color: #000;
    margin: 1.33em 0;
    font-size: 16px;
    font-weight: bold;
}

.check .blacklist_guides .card {
    align-self: center;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    color: #929aaa;
    opacity: 1;
    text-align: center;
    box-sizing: border-box;
    border-radius: 17px;
    padding: 15px;
    min-height: 100px;
    flex: 1;
    max-width: 750px;
    border: none;
    margin: 5px 0;
    cursor: pointer;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.07);
}

.check .blacklist_guides .card p {
    text-align: start;
    color: #929aaa;
    margin: 1em 0;
}

.bg-lightBlue {
    background-color: #f2f4fa;
}

/*# sourceMappingURL=check.css.map */


/*# sourceMappingURL=new-com.css.map */

/**/
@media (max-width: 991px) {
    .sec-head .in-head .left-head .lang-swi {
        margin: 0;
    }

    .sec-head .in-head .left-head .lang-swi button.active {
        display: none;
    }

    .main-body .container .row .col-lg-3 {
        order: 2;
    }

    .main-body .container .row .col-lg-9 {
        order: 1;
    }
.right-ser,
    .main-body .top-ser form input[type=text] {
        width: 100%;
    }

    .main-body .top-ser {
        align-items: self-start;
        flex-direction: column;
    }

    .main-body .top-ser .add-new {
        margin-top: 1em;
    }

    .main-body .tag-filters__item.btn .hidden-sm, .main-body .main-tabs .tabs-list .tab .tab-link span {
        display: none;
    }

    footer .list-footer {
        column-count: 1;
    }

    .mobileUserMenu {
        display: flex;
    }

    .sec-head .in-head .left-head .deatls.new {
        display: none;
    }

    .sec-head .in-head .left-head .dropdown .dropdown-footer .lang-swi a.active {
        display: inline-block;
    }

    .sec-head .in-head .left-head .deatls {
        padding: 14px 8px;
    }
}


.search {
    opacity: 0;
    z-index: 0;
    visibility: hidden;
}

.search-cont {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, .6);
}

.search-cont .main-search {
    padding: 1rem;
    position: fixed;
    overflow-x: auto;
    top: 50%;
    left: 50%;
    min-width: 60vw;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: .1rem solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 -2px hsla(0deg, 0%, 100%, 10%), inset 0 -3px rgba(0, 0, 0, 10%), 0 1px rgba(0, 0, 0, 5%);
    overflow-y: scroll !important;
    scroll-behavior: smooth;
    z-index: 100;
}

.search-cont .main-search .search-butt {
    padding: 5px;
}

.search-cont .main-search .search-butt svg {
    width: 1em;
}

.search-cont .main-search form {
    position: relative;
    direction: rtl;
    width: 100%;
    display: flex;
    margin-bottom: 13px;
}

.search-cont .main-search form input[type=text] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 40px;
    margin: 0;
    width: 100%;
    display: block;
    color: #616161;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    box-shadow: inset 0 1px 1px rgb(0, 0, 0, 8%);
}

.search-cont .main-search form button {
    height: 40px;
    min-width: 60px;
    margin: 0 -2px 0 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    transition: all .2s;
    color: #fff;
    background: #0073c6;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
}

.btn-postPic,
.postlist.postPic {
    display: none;
}
@media (min-width: 576px){
    .container, .container-sm {
         max-width:100%;
    }
}
@media screen and (min-width: 992px){
    .container {
        max-width: 1170px;
    }
}
@media screen and (min-width: 1200px) {
    .container {
        max-width: 1350px;
    }
}

/* custom scrollbar */
header::-webkit-scrollbar,
.tabs-list::-webkit-scrollbar{
    width: 5px;
}

header::-webkit-scrollbar-track,
.tabs-list::-webkit-scrollbar-track{
    background-color: transparent;
}

header::-webkit-scrollbar-thumb,
.tabs-list::-webkit-scrollbar-thumb{
    background-color: #c1c1c1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}


.gifs img{
    width:100%;
}
.gif-full-height img{
    height:200px;
}
.gif-half-height img{
    height:100px;
}

.social-media{
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-media img{
    width:50px;
    height:50px;
}
/*end responsive*/
.table.table-striped a,
.table.table-striped span{
    color: #fff;
}
.nocomment{
        color: #1073c0;
}
.post_body article pre{
    font-family: 'Noto Naskh Arabic';
}
/*# sourceMappingURL=main.css.map */



@media (max-width: 992px){
  .gifs-upper{
      order:1;
  }  
  .filter-side{
      order:3;
  }
  .posts-widget{
     order:2; 
  }
  .gifs-bottom{
       order:4; 
  }
  .SearchHistory{
      display:none;
  }
}

.post-table-wrap{
    background-color: #fff;
    padding: 30px;
    color: #000;
}
.report-adv-btn{
    color:#ff0000;
}
.post-table-header-wrap{
    border: 1px solid #dee2e6;
}
.post-table-header{
    padding :15px;
    border-bottom: 1px solid #dee2e6;
}
.post-table-tit {
    padding :15px;
}
.post-table-tit img{
    max-height: 90px;
    object-fit: contain;
  
}
.slider{
    overflow: hidden;
}
.slider img{
    height:300px;
}