@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');

body {
    font-family: 'Barlow', sans-serif !important;
}

i, .fa{
    font-family: 'fontawesome' !important;
}

.gradient-row {
    background: linear-gradient(139.64deg, rgba(204, 43, 49, 1.81) 16.43%, rgba(28, 56, 222, 1.81) 70.49%);
    border-radius: 5px;
    padding: 10px;
    /*margin-bottom: 15px;*/
}

@media (max-width:767px) {
    .tab-content.tab-con .gradient-row {
        margin-bottom: 10px !important;
    }
}

.gradient-row .b-game-img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    height: 177px;
}

.b-banner {
    /* position: relative;
    border-radius: 5px;
    background-color: #fff;
    padding: 10px;
    text-align: center;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100%; */
    position: relative;
    border-radius: 5px;
    background-color: #fff;
    /*padding: 10px;*/
    text-align: center;
    /*min-height: 235px;
    background-size: cover;*/
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100%;
    padding-bottom: 56.25%;
    max-height: 238px;
    height: auto;
    background-size: contain;
}

.banner-action {
    position: absolute;
    top: 5px;
    right: 5px;
}

.banner-action .btn {
    font-size: 12px;
    padding: 4px 5px;
}

.b-banner a.b-head {
    position: absolute;
    min-height: 100%;
}
.bouty_detail_reward_block .card-body {
    overflow: hidden;
}
.read-more-content {
    max-height: 20px;
    overflow: hidden;
    transition: max-height .5s ease;
}

.read-more-toggle {
    display: none;
}

.read-more-toggle-label {
    display: inline-block;
    user-select: none;
    cursor: pointer;
    border: none;
    padding: 5px;
    margin: .5em;
    font-size: .8em;
    position: absolute;
    bottom: -10px;
    right: 0;
    z-index: 9999;
}

.read-more-toggle-label:after {
    content: "More";
    display: inline-block;
}

.read-more-toggle:checked + .read-more-content {
    display: block;
    max-height: max-content;
}

.read-more-toggle:checked + .read-more-content + .read-more-toggle-label:after {
    content: "Less";
}

/* for manage read more content at bounty detail page */
.bouty_detail_reward_block .read-more-toggle + .read-more-content p:first-child{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.bouty_detail_reward_block .read-more-toggle + .read-more-content.toggleRead p:first-child{
    display: block;
}

.bouty_detail_reward_block .read-more-toggle + .read-more-content p:nth-child(n+2){
    display: none;
}

.bouty_detail_reward_block .read-more-toggle:checked + .read-more-content p:nth-child(n+2){
    display: block;
}

.bouty_detail_reward_block .read-more-content{
    max-height: 50px;
}

.bouty_detail_reward_block .read-more-toggle-label {
    bottom: -8px;
    opacity: 0.8;
    font-weight: 400;
    font-style: italic;
}

.bouty_detail_reward_block .read-more-content a{
    color: yellow;
}

date.small.d-block.text-white.text-right {
    /* float: right;
    margin-right: 10px; */
    float: none;
    margin-right: 10px;
    text-align: left !important;
    margin-top: 3px;
}

.bountytype {
    text-align: right;
}

.bountytype span {
    float: none !important;
    text-align: right !important;
    display: block;
    position: relative;
}

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

.bountytype.detailPageBountytype span{
    text-align: left !important;
}

/* for manage read more content at bounty detail page end */

.card-body a {
    color: yellow;
}
.fs-14 {
    font-size: 0.875rem;
}
.fs-18 {
    font-size: 1.125rem;
}

.gradient-row .founder,
.gradient-row .founder a {
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
}

.b-head {
    font-weight: 500 !important;
    font-size: 18px;
    display: flex;
    align-items: center;
    line-height: 24px;
    /*height: 48px;*/
    height: 33px;
    overflow: hidden;
    margin: 0;
}

.time-clock {
    border-top: 1px solid #462229;
    padding-top: 5px;
    /*13px;*/
    margin-top: 5px;
}

.elapsed-time {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.elapsed-time div {
    background-color: #122658;
    border-radius: 6px;
    padding: 10px 5px 5px;
    margin-right: 5px;
    text-align: center;
    width: 56px;
}

.elapsed-time div p {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
}

.elapsed-time div small {
    color: #AF9DE2;
    display: block;
    font-size: 12px;
}

.gradient-row-footer {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.b-f-r-box {
    display: flex;
    align-items: center;
    /* flex: 1; */
    color: #fff;
    white-space: nowrap;
}


.gradient-row-footer .b-f-r-box .flex-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 1px !important;
    padding: 0 10px !important;
    height: auto !important;
}

.bdr-r {
    border-right: 1px solid #475BC1;
}

.bdr-r img {
    margin-right: 3px;
    width: 30px;
}

.btn-blue {
    background: linear-gradient(93.68deg, #284FD9 1.13%, #1D40BC 98.41%);
    border-radius: 5px;
    color: #fff;
}

.btn-blue:hover {
    color: #fff;
}

.btn-blue:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-blue:active {
    background-image: linear-gradient(93.68deg, #284FD9 1.13%, #1D40BC 98.41%) !important;
}

.btn-icon-white {
    background-color: #FFFFFF;
    border: 1px solid #C73B51;
    border-radius: 5px;
}

.btn-icon-white img {
    height: 15px;
}

.btn-red {
    background: #D5251E;
    border-radius: 5px;
    color: #fff;
}

.btn-red:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.points-rank-row {
    background-color: #2B2E35;
    margin-bottom: 1px;
}

.my_blog_content {
    width: 100%;
}

.rank-user {
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background-color: #2B2E35;
    margin-top: 1px;
    margin-left: 1px;
}

.rank-user-outer {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-image: linear-gradient(86deg, #F48A0D 77%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #F48A0D 0%, #2B2E35 0%, #2B2E35);
}

.rank-user-outer img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.rank-user-outer .u-ver {
    position: absolute;
    width: 14px;
    height: 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: #E17F0B;
    -webkit-transform: scale(-1, 1) rotate(-38deg);
    transform: scale(-1, 1) rotate(-38deg);
    color: #fff;
    right: 0;
    bottom: 17px;
    font-size: 10px;
    line-height: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.text-gray25 {
    color: #CECECE;
}

.rank-right-grad {
    background-image: url("../img/grd-right.png");
    background-repeat: no-repeat;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    padding: 15px;
    background-size: 100% 100%;
    padding-left: 40px;
    min-height: 102px;
}
.points-rank-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    padding-top: 1rem;
    padding: 0.7rem 0 0.7rem 94px;
}

.text-red {
    color: #D5251E;
}

.fw-600 {
    font-weight: 600;
}

.b-top-filter select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../img/select-arrow.png");
    background-repeat: no-repeat;
    background-position: 97% 15px;
    border: 1px solid #EBEEF2;
    border-radius: 5px;
    font-size: 14px;
    min-height: 36px;
    min-width: max-content;
}

.w-150 {
    width: 150px;
}

.b-filter-search {
    border: 1px solid #EBEEF2;
    border-radius: 5px;
    font-size: 14px;
    width: 50px;
    padding-left: 35px;
    padding-right: 10px;
    background: url("../img/b-search.svg") no-repeat 13px 7px !important;
    min-width: max-content;
}

.b-filter-search:focus,
.theme2 .b-filter-search:focus {
    width: 180px;
}

.theme2 .b-filter-search {
    background-color: rgba(255, 255, 255, 0.19) !important;
    color: #E1E1E1;
    background: url("../img/b-search-w.svg") 13px 7px no-repeat !important;
}

.theme2 .b-top-filter select {
    background-color: rgba(255, 255, 255, 0.19);
    color: #E1E1E1;
    background: url("../img/select-arrow-w.png") no-repeat 97% 15px !important;
}

.slots {
    height: 55px;
}

.slots div {
    background-color: #122658;
    border-radius: 6px;
    padding: 10px 10px 5px;
    text-align: center;
    color: #fff;
}

/* .feed_page_switch .col-md-4 {
    padding-left: 15px !important;
    padding-right: 15px !important;
} 
.feed_page_switch .col-md-4 .col-md-12 {
    padding: 0 5px;
} */

.feed_page_switch .col-md-4 {
    padding: 0 !important;
}

.feed_page_switch .col-md-4 .col-md-12 {
    padding: 5px;
}

.feed_page_switch .col-md-4:first-child .col-md-12 {
    padding-left: 15px;
}

.feed_page_switch .col-md-4:last-child .col-md-12 {
    padding-right: 15px;
}



.hticker {
    display: inline-block;
    white-space: nowrap;
    padding: 0 2rem;
    box-sizing: content-box;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: hticker;
    animation-name: hticker;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
}

.hticker:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

#paginn {
    padding: 10px;
    text-align: center;
}

#paginn a {
    border: 1px solid #000080;
    font: bold 13px Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 5px 5px;
}

.banner-left-action {
    position: absolute;
    top: 5px;
    left: 5px;
}

.banner-left-action .btn {
    padding: 4px 5px;
    font-size: 12px;
}

.b-top-filter select {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    background: #fff;
}

.bountytag_block span.tagspan.platform,
.bountytag_block span.tagspan.platform::after {
    border-color: rgb(255, 255, 0, 0.81);
}

.bountytag_block span.tagspan.platform a {
    color: rgb(255, 255, 255, 1.0);
}

.bountytag_block span.tagspan.game,
.bountytag_block span.tagspan.game::after {
    border-color: rgb(0, 255, 127, 0.81);
}

.bountytag_block span.tagspan.game a {
    color: rgb(255, 255, 255, 1.0);
}

.bountytag_block span.tagspan.genre,
.bountytag_block span.tagspan.genre::after {
    border-color: rgb(0, 127, 255, 0.81);
}

.bountytag_block span.tagspan.genre a {
    color: rgb(255, 255, 255, 1.0);
}

.bountytag_block span.tagspan.other,
.bountytag_block span.tagspan.other::after {
    border-color: rgb(0, 0, 0, 0.81);
}

.bountytag_block span.tagspan.other a {
    color: rgb(255, 255, 255, 1.0);
}

.bountytag_block .tags a {
    text-transform: capitalize;
}

.bountytag_block .blockrow.tags .circle {
    left: auto;
    right: 5px;
}

.bountytag_block div.legend .tagspan {
    text-transform: capitalize;
}

.bountytag_block div.text {
    text-transform: capitalize;
    color: white;
    font-size: 8px;
}

.bountytag_block .text span.tagspan {
    width: 8px;
    height: 8px;
    border-radius: 0px;
    border-right: 2px solid;
    padding: 0px;
}

.tagspan {
    white-space: nowrap;
    position: relative;
    margin: 0 10px 0 10px;
    displaY: inline-flex;
    align-items: center;
    height: 25px;
    border-radius: 5px 0px 0px 5px;
    padding: 0 10px 0 10px;
    background: transparent;
    border: 2px solid #C7D2D4;
    color: #999;
    border-right: 0px;
}

.tagspan:first-child {
    margin-left: 0;
}

.tagspan:before {
    position: absolute;
    left: 0;
    margin: 1px 7px;
    font-weight: bold;
    /* font-size:19px; */
    /* content:"\00D7"; */
}

.tagspan:after {
    position: absolute;
    background: inherit;
    content: "\25CF";
    color: white;
    text-shadow: 0 0 1px #aaa;
    font-size: 12px;
    line-height: 12px;
    text-indent: 6px;
    top: 2px;
    right: -9px;
    width: 17px;
    height: 17px;
    transform: rotate(45deg);
    border-top: 2px solid #C7D2D4;
    border-right: 2px solid #C7D2D4;
    /* border-bottom: 1px solid #C7D2D4;*/
}

.text span.tagspan::before {
    display: none;
}

.text span.tagspan::after {
    display: none;
}

.tagspan a{
    white-space: nowrap;
}

.row.bounty-grid-row .bountytag_block {
    height: 25px;
    overflow: hidden;
    width: 100%;
}

.row.bounty-grid-row .time-clock .slots {
    height: auto;
}

.row.bounty-grid-row .bountytag_block .widget_content {
    height: 25px;
    width: max-content;
}

.shrink80 {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    transform-origin: left;
}

.shrink50 {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.b-banner .founder {
    bottom: -20px;
    position: absolute;
    z-index: 99999;
    margin: 0;
}

.b-banner .founder a{
    padding: 0 5px;
}
.small .created_by {
    font-size: 10px;
}
.small .creatoruser a {
    font-size: 10px;
}
.b-banner .bountytype {
    position: absolute;
    right: 0;
    bottom: -20px;
}

.b-banner .intrinsic-container {
    padding: 0 !important;
    min-height: 100%;
    width: 100%;
    margin: 0 auto;
    min-height: 160px;
    height: 100%!important;
    position: absolute;
}

.b-banner .vzaar-container-box {
    height: 180px;
    min-height: 100%;
    max-height: 100%;
}

.b-banner .ytplay {
    height: 100%;
    min-width: 100px;
}

.b-banner .ytplay img.vzaar-thumb {
    max-height: 100%;
    width: auto;
}

.b-banner .ytplay .play-button {
    /* bottom: -20px;
    right: -20px;
    top: unset;
    left: unset; */
    top: 50%;
    left: 50%;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    cursor: pointer;
}

.vzjsplayer {
    height: 100%;
}

.vzjsplayer .vjs-time-control {
    display: none !important;
}

button.btn.award {
    background: #118C4F!important;
}
.awardtext {
    color: #118C4F!important;
}
/*
.bouty_detail_reward_block .award_description .card-header {
    color: rgb(17,255,79,0.81);
}
*/
.bouty_detail_reward_block .card-header {
    font-size: 1.0rem;
    padding-left: 0;
    color: rgb(17,255,79,0.81);
}
.bountyactions {
    display: inline-block;
}
.text-yellow81 {
    color : rgb(255, 255, 0, 1.0);
}

.popUpTitle {
    background-color: #000000;
    height: 40px;
    width: 100%;
}

.popUpTitle img {
    float: right;
    margin-right: 2px;
    margin-top: 5px;
}

.data {
    background-color: #fff;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    padding: 25px 25px 50px;
    width: auto;
}

ul.buttons {
    text-align: center;
    margin-top: 10px;
}

.buttons li {
    cursor: pointer;
    float: left;
    height: 29px;
    margin-right: 15px;
    width: 134px;
}

span.button {
    background-color: #000000;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    padding: 8px 25px;
    text-align: center;
}

.theme2 span.button {
    color: #000 !important;
}

.popUpDisplay {

    display: none;
    position: absolute;
    width: 440px;
    height: 300px;
    width: 440px;
    z-index: 100;
}

.popUpDisplay {
    top: 50% !important;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dimLayer {
    display: none;
    outline: 0px none;
    height: 100%;
    width: 100%;
    background: #A9A9A9;
    top: 0px;
    left: 0px;
    z-index: 1;
    position: fixed;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
}

.gamelisttt .col-md-12 {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;

}


.founder {
    font-size: 1rem;
}

.founder a {
    font-size: 1rem;
    font-weight: bolder;
    color: white !important;
}

.h6,
h6 {
    font-size: 1rem;
}

main .b-filter-search {
    width: 180px !important;
    background-color: #fff !important;
}

main .b-filter-search:focus {
    width: 180px !important;
}

img {
    margin-bottom: 0px;
}

.listing {
    width: 100%;
}

.listing .gradient-row-footer {
    display: block;
    background: rgba(0, 0, 0, 0.26);
    border-radius: 5px;
    padding: .5rem 1rem;
    margin-top: 1rem;
}

.actionbtns {
    display: none;
}

.b-banner:hover .actionbtns {
    display: inline-block;
}

.actionbtns .enable.enabled .fa-eye-slash {
    display: none;
}

.actionbtns .enable.enabled .fa-eye {
    display: inline-block;
}

.actionbtns .enable .fa-eye-slash {
    display: inline-block;
}

.actionbtns .enable .fa-eye {
    display: none;
}

button.btn.btn-primary.pin.pinned,
button.btn.btn-primary.feature.featured,
button.btn.btn-primary.enable.enabled,
button.btn.btn-primary.header.isheader {
    border: 2px solid red;
}
.awarddetail .card-body {
    background: transparent;
    color: white;
    border: 1px solid rgba(256,256,256,0.75);
    border-radius: 6px;
}

.awarddetail .card-body p {
    font-size: 14px;
    opacity: 0.97;
}

.awarddetail .card-body p:last-child {
    margin-bottom: 0;
}

.w-25 {
    width: 25px !important;
}

.bounty_single_timer{
    position: absolute;
    right: -10px;
    top: 0;
}


.bouty_detail_reward_block.awarddetail {
    display: flex;
    gap: 20px;
}

.bouty_detail_reward_block.awarddetail .flex-box {
    width: 100%;
}

/* performance of vote page */

/* bounty_user_card css */

.page-title{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin-bottom: 15px !important;
    margin-top: 0 !important;
}


.card-grad-b{
    background: linear-gradient(92.54deg, #CC2B31 4.04%, #1C387F 99.71%);
    border-radius: 5px;
    padding: 16px;
    height: 100%;
    min-height: 100%
}

.card-grad-b .flex-box-left {
    padding-right: 25px;
    text-align: center;
}

.card-grad-b .flex-box-left h1 {
    font-weight: 600;
    font-size: 45px;
    line-height: 35px;
    color: #FFFFFF;
    margin-bottom: 0;
    margin-top: 0;
}

.card-grad-b .flex-box-left h5{
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0;
}

.card-grad-b .flex-box-right {
    width: 100%;
}

.card-grad-b .flex-box-right h2{
    display: block;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-transform: capitalize;
    color: #F7DE61;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    margin-top: 0;
}

/* .flex-box-right ul li{
    width: 50%;
} */
/* .flex-box-right ul li:nth-child(odd){
    padding-right: 15px;
} */

.flex-box-right ul li a {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    display: flex;
    /* width: 150px; */
    justify-content: space-between;
    padding-left: 10px;
    position: relative;
    align-items: center;
}

.flex-box-right ul li a:hover{
    text-decoration: none;
}

.flex-box-right ul li a:before {
    height: 88%;
    width: 4px;
    content: '';
    position: absolute;
    left: 0;
    top: 6%;
    border-radius: 5px;
    background-color: transparent;
}

.flex-box-right ul li.yellow a:before{
    background-color: #ffeb3b;
}

.flex-box-right ul li.green a:before{
    background-color: #28DE71;;
}

.flex-box-right ul li a h5{
    color: #EDEDED;
    margin-bottom: 0;
    margin-top: 0;
    font-size: inherit;
    font-weight: 400;
}

.flex-box-right ul li a span{
    font-weight: 700;
    color: #FEFEFE;
    padding-right: 10px;
}
/* bounty_user_card css end */

/* media query started (please do not write normal css after media css) */

@media (min-width:320px) {

    /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
    .container-fluid {
        padding-right: 0px !important;
        padding-left: 0px !important;


    }

    .col-md-8 {
        padding-right: 0px !important;
        padding-left: 0px !important;


    }

    .col-sm-8 {
        padding-right: 0px !important;
        padding-left: 0px !important;


    }

    .col-md-4 {
        padding-right: 0px !important;
        padding-left: 0px !important;


    }

    .col-sm-4 {
        padding-right: 0px !important;
        padding-left: 0px !important;


    }
}

@media (min-width:480px) {

    /* smartphones, Android phones, landscape iPhone */
    .container-fluid {
        padding-right: 0px !important;
        padding-left: 0px !important;

    }

    .col-md-8 {
        padding-right: 0px !important;
        padding-left: 0px !important;


    }

    .col-md-4 {
        padding-right: 0px !important;
        padding-left: 0px !important;


    }

    .col-sm-8 {
        padding-right: 0px !important;
        padding-left: 0px !important;


    }

    .col-sm-4 {
        padding-right: 0px !important;
        padding-left: 0px !important;


    }

}

@media (min-width:600px) {

    /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
    .container-fluid {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .col-md-8 {
        padding-right: 0px !important;
        padding-left: 0px !important;


    }

    .col-md-4 {
        padding-right: 0px !important;
        padding-left: 0px !important;


    }

    .col-sm-8 {
        padding-right: 0px !important;
        padding-left: 0px !important;


    }

    .col-sm-4 {
        padding-right: 0px !important;
        padding-left: 0px !important;


    }
}

@media(min-width:992px){ 
    .card-grad-b .flex-box-right ul li {
        width: 50%;
    }
    .flex-box-right ul.flex-column.flex-lg-row li:nth-child(odd){
        padding-right: 15px;
    }
}

@media (min-width:801px) {

    /* tablet, landscape iPad, lo-res laptops ands desktops */
    .container-fluid {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .col-md-8 {
        padding-right: 0px !important;
        padding-left: 0px !important;


    }

    .col-md-4 {
        padding-right: 0px !important;
        padding-left: 0px !important;


    }

    .col-sm-8 {
        padding-right: 0px !important;
        padding-left: 0px !important;


    }

    .col-sm-4 {
        padding-right: 0px !important;
        padding-left: 0px !important;


    }

}

@media (min-width:1025px) {
    /* big landscape tablets, laptops, and desktops */

    .container-fluid {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .col-md-8 {
        padding-right: 0px !important;
        padding-left: 0px !important;


    }

    .col-md-4 {
        padding-right: 0px !important;
        padding-left: 0px !important;


    }

    .col-sm-8 {
        padding-right: 0px !important;
        padding-left: 0px !important;


    }

    .col-sm-4 {
        padding-right: 0px !important;
        padding-left: 0px !important;


    }
}

@media (min-width:1281px) {

    /* hi-res laptops and desktops */
    .container-fluid {
        padding-right: 0px !important;
        padding-left: 0px !important;

    }

    .col-md-8 {
        padding-right: 0px !important;
        padding-left: 0px !important;


    }

    .col-md-4 {
        padding-right: 0px !important;
        padding-left: 0px !important;


    }

    .col-sm-8 {
        padding-right: 0px !important;
        padding-left: 0px !important;


    }

    .col-sm-4 {
        padding-right: 0px !important;
        padding-left: 0px !important;


    }
}

@media (min-width: 992px) and (max-width:1200px){
    .flex-box-right ul li a h5{
        max-width: 112px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 767px) {
    .row.b-top-filter.px-3.mt-1 {
        margin-bottom: 4px;
    }
    button.btn.btn-success.btn-resetfilter {
        width: 100%;
    }
    button.btn-createbounty {
        width: 100%;
        margin-right: 0 !important;
        height: 35px;
    }
    .bouty_detail_reward_block.awarddetail {
        flex-direction: column;
        gap: 0;
    }
    .points-rank-row {
        padding: 1rem;
    }
    .rank-right-grad {
        background-image: linear-gradient(95.31deg, #B61E24 18.46%, #394B94 96.82%);
        padding-left: 15px;
    }
    .points-rank-footer {
        margin-top: 20px;
        padding-left: 0;
    }

    .points-rank-footer > div {
        flex-direction: column;
        gap: 20px;
    }

    .bounty_single_timer{
        position: unset;
        left: 0;
    }

    .mj-nav .logo-box a img {
        height: auto !important;
    }

    /* .feed_page_switch .col-md-4{
        margin-bottom: 10px;
    } */

    .feed_page_switch .col-md-4 .col-md-12 {
        padding: 0 15px;
        margin-bottom: 4px;
    }

    .b-top-filter .btn-blue,
    .b-top-filter .b-filter-search {
        display: block;
        width: 100% !important;
        /* margin-top: 5px; */
    }

    .b-top-filter .btn-blue.mr-3 {
        margin-right: 0 !important;
    }

    .b-top-filter .b-filter-search:focus,
    .theme2 .b-top-filter .b-filter-search:focus {
        width: 100% !important;
    }

    .gradient-row-footer .btn, .gradient-row-footer div.text-left {
        display: block;
        width: 100%;
    }

    .bountyactions{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .bountyactions .btn {
        display: inline-flex;
        width: auto;
    }

    .gradient-row-footer .btn-icon-white {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .gradient-row-footer .btn.btn-red {
        padding: 3.5px 6px !important;
        font-size: 14px;
    }

    /* .gradient-row {
        text-align: center;
    } */
    .gradient-row .order-3 {
        margin-top: 15px;
    }

    .gradient-row-footer {
        flex-direction: column;
    }

    .b-f-r-box {
        width: 100%;
        margin-top: 15px;
    }

    .b-head {
        height: auto;
    }

    .slots {
        height: auto;
    }
}

@media (max-width:400px){
    .flex-box-right ul li a h5{
        max-width: 100px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/* animations */

@-webkit-keyframes hticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes hticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.ucardtitle:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
    cursor: pointer;
}
.ucardtitle.collapsed:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
div#collapse_ucard.show {
    display: flex!important;
}
.theme2 #collapse_ucard h2 {
    background: transparent;
}
.theme2 .ucardtitle {
    color: #FFFFFF;
}
.ucardtitle {
    font-size: 18px;
    float: right;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0px;
    z-index: 9;
    margin-right: 2%;
}
.theme2 .welcome-alert, .theme2 .welcome-alert a {
    color: #FFFFFF;
}
.prtext a {
    color: yellow;
}
.b-banner .closed {
    background: url('/assets/img/bountyclosed.png') no-repeat;
    background-position: center;
}
.b-banner .claimed {
    background: url('/assets/img/bountyclaimed.png') no-repeat;
    background-position: center;
}

.awarddetail iframe {
    max-width: 100%;
}
.awarddetail img, .awarddetail iframe {
    padding: 5px;
    margin: 1% auto;
    text-align: center;
}
.awarddetail p {
    text-align: justify;
}
.listing .detailPageBountytype button.btn-default {
    cursor: default;
    pointer-events: none;
}
.modal-body iframe, .modal-body img {
    max-width: 100%;
    max-height: 100%;
    padding-bottom: 5px;
    text-align: justify;
}

.modal-body p  {
    min-width: 100%;
    max-width: 100%;
    display: block;
    text-align: justify;
}
.modal-body p span.fr-video.fr-fvc.fr-dvb.fr-draggable {
    text-align: center;
    width: 100%;
    display: inline-block;
}
span.fr-video {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.b-top-filter .form-control::-webkit-input-placeholder {
    color: #555!important;
}
.b-top-filter input.form-control, .b-top-filter .btn {
    min-height: 36px;
}
.theme2 .b-top-filter input.form-control{
    background: transparent !important;
}

.theme2 .b-top-filter input.form-control::placeholder{
    color: #fff !important;
}
.mainNavWrapper .header-top #MegaNavbar li a, 
#sidebar_container.member_summary .blockrow, 
#sidebar_container.member_summary .blocksubhead.smaller, 
.dropMenuLi a, .dropMenuLi button, .navbar, body, dl.tabslight dd a{
    font-family: 'Barlow', sans-serif !important;
}