@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Nunito', sans-serif
}

.starting-new {
    background-color: #f9f9f9;
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 40px
}

.login-logo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: left;
    display: none
}

.login-logo img {
    width: 150px
}

.login {
    width: 100%;
    float: left;
    display: -ms-grid;
    display: grid;
    place-items: center
}

.login .login-form {
    width: 500px;
    padding: 30px;
    padding-bottom: 60px;
    border-radius: 25px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 10px 20px 0 #db017605;
    box-shadow: 0 10px 20px 0 #db017605
}

.signup {
    width: 100%;
    float: left;
    display: -ms-grid;
    display: grid;
    place-items: center
}

.signup .signup-form {
    width: 900px;
    padding: 30px;
    padding-bottom: 60px;
    border-radius: 25px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 10px 20px 0 #db017605;
    box-shadow: 0 10px 20px 0 #db017605
}

.form-title h1 {
    font-family: Nunito;
    font-weight: 800;
    font-size: 30px;
    letter-spacing: .02em;
    text-align: left;
    color: #51097e
}

.form-title p {
    font-family: Nunito;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: .01em;
    text-align: left;
    color: #51097e
}

.login-action a {
    font-family: Nunito;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .02em;
    text-align: left;
    color: #da0678
}

.login-action .form-check label {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .02em;
    text-align: left;
    color: #da0678
}

input[type="radio"]:checked {
    border: 2px solid #3f51b5;
    background: #3f51b5
}

.form-container input.form-control {
    height: 50px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid rgba(81, 9, 126, 0.3)
}

.form-container input.form-control:focus {
    border: 1px solid #da0678;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.ctm-btn-primary {
    /*height: 50px;*/
    border-radius: 5px;
    background: #da0678;
    border-color: #da0678;
    -webkit-box-shadow: 0 5px 12px 0 #ce006f1f;
    box-shadow: 0 5px 12px 0 #ce006f1f;
    color: #fff;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.ctm-btn-primary:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff
}

.or-divider {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.or-divider::after {
    content: "";
    width: 40%;
    height: 1px;
    background-color: #e2e2e2;
    float: right
}

.or-divider::before {
    content: "";
    width: 40%;
    height: 1px;
    background-color: #e2e2e2;
    float: left
}

.ctm-btn-icon {
    height: 50px;
    border-radius: 5px;
    background: #3b5998;
    border-color: #3b5998;
    -webkit-box-shadow: 0 30px 30px 0 #3b599812;
    box-shadow: 0 30px 30px 0 #3b599812;
    color: #fff;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    position: relative
}

.ctm-btn-icon::before {
    font-family: "Font Awesome 5 Brands";
    content: "\f39e";
    position: absolute;
    left: 10px
}

.ctm-btn-icon:hover {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.ctm-login-link {
    font-family: Nunito;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: .02em;
    color: #7a7a7a;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 40px;
    text-decoration: none
}

.ctm-sigup-link {
    font-family: Nunito;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: .02em;
    color: #7a7a7a;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 15px;
    text-decoration: none
}

.ctm-login-link span,
.ctm-sigup-link span {
    color: #da0678
}

.ctm-login-link:hover,
.ctm-sigup-link:hover {
    text-decoration: none;
    color: #7a7a7a
}

.ctm-login-link:hover span,
.ctm-sigup-link:hover span {
    color: #bf076a
}

.box__input {
    width: 100%;
    height: auto;
    border-radius: 5px;
    background: rgba(243, 243, 243, 0.68);
    border: 1px solid rgba(81, 9, 126, 0.3)
}

.banner-with-btn {
    padding: 20px 0
}

.banner-btn {
    width: 100%;
    background-image: url("../images/bg.png");
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 125px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    border-radius: 5px;
    overflow: hidden;
    background-size: cover;
    background-position: top right;
    padding: 0 60px
}

.banner-btn .btn.btn-secondary {
    background: #fff;
    border-color: #fff;
    color: #da0678;
    font-size: 14px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 22%
}

.navbar-light .navbar-nav .nav-link {
    font-size: 0;
    color: #51097e;
    position: relative;
    padding: 10px !important;
}

.navbar-light .navbar-nav li.nav-item.dropdown a {
    font-size: 14px
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #da0678
}

.feed-title-header {
    color: #51097e
}

.recent-feed {
    float: left;
    margin-right: 30px;
}

.feed-box {
    height: 100%;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 3px 10px rgb(0 0 0 / 25%);
    box-shadow: 0 3px 10px rgb(0 0 0 / 25%);
    padding: 15px;
    position: relative;
}

.feed-box .feed-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.feed-box .feed-title h5 {
    color: #51097e;
    font-size: 14px
}

.feed-box .feed-title .rating i {
    font-size: 12px;
    color: #ffc107
}

.feed-box .feed-title .feed-time {
    color: #7e7e7e;
    font-size: 11px
}

.feed-box .game-swap-feed {
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex*/
}

.feed-box .game-swap-feed ul,.feed-box .game-sell-feed ul {
    list-style: none;
    padding: 0;
    padding-right: 5px;
    margin-bottom: 0;
}

.feed-box .game-swap-feed ul li,.feed-box .game-sell-feed ul li  {
    font-size: 16px;
    margin-bottom: 10px
}

.feed-box .game-swap-feed ul li span,.feed-box .game-swap-feed ul li span {
    font-size: 16px;
    color: #51097e;
    font-weight: 700;
}

.feed-box .game-swap-feed ul li span.has-swap,
.feed-box .game-swap-feed ul li span.wants-swap {
    color: #51097e;
    font-weight: 400;
    font-size: 16px;
}


.feed-box .game-swap-feed .feed-content,.feed-box .game-sell-feed .feed-content {
    width: 80%;
    float: left
}

.feed-box .game-swap-feed .hero-img,.feed-box .game-sell-feed .hero-img {
    width: 20%;
    float: left;
    overflow: hidden;
    text-align: center;
    position: absolute;
    bottom: 15px;
    right: 0px;
    -o-object-fit: cover;
    object-fit: cover
}

.feed-box .game-swap-feed .hero-img .gallery-link,.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;
}

.feed-box .game-swap-feed .hero-img img {
    width: 80px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.feed-box .game-swap-feed .feed-content .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-box .game-swap-feed .feed-content .btn:hover {
    background: #da0678;
    color: #fff;
}

.feed-box .game-swap-feed .feed-content .btn.condition {
    cursor: auto
}

.ctm-menu .dropdown-toggle::after {
    display: none
}

.image-photos img {
    width: 26px
}

a.image-photos {
    color: #51097e;
    text-decoration: none
}

.feed-box .feed-title h5 {
    font-weight: 600;
    margin-bottom: 15px;
    width: 60%;
}

#game-data {
    margin: 10px -10px
}

#game-data .col-lg-6 {
    padding: 10px !important
}

.navbar-brand {
    padding: 0;
}

a.navbar-brand img {
    max-width: 50px;
    width: 100%
}

.dropdown-menu.show {
    display: none
}

.image-photos {
    display: none !important
}

.signin_navlink {
    display: none
}

#yourBtn {
    width: 120px;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #da0678;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    background: #da0678;
    color: #fff
}

#profile_img {
    display: none
}

.profile-image {
    border-radius: 4px;
}

.drag-file-area {
    position: relative
}

.drag-file-area .dropzone {
    border: 2px dashed #51097e4d;
    background-color: #f3f3f370;
    height: 90%;
    padding: 15px
}

.drag-file-area .dropzone h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px
}

.ordivider {
    color: #00000061
}

.drag-file-area .dropzone .file-controll {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.game-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}

.game-search select {
    padding: 5px;
    border-radius: 5px;
    outline: 0;
    background-color: #fff
}

.game-search .selectize-control {
    position: relative;
    width: 40%;
    padding: 0 5px
}

.ctm-search-btn {
    background-color: #da0678;
    border-radius: 5px;
    border: 1px solid #da0678;
    height: 36px;
    color: #fff;
    width: 80px;
    margin-left: 5px
}

.ctm-search-btn:hover {
    background-color: transparent;
    color: #da0678
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    width: 5px;
    background: #f5f5f5
}

::-webkit-scrollbar-thumb {
    width: 1em;
    background-color: #ddd;
    border-radius: 1rem
}

.text-small {
    font-size: .9rem
}

.chat-box {
    height: calc(100vh - 186px);
    overflow-y: scroll;
    padding-bottom: 0 !important;
    position: relative;
}

.rounded-lg {
    border-radius: .5rem
}
#swap-game-form input::-webkit-input-placeholder{
    font-weight: 400;
}
#swap-game-form input::-moz-placeholder{
    font-weight: 400;
}
#swap-game-form input::-ms-input-placeholder{
    font-weight: 400;
}
#swap-game-form input::placeholder{
    font-weight: 400;
}
input::-webkit-input-placeholder {
    font-size: .9rem;
    color: #999
}

input::-moz-placeholder {
    font-size: .9rem;
    color: #999
}

input:-ms-input-placeholder {
    font-size: .9rem;
    color: #999
}

input::-ms-input-placeholder {
    font-size: .9rem;
    color: #999
}

input::placeholder {
    font-size: .9rem;
    color: #999
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #dfdfdf;
    border-color: #dfdfdf
}

.sidebar {
    padding: 10px;
    height: 100%;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc
}

.search-bar {
    margin-bottom: 10px
}

.search-bar .input-group {
    position: relative
}

.search-bar .input-group input {
    padding: 10px;
    padding-left: 40px;
    height: 50px
}

.search-bar .input-group select {
    height: 50px;
}

.search-bar .input-group input::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #a9a9a9
}

.search-bar .input-group input:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #a9a9a9
}

.search-bar .input-group input::-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #a9a9a9
}

.search-bar .input-group input::-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #a9a9a9
}

.search-bar .input-group input::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #a9a9a9
}

.input-group-text .input-group-text {
    font-size: 14px
}

.search-bar span#search-addon {
    background: transparent;
    position: absolute;
    left: 0;
    top: 12px;
    color: #a9a9a9;
    z-index: 9
}

.sidebar h6.chat-name {
    color: #46066f;
    font-weight: 700;
    font-size: 14px
}

.chat-time,
.chat-desc {
    color: #a9a9a9;
    font-weight: 400 !important;
    font-size: 14px
}

.chat-desc span {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #46066e;
    color: #fff;
    line-height: 15px;
    text-align: center;
    font-size: 11px;
    display: inline-block;
    float: right;
    margin-right: 10px
}

.sidebar .list-group-item {
    border: 0
}

.sidebar .list-group-item.active .media-body {
    border-bottom: 0;
    padding-bottom: 0
}

.sidebar .list-group-item .media-body {
    border-bottom: 1px solid #ececec;
    min-height: 40px;
    margin-left: 15px !important;
}

.sidebar .list-group-item.active {
    border: 1px solid #a9a9a9
}

.sidebar .messages-box {
    margin: 0 -10px;
    height: calc(100vh - 150px);
    overflow-y: scroll
}

.chatbox-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 20px;
    background: #eee
}

.chatbox-top .chatbox-buttons.desktop-chat-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.chatbox-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.chatbox-name img {
    margin-right: 3px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: 2px solid #da0678;
    -o-object-fit: cover;
    object-fit: cover;
}

.chatbox-name .chat-name {
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    color: #46066f;
    margin: 0;
    margin-left: 10px;
    white-space: nowrap;
}

.chatbox-buttons a {
    font-size: 14px;
    font-weight: 400;
    background: #46066f;
    color: #fff;
    border-radius: 4px;
    padding: 5px 15px;
    margin: 0 5px;
    text-decoration: none;
    border: 1px solid;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.chatbox-buttons a:hover {
    background: transparent;
    color: #46066f;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.chatbox-time {
    text-align: right;
    font-size: 11px;
    font-weight: 400;
    color: #a9a9a9;
    margin: 5px 0
}

.chat-content-right {
    max-width: 80%
}

.chat-text {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding: 6px;
    line-height: normal;
    display: inline-block;
    font-family: 'Nunito', sans-serif;
}

.chat-box {
    background: #f9f9f9
}

.chat-content-right .text-wrap p {
    background-color: #e8d5f3;
    border-radius: 6px;
    cursor: pointer
}

.chat-content-left .text-wrap p {
    background-color: #fff;
    border-radius: 6px
}

.chat-content-left .text-wrap img,
.chat-content-right .text-wrap img {
    width: 100%;
    max-width: 320px;
    border-radius: 6px !important
}

.chat-content-left .text-wrap a,
.chat-content-right .text-wrap a {
    display: inline-block;
    width: 100%;
    text-align: right;
    width: auto;
}

.chat-content-left .text-wrap a {
    text-align: left
}

.chat-box img.user {
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 20px;
    width: 30px;
    height: 30px;
    border: 1px solid #da0678;
    cursor: pointer;
    object-fit: cover;
}

.chat-box .media {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

form.type-form {
    padding: 15px;
    background-color: #eee
}

form.type-form .submit {
    background-color: #da0678;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

form.type-form .submit img {
    width: 24px
}

.list-group-item {
    padding: 10px
}

div#login-column {
    max-width: 750px;
    width: 100%;
    margin: 0 auto
}

#login-box {
    padding: 50px 0
}

/* form#edit-swap-form {padding: 50px 0;} */
#login-box h3,
form#edit-swap-form h3 {
    color: #51097e;
    font-size: 40px;
    margin-bottom: 30px;
    font-size: 29px;
    font-weight: bold;
}

#login-box label.swap-label {
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    color: #101010
}

#login-box .form-group {
    margin-bottom: 20px
}

#login-box .selectize-input,
#login-box .form-control {
    border: 1px solid rgb(81 9 126 / 30%)
}

#login-box .selectize-control.single .selectize-input,
#login-box .form-control {
    height: 50px;
    padding: 10px;
    font-size: 14px;
    color: #9f9f9c;
}

#login-box .selectize-control.single .selectize-input {
    padding: 15px
}

#login-box .selectize-control.form-control {
    padding: 0;
    border: 0
}

#login-box .selectize-control .form-control {
    height: auto
}

#login-box .selectize-control.single .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 17px;
    margin-top: -3px;
    width: 10px;
    height: 10px;
    background: transparent;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    border-color: unset;
    border-width: unset;
    border-style: unset
}

.custom-control-input:checked~.custom-control-label::before {
   display: none;
}

.custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgb(218 6 120 / 20%);
    box-shadow: 0 0 0 .2rem rgb(218 6 120 / 20%)
}

.custom-control {
    display: inline-block;
    margin-right: 30px
}

.custom-btn,
a#add-game {
    width: 100%;
    border: 0;
    font-size: 18px;
    color: #fff !important;
    background: #51097e;
    margin: 20px 0;
    text-transform: capitalize
}

.form-group label.error {
    margin: 10px 0 0
}

/*.trusted-trader img {*/
/*    vertical-align: text-bottom*/
/*}*/

.feed-box .game-swap-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;
}

.type-form .attach-image {
    position: absolute;
    left: 15px;
    top: 5px;
    z-index: 999
}

.type-form a.attach-image img {
    width: 20px
}

.type-form #chat_input {
    padding: 8px 10px 8px 50px !important;
    min-height: 40px;
    border-radius: 10px 0 0 10px !important;
    resize: none
}

.navbar-light .navbar-nav .nav-link img {
    width: 24px;
    height: 24px
}

.navbar-light .navbar-nav span.message_notify {
    position: absolute;
    right: 2px;
    top: 5px;
    height: 16px;
    width: 16px;
    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
}

.navbar-light .navbar-nav .active .nav-link:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    border: 2px solid #a37eba;
    border-radius: 8px
}

.navbar-light .navbar-nav .notify .nav-link:before {
    content: '';
    width: 14px;
    height: 14px;
    background: #46066e;
    position: absolute;
    top: 7px;
    right: 3px;
    border-radius: 50%;
    border: 3px solid #fff
}

.navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px
}

.sidebar .list-group-item img {
    width: 30px;
    height: 30px;
    -o-object-fit: cover;
    object-fit: cover;
    border: 2px solid #da0678;
}

.chatbox-name i#close-chat {
    display: none
}

header#topnav {
    position: relative
}

.modal-header h5 {
    text-align: center;
    display: inline-block;
    width: 100%;
    color: #46066f;
    font-size: 22px;
    font-weight: 700
}

.modal-header .close {
    padding: 0;
    margin: 0
}

.modal-header .close span {
    font-size: 30px;
    font-weight: 400
}

div#swap-made .modal-body {
    padding: 15px 30px 30px
}

.modal-content {
    border-radius: 10px
}

.modal-body p {
    color: #000;
    font-size: 16px;
    margin: 0;
    line-height: normal
}

.modal.fade .modal-dialog {
    max-width: 550px
}

div#swap-made span.warning-text {
    font-size: 12px;
    line-height: 16px;
    color: #878787
}

.checkbox-wrapper {
    margin-top: 15px
}

.checkbox-wrapper input[type="radio"] {
    position: absolute;
    opacity: 0
}

.checkbox-wrapper label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-size: 16px;
    color: #000;
    margin: 0
}

.checkbox-wrapper label:before {
    content: "";
    margin-right: 10px;
    margin-top: 0;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 1px solid #afafaf;
    border-radius: 2px
}

.checkbox-wrapper input[type="radio"]:checked+label:before {
    background: #46066f;
    border: 1px solid #46066f
}

#swap-complete .modal-body {
    padding: 30px;
    text-align: center
}

#swap-complete .modal-footer {
    padding: 30px 0 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0
}

#delete-swap .modal-footer,
#delete-sell .modal-footer {
    padding: 30px 0 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0
}

#swap-complete .modal-footer button {
    border: 2px solid #46066f;
    background: transparent;
    font-size: 20px;
    color: #000;
    border-radius: 10px;
    padding: 6px;
    min-width: 140px;
    margin: 0 30px
}

#delete-alert-modal .modal-body {
    text-align: center
}

#delete-alert-modal .modal-footer,
#delete-message .modal-footer,
#swap-made .modal-footer {
    padding: 30px 0 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0
}

#delete-alert-modal .modal-footer button,
#delete-message .modal-footer button,
#delete-swap .modal-footer button,
#delete-sell .modal-footer button,
#swap-made .modal-footer button {
    border: 2px solid #46066f;
    background: transparent;
    font-size: 20px;
    color: #000;
    border-radius: 10px;
    padding: 6px;
    min-width: 140px;
    margin: 0 30px
}

#delete-message .modal-footer button:hover,
#swap-made .modal-footer button:hover {
    background: #46066f;
    color: #fff;
}

#swap-rate .modal-footer {
    padding: 0 0 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0
}

#swap-rate .modal-footer button {
    border: 2px solid #46066f;
    background: transparent;
    font-size: 20px;
    color: #000;
    border-radius: 10px;
    padding: 6px;
    min-width: 140px;
    margin: 0 30px
}

#swap-rate .modal-footer button:hover {
    background: #46066f;
    color: #fff;
}

.menu-toggle {
    display: none
}

.chat-content-right {
    text-align: right
}

.chat-content-left {
    text-align: left
}

.chat-content-left .bg-white.rounded {
    background: transparent !important
}

.chat-content-left p.chat-text {
    background: #fff;
    border-radius: .25rem
}

#suggestion-box {
    max-height: calc(100vh - 237px);
    position: absolute;
    z-index: 999;
    left: 10px;
    right: 10px;
    height: auto !important
}

div#swap-rate .modal-body {
    text-align: center
}

.selectize-control .selectize-input>* {
    vertical-align: middle;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    width: 90%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 15px;
    line-height: 1
}

.type-form #chat_input {
    -webkit-box-shadow: none;
    box-shadow: none
}

.ctm-login-link a,
.ctm-sigup-link a {
    color: #da0678
}

.notify {
    position: absolute;
    right: 2px;
    top: 5px;
    height: 14px;
    width: 14px;
    line-height: 14px;
    border-radius: 50%;
    background-color: #db1212;
    color: #fff;
    text-align: center;
    font-size: 10px;
    display: inline-block;
    float: right;
    margin-right: 0;
    display: none
}

.navbar-light .upgrade-btn {
    font-size: 12px;
    color: #fff;
    background: #DC1414;
    border-radius: 5px;
    margin: 7px;
    padding: 5px 20px;
}

.trusted-main-wrapper h4.feed-title-header {
    margin: 40px auto;
    max-width: 600px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    display: block;
    margin-top: 100px;
}

.trusted-trader-wrapper {
    max-width: 600px;
    background: #fff;
    padding: 30px;
    margin: auto;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
    margin-bottom: 30px;
    vertical-align: middle
}

div#traders {
    overflow: auto;
    max-height: calc(100vh - 380px);
}

#traders .time-swaps h4,
.monthly-swaps h4 {
    font-size: 16px
}

.trusted-trader-wrapper .feed-box {
    height: 100%;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 0
}

.traders-details {
    width: 50%;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #46066f
}

.traders-details img.trader-img {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    border: 2px solid #da0678;
    cursor: pointer;
}

.traders-details .rating {
    display: block;
    line-height: 0;
    margin-top: 5px;
}

.feed-box .feed-title .traders-details .rating i.far.fa-star {
    color: #000
}

.time-swaps h5,
.monthly-swaps h5 {
    width: 100% !important;
    white-space: nowrap
}

.feed-box .feed-title .traders-details .rating i {
    font-size: 10px
}

.feed-box .rank {
    width: 10%;
    text-align: left;
    color: #46066f
}

.time-swaps,
.monthly-swaps {
    width: 20%;
    text-align: center;
    color: #46066f
}

#traders .time-swaps {
    position: relative
}

#traders .time-swaps:after {
    content: '';
    border: 1px solid #dcdcdc;
    height: 100%;
    position: absolute;
    right: 0;
    top: -7px
}

.trusted-main-wrapper .search-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.trusted-main-wrapper .search-bar a#clear {
    height: auto;
    padding: 12px;
    width: 50px
}

/* alert page */
.alert-content-wrapper {
    padding: 20px 0;
}

.alert-sidebar {
    padding: 20px;
    border: 1px solid #DADADA;
    height: 100%;
    text-align: center;
    background-color: #fff;
    min-height: calc(100vh - 60px);
}

.alert-sidebar h2,
.alert-content-wrapper h2 {
    font-size: 26px;
    color: #46066F;
    font-weight: 700;
    line-height: 1
}

.alert-sidebar #login-box {
    padding: 0;
}

.alert-sidebar #login-box .selectize-control.single .selectize-input input {
    width: 100% !important;
    text-align: left;
    padding: 15px 10px 15px 40px !important;
    height: auto
}

.alert-sidebar .search-bar span#search-addon {
    top: 10px
}

.alert-sidebar #login-box .selectize-control.single .selectize-input input:::-webkit-input-placeholder {
    /* Edge */
    font-weight: 400;
    line-height: normal
}

.alert-sidebar #login-box .selectize-control.single .selectize-input input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-weight: 400;
    line-height: normal
}

.alert-sidebar #login-box .selectize-control.single .selectize-input input::-webkit-input-placeholder {
    font-weight: 400;
    line-height: normal
}

.alert-sidebar #login-box .selectize-control.single .selectize-input input::-moz-placeholder {
    font-weight: 400;
    line-height: normal
}

.alert-sidebar #login-box .selectize-control.single .selectize-input input::-ms-input-placeholder {
    font-weight: 400;
    line-height: normal
}

.alert-sidebar #login-box .selectize-control.single .selectize-input input::placeholder {
    font-weight: 400;
    line-height: normal
}

.alert-sidebar #login-box .selectize-control.single .selectize-input {
    padding: 0;
    padding-left: 0;
}

.alert-sidebar #login-box .selectize-control .form-control.selectize-dropdown {
    height: auto;
}

.alert-sidebar .selectize-control .selectize-input>* {
    line-height: 50px;
    text-align: left;
}

.alert-sidebar .selectize-control .selectize-input {
    padding-left: 40px !important;
    text-align: left
}

.alert-sidebar .selectize-control .selectize-input>input:placeholder {
    line-height: 38px;
}

.fa.fa-info-circle {
    color: #46066f;
}

.game-alert-box {
    max-height: 220px;
    background: #fff;
    padding: 10px;
    overflow: auto;
    margin-bottom: 30px;
    border-radius: 7px;
}

.game-alert-box p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    display: inline-block;
    margin: 10px 0;
}

.game-alert-box p a {
    color: #46066F;
    font-weight: bold;
}

.save-item {
    background: #fff;
    margin-bottom: 10px;
    border-radius: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 20px;
}

.save-item p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin: 0;
    width: calc(100% - 90px)
}

.alert-action a {
    margin-left: 15px;
}

.alert-sidebar h2 {
    margin-bottom: 20px
}

.alert-sidebar .tagline {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #838383;
    margin-bottom: 30px;
}

.search-games .search-bar .input-group input::-webkit-input-placeholder {
    /* Edge */
    font-size: 15px;
    line-height: 50px;
    font-weight: 700;
}

.search-games .search-bar .input-group input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 15px;
    line-height: 50px;
    font-weight: 700;
}

.search-games .search-bar .input-group input::-moz-placeholder {
    line-height: 50px;
    font-size: 15px;
    font-weight: 700;
}

.search-games .search-bar .input-group input::-ms-input-placeholder {
    line-height: 50px;
    font-size: 15px;
    font-weight: 700;
}

.search-games .search-bar .input-group input::placeholder {
    line-height: 50px;
    font-size: 15px;
    font-weight: 700;
}

.search-games .search-bar {
    margin-bottom: 20px;
}

.notify-box {
    padding: 20px 0;
    text-align: center;
}

.notify-box h4 {
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 15px;
}

.icon-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
}

.icon-box a {
    padding: 0 10px;
    width: auto
}

.icon-box img {
    width: 50px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
}

.custom-btn-wrapper {
    margin: 50px 0 0;
}

#loader_img {
    display: none;
}

.custom-btn {
    max-width: 200px;
    width: 100%;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: #46066F;
    padding: 7px 15px;
    border-radius: 5px;
    text-decoration: none;
}

.custom-btn:hover {
    color: #fff;
    text-decoration: none;
}

#login-box .custom-btn {
    width: auto !important;
    height: auto !important
}

.alert-action {
    width: 90px;
}

/* profile page */
.profile-sidebar {
    padding: 80px 15px 30px;
    height: 100%;
    min-height: calc(100vh - 56px);
    border: 1px solid #dcdcdc;
    text-align: center;
    background: #fff;
}

.profile-image-wrapper {
    padding: 0 0 20px;
}

.profile-image-wrapper img#profile_demo {
    width: 120px;
    height: 120px;
    -webkit-box-shadow: 0 1px 5px 0 rgb(32 33 36 / 25%);
    box-shadow: 0 1px 5px 0 rgb(32 33 36 / 25%);
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    margin: 0;
}

.profile-image-wrapper h5 {
    font-weight: bold;
    font-size: 24px;
    margin: 0;
    color: #46066E;
}

.profile-image-wrapper input[type=file] {
    cursor: pointer;
    width: 150px;
    height: 30px;
    overflow: hidden;
}

.profile-image-wrapper input[type=file]:before {
    width: 150px;
    height: 30px;
    font-size: 16px;
    color: #575757;
    line-height: 30px;
    content: 'Upload an Image';
    display: inline-block;
    background: white;
    border: 1px solid #D3D3D3;
    padding: 0 10px;
    text-align: center;
    border-radius: 5px;
}

.profile-image-wrapper input[type=file]::-webkit-file-upload-button {
    visibility: hidden;
}

.image-action a {
    display: inline-block;
    width: auto;
    font-size: 15px;
    color: #A9A9A9;
    margin: 10px 0 0;
}

.rating-wrapper span.rating i.far {
    color: #000;
}

.rating-wrapper span.rating i {
    color: #FFC700;
    font-size: 16px;
}

.socil-media-wrap {
    padding: 15px 0;
}

.socil-media-wrap a img {
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
}

.socil-media-wrap a {
    margin: 0 5px;
    display: inline-block;
}

.plan-wrapper p {
    font-size: 15px;
    color: #A9A9A9;
}

.plan-wrapper p span {
    font-size: 20px;
    font-weight: 700;
    color: #46066E;
    vertical-align: middle;
    margin: 5px;
    line-height: 20px;
}

.plan-wrapper p {
    font-size: 15px;
    color: #A9A9A9;
}
.sale_star .plan-wrapper p,.swap_star .plan-wrapper p{
    margin-bottom: 6px;
}
.current_plan{
    margin-top: 16px;
}
.plan-wrapper a.upgrade-btn {
    font-size: 20px;
    color: #fff;
    background: #DC1414;
    border-radius: 5px;
    padding: 5px 25px;
    text-decoration: none;
    margin-bottom: 30px;
    display: inline-block;
}

.feed-box .feed-title h5>img {
    float: left;
    height: 50px;
    width: 50px;
    margin-right: 10px;
    margin-bottom: 0;
    cursor: pointer;
    -o-object-fit: cover;
    object-fit: cover;
    border: 2px solid #da0678;
}

.chat-main-wrapper .row.rounded-lg {
    border-radius: 0 !important;
    border: 1px solid #dcdcdc;
    border-width: 0 1px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.profile-main-section {
    padding: 30px 0;
}

div#swap-success .text-center img {
    width: 100px;
    height: 100px
}

.profile-main-section .form-control {
    color: #808080
}

.profile-action .btn {
    font-weight: normal;
    font-size: 14px;
    background: #46066F;
    border: 0;
    text-transform: capitalize;
    padding: 7px 20px;
    margin: 15px 0;
}

.user-links h4 {
    font-size: 22px;
    color: #46066F;
}

.user-links ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.user-links li a {
    margin-bottom: 5px;
    display: inline-block;
    color: #757575 !important;
    font-size: 18px;
}

#edit-alert-form .selectize-control .selectize-input>* {
    padding: 0;
    line-height: 50px;
}

#edit-alert-form .selectize-input {
    padding: 0 0 0 40px;
}

#edit-alert-form .selectize-control.single .selectize-input:after {
    display: none
}

.mobile-swap {
    display: none;
}

.swap-action {
    width: 30px;
    text-align: right;
    cursor: pointer;
}
.sell-action {
    width: 30px;
    text-align: right;
    cursor: pointer;
}

.swap-action span,
.sell-action span,
.mobile-swap span {
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #989898;
    border-radius: 50%;
    position: relative;
}

.swap-action span:after,
.sell-action span:after,
.mobile-swap span:after,
.swap-action span:before,
.sell-action span:before,
.mobile-swap span:before {
    content: '';
    width: 3px;
    height: 3px;
    background: #989898;
    border-radius: 50%;
    position: absolute;
}

.swap-action span:before,
.sell-action span:before,
.mobile-swap span:before {
    top: 6px;
}

.swap-action span:after,
.sell-action span:after,
.mobile-swap span:after {
    top: -6px;
}

.swap-action span:before,
.sell-action span:before,
.swap-action span:after {
    right: 0;
}.sell-action span:after {
    right: 0;
}

.feed-page.action-button a {
    color: #46066e;
}

.payment-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

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

.payment-main .login {
    width: 40%;
    padding: 60px 15px 0;
    float: none;
    display: block;
    place-items: center;
    margin-bottom: 40px;
}

.payment-main .login .login-form {
    width: 100%;
    padding: 30px;
    padding-bottom: 60px;
    border-radius: 25px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
}

span.asterisk {
    color: #f00;
    vertical-align: super;
    margin: 0 5px;
    font-size: 12px
}

.feed-box .game-swap-feed .feed-content .btn i {
    display: none;
}

.open-menu span.message_notify,
.open-menu span.mobile_notify {
    display: none !important;
}

.chatbox-buttons a.disabled {
    content: '';
    opacity: .3;
    pointer-events: none !important;
}

.disabled .feed-box:after {
    content: '';
    background: #000;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    border-radius: 5px;
    opacity: .3;
}

.alert-action a img {
    width: 20px;
}

.alert-sidebar .custom-btn-wrapper button,
.alert-sidebar .custom-btn-wrapper {
    margin: 0;
}

.alert-sidebar #login-box .selectize-control.single .selectize-input,
.alert-sidebar #login-box .form-control {
    height: 40px;
}

.alert-sidebar #login-box .selectize-control.single .selectize-input input {
    padding: 10px 10px 10px 40px !important;
}

.alert-sidebar #login-box .selectize-control.single .selectize-input input::-webkit-input-placeholder {
    font-size: 14px;
}

.alert-sidebar #login-box .selectize-control.single .selectize-input input:-ms-input-placeholder {
    font-size: 14px;
}

.alert-sidebar #login-box .selectize-control.single .selectize-input input::-moz-placeholder {
    font-size: 14px;
}

.alert-sidebar #login-box .selectize-control.single .selectize-input input::-ms-input-placeholder {
    font-size: 14px;
}

.alert-sidebar #login-box .selectize-control.single .selectize-input input::placeholder {
    font-size: 14px;
}

.alert-sidebar .search-bar span#search-addon {
    top: 12px;
    left: 2px
}

.chat-box a img.user {
    -o-object-fit: contain;
    object-fit: contain;
}

.save-alert-box .icon-box input[type="checkbox"]:checked,
.save-alert-box .icon-box input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.save-alert-box .icon-box input[type="checkbox"]:checked+label,
.save-alert-box .icon-box input[type="checkbox"]:not(:checked)+label {
    position: relative;
    padding-left: 0;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.save-alert-box .icon-box input[type="checkbox"]:checked+label:before,
.save-alert-box .icon-box input[type="checkbox"]:checked+label:before,
.icon-box input[type="checkbox"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -40px;
    width: 18px;
    height: 18px;
    border: 1px solid #46066f;
    background: #fff;
}

.save-alert-box .icon-box input[type="checkbox"]:checked+label:after,
.save-alert-box .icon-box input[type="checkbox"]:not(:checked)+label:after {
    content: '';
    width: 16px;
    height: 17px;
    background: #46066f;
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.save-alert-box .icon-box input[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
}

.save-alert-box .icon-box input[type="checkbox"]:checked+label:after {
    opacity: 1;
}

.save-alert-box .custom-btn-wrapper {
    text-align: center;
    margin-top: 20px;
}

#setting-alert-modal .modal-header h5 {
    font-size: 18px
}

#setting-alert-modal .icon-box {
    width: 90%;
    margin: 20px auto;
}

.feed-box .feed-title h5>a {
    float: left;
    margin-right: 5px;
}

.feed-box .feed-title h5>a img {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
}

span.feed-page.action-button a {
    color: #51097e;
    margin-left: 5px;
}

.trader-profile .profile-sidebar {
    background: transparent;
    border: 0;
    text-align: left;
}

.swap-action {
    display: none;
}
.sell-action {
    display: none;
}

.feed-page.action-button {
    display: block;
    position: static;
    padding: 0;
}

.feed-page.action-button a {
    color: #828282;
    display: inline-block;
    font-size: 0;
}

.feed-page.action-button a i {
    font-size: 16px;
    padding: 0;
    margin-left: 5px;
}

.post-links a {
    color: #46066e;
    width: 100%;
}

.auto-msg ul {
    padding-left: 15px;
}

.messages-box .media ul {
    padding: 0;
    margin: 0;
    color: #46066f;
    display: inline-block;
}

.messages-box .media ul p:empty {
    display: none
}

.chat-box .chat-content-left .auto-msg {
    display: inline-block;
    background: #fff !important;
}

.chat-box .auto-msg {
    display: inline-block
}

div.profile-sidebar.trader-profile {
    background-color: white;
    display: inline-block;
    position: fixed;
    height: 100vh;
    width: 400px;
    right: -400px;
    top: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    z-index: 999;
    margin: 0;
}

.sidenav-active div.profile-sidebar.trader-profile {
    -webkit-transform: translateX(-400px);
    -ms-transform: translateX(-400px);
    transform: translateX(-400px);
}

body.sidenav-active.noscroll {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

body.sidenav-active.noscroll:after {
    position: fixed;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    z-index: 99;
    background: rgb(0 0 0 / 50%);
    height: 100%
}

a#close-profile {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #46066f;
    font-size: 40px;
    line-height: 40px;
    text-decoration: none;
}

.profile-sidebar.trader-profile .ctm-btn-primary {
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
    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%);
}

.profile-sidebar.trader-profile .ctm-btn-primary:hover {
    background: #da0678;
    color: #fff;
}

.trader-profile .profile-image-wrapper h5 {
    margin: 10px 0;
}

.profile-sidebar .trusted-trader,
.trader-profile .trusted-trader {
    display: block;
    padding-top:8px ;
}

.feed-page.action-button a:hover {
    background: transparent;
    color: #46066e;
}

.chat-content-right .text-wrap pre {
    margin-bottom: 0;
    white-space: break-spaces;
}

span.pro_name.profile_img {
    cursor: pointer;
    margin-top: 8px;
}

.message-img p {
    font-size: 20px;
    color: #46066e;
    font-weight: 400;
}

.message-img img {
    width: 80px;
    margin-bottom: 15px;
}

.message-img {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

section.package-main {
    padding: 50px 0;
}

.package-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.package-col {
    width: 50%;
    max-width: 400px;
    padding: 0 30px;
}

.package-box {
    border: 0;
    -webkit-box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 20%);
    box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 20%);
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.package-box h2 {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    background: #46066F;
    padding: 15px;
    margin: 0;
}

.pack-price {
    padding: 40px 15px 10px;
    text-align: center;
    position: relative;
    color: #46066F;
}

.pack-price span {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    font-size: 16px;
}

.pack-price h3 {
    font-weight: 700;
    font-size: 35px;
}

.package-box ul {
    font-size: 16px;
    color: #46066f;
    padding: 0 10px;
    list-style: none;
}

.package-box ul li {
    position: relative;
    padding: 10px 0 10px 40px;
}

.package-box ul li i {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.package-box ul li i.fas.fa-times {
    color: #DB1212;
}

.package-box ul li span.comming-soon {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #808080;
}

.package-box a.pack-btn {
    background: #9D9D9D;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    width: 90%;
    display: block;
    margin: 20px auto;
    text-decoration: none;
    text-align: center;
    padding: 7px;
    border-radius: 5px;
}

.package-main h3.text-center {
    color: #46066F;
    font-family: "Nunito", Sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
}

.post-links a {
    display: inline-block;
    width: auto !important;
    padding: 5px 20px;
    margin-top: 15px;
    margin-right: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #828282;
    border: 1px solid #828282;
    border-radius: 5px;
    text-decoration: none;
    background-color: #fff;
}

.post-links a:hover {
    background: #828282;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.chatbox-buttons.mobile-chat-button {
    display: block;
}

a.back-btn {
    margin: 20px 0;
    background: transparent;
    font-size: 14px;
    border: 1px solid #828282;
    padding: 7px 15px;
    color: #828282;
    border-radius: 5px;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
}

.feed-title-header a.back-btn {
    margin: 0 10px 0 0;
    float: left;
}

#register-form label.info,
#profile-form label.info {
    font-size: 10px;
    color: #929292;
    margin: 5px 0;
}

.media .auto-msg {
    background-color: #fff !important;
    position: relative;
    padding: 10px 30px;
}

.media .auto-msg:before {
    content: '';
    top: 10px;
    bottom: 10px;
    left: 10px;
    width: 3px;
    position: absolute;
    background: #ddd;
    border-radius: 5px;
}
.chat-content-right.media .auto-msg:before {
    right: 10px;
    left: auto;
}

.media-body h6 {
    font-size: 18px;
    font-weight: 700;
    color: #46066f;
    margin: 0;
    text-align: left;
    margin-bottom: 5px;
}

.media .auto-msg .info {
    text-align: left;
    color: #828282;
    font-size: 12px;
    margin: 7px 15px;
}

.search-games .selectize-input {
    padding: 0;
}

.feed-box .profile-img-wrap {
    float: left;
    margin-right: 10px;
    position: relative;
    background-color: #da0678;
    padding: 2px;
    border-radius: 50%;
}

.feed-box .profile-img-wrap img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    -o-object-fit: cover;
    object-fit: cover;
    image-orientation: none;
}

.feed-page.action-button a svg {
    width: 20px;
    margin-left: 8px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.alert-action a svg {
    width: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.alert-action a:hover path,
.feed-page.action-button a:hover path {
    fill: #46066e !important;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.search-bar .input-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.search-bar .input-group:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 17px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #333 transparent transparent transparent;
    pointer-events: none;
}

.disabled {
    position: relative;
    cursor: not-allowed;
    pointer-events: all !important;
}

.disabled:after {
    content: '';
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    background: rgb(0 0 0 / 30%);
    position: absolute;
    border-radius: 4px;
    z-index: 999;
    pointer-events: none;
}

.chat-content-right h6 {
    text-align: revert;
}

.media .file-msg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.media .img.msg_container i {
    margin-right: 10px;
    color: #828282;
}

.navbar-light .navbar-nav .nav-link img.profile-image {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    -o-object-fit: cover;
    object-fit: cover;
}

.navbar-light .navbar-nav a.nav-link.profile-link:before {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    background: transparent;
    border: 2px solid #da0678;
    border-radius: 50%;
    z-index: 1;
    width: 30px;
    height: 30px;
}

.navbar-light .navbar-nav li.nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

a.create-alert {
    display: none;
}

#create-alert .alert-sidebar {
    padding: 0;
    min-height: 100%;
    border: 0;
    margin: 0;
}

.feed-box .feed-title h5 {
    font-weight: 800;
}

.monthly-swaps h4,
.monthly-swaps h5 {
    font-weight: 800 !important;
}

#edit-alert-modal .notify-box {
    padding-top: 0;
}

#edit-alert-modal .custom-btn-wrapper {
    margin: 0;
}

span.alert-time {
    color: #7e7e7e;
    font-size: 11px;
    margin: 0 5px;
}

.chat-box .media pre {
    white-space: break-spaces;
    word-break: break-word;
}

#fb-subscription-modal .modal-body {
    padding: 70px 15px 110px;
}

#fb-subscription-modal .modal-body p {
    margin-bottom: 20px;
    font-size: 22px;
}

#fb-subscription-modal .modal-header h5 {
    font-size: 26px;
}

.game-alert i.fa.fa-cog {
    cursor: pointer;
}

#fb-subscription-modal.modal.fade .modal-dialog {
    max-width: 600px;
}

form#report-member-form {
    text-align: center;
}

form#report-member-form .input-group {
    margin: 20px 0;
}

form#report-member-form .input-group label {
    width: 150px;
    text-align: left;
}

form#report-member-form .input-group textarea {
    height: 80px;
}

form#report-member-form .input-group input {
    height: 50px;
    border-radius: 3px;
}

form#report-member-form .custom-btn-wrapper,
form#report-member-form .custom-btn-wrapper .custom-btn {
    margin: 0;
}

form#report-member-form #suggestion-box {
    top: 100%
}

form#report-member-form .input-group label.error {
    width: 100%;
    margin-top: 10px;
    margin-left: 150px;
}

label.swap-label {
    min-height: 27px;
}

.profile-img-wrapper {
    display: inline-block;
    padding: 2px;
    background-color: #da0678;
    margin-bottom: 20px;
    border-radius: 50%;
}

#register-form .iti.iti--allow-dropdown,
#profile-form .iti.iti--allow-dropdown {
    width: 100%;
}

.chat-time {
    font-size: 10px;
}

.fb_iframe_widget iframe {
    width: 100% !important;
}

p.swap-status {
    font-size: 14px;
    color: #da0678;
    margin: 0;
}

p.swap-status span {
    font-size: 16px;
    color: #51097e;
    font-weight: 700;
}

.search-bar .input-group:after,
.selectize-control.single .selectize-input:after,
.selectize-control.single .selectize-input.dropdown-active:after,
.selectize-control.single .selectize-input:after,
.sidebar .search-bar .input-group:after {
    display: none !important;
}

#topnav .user-links {
    display: none;
}

.login-form .info {
    font-size: 12px;
    font-weight: 700;
    color: #808080;
    margin-left: 10px;
    display: inline-block;
}

.login-form .info_text {
    font-size: 12px;
    color: #808080;
    margin-left: 10px;
    display: inline-block;
}

div#game-condition-modal .modal-footer,
div#game-condition-modal .modal-header {
    border: 0;
}

div#game-condition-modal .modal-body {
    padding: 0 15px;
}

div#game-condition-modal .condition-info label {
    font-weight: 700;
    margin: 0;
}

div#game-condition-modal .condition-info p {
    margin-bottom: 10px;
}

div#game-condition-modal .modal-content {
    border-radius: 10px;
    border: 2px solid #46066f;
}

div#game-condition-modal button.btn.btn-primary {
    background: #46066f;
    border: 0;
    border-radius: 30px;
    width: 100%;
}

#report-member-form #suggestion-box {
    margin-left: 150px;
}

div#user-suggestion-box {
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 10px rgb(0 0 0 / 25%);
    box-shadow: 0 3px 10px rgb(0 0 0 / 25%);
    margin-bottom: 10px;
    display: none;
}

li.nav-item.nav-link.logout {
    display: none;
}

a.nav-link.share-link,
a.nav-link.rules-link {
    display: none;
}

.confirm-text {
    font-size: 12px;
    line-height: 16px;
    color: red;
}

.reference-game {
    background-color: #DA0678;
    border-radius: 5px;
    border: 1px solid #DA0678;
    color: #fff;
    position: absolute;
    top: 60px;
    z-index: 9;
    padding: 0 10px;
    left: 15px;
}

.modal-footer button.disabled {
    pointer-events: none !important;
}

.user-online .user-image::before,
.user-online .user-bg-image::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #26c426;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    z-index: 1;
}

.user-online .user-bg-image::before {
    bottom: 4px;
    right: 4px;
    width: 28px;
    height: 28px;
    border: 3px solid #FFFFFF;

}

.user-image,
.user-bg-image {
    position: relative;
}

.feed-title .user-online .user-image::before {
    width: 16px;
    right: 0;
    height: 16px;
}

#search_multy .modal-body .radio-group {
    display: inline-block;
    margin-right: 10px;
}

#search_multy .modal-body .ctm-search-btn {
    margin-left: auto;
    display: block;
}

.trusted-trader-wrapper .feed-box .profile-img-wrap img {
    width: 30px;
    height: 30px;
}

.trusted-trader-wrapper .user-image {
    float: left;
}

.trusted-trader-wrapper .feed-title .user-online .user-image::before {
    width: 12px;
    height: 12px;
}

.trusted-trader-wrapper .traders-details img.trader-img {
    margin-right: 0;
    border: 1px solid #da0678;
}

.game-search #search-value {
    border-radius: 0.25rem 0 0 0.25em;
}

.game-search .icon-preview {
    border-radius: 0 0.25em 0.25em 0;
}

.Filter-field {
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 10px rgb(0 0 0 / 25%);
    box-shadow: 0 3px 10px rgb(0 0 0 / 25%);
    padding: 15px;
    background: #fff;
    margin-top: 15px;
}

.Filter-field .filter_data {
    border-bottom: 1px solid #ced4da;
    display: flex;
    padding-bottom: 10px;
}

.Filter-field .filter_data #search-filter-value {
    max-width: 340px;
    margin-right: 15px;
}

.Filter-field .filter_data .game_type_request_wrapper {
    display: flex;
    align-items: center;
}

.Filter-field .filter_data .game_type_request_wrapper .radio-group {
    margin-right: 10px;
}

.Filter-field .filter_data .game_type_request_wrapper label {
    margin-bottom: 0;
}

.game_type_search {
    flex: 0 0 40%;
    display: flex;
    align-items: flex-start;

}

.Filter-field .game_type_search>select {
    max-width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    margin-right: 15px;
}

.Filter-field .btn_group {
    padding: 5px 0;
    text-align: right;
}

.feed-box .feed-title .feed-time {
    margin-left: auto;
}

.feed-box .feed-title .rating {
    margin-left: auto;
}

.trusted-main-wrapper .nav {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: -50px;
}

.trusted-main-wrapper .nav .nav-item .nav-link {
    color: #51097e;
}

.trusted-main-wrapper .nav .nav-item .nav-link.active {
    color: #000000;
}

.sale_rate input::-webkit-outer-spin-button,
.sale_rate input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.sale_rate input[type=number] {
    -moz-appearance: textfield;
}

#search_multy .sale_rate {
    margin-bottom: 16px;
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.sale_rate .caption {
    flex: 0 0 20%;
}

#search_multy input#search-filter-value {
    margin-bottom: 10px;
}

#search_multy .sale_rate {
    margin-top: 3px;
    margin-bottom: 28px;
    padding-top: 5px;
    margin-right: 12px;
}

/*.sale_rate #min_rate{*/
/*    margin-right: 10px;*/
/*}*/
#search_multy .option_data {
    margin-top: 10px;
}


.noUi-target {
    border-radius: 2px;
}

.noUi-background {
    background: #D6D7D9;
}

.noUi-horizontal {
    height: 6px;
}

.noUi-target {
    position: relative;
    width: 97%;
    flex: 0 0 auto;
    margin: 0 auto;
}


.noUi-base,
.noUi-handle {
    transform: translate3d(0, 0, 0);
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-connect {
    background: #da0678;
    transition: background 450ms;
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: -7px;
    top: -7px;
    position: absolute;
    background-color: #da0678;
}

.search-hardwares .selectize-input {
    padding: 0 !important;
}

.selectize-input>input {
    width: 100% !important;
}

#hardware_type,
#bundle_game {
    margin-left: 10px;
}

#search_multy .option_data {
    margin-top: 0px;
}

.toggleSwitch span span {
    display: none;
}

.toggleSwitch {
    display: inline-block;
    height: 18px;
    position: relative;
    overflow: visible;
    padding: 0;
    margin-left: 0px;
    cursor: pointer;
    width: 40px
}

.toggleSwitch * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.toggleSwitch label,
.toggleSwitch>span {
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
}

.toggleSwitch input:focus~a,
.toggleSwitch input:focus+label {
    outline: none;
}

.toggleSwitch label {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
}

.toggleSwitch input {
    position: absolute;
    opacity: 0;
    z-index: 5;
}

.toggleSwitch>span {
    position: absolute;
    left: -50px;
    width: 100%;
    margin: 0;
    padding-right: 50px;
    text-align: left;
    white-space: nowrap;
}

.toggleSwitch>span span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: block;
    width: 50%;
    margin-left: 50px;
    text-align: left;
    font-size: 0.9em;
    width: 100%;
    left: 15%;
    top: -1px;
    opacity: 0;
}

.toggleSwitch>span span:first-of-type {
    color: #fff;
    opacity: 1;
    left: 45%;
}

.toggleSwitch>span:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 49px;
    top: -2px;
    background-color: #46066F;
    border: 1px solid #46066F;
    border-radius: 30px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.toggleSwitch input:checked~a {
    border-color: #fff;
    left: 100%;
    margin-left: -8px;
}

.toggleSwitch input:checked~span:before {
    border-color: #da2582;
    box-shadow: inset 0 0 0 30px #da2582;
}

.toggleSwitch input:checked~span span:first-of-type {
    opacity: 0;
}

.toggleSwitch input:checked~span span:last-of-type {
    opacity: 1;
    color: #fff;
}

/* Switch Sizes */
.toggleSwitch.large {
    width: 220px;
    height: 40px;
}

.toggleSwitch.large a {
    width: 38px;
}

.toggleSwitch.large>span {
    height: 45px;
    line-height: 45px;
}

.toggleSwitch.large input:checked~a {
    left: 186px;
}

.toggleSwitch.large>span span {
    font-size: 22px;
}

.toggleSwitch.large>span span:first-of-type {
    left: 25%;
}

.toggleSwitch a {
    position: absolute;
    right: 50%;
    z-index: 4;
    display: block;
    height: 100%;
    padding: 0;
    left: 2px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #CCC;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.package-main .price_section {
    text-align: center;
    margin-bottom: 30px;
}

.selectize-input.has-options {
    max-height: 50px !important;
}

#message-model .modal-header ,#game_share .modal-header,#saleAgreedModal .modal-header,#swap-made .modal-header {
    justify-content: flex-end;
    border: 0;
}
#message-model .modal-header .tringular_image ,#game_share .modal-header .tringular_image,#saleAgreedModal .modal-header .tringular_image {
    margin: auto;
}
form#swap-game-form .selectize-input > div {
    display: inline-block;
    width: auto;
}
form#swap-game-form .selectize-input > div + input{
    width: auto !important;

}

.profile-page-share {
    cursor: pointer;
    color: rgb(14, 202, 90);
    position: relative;
    display: flex;
    margin-left: auto;
    pading-top: 5px;
    align-items: center;
}
.profile-page-share svg {
    height: 17px;
    width: 17px;
}
.profile-page-share .share-btn-active{
    transition: 0.5s !important;
    width: 152px;
    overflow: hidden;
    display: flex !important;
}

.profile-page-share .st-inline-share-buttons {
    display: flex;
    width: 0;
    transition: 0.5s;
    overflow: hidden;
    z-index: auto;
}
.profile-page-share.share_active .st-inline-share-buttons{
    width: 120px;
    transition: 0.5s;
}
.profile-page-share .st-inline-share-buttons > div{
    margin: 0 5px;
}
.profile-page-share .st-inline-share-buttons img{
    height: 25px;
    width: 25px;
}
.share-btn {
    border: unset;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 1px;
    transition: all 0.5s;
    padding: 8px;
    width: auto;
    border-radius: 5px;
    margin-right: 8px;
    background: #51097e;
    color: #fff;
}
.modal-body ul,.modal-body li {
    list-style: none;
    padding-left: 0;
}
.share-btn {
    padding: 3px 10px;
    margin: 13px;
    margin-left: 8px;
}
.share-btn .MuiButton-label > span{
    margin-right: 0px !important;
    font-size: 14px;
}
.share-btn .MuiButton-label > svg{
    display: none;
}
#message-model .modal-header .header_alert_icon svg{
    height: 100px;
    width: 100px;
}
#message-model .modal-header .close {
    position: absolute;
    right: 20px;
}
#message-model .modal-header {
    justify-content: center;
}
#saleAgreedModal .modal-header .header_alert_icon svg{
    height: 100px;
    width: 100px;
}
#saleAgreedModal .modal-header .close {
    position: absolute;
    right: 20px;
}
#saleAgreedModal .modal-header {
    justify-content: center;
}
.feed_btn_wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.sale_rate #slider-range #min_rate,.sale_rate #slider-range #max_rate {
    position: absolute;
    top: 25px;
    right: -17px;
    background: #da0678;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    padding: 3px 6px;
    font-size: 15px
}
.navbar-light .navbar-nav li.nav-item.laptop_size{
    display: none;
}
.custom-control {
    margin: 8px 0;
}
.custom-control-label {
    padding: 5px 10px;
    border: 1px solid #46066F;
    border-radius: 4px;
    transition: 0.5s all;
}
.custom-control-label::before{
    display: none;
}
 input[type="radio"]:checked + .custom-control-label {
    background-color: #46066F;
    color: #fff;
}
select#select_type {
    margin-bottom: 10px;
}
.sale_star {
    margin-top: 14px;
}
div#swap-made .modal-header {
    justify-content: center;
}

div#swap-made .modal-header button.close {
    position: absolute;
    right: 15px;
}
div#swap-made .modal-header svg {
    height: 70px;
    width: 70px;
}
.profile-sidebar .rating-wrapper {
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

@media(max-width: 991px) {
    .navbar-light .navbar-nav li.nav-item.laptop_size{
        display: block;
    }
    .communicate_with{
        margin-bottom: 10px;
    }
}
@media(max-width: 767px) {
    .feed-box .game-swap-feed ul li, .feed-box .game-sell-feed ul li{
        margin-bottom: 0;
    }
    #navbarNav .upgrade-btn {
        margin: 0;
        margin-left: auto;
    }
    #navbarNav .upgrade-btn + .profile-page-share{
        margin-left: 0;
    }
    div#swap-made-games .checkbox-wrapper label,
    div#items_for_sale .checkbox-wrapper label{
        padding-left: 25px;
        font-size: 14px;
    }
    div#swap-made-games .checkbox-wrapper label .badge,
    div#items_for_sale .checkbox-wrapper label .badge{
        font-size: 10px !important;
        line-height: 14px;
        padding-top: 0;
        padding-bottom: 0;
    }
    div#swap-made-games .checkbox-wrapper label:before,
    div#items_for_sale .checkbox-wrapper label:before {
        left: 0;
        position: absolute;
    }
}

.modal-header,.modal-footer {
    border: 0;
}
.search-bundles .search-bar,
.search-hardwares .search-bar{
    margin-bottom: 20px;
}
#edit-alert-modal .search-bar .selectize-control.form-control{
    height: 50px;
}
#edit-alert-modal .search-bar .input-group input{
    height: 48px;
}
.feed-box .communicator_img_wrapper .profile-img-wrap img {
    height: 25px;
    width: 25px;
}

.communicate_with {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 14px;
    width: 100%;
    flex-wrap: wrap;
}
.communicate_with .communicator_img_wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.communicate_with > span {
    margin-right: 10px;
    font-size: 16px;
    color: #51097e;
}

.communicate_with span.pro_name.profile_img_link a {
    color: #da0678;
    text-decoration: none;
}

