@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
body {
    background: #f9f9f9;
}
label.error{
    color: red;
}
input[type="radio"].error{
    outline: 1px solid red;
}
#suggest{
    margin-top: 30px;
    display: none;
}
.ajax-load{
    background: #fff;
    padding: 10px 0px;
    width: 100%;
    display: none;
}
#select_game{
    display: none;
}
.trusted-trader{
    font-size: 16px;
    color: #51097e;
}
#search-game{
    display: none;
}
#click-here{
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}

a#cancel-game {
    width: 100%;
    border: 0;
    font-size: 18px;
    color: #fff !important;
    background: #6c757d7a;
    text-transform: capitalize;
}
#type-error{
    display: none;
}
span.unread-count{
    display: none;
}
span.mobile_notify{
    display: none;
}

span.mobile_notify{
    position: absolute;
    right: 10px;
    top: 12px;
    height: 10px;
    width: 10px;
    line-height: 16px;
    border-radius: 50%;
    background-color: #db1212;
    color: #fff;
    text-align: center;
    font-size: 10px;
    display: inline-block;
    float: right;
    margin-right: 0;
    display: none;
}
#suggestion-box{
    background: #fff;
    box-shadow: 0 0 10px #ddd;
    border-radius: 5px;
    border: solid 1px #ddd;
    display: none;
    height: calc(100vh - 237px);
    overflow-y: scroll;
}

p.condition_text{
    color: #000;
    font-size: 10px;
}
button.condition
{
    height: 15px !important;
    padding: 0 5px !important;
    border-radius: 12px;
    background: #da0678;
    border-color: #da0678;
    box-shadow: 0px 5px 12px 0 #ce006f1f;
    color: #fff;
    transition: 0.5s ease-in-out;
    font-size: 10px;
    line-height: 15px !important;
}

button.condition:hover{
    box-shadow: none;
    color: #fff;
}

.rating {
    border: none;
    float: none;
    display: inline-block;
}

.rating > input { display: none; }
.rating > label:before {
    margin: 5px 5px 0;
    color: #000;
    font-size: 28px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f006";
}


.rating > .half:before {
    content: "\f006";
    position: absolute;
}

.rating > label {
    color: #ddd;
    margin: 0;
    float: right;
}

.rating > input:checked ~ label:before,
.rating:not(:checked) > label:hover:before,
.rating:not(:checked) > label:hover ~ label:before {
    content: '\f005';
    color: #FFD700;
}

.chat-box .chat-content-left .auto-msg ul {
    list-style-type: none;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  }

#load_more{
    border: 1px solid #eee;
    margin-bottom: 20px;
    border-radius: 10px;
    font-size: 12px;
}

.payment {
    width: 100%;
    padding: 0 15px;
}
.payment .payment-form{
    width: 100%;
    padding: 0;
    border-radius: 25px;
    box-sizing: border-box;
    box-shadow: 0px 10px 20px 0px #db017605;
}

/* Style the tab */
.tab {
    overflow: hidden;
    margin-bottom: -1px;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: #E7E7E7;
    float: left;
    outline: none;
    cursor: pointer;
    padding: 15px 25px;
    transition: 0.3s;
    font-size: 22px;
    font-weight: 600;
    border: 0;
    border-radius: 10px 10px 0 0;
    margin-right: 15px;
}
/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}


/* Create an active/current tablink class */
.tab button.active {
    background-color: #fff;
    border: 1px solid #939393;
    border-bottom: 0;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 15px;
    border: 1px solid #939393;
    background: #fff;
    border-radius: 0 10px 10px
}
.tabcontent .form-container input.form-control{
    border: 1px solid #CDCDCD;
}
.tabcontent .ctm-login-link img {
    object-fit: contain;
}
.tabcontent .ctm-login-link{
    float: none;
}
/* Style the close button */
.topright {
    float: right;
    cursor: pointer;
    font-size: 28px;
}

.topright:hover {color: red;}
.panel-title {
    display: inline;
    font-weight: bold;
}
.display-table {
    display: table;
}
.display-tr {
    display: table-row;
}
.display-td {
    display: table-cell;
    vertical-align: middle;
    width: 61%;
}
.panel{
    border: none !important;
}
.card{
    border: none !important;
}
.payment h4{
    font-family: Nunito;
    font-weight: normal;
    letter-spacing: 0.01em;
    text-align: left;
    color: #51097e;
    width: 100%;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 30px;
}
.hide{
    display: none;
}
.upgrade{
    padding: 0 10px !important;
    border-radius: 5px;
    box-shadow: 0px 5px 12px 0 #ce006f1f;
    color: #fff;
    transition: 0.5s ease-in-out;
    font-size: 15px;
    line-height: 20px !important;
}

.post-links{
    display: flex;
}

.swap_image{
    display: flex;
}
.swap_image img{
    margin-left: 10px;
}
.auto-msg{
    background: unset !important;
    background-color: #ffe6f0 !important;
    padding: 10px;
    border-radius: 6px;
}

#custom-tooltip {
    display: none;
    padding: 0px 5px;
    background-color: #000000df;
    border-radius: 4px;
    color: #fff;
}
#pageloader
{
    background: rgba( 255, 255, 255, 0.8 );
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
#pageloader img
{
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}
.plan-wrapper a.dowgrade-btn { font-size: 20px; color: #fff; background: #9D9D9D; border-radius: 5px; padding: 5px 25px; text-decoration: none; margin-bottom: 30px; display: inline-block;}
.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.rotate180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rotate270 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.feed-box .game-swap-feed .hero-img .gallery-link.swaprotate90 {
    width: 80px;
    height: 100px;
}
.feed-box .game-swap-feed .hero-img .swaprotate90 img{
    transform: rotate(90deg) translate(10px, 10px);
    height: 76px;
    width: 96px;
}
.feed-box .game-swap-feed .hero-img .gallery-link.swaprotate270 {
    width: 80px;
    height: 100px;
}
.feed-box .game-swap-feed .hero-img .swaprotate270 img{
    transform: rotate(270deg) translate(-10px, -10px);
    height: 76px;
    width: 96px;
}
.feed-box .game-swap-feed .hero-img .gallery-link.swaprotate180 {
    width: 76px;
    height: 96px;
}
.feed-box .game-swap-feed .hero-img .swaprotate180 img{
    transform: rotate(180deg) translate(0px,0px);
    width: 72px;
    height: 92px;
}

.feed-box .game-sell-feed a.btn {
    height: 40px;
    line-height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 20px;
    margin-right: 10px;
    vertical-align: baseline;
    background: transparent;
    color: #da0678;
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 15%);
    box-shadow: 0 2px 5px rgb(0 0 0 / 15%);
}
.feed-title-header {
    display: inline-block;
    margin-right: 16px;
}

.feed-box .game-sell-feed .feed-content button.btn.condition {
    background: #51097e;
    border-color: #51097e;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .6;
    line-height: normal !important;
    height: auto !important;
}
.feed-box .game-sell-feed .hero-img img {
    width: 80px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}
.feed-box .game-sell-feed .hero-img .gallery-link {
    /*color: #46066e;*/
    /*font-size: 13px;*/
    /*width: auto;*/
    /*display: inline-block;*/
    /*text-align: right;*/
    /*background-color: #da0678;*/
    /*padding: 2px;*/
    /*border-radius: 10px;*/
}



.modal#swap .link-img, .modal#sell .link-img {
    width: 110px;
    height: auto;
}

.modal#swap a:hover , .modal#sell a:hover {
    color: #46066e;
}

.modal#swap .link-text, .modal#sell .link-text {
    color: #46066e;
    font-weight: 700;
    font-size: 1.2em;
    margin-top: .5em;
}

.modal#swap .link-text::before, .modal#sell .link-text::before{
    content: ' ';
    height: .8em;
    width: .8em;
    display: inline-block;
    background-color: #fff;
    border: 1px solid rgba(70, 6, 110, 0.2);
    margin: auto .5em auto 0px;
    line-height: 1.2em;
}
.modal-body ul,.modal-body li {
    list-style: none;
    padding-left: 0;
}
