
@import url('https://fonts.googleapis.com/css2?family=Cabin&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans&display=swap');



body {
    /* display: flex; */
    align-items: center;
    justify-content: center;
    /* min-height: 100vh; */
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 1em;
    letter-spacing: 0.1px;
    color: var(--main);
    text-rendering: optimizeLegibility;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    -webkit-font-smoothing: antialiased;
}
a{
    text-decoration: none !important;
}
#frame {
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    min-height: 300px;
    padding: 50px 70px;

}
@media screen and (max-width: 360px) {
    #frame {
        width: 100%;
        height: 100vh;
   }
}
#frame #sidepanel {
    float: left;
    min-width: 280px;
    max-width: 365px;
    width: 50%;
    height: 100%;
    /* background: #fff; */
    color: #ffffff;
    overflow: hidden;
    position: relative;
    border: 0.10em solid var(--bgcolor_mix2);
    box-shadow: 1px 0px 7px 0px var(--bgcolor_mix2) inset;
    border-radius: 30px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel {
        width: 58px;
        min-width: 58px;
   }
}
#frame #sidepanel #profile {
    width: 80%;
    margin: 25px auto;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #profile {
        width: 100%;
        margin: 0 auto;
        padding: 5px 0 0 0;
            background: var(--bgcolor_mix1);  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, var(--bgcolor_mix2), var(--bgcolor_mix1));  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, var(--bgcolor_mix2), var(--bgcolor_mix1)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
   }
}
#frame #sidepanel #profile.expanded .wrap {
    height: 210px;
    line-height: initial;
}
#frame #sidepanel #profile.expanded .wrap p {
    margin-top: 20px;
}
#frame #sidepanel #profile.expanded .wrap i.expand-button {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
#frame #sidepanel #profile .wrap {
    height: 60px;
    line-height: 60px;
    /* overflow: hidden; */
    -moz-transition: 0.3s height ease;
    -o-transition: 0.3s height ease;
    -webkit-transition: 0.3s height ease;
    transition: 0.3s height ease;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap {
        height: 50px;
   }
}
#frame #sidepanel #profile .wrap img {
    width: 60px;
    border-radius: 50%;
    padding: 3px;
    border: 2px solid #fff;
    height: auto;
    float: left;
    cursor: pointer;
    -moz-transition: 0.3s border ease;
    -o-transition: 0.3s border ease;
    -webkit-transition: 0.3s border ease;
    transition: 0.3s border ease;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap img {
        width: 40px;
        margin-left: 4px;
        margin-top: 5px;
   }
}
#frame #sidepanel #profile .wrap img.online {
    border: 2px solid #2ecc71;
}
#frame #sidepanel #profile .wrap img.away {
    border: 2px solid #f1c40f;
}
#frame #sidepanel #profile .wrap img.busy {
    border: 2px solid #e74c3c;
}
#frame #sidepanel #profile .wrap img.offline {
    border: 2px solid #95a5a6;
}
#frame #sidepanel #profile .wrap p {
    float: left;
    margin-left: 15px;
    color: var(--main);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 10px;
    width: 150px;
}
#frame #sidepanel #profile .wrap i.expand-button {
    float: right;
    margin-top: 23px;
    font-size: 1.2em;
    cursor: pointer;
    color: #435f7a;
}

#frame #sidepanel #profile .wrap i.expand-button-cart {
    float: right;
    cursor: pointer;
    color: #435f7a;
    position: absolute;
    right: 48px;
    top: 43px;
    opacity: 0.6;
    font-size: 18px !important;
}
#frame #sidepanel #profile .wrap .dropdown-options {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    /* width: 150px; */
    margin: 70px 0 0 0;
    border-radius: 6px;
    z-index: 99;
    line-height: initial;
    background: var(--bgcolor_mix1);  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, var(--bgcolor_mix2), var(--bgcolor_mix1));  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, var(--bgcolor_mix2), var(--bgcolor_mix1)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    /* padding-right: 10px; */
    /* padding-left: 10px; */
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap .dropdown-options {
        /* width: 58px; */
        margin-top: 57px;
   }
}
#frame #sidepanel #profile .wrap .dropdown-options.active {
    opacity: 1;
    visibility: visible;
    margin: 75px 0 0 0;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap .dropdown-options.active {
        margin-top: 62px;
   }
}
#frame #sidepanel #profile .wrap .dropdown-options:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid var(--bgcolor_mix1);
    margin: -8px 0 0 24px;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap .dropdown-options:before {
        margin-left: 23px;
   }
}
#frame #sidepanel #profile .wrap .dropdown-options ul {
    overflow: hidden;
    border-radius: 6px;
}
#frame #sidepanel #profile .wrap .dropdown-options ul li {
    /* padding: 15px 0 30px 18px; */
    /* display: block; */
    cursor: pointer;
    padding: 20px;
    /* padding-left: 50px; */
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap .dropdown-options ul li {
        /* padding: 15px 0 35px 22px; */
   }
}
#frame #sidepanel #profile .wrap .dropdown-options ul li:hover {
    background: var(--hover_option);
}
#frame #sidepanel #profile .wrap .dropdown-options ul li span.status-circle {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 5px 0 0 0;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap .dropdown-options ul li span.status-circle {
        width: 14px;
        height: 14px;
   }
}
#frame #sidepanel #profile .wrap .dropdown-options ul li span.status-circle:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    margin: -3px 0 0 -3px;
    background: transparent;
    border-radius: 50%;
    z-index: 0;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap .dropdown-options ul li span.status-circle:before {
        height: 18px;
        width: 18px;
   }
}
#frame #sidepanel #profile .wrap .dropdown-options ul li p {
    padding-left: 12px;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap .dropdown-options ul li p {
        display: none;
   }
}
/* #frame #sidepanel #profile .wrap .dropdown-options ul li#status-online span.status-circle {
    background: #2ecc71;
}
#frame #sidepanel #profile .wrap .dropdown-options ul li#status-online.active span.status-circle:before {
    border: 1px solid #2ecc71;
}
#frame #sidepanel #profile .wrap .dropdown-options ul li#status-away span.status-circle {
    background: #f1c40f;
}
#frame #sidepanel #profile .wrap .dropdown-options ul li#status-away.active span.status-circle:before {
    border: 1px solid #f1c40f;
}
#frame #sidepanel #profile .wrap .dropdown-options ul li#status-busy span.status-circle {
    background: #e74c3c;
}
#frame #sidepanel #profile .wrap .dropdown-options ul li#status-busy.active span.status-circle:before {
    border: 1px solid #e74c3c;
}
#frame #sidepanel #profile .wrap .dropdown-options ul li#status-offline span.status-circle {
    background: #95a5a6;
}
#frame #sidepanel #profile .wrap .dropdown-options ul li#status-offline.active span.status-circle:before {
    border: 1px solid #95a5a6;
} */
#frame #sidepanel #profile .wrap #expanded {
    padding: 100px 0 0 0;
    display: block;
    line-height: initial !important;
}
#frame #sidepanel #profile .wrap #expanded label {
    float: left;
    clear: both;
    margin: 0 8px 5px 0;
    padding: 5px 0;
}
#frame #sidepanel #profile .wrap #expanded input {
    border: none;
    margin-bottom: 6px;
    background: var(--main);
    border-radius: 3px;
    color: #f5f5f5;
    padding: 7px;
    width: calc(100% - 43px);
}
#frame #sidepanel #profile .wrap #expanded input:focus {
    outline: none;
    background: #435f7a;
}
#frame #sidepanel #search {
    /* border-top: 1px solid var(--main);
    border-bottom: 1px solid var(--main); */
    font-weight: 300;
    text-align: center;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #search {
        display: none;
   }
}
#frame #sidepanel #search label {
    position: absolute;
    margin: 10px 0 0 20px;
}
#frame #sidepanel #search input {

}
#frame #sidepanel #search input:focus {
    outline: none;
    background: var(--bgcolor_mix2);
}
#frame #sidepanel #search input::-webkit-input-placeholder {
    color: #fff;
}
#frame #sidepanel #search input::-moz-placeholder {
    color: #fff;
}
#frame #sidepanel #search input:-ms-input-placeholder {
    color: #fff;
}
#frame #sidepanel #search input:-moz-placeholder {
    color: #fff;
}
#frame #sidepanel #contacts {
    height: calc(100% - 230px);
    /* height: calc(100% - 60px); */
    /* overflow-y: scroll; */
    overflow-x: hidden;
}
@media screen and (max-width: 735px) {
  
}
#frame #sidepanel #contacts.expanded {
    height: calc(100% - 334px);
}
#frame #sidepanel #contacts::-webkit-scrollbar {
    width: 8px;
    background: var(--scrollbar_bg);
}
#frame #sidepanel #contacts::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar_thumb);
}
#frame #sidepanel #contacts ul li.contact {
    position: relative;
 padding: 10px 0 15px 0;
 font-size: 0.9em;
 cursor: default;
 box-shadow: -2px 1px 4px 0px var(--contact_shadow);
 border-bottom: 1px solid var(--contact_border);
}
#frame #sidepanel #contacts #sales-list ul li.contact {
    position: relative;
    padding: 10px 0 15px 0;
    font-size: 0.9em;
    cursor: default;
    /* box-shadow: -2px 1px 4px 0px var(--contact_shadow); */
    /*    border-bottom: 1px solid var(--contact_border); */
    margin-bottom: 20px;
    box-shadow: 2px 0px 11px 2px var(--sales_shadow);
    margin-top: 10px;
    border-radius: 8px !important;
}
@media screen and (max-width: 735px) {
  
}
#frame #sidepanel #contacts ul li.contact:hover {
    background: #8f91931c;
}
#frame #sidepanel #contacts ul li.contact.active {
    background: var(--main);
    border-right: 5px solid #435f7a;
}
#frame #sidepanel #contacts ul li.contact.active span.contact-status {
    border: 2px solid #2d4360 !important;
}
#frame #sidepanel #contacts ul li.contact .wrap {
    width: 88%;
    margin: 0 auto;
    position: relative;
    /* cursor: pointer; */
    margin-top: 20px !important;
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #contacts ul li.contact .wrap {
        width: 100%;
   }
}
#frame #sidepanel #contacts ul li.contact .wrap span {
    position: absolute;
    left: 0;
    margin: -2px 0 0 -2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid var(--scrollbar_bg);
    background: #95a5a6;
}
#frame #sidepanel #contacts ul li.contact .wrap span.online {
    background: #2ecc71;
}
#frame #sidepanel #contacts ul li.contact .wrap span.away {
    background: #f1c40f;
}
#frame #sidepanel #contacts ul li.contact .wrap span.busy {
    background: #e74c3c;
}
#frame #sidepanel #contacts ul li.contact .wrap img {
    width: 40px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    /* margin-top: 20px; */
    /* margin-bottom: 0px; */
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #contacts ul li.contact .wrap img {
        margin-right: 0px;
   }
}
#frame #sidepanel #contacts ul li.contact .wrap .meta {
    /* padding: 5px 0 0 0; */
}
@media screen and (max-width: 735px) {
    #frame #sidepanel #contacts ul li.contact .wrap .meta {
        display: none;
   }
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .name {
    font-weight: 500;
    color: var(--main);
    font-size: 0.85em;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .preview {
    /* margin: 5px 5px 20px 0; */
    /* padding: 0 0 1px; */
    font-weight: 400;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
    /* font-weight: bold; */
    color: var(--main);
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .preview span {
    position: initial;
    border-radius: initial;
    background: none;
    border: none;
    padding: 0 2px 0 0;
    margin: 0 0 0 1px;
    opacity: .5;
}
#bottom-bar {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: var(--bgcolor_mix1);
    /* z-index: 2000; */
}
#bottom-bar button {
    float: left;
    border: none;
    width: 50%;
    padding: 15px 0;
    background: var(--bgcolor_mix1);  /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, var(--bgcolor_mix2), var(--bgcolor_mix1));  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, var(--bgcolor_mix2), var(--bgcolor_mix1)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #ffffff;
    cursor: pointer;
    font-size: 0.85em;
    /* font-family: 'Cabin', sans-serif; */
}
#bottom-bar .active {
    background: var(--hover_option) !important;
}
.dashboard-page #bottom-bar button{
    padding: 10px 0 0 0 !important;
}

#bottom-bar button:focus {
    outline: none;
}
#bottom-bar button {
    border-right: 1px solid var(--bgcolor_mix2);
}
#bottom-bar button:hover {
    background: var(--hover_option);
}
#bottom-bar button i {
    margin-right: 3px;
    font-size: 1em;
}
@media screen and (max-width: 735px) {
   
}
#frame .content {
    float: right;
    width: 60%;
    height: 100%;
    overflow: hidden;
    position: relative;
    border: 0.10em solid var(--bgcolor_mix2);
    box-shadow: 1px 0px 7px 0px var(--bgcolor_mix2) inset;
    border-radius: 30px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background: #000;
}

.old_chat_content {
    background: #fff !important;
}

@media screen and (max-width: 735px) {
    #frame .content {
        width: calc(100% - 58px);
        min-width: 300px !important;
        /* transition: width 2s, height 4s; */
   }
}
@media screen and (min-width: 900px) {
    #frame .content {
        width: calc(100% - 340px);
        display: block;
   }
}
#frame .content .contact-profile {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: var(--bgcolor_mix1);  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, var(--bgcolor_mix2), var(--bgcolor_mix1));  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, var(--bgcolor_mix2), var(--bgcolor_mix1)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    position: relative;
    z-index: 1;


}
/* #frame .content .contact-profile img {
    width: 40px;
    border-radius: 50%;
    float: left;
    margin: 9px 12px 0 9px;
} */
#frame .content .contact-profile p {
    float: left;
}
#frame .content .contact-profile .social-media {
    float: right;
}
#frame .content .contact-profile .social-media i {
    margin-left: 14px;
    cursor: pointer;
}
#frame .content .contact-profile .social-media i:nth-last-child(1) {
    margin-right: 20px;
}
#frame .content .contact-profile .social-media i:hover {
    color: #435f7a;
}
#frame .content .messages {
    height: auto;
    /* min-height: calc(100% - 93px); */
    max-height: calc(100% - 155px);
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
}
#frame .content .messages::-webkit-scrollbar {
    width: 8px;
    background: transparent;
}
#frame .content .messages::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
}
#frame .content .messages ul li {
    display: inline-block;
    clear: both;
    float: left;
    margin: 2px 15px 5px 10px;
    width: calc(100% - 25px);
    font-size: 0.9em;
}
#frame .content .messages ul li:nth-last-child(1) {
    margin-bottom: 20px;
}
#frame .content .messages ul li.sent img {
    margin: 6px 8px 0 0;
}
#frame .content .messages ul li.sent p {
    color: var(--main);
    background: #f5f5f5;
    box-shadow: 1px 2px 6px 3px #88888882;
    overflow-wrap: break-word;
}

.old_chat_content .messages ul li.sent p{
    color: #000 !important;
    background: #fff !important;
}
#frame .content .messages ul li.replies img {
    float: right;
    margin: 6px 0 0 8px;
}
#frame .content .messages ul li.replies p {
    background: var(--main);
    float: right;
    box-shadow: 0px 0px 3px 2px #2e426078;
    color: #fff;
    overflow-wrap: break-word;
}
#frame .content .messages ul li img {
    width: 22px;
    border-radius: 50%;
    float: left;
}
#frame .content .messages ul li p {
    display: inline-block;
    padding: 10px 15px;
    max-width: 205px;
    line-height: 130%;
    border-radius: 10px 10px 10px 0;
    padding: 10px 15px 12px 15px !important;
}
@media screen and (min-width: 735px) {
    #frame .content .messages ul li p {
        max-width: 300px;
   }
}
#frame .content .message-input {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 99;
    background: transparent;
    padding: 10px;
    /* box-shadow: 1px 9px 8px 10px #313131c9; */
    /*! padding: 15px; */
    /* padding-left: 10px;
    padding-right: 10px; */
}


/* INPUT MESSAGE FOR NEW MESSAGES */

#frame .content .chat_window_sidebar .message-input {
    bottom: 0;
    width: 100%;
    z-index: 99;
    background: transparent;
    padding: 10px;
    position: static !important;
}


#frame .content .message-input .wrap {
    position: relative;
}
#frame .content .message-input .wrap input {
    /* font-family: 'Cabin', sans-serif; */
    float: left;
    border: none;
    width: calc(100% - 90px);
    padding: 11px 32px 10px 8px;
    font-size: 0.8em;
    color: var(--main);
}
@media screen and (max-width: 735px) {
    #frame .content .message-input .wrap input {
        padding: 15px 32px 16px 8px;
   }
}
#frame .content .message-input .wrap input:focus {
    outline: none;
}
#frame .content .message-input .wrap .attachment {
    position: absolute;
    right: 60px;
    z-index: 4;
    margin-top: 10px;
    font-size: 1.1em;
    color: #435f7a;
    opacity: .5;
    cursor: pointer;
}
@media screen and (max-width: 735px) {
    #frame .content .message-input .wrap .attachment {
        margin-top: 17px;
        right: 65px;
   }
}
#frame .content .message-input .wrap .attachment:hover {
    opacity: 1;
}
#frame .content .message-input .wrap button {
    float: right;
    border: none;
    width: 50px;
    padding: 12px 0;
    cursor: pointer;
    background: var(--main);
    color: #f5f5f5;
}
@media screen and (max-width: 735px) {
    #frame .content .message-input .wrap button {
        padding: 16px 0;
   }
}
#frame .content .message-input .wrap button:hover {
    background: #435f7a;
}
#frame .content .message-input .wrap button:focus {
    outline: none;
}
/* Scroll */

/*scroll  */
::-webkit-scrollbar {
    width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #d3d3d3; 
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #445f84;
}



/* Bootstrap Defaults */

.modal-dialog .btn-sm{
    padding: 0.24rem 0.4rem !important;
    font-size: .85rem !important;
}

    
.btn-sm{
    padding: 0.24rem 0.4rem !important;
    font-size: .75rem !important;
}

.btn-primary{
    background: var(--bgcolor_mix1);  /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, var(--bgcolor_mix2), var(--bgcolor_mix1));  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, var(--bgcolor_mix2), var(--bgcolor_mix1)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-color: #ffffff !important;
}

.btn-outline-primary {
    color: #2d4360 !important;
    border-color: #2d4360 !important;
}

.btn-warning{
    color: #fff !important;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:hover{
    color: #fff !important;
}

.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #2d4360 !important;
    border-color: #2d4360 !important;
}
.form-control{
    border: 1px solid var(--main); 
}
.alert-danger , .alert-success{
    font-size: 80% !important;
}
.alert-dismissible .close{
    padding: 5px !important;
}
.alert-dismissible {
    padding: 21px !important;
}

.dropdown-item{
    line-height: 2.0 !important;
    padding: 0.12rem 1.5rem !important;
    color: #fff !important;
    font-size: 14px;
}
.dropdown-item.active, .dropdown-item:active, 
.dropdown-item:focus, .dropdown-item:hover{
    color: #fff !important;
    text-decoration: none;
    background-color: var(--hover_option) !important;
}
.dropdown-divider{
    border-top: 1px solid #d9d9d996;
}

.dropdown-settings{
    background: var(--bgcolor_mix1);  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, var(--bgcolor_mix2), var(--bgcolor_mix1));  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, var(--bgcolor_mix2), var(--bgcolor_mix1)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    top: 45px !important;
    left: 15px !important;
    z-index: 99999;
}

.dropdown-filter-selection{
    background: var(--bgcolor_mix1);  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, var(--bgcolor_mix2), var(--bgcolor_mix1));  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, var(--bgcolor_mix2), var(--bgcolor_mix1)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    top: 0px !important;
    left: -30px !important;
    z-index: 99999;
}

.dropdown-filter-selection .dropdown-item{
    line-height: 1.3 !important;
}

.dropdown-filter-submenu{
    background: var(--bgcolor_mix1);  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, var(--bgcolor_mix2), var(--bgcolor_mix1));  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, var(--bgcolor_mix2), var(--bgcolor_mix1)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    top: 2px !important;
    left: 145px !important;
    width: 7px !important;
}

.sorting-mobile{
    display: none !important;
}
.page-link{
    color: var(--bgcolor_mix2) !important;
}
.page-item.active .page-link{
    color: #FFF !important;
    background-color: var(--bgcolor_mix2) !important;
    border-color: var(--bgcolor_mix2) !important;
}
.table{
    width: 100% !important;
}
.modal-title{
    font-size: 17px;
}
.modal-backdrop
{
    opacity:0.7 !important;
}

.modal-header .close{
    padding: 0 !important;
    margin: 0 !important;
    color: #fff !important;
}

.modal-header{
    background: var(--bgcolor_mix1);  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, var(--bgcolor_mix2), var(--bgcolor_mix1));  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, var(--bgcolor_mix2), var(--bgcolor_mix1)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
}
.modal-myorder{
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%!important;
}
.myorder-badge{
    background: #ff0000;
    color: #fff;
    font-size: 14px;
}
.negotiation_countdown , .auto_change_countdown{
    font-size: 0.9em !important;
    color: #ff0000 !important;
    font-weight: bold;
}

.paypal-paid-badge{
    background: #ff0000 !important;
    color: #fff;
}

#tbl_negotiations thead , #tbl_invoices thead , #tbl_more_info_invoice thead , #tbl_coupons thead{
    background: #000;
    color: #fff;
}

.account-notif-count{
    color: #fff;
    position: absolute;
    right: 26px;
    top: 35px;
    font-size: 13px !important;
    z-index: 1000;
}

.coupon_code_div{
    width: 60% !important;
    margin: 0 auto;
}

.add_coupon_div{
    /* width: 70% !important;
    margin: 0 auto; */
}
.discount_code{
    font-size: 0.9em;
}

.remove-coupon-submit-btn{
    font-size: 1.15em;
}
.discounted_amount{
    font-weight: bold;
    color: #28a745;
    margin-top: 8px;
    font-size: 1.04em;
}
.orig_amount_discount{
    text-decoration: line-through;
    text-decoration-color:#ED213A;
    font-weight: bold;
    text-decoration-thickness: 2px;
}
.fed_ex1{
    color: #fff;
    font-weight: bold;
}

.fed_ex2{
    color: #FF6600;
    font-weight: bold;
}
.fedex_btn{
    background: #4D148C !important;
    color: #fff !important;
}

.japan_post_btn{
    background: #cc0208 !important;
    color: #fff !important;
}
.scroll-type-body{
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

.accordion .card-body{
    color: var(--hover_option);
}

.accordion-text-header{
    color: #21487e;
    font-weight: 600 !important;
    margin-left: 5px;
}

#trouble-accordion .row{
    cursor: pointer;
}
#trouble-accordion i {
    color: var(--bgcolor_mix2);
    font-size: 1.3em;
}

.accordion .card .row {
    background: url('../images/help/ico/arrow_up.png') no-repeat calc(100% - 10px) center;
    background-size: 25px;
    cursor: pointer;
  }

.accordion .card .collapsed {
    background-image: url('../images/help/ico/arrow_down.png');
  }

.jports-header{
    font-weight: 600;
    color: #b30202;
}

.add_card_warning{
    color: #ED213A;
    display: none;
}


.btn-danger{
    background: #ED213A;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #93291E, #ED213A);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #93291E, #ED213A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border: 1px solid #ED213A !important;
}

.btn-info{

    background: #2193b0;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #6dd5ed, #2193b0);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #6dd5ed, #2193b0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border: 1px solid #6dd5ed !important;

}
.btn-success{
    background: #52c234;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #389517, #52c234);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #278f02, #197600); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  
  }

.btn-success.disabled, .btn-success:disabled , 
.btn-warning.disabled, .btn-warning:disabled ,
.btn-danger.disabled, .btn-danger:disabled  {
    color: #fff !important;
    background-color: #7f7f7f !important;
    border-color: #7f7f7f !important;
    cursor: not-allowed;
    opacity: .35 !important;
}
/* CENTER MODAL */
/* .modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
@media(max-width: 768px) {
  .modal-dialog {
    min-height: calc(100vh - 20px);
  }
} */

/* HomePage */

.text-help , .remember-me, .termsandconditions{
    color: #2d4360 !important;
}

.help-img{
    margin: 0 auto;
    width: 100%;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.help-img-android{
    margin: 0 auto;
    width: 30%;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}


.form-active{
    display: block !important;
}
.welcome-login, .welcome-signup , .forgot-pass , .confirmation-email{
	margin: 0 auto;
	text-align: center;
	color: #fff;
    /* margin-top: 50px; */
    display: none;
}
.welcome-signup{
	display:none;
}

.item-notes-text{
    max-width: 500px !important;
}
.toggle.ios, .toggle-on.ios, .toggle-off.ios { border-radius: 20rem; }
.toggle.ios .toggle-handle { border-radius: 20rem; }

.btn-outline-light {
    color: #f8f9fa;
    border-color: #fff !important;
}

#login-form .input-group-text , #register-form .input-group-text , 
#recover-pass-form .input-group-text , #confirmation-email-form .input-group-text{
    border-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


#login-form input , #register-form input , #register-form select,
#recover-pass-form input , #confirmation-email-form input
{
    border-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#login-form .input-password{
    border-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#login-form .input-password-group{
    border-radius: 20px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

#login-form button , #register-form button,
#recover-pass-form button , #recover-pass-form .back-btn , #confirmation-email-form .back-btn,
#confirmation-email-form button{
    border-radius: 20px !important;
}
  



.welcomelogo{
	/* width: 70% !important;
	height: 60px; */
	margin: 0 auto;
	margin-top: 0px;
	display: block;
	margin-top: 25px;
}
.welcomelogo-tia{
	/* width: 50px;
    height: 50px; */
    margin: 0 auto;
    margin-top: 0px;
    display: block;
    margin-top: 9px;
    width: 140px;
}

.welcomelogo-ae-jp{
    margin: 0 auto;
    margin-top: 0px;
    display: block;
    margin-top: 15px;
    width: 150px;
}

.welcomelogo-lba{
    margin: 0 auto;
    margin-top: 0px;
    display: block;
    margin-top: 15px;
    width: 180px;
}

.welcome-h{
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    color: var(--main);
}

.social_media_form{
    margin-top: -20px;
}

.request-msg{
    color: #2e4260;
    font-weight: 500;
}
.login-row{
    margin: 10px auto;
    width: 80%;
}
.register-row , .profilename_row ,
 .forgot-pass-row, .confirmation-email-row {
	margin: 30px auto;
	width: 80%;
}
.splash-screen{
    height: calc(100% - 60px) !important;
}

.submit-spinner-register, .submit-spinner-login{
    width: 20px !important;
    height: 20px !important;
    display:none;
}
.submit-btn{
    padding: 10px !important;
}

#chat-bar{
    display: none;;
}

.bottom-bar-mb{
    display: none;
}

.bottom-bar-dk{
    display: block;
}

.forgot-link, .confirmation-email-link , .havingtrouble {
    color:var(--main);
    cursor: pointer;
    line-height: 1.2;
}

.login_seperator_div{
    margin-top: 2rem;
}
#facebook_login_btn{
    margin-bottom: 30px;
}
.google_login_btn_form{
    margin-top: -20px;
    margin-left: 35px;
}

.google_login_div{
    margin-top: 4rem;
}

.content-login{
    background: #fff !important;
}

.bid-restrict{
    font-size: 0.8rem !important;
}
/* Dashboard */
.more-info-ico{
    font-size: 1em;
    color: #6e5954;
}
.moveup-btn{
    margin-top: -100px;
    position: fixed;
    right: -87px;
    top: 150px;
    transition: all 0.2s ease-in 0s;
    cursor: pointer;
}
.moveup-btn:hover{
    right: -5px;
}
.moveup-btn i{
    font-size: 16px;
}

.brand-name{
    margin-bottom: 5px;
    color: var(--main);
    margin-top: -5px;
    font-weight: 700;
    width: 260px;
    font-size: .92em;
}

.condition-notes{
    color: var(--main);
    margin-top: 5px !important;
    float: left;
}

.condition-notes .badge{
    background: #fff !important;
    border: 1px solid #218838;
    color: #218838;
    font-size: 0.85em;
    padding: 2px;
    font-weight: 100;
    cursor: pointer;
}
    
.winning_bid_trophy{
    color: #FFD700;
    font-size: 1.5em;
    position: absolute;
    left: 9px;
    top: 14px;  
}
.wrap .name{
    color: var(--main);
    font-size: 0.9em;
}

.inverted-message{
    position: relative !important;
    box-shadow: 2px 1px 8px 0px #313131 !important;
    margin-bottom: 20px !important;
}
.hide-auction{
    display: none;
}

.auction-countdown{
    color: var(--bgcolor_mix2);
    font-size: 13px;
    margin-left: -5px;
    margin-top: 10px;
    position: absolute;
}
.auction-sec{
    color: #d81818;
    font-size: 12.5px;
    position: absolute;
    left: 70px;
    margin-top: 10px;
}
.auction-sec-countdown-beat{
    -webkit-animation: countdownbeat .55s ease infinite alternate;
    animation: countdownbeat .55s ease infinite alternate;
}
.dollar-sign, .yen-sign , .currency-symbol{
    vertical-align: top;
    font-size: .7em;
}

.use_auction_number{
    width: 50px !important;
    font-size: 0.6em!important;
}

.appraised_price{
    font-size: 13px;
    vertical-align: text-top;
    text-decoration: line-through;
    display: block;
    margin-left: -10px;
    margin-top: -9px;
    margin-bottom: -7.5px;
}

.tags a {
    float: left;
    position: relative;
    width: auto;
    margin-left: 20px;
    padding: 0 20px 0 16px;
    line-height: 30px;
    background: #FF512F;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #F09819, #FF512F);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #F09819, #FF512F); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff !important;
    font-size: 17px;
    text-decoration: none;
    padding-top: 5px;
}


.tags a:before {
    content: "";
    position: absolute;
    top: 0;		
    width: 0;
    height: 0;		
    border-style: solid;		
}

.tags a:after {
    content: "";
    position: absolute;
    top: 16px;
    width: 4px;
    height: 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    -moz-box-shadow: -1px -1px 2px #b7b5b3;
    -webkit-box-shadow: -1px -1px 2px #cac7c5;
    box-shadow: -1px -1px 2px #c3c0bd;
}

/* Add rounded corners to left end of the anchor tag */	
.post-tag a {		
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}

/* Position right and show only left border of triangle  */
.post-tag a:before {
    right: -39.3px;
    border-color: transparent transparent transparent #FF512F;
    border-width: 16.5px 23px 19px 17px;
}

/* Fix the circle between anchor box and triangle right to it  */
.post-tag a:after {		
    right: -2px;
}

/* TIMESALE TAG */
.ts-tag a{
    background: #000000 !important;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #000000, 000000) !important;;  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #525252c2, #000000) !important;;
    text-decoration: auto;
}
.ts-tag a:before {
    right: -40px;
    border-color: transparent transparent transparent #000000;
    border-width: 16px 21px 19px 19px;
}

.appr-tag .post-tag a:before{
    border-width: 23px 20px 22px 20px;
}

.appr-tag a{
    height: 45px;
    font-size: 19px;
    padding-top: 5px;
    background: linear-gradient(to right, #b10404, #fe5635);
}

.appr-tag .post-tag a:after {
    top: 22px;
}

.appraised_quotient_price{
    padding-bottom: 10px;
}
.countdown-period{
    display:  none !important;
}

/* UPLOADING OF PHOTO */

#upload_image {
    display:none;
}
#wrapper
{
    margin:0 auto;
    padding:0px;
    text-align:center;
}
#wrapper h1
{
 margin-top:150px;
 font-size:55px;
 color:#083f70;
}
#wrapper h1 a
{
 color:#083f70;
 font-size:18px;
}
#image_div .img_wrapper
{
 width:180px;
 position:relative;
}
#image_div .img_wrapper img
{
 width: 120px;
 border-radius: 10px;
}
#image_div .img_wrapper:hover img
{
 -webkit-filter: blur(2px);
}
#image_div .img_wrapper label
{
    display: none;
    position: absolute;
    margin: 0 auto;
    padding-left: 20px;
}
#image_div .img_wrapper:hover label
{
 display:table-cell;
}
#image_div .img_wrapper .choosefilebtn
{
  /* background-color: #00000038; */
  border:none;
  color: #0e0e0e85;
  font-weight:bold;
  font-size: 23px;
  padding: px;
  cursor: pointer;
  border-radius: 50px;
  opacity: 0.8 !important;
  -moz-opacity: 10%;
  -webkit-opacity: 5%;
}
.profile-pic {
  max-width: 200px;
  max-height: 200px;
  display: block;
}

.file-upload {
  display: none;
}
.circle {
  border-radius: 1000px !important;
  overflow: hidden;
  width: 128px;
  height: 128px;
  border: 8px solid rgba(95, 82, 82, 0.7);
  margin: 0 auto;
}
.meta-item-2{
    padding-top: 28px !important;
}
.meta-item{
    padding-top: 30px !important;
}
.img-viewer{
    border-radius: 6px !important;
    width: 70px !important;
    /* overflow: hidden; */
    cursor:zoom-in;
    margin-left: -10px;
}
.img-magnify{
    background: #fff;
    border-radius: 5px;
    margin-top: -30px;
    border: 1px solid #dee2e6;
    padding: 2px;
    overflow: hidden;
}

.active-users{
    text-align: center;
    color: var(--main);
    padding: 10px;
    font-size: 0.9em;
    /* position: absolute;
    top: 170px;
    left: 100px;  */
}
.active-users i{
    color: #197600;
    font-size: 0.70em;
}
.preview-tag-number{
    margin-top: -10px !important;
    /* margin-bottom: 30px !important; */
    margin-left: 60px !important;
    font-size: 0.85em;
}

.gallery_cont p{
    font-size: 0.85rem;
}
.gradings{
    color: var(--main);
    margin-top: -18px;
    /* margin-bottom: 35px !important; */
    margin-right: 18% !important;
    font-size: 0.85em !important;
    /* font-weight: bold; */
    float: right;
}
/* .gradings i{
    font-size: 15px;
} */
.p-image {
    position: absolute;
    top: 284px;
    right: 108px;
    color: #666666;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    /* width: 50px; */
    font-size: 14px;

}
.p-image:hover {
transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.upload-button {
  border:0;
  color: #fff;
  background: #00a900;
  padding: 8px;
  border-radius: 5px;
}

.upload-button:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    background: #007100;
}
.messagearea{
    /* height: 60px !important; */
    border-radius: 20px !important;
}
.mb-dropdown{
    display: none !important;
    float: right;
    font-size: 23px;
    margin: 15px;
    cursor: pointer;
}
.emojionearea, .emojionearea.form-control{
    padding-right: 50px !important;
    padding-left: 50px !important;
    padding-top: 5px !important;
}
.emojionearea .emojionearea-button{
    left: 15px !important;
    top: 15px !important;
}
.emojionearea .emojionearea-editor{
    color: #fff !important;
}

.old_message_input .emojionearea .emojionearea-editor{
    color: #000 !important;
}
.emojionearea-editor:not(.inline) {
    height: 10px !important;
    min-height: 3.2em!important;
    overflow-y: auto !important;
    padding: 10px 24px 6px 12px !important;
}

.emojionearea .emojionearea-picker.emojionearea-picker-position-top {
    left: 0 !important;
}

.joypixels,.emojione{
    margin: 0 !important;
    width: 23px !important;
    float: none !important;
    /* margin-top: -10px !important; */
}
#jp_submitmessage{
    position: absolute;
    top: 15px;
    font-size: 20px;
    right: 32px;
    cursor: pointer;
    color: var(--bgcolor_mix1);
}
.sender-name{
    display: block;
    font-weight: 600;
    margin: 7px 40px;
    color: var(--main);
}
.timeago{
    margin: 20px 5px 5px 5px;
    font-size: 12px;
    display: block;
    float: right;
    color: #8f8b8b;
}
.purchase-btn{
    float: right;
    margin-top: -29px;
}
.icon-online-tab{
    color: #00ff3a;
}
.planned-price {
    /* font-weight: bold; */
    /* color: var(--main); */
    /* font-size: 18px; */
    /* margin-top: -20px; */
    /* margin-left: -21px; */
    position: absolute;
    top: -15px;
    left: -20px;
}

.btb-btn-disabled{
    background-color: #007bff !important;
    border-color: #007bff !important;
    opacity: 0.2;
    cursor: not-allowed;
}
.purchase-btn-disabled{
    opacity: .20 !important;
}

.btn-auction{
    font-size: 0.93em;
    border-radius: 5px !important;
}
.end-item-auction{
    float: left;
    margin-top: -28px;
    margin-left: 15px;
    font-size: 0.93em !important;
}
.ports-bot{
    text-align: center;
    padding: 15px;
}

.ports-bot img{
    float: none !important;
}
.system-name{
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
}
.system-text{
    color: var(--system_text);
    /* font-weight: 500; */
}
.msg-replies-me{
     /* background: var(--bgcolor_mix1) !important; */  /* fallback for old browsers */
     background: -webkit-linear-gradient(to right, var(--bgcolor_mix2), var(--bgcolor_mix1)) !important;  /* Chrome 10-25, Safari 5.1-6 */
     /* background: linear-gradient(to bottom, var(--bgcolor_mix2), var(--bgcolor_mix1)) !important; */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
     color: #fff !important;
     background: #0000002b !important;
}

.system-congratulations-msg{
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
    text-shadow: 1px 1px 1px #ffffffbf, 3px 3px 5px #2139688f;
    color: var(--system_text);
}
.confetti-img{
    width: 65px !important;
}
/* Modal Congratulations  */
.bg-congratulations {
    background-image: url('../images/cogratulations_baloons.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    background-position: -25px -35px;
}
.congratulations-custom{
    background-position: -2px -60px !important;
}

.c-header-message{
    margin-top: 3em;
    font-size: 30px;
    font-weight: 500;
    color: var(--main);
    margin-bottom: 16px;
    text-align: center;
    display: block;
}
.c-custom-header{
    margin-top: 3em !important;
}
.c-bulk-message{
    color: #2d4360 !important;
    font-size: 1.5em !important;
    margin-bottom: 40px !important;
    text-align: center;
    display: block;
}
.c-description{
    text-align: center;
    font-size: 18px;
    color: var(--main);
}
.c-description-custom{
    text-align: left;
    font-size: 15px;
    color: var(--main);
    margin-top: 15px;
}
.c-label, .c-price, .c-number-invoice, .c-shipping-price{
    font-weight: 600;
}
#btn-purchase{
    font-size: 0.93em;
    border-radius: 5px !important;
}
.btn-purchase-paypal{
    border-radius: 50px !important;
    background: #0070BA !important;
    border: none !important;
    margin: 0 auto !important;
    display: block !important;
    padding-left: 30px !important;
    padding-right: 30px !important; 
    padding-top: 13px !important;
    padding-bottom: 13px !important;
}

.btn-purchase-paypal-order{
    background: #0070BA !important;
    padding: 6px;
}
.btn-purchase-takeme{
    border-radius: 50px !important;
    background: #df0629 !important;
    border: none !important;
    margin: 0 auto !important;
    display: block !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    margin-top: 25px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.btn-purchase-takeme-order{

    background: #df0629 !important;
    padding: 6px;
}
.btn-purchase-combine{
    border-radius: 50px !important;
    border: none !important;
    margin: 0 auto !important;
    display: block !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    padding-left: 20px !important;
    padding-right: 20px !important; 
}
.btn-continue-shopping{
    border-radius: 50px !important;
    margin: 0 auto;
    display: block !important;
    padding-left: 20px !important;
    padding-right: 20px !important; 
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    margin-top: 30px;
    margin-bottom: 30px;
}
#btn-upgradeshipping{
   border-radius: 50px !important;
   margin: 0 auto !important;
   display: block !important;
   padding-left: 24px !important;
   padding-right: 24px !important; 
   padding-top: 14px !important;
   padding-bottom: 14px !important;
   margin-bottom: 30px;
}
.combine-invoice-message, .upgrade-shipping-message{
    font-size: 17px !important;
    padding: 5px;
}
.paypal-logo{
    width: 18px;
    color: #fff;
}
.combine-invoice-logo{
    width: 35px;
}

.nav-collapse{
    color: #ffffff;
    font-size: 18px;
    float: left;
    margin-left: 20px;
    display: none;
    cursor: pointer;
}
.nav-show {
    /* color: #ffffff;
    font-size: 18px;
    float: right;
    margin-right: 20px; */
    cursor: pointer;
    /* margin-top: -5px; */
    display: none;
}

.contact-email{
    color: var(--main);
    margin: 0;
    margin-top: -15px;
    font-size: 12px;
}
.toggle.ios, .toggle-on.ios, .toggle-off.ios { border-radius: 20rem; }
.toggle.ios .toggle-handle { border-radius: 20rem; }

.toggle-on.btn , .toggle-off.btn{
    padding-top: 3px;
}

.toggle-handle{
    background-color: #918b8b !important;
}

.chatbox-title{
    color: var(--chatbox_title);
    font-weight: 500;
    margin-left: 25px;
}

.swal2-title{
    font-size: 20px !important;
    color: var(--main) !important;
    
}

.swal2-content{
    color: var(--main) !important;
}
.swal2-container{
   
    z-index: 999999999999 !important;
}

.swal2-confirm{
    background: var(--bgcolor_mix1) !important;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, var(--bgcolor_mix2), var(--bgcolor_mix1)) !important;  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, var(--bgcolor_mix2), var(--bgcolor_mix1)) !important;  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.swal2-confirm:hover{
    background: #3f578f !important;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, var(--bgcolor_mix2), var(--bgcolor_mix1)) !important;  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, var(--bgcolor_mix2), var(--bgcolor_mix1)) !important;  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


.swal2-icon.swal2-question {
    border-color: #1b283aba !important;
    color: #1b283ac9 !important;
}

.swal2-file, .swal2-input, .swal2-textarea{
    border: 1px solid #1b283ac9 !important;
}

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation{
    background: rgb(4 4 4 / 72%);
}

.swal2-top-end{
    /* background: transparent !important; */
}


.user_block_stream{
    height:100% !important;
}
.cursor-pointer{
    cursor: pointer;
}
/* TEXT COLORS */

.text-color-white{
    color: #fff;
}

.text-color-black{
    color: #000 !important;
}

.text-color-danger{
    color: #ED213A;
}

.text-color-success{
    color: #278f02;
}

.text-color-price{
    color: #e61919;
}

.text-color-warning{
    color: #FF512F;
}
/* HOVER PLUGIN */
.hvr-sweep-to-right:before{
    background: #2d436029 !important;
}
.hvr-sweep-to-right{
    display: block  !important;
}

#page-404 {
    height: 50vh;
}
.text-404{
    font-size: 100px !important;
}
.display-none{
    display: none;
}

.waiting-overlay{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255 255 255 / 50%);
    z-index: 2;
}

.waiting-text{
    width: 200px !important;
    display: inline-block !important;
    color: var(--main);
    font-size: 22px;
    margin-left: -60px;
    margin-top: 25px;
}

.waiting-admin{
    box-shadow: 1px 1px 9px 0px #656565;
    margin-left: 6px;
    margin-right: 6px;
}
.toggle.btn {
    min-width: 7rem !important;
    min-height: 2.15rem !important;
}
.asterisk_form{
    color: #ED213A;
}

.timesale_usd_planned_price{
    position: absolute;
    left: 150px;
    top: 10px;
    font-size: 0.92em !important;
    padding: 8px !important;
}
.text-title-user{
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 20px;
}

/* VIDEO STREAM EMBED */
#controls-jportsstream{
    z-index: 100 !important;
    top: 0 !important;
}
#jportsstream{
    width: 100% !important;
    height: 100% !important;
    overflow: visible !important;
}

#jports_user_stream{
    width: 100% !important;
    height: 100% !important;
    overflow: visible !important;
}

.streamid-link{
    text-align: center;
    display: block;
    margin-top: 25px;
    font-weight: bold;
}

#youtubestream-users{
    position: absolute;
    top: 20;
    left: 0;
    width: 100%;
    height: 90%;
}

#youtubestream-admin{
    width: 100%;
    height: 75%;
    background: #000;
}

#preview_obs_stream{
    width: 600px;
    height: 400px;

}

/* SPINNER LOADING */
.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 100px auto;
  }
  
.sk-cube-grid .sk-cube {
width: 33%;
height: 33%;
background-color: var(--main);
float: left;
-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
        animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
-webkit-animation-delay: 0.2s;
        animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
-webkit-animation-delay: 0.3s;
        animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
-webkit-animation-delay: 0.4s;
        animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
-webkit-animation-delay: 0.1s;
        animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
-webkit-animation-delay: 0.2s;
        animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
-webkit-animation-delay: 0.3s;
        animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
-webkit-animation-delay: 0s;
        animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
-webkit-animation-delay: 0.1s;
        animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
-webkit-animation-delay: 0.2s;
        animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
} 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
}
}

@keyframes sk-cubeGridScaleDelay {
0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
} 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
} 
}


.bomb-ico-size{
    font-size: 13px;
}

.fancybox-content .header-fancy{
    margin-bottom: 40px !important;
    text-decoration: underline;
}   

.fancybox-container{
    z-index: 999999999999 !important;
}

/* FACEBOOK BUTTON */
.loginBtn {
    box-sizing: border-box;
    position: relative;
    /* width: 13em;  - apply for fixed size */
    margin: 0.2em;
    padding: 0 15px 0 46px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 16px;
    color: #FFF;
}
.loginBtn:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 100%;
}
.loginBtn:focus {
    outline: none;
}
.loginBtn:active {
    box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}
  
  
/* Facebook */
.loginBtn--facebook {
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
    text-shadow: 0 -1px 0 #354C8C;
}
.loginBtn--facebook:before {
    border-right: #364e92 1px solid;
    background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
    background-color: #5B7BD5;
    background-image: linear-gradient(#5B7BD5, #4864B1);
}

/* OR SEPERATOR */
.or-seperator {
    margin-top: 8px;
    text-align: center;
    border-top: 1px solid #cccccc;
}
.or-seperator i {
    padding: 0 10px;
    background: #ffffff;
    position: relative;
    top: -11px;
    z-index: 1;
    color: var(--main);
}

.facebook_login_btn_form{
    margin-top: -25px;
}


#gSignIn > div{
    margin: 0 auto;
}

.loadingoverlay{ 
    background: rgb(255 255 255 / 50%) !important;
}

.fb-user-online, .google-user-online{
    width: 15px !important;
    position: absolute !important;
    top: 25px !important;
    left: 28px !important;
}
.chatbox-title-mb{
    display:none;
}
.chat-settings{
    cursor: pointer;
}
.chat-settings-mb{
    display:none !important;
}

/* BIDDER RIBBON */
.ribbon-show {
	display: block !important;
}

.timed_not-hg-bidder{
    margin-top: 65px !important;
    margin-left: 16px !important;
}
.timed_ribbon{
    right: 25px !important;
    top: 5px !important;
}

.not-hg-bidder {
    margin-top: 60px;
    margin-bottom: -30px !important;
    width: 80%;
    /*! margin-left: 30px; */
    text-align: center;
    background: #EF3B36;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #FFFFFF, #ef3b3685);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #FFFFFF, #ef3b3685); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border: none !important;
    border-top-left-radius: 1.2em 1.2em !important;
    border-top-right-radius: 4% !important;
    border-bottom-right-radius: 1.2em 1.2em !important;
    position: absolute !important;
    width: 100px;
    left: 227px;
    padding: 0.1em !important;
    top: -34px;
    font-size: 0.72em !important;
     /* display: none; */
}

.not-hg-bidder i{
    display: block;
    margin-bottom: 5px;
    margin-top: 3px;
}

h1.post-title {
	visibility: hidden;
	width: 0;
	height: 0;
}
.text-waiting{
    padding: 3px !important;
}
.timed-auction-badge{
    margin-top: -64px !important;
}

.admin-highest-bidder{
    text-align: center;
    margin: 20px auto;
    margin-top: -5px !important;
    width: 70%;
    border-color: #997d76 !important;
    color: var(--main) !important;
    background: transparent !important;
    padding: 1px !important;
    border-right: none !important;
    border-left: none !important;
    border-radius: 0 !important;
    border-top: none !important;
    margin-bottom: 2px !important;
    font-size: 0.92em;
}
  
.admin-highest-bidder-name{
    font-weight: bold;
    display: block;
    font-size: 1.2em !important;
    color: #446084;
}
.ribbon {
	font-size: 11px !important;
	width: 100%;
	position: relative;
	background: #3D79D0;
	color: #fff;
	text-align: center;
	padding: 2px 8px 2px 8px;
	/* margin: 2em auto 3em; */
	margin-top: -10px;
	width: 140px;
	margin-right: 1px;
}

.ribbon:after,
.ribbon:before {
	content: "";
	position: absolute;
	display: block;
	bottom: -1em;
	border: 1.5em solid #1D53C0;
	z-index: -1
}

.ribbon:before {
	left: -2em;
	border-right-width: 1.5em;
	border-left-color: transparent
}

.ribbon:after {
	right: -2em;
	border-left-width: 1.5em;
	border-right-color: transparent
}

.ribbon .ribbon-inner:after,
.ribbon .ribbon-inner:before {
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	border-color: #01000c transparent transparent;
	bottom: -1em
}

.ribbon .ribbon-inner:before {
	left: 0;
	border-width: 1em 0 0 1em
}

.ribbon .ribbon-inner:after {
	right: 0;
	border-width: 1em 1em 0 0
}

.viewbid_price{
    font-weight: bold;
}

.takeme-pay{
    color: #898989 !important;
    font-weight: 800;
}

.paymen_secure_sm img{
    /* width: 90%;
    display: block;
    margin: 0 auto;
    margin-top: -30px;
    margin-bottom: 30px; */
    width: 70%;
    margin-top: -30px;
    margin-bottom: 30px;
}
.paymen_secure img{
    width: 95%;
    /* float: right; */
    margin-top: 50px;
}
.payment-method{
   float: right;
}
.payment_details{
    font-size: 0.93em;
}
.payment_details_header img{
    margin-right: 20px;
}

.no_linked_card button{
    padding: 7px 25px;
}
.payment-info{
    margin-bottom: 2px;
}
.add_card_err{
    padding: 0.9rem !important;
    /* display:none; */
}
.text-transform-capitalize{
    text-transform:capitalize;
}

.add_card_profile_accordion .card-header {
    background: none;
    cursor: pointer;
}

.add_card_profile_accordion .card-header , .add_card_profile_accordion .card-body{
    padding-left: 0px;
    padding-right: 0px;
}

.linked_card_profile_accordion .card , .linked_card_profile_accordion .card-header , 
.add_card_profile_accordion .card,
.add_card_profile_accordion .card-header{
 border: 0px !important;
 border-bottom: 0px !important;
}

.linked_card_profile_accordion{
    margin-bottom: 40px;
}

.linked_card_profile_accordion img{
    width: 45px;
}

.linked_card_profile_accordion .card-body{
    font-size: 15px;
}

.linked_card_profile_accordion :hover{
    cursor: pointer;
}
.cc_name_header{
    font-weight: bold;
    font-size: 14px;
    text-transform:capitalize;

}

.cc_expire_header{
    display: block; 
    font-size: 14px;
    margin-top: -2px;
}

.cc_header_div{
    margin-top: -45px;
    margin-left: 70px;
    width: 250px;
}

.linked_card_actions{
    float:right;
    margin-top: -40px;
}

.linked_card_actions button{
    background: #fff;
    border-color: #c4c3c3;
    box-shadow: 2px 2px 2px 0px #888888;
}

.linked_card_actions .btn-group :hover , .linked_card_actions .btn-group :focus,
.linked_card_actions .btn-group :focus, .linked_card_actions .btn-group :visited
{
    background: #f1f1f1;
     border-color: #c4c3c3;
}


.linked_card_actions i{
    color: rgb(64, 68, 82);
}
.hide-show-pass{
    color: var(--bgcolor_mix1);
    
}

.highest-bidder {
	color: #cccc08;
	-webkit-animation: highest-bidder 1s ease-in-out infinite alternate;
	-moz-animation: highest-bidder 1s ease-in-out infinite alternate;
	animation: highest-bidder 1s ease-in-out infinite alternate;
}

@-webkit-keyframes highest-bidder {
	from {
		text-shadow: 0 0 3px #000000, 0 0 20px #969604, 0 0 10px #ffff00, 0 0 40px #ffff00, 0 0 50px #ffff00 0 0 60px #ffff00, 0 0 70px #ffff00;
	}
	to {
		text-shadow: 0 0 3px #2d2d03, 0 0 30px #ffff00, 0 0 10px #ffff00, 0 0 50px #ffff00, 0 0 60px #ffff00, 0 0 70px #ffff00, 0 0 80px #ffff00;
	}
}
/* END */

/* COMMENT PAGE */

.ct_comments_frame{
    padding: 0 !important;
}

.ct_comments-dashboard{
    width: calc(100% - 340px) !important;
    display: block !important;
    border: none !important;
    box-shadow: none !important;
    background: #f4f3f3 !important;
    /* zoom: 120%; */
}
.ct_comments-dashboard .messages{
    max-height: calc(100%) !important;
}

.ct_comments-dashboard .system-congratulations-msg,
.ct_comments-dashboard .system-text
{
    color: var(--bgcolor_mix2) !important;  
    /* font-size: 1.3em; */
}

.ct_comments-dashboard .text-muted{
    color: #a8a9aa!important;
}

.ct_comments-dashboard .fireworks{
    justify-content: left !important;
}

/* .ct_comments-dashboard  .ports-bot{
    text-align: left;
} */

.ct_comments-dashboard .sender-name{
    color: var(--main) !important;
    font-weight: 500;
    /* font-size: 1.3em; */
}

.ct_comments-dashboard .messages ul li.sent p{
    font-weight: 400;
}


.ct_comments-dashboard .messages ul li{
    margin: 2px 15px -10px 10px !important;
    width: calc(100% - 50px) !important;
}
/* 
.ct_comments-dashboard .jports-header{
    font-size: 1.3em;
}

.ct_comments-dashboard .system-text{
    font-size: 1.2em;
}

.ct_comments-dashboard .messages ul li{
    font-size: 1.1em !important;
}

.ct_comments-dashboard .content .messages ul li img{
    width: 40px;
}

.ct_comments-dashboard .messages ul li img{
    width: 40px;
} */
/* END */


/* SEARCH */

::-webkit-input-placeholder {
    color: #ffffffad; 
 }
 
 :-moz-placeholder { /* Firefox 18- */
    color: #ffffffbd; 
 }
 
 ::-moz-placeholder {  /* Firefox 19+ */
    color: #fffc; 
 }
 
 :-ms-input-placeholder {  
     color: #fffc;  
 }
 

.expSearchBox {
    float: right;
    margin-right: 14px;
    height: 0;
    display: none;
}
.expSearchFrom {
    border: 2px solid #fff;
    border-radius: 20px;
    display: inline-block;
    height: 18px;
    width: 18px;
    position: relative;
    margin-top: 10px;
}
input#field{
	cursor:pointer;
	border:none;
	background:transparent;
	height:30px;
	width:0px;
	line-height:0px;
	vertical-align:top;
	/* padding:0px 15px; */
	/* -webkit-transition: width .5s; */
     /* Safari */
	/* transition: width .5s;  */
	position:relative;
	z-index:2;
	color:#fff;
	}
input#field:focus{
    width:200px;
    outline:none;
    margin-right:30px;
}
.close_search{
    position:absolute;
    width: 30px;
    height:30px;
    top:0px;
    right:0px;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    cursor: pointer;
    z-index:1;
    opacity: 1.0 !important;
}

.close_search span {
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    display: block;
    height: 4px;
    position: absolute;
    right: -5px;
    top: 16.5px;
    width: 10px;
    -webkit-transition: .2s .5s ease-in-out;
    -moz-transition: .2s .5s ease-in-out;
    -o-transition: .2s .5s ease-in-out;
    transition: .2s .5s ease-in-out;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
   

.close_search span.back{
    top:12px;
    right:5px;
    opacity:0;
}
input#field:focus + .close_search span{
    top:12px;
    right:5px;
}

input#field:focus + .close_search span.back{
    -webkit-transition: .5s .7s ease-in-out ;
    -moz-transition: .5s .7s ease-in-out;
    -o-transition: .5s .7s ease-in-out;
    transition: .5s .7s ease-in-out;    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity:1;
}

.thanks-for-watching-container{
    height: 100%;
    color: #fff;
    position: absolute;
    background: #000;
    width: 100%;
    z-index: 1001;
    text-align: center;
}
.thanks-for-watching-text{
    margin-top: 12%;
    font-size: 20px;
    font-size: 40px;
    font-family: initial;
    padding: 40px;
}

/* RAFFLE AUCTION */

.raffle-auction {
    position: absolute;
    right: -16px;
    top: -1px;
    z-index: 0;
    overflow: hidden;
    width: 200px;
    height: 120px;
    text-align: right;
 }
 .raffle-auction p {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
    transform: rotate(45deg);
    -webkit-transform: rotate(30deg); /* Needed for Safari */
    width: 260px;
    display: block;
    /* background: #79A70A; */
    background: linear-gradient(#dd0000 0%, #ff0f26 100%);
    box-shadow: 0 3px 10px -5px rgb(5 0 0);
    position: absolute;
    top: 15px;
    box-shadow: 1px 0px 10px 0px #fb0b0b;
}

.raffle-winner-name{
    font-weight: bold;
    color: #370576;
    font-size: 30px;
    text-align: center;
    margin-top: 20px;
}
.counter-badge{
    font-size: 0.8em !important;
    padding: 8px !important;
    margin-top: -27px;
    /* cursor: not-allowed;  */
    margin-left: -10px;
    background: var(--bgcolor_mix1);  /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, var(--bgcolor_mix2), var(--bgcolor_mix1));  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, var(--bgcolor_mix2), var(--bgcolor_mix1)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.rounded-pill{
    padding: 0.4rem 0.5rem !important;
    font-size: .75rem;
}

.badge-unreveal{
    margin-top: -60px;
}

.timestamp-reveal{
    margin-top: -27px;
    margin-left: -10px;
    float: left;
}
.timestamp-reveal-timed{
    margin-top: -29px;
    margin-left: 15px;
    float: left;
}

.timestamp-reveal-timed button{
    padding: 4px 14px 5px 14px !important;
}
.timed-winning-price{
    display: block;
    margin-top: 5px;
    font-size: 14.5px;
}
.reveal-btn{
    background: #337ab7 !important;
}
.end-item-btn{
    background: #ED213A !important;
}
.draw_name{
    margin-top: 35px;
    text-align: center;
    margin-bottom: 20px;
    color: #ff0000;
    font-size: 30px;
    font-weight: bold;
}
.lucky-draw-bg{
    width: 420px;
    display: block;
    margin: 0 auto;
}
.raffle-winner-bg{
    display: block;
    margin: 0 auto;
}

.auction-name-badge{
    right: 0;
    position: absolute;
    padding: 10px 10px !important;
    top: -5px;
    z-index: 600;
    box-shadow: -4px 7px 8px 0px var(--sales_shadow);
    border: 0.14em dotted #ffffff;
}

.btn-div-section{
    margin-top: 50px;
}

.reserve-price-p{
    /* font-weight: bold; */
    color: var(--main);
    margin-top: 7px;
    margin-left: 68px;
    /* font-size: 0.85em; */
}
.reserve-price-p .rpl{
    font-size: 0.85em !important;
}
.silent_timed_modal_text{
    font-size: 16px;
}
.reserve-price {
    font-weight: bold;
    color: #197600;
    font-size: 1em!important;
    border-bottom: 1px dotted #13762a;
}

.hide-for-logged-out-bg{
    background: #000 !important;
}

.display-reserve-price-div{
    margin-top: 5px;
}

.top_bid_price{
    /* border-bottom: 1px dotted #ffffff; */
}

.timed_starting_price_div{
    font-size: 1.3em; 
}
 .timed_highest_price,  .timed_starting_price{
    /* text-align: center;
    margin: 20px auto;
    margin-top: -5px !important;
    width: 70%;
    border-color: #997d76 !important;
    color: var(--main) !important;
    background: transparent !important;
    padding: 1px !important;
    border-right: none !important;
    border-left: none !important;
    border-radius: 0 !important;
    border-top: none !important;
    margin-bottom: 2px !important;
    font-size: 0.92em; */
}
/*
.timed_highest_price .badge{
    padding: 8px;
    border-radius: 10px;
    box-shadow: 6px 6px 6px 0px #888888;
}

.timed_starting_price .badge{
    padding: 10px;
    border-radius: 6px;
    box-shadow: 8px 7px 6px 0px #8e571c;
    background: linear-gradient(to right, #F09819, #FF512F);
}

.timed_starting_price_lbl {
    display: block;
    margin-bottom: 10px;
}

.winning_bid_ico{
    display: block !important;
    margin-bottom: 5px;
    color: #ffd800;
} */

.no_result_filter{
    color: var(--system_text);
    display: block;
    margin-bottom: 10px;
    text-align: center;
}
/* APRAISSAL QUOTIENT */
.percent_appraisal{
    font-weight: bold;
    font-size: 17px;
}
.discount_percentage {
    position: relative;
    display: inline-block;
    background-image: linear-gradient(#ff0000, #c51212);
    color: white;
    height: 3rem;
    width: 3rem;
    text-align: center;
    vertical-align: middle;
    line-height: 1rem;
    position: absolute;
    right: 20px;
    bottom: 70px;
    transform: rotate(-20deg);
    -webkit-animation: beat 1s ease infinite alternate;
    animation: beat 1s ease infinite alternate;
    /*     animation: color-change 1s infinite; */
    padding: 7px;
    }
  .discount_percentage:before, .discount_percentage:after {
    content: "";
    position: absolute;
    background: inherit;
    height: inherit;
    width: inherit;
    top: 0;
    left: 0;
    z-index: -1;
    transform: rotate(30deg);
  }
  .discount_percentage:after {
    transform: rotate(60deg);
    
  }
  
  @-webkit-keyframes beat {
 
    100% { text-shadow: 3px 3px 4px #000000; background-image: linear-gradient( #ff0000 , #ff8c20); }
    from {
      transform: rotate(-20deg) scale(1);
    }
    to {
      transform: rotate(-20deg) scale(1.1);
    }
  }

  @-webkit-keyframes countdownbeat {
 
    100% { text-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff, 0 0 10px #dfa7a7, 0 0 10px #cd0c0c, 0 0 10px #f5f5f5, 0 0 10px #d69696; font-weight: 700; }

  }

/* BEAT THE BOMB HINT */
.btb-hint {
    color: #fff;
    border: 2px solid transparent;
      background-color: #ffffff;
    color: #fff;
    -webkit-animation: heartBit 0.6s infinite;
            animation: heartBit 0.6s infinite;
}

/* Animation for Heart Bit Button */
@keyframes heartBit {
    0%, 30% {-webkit-box-shadow: inset 10px 0px 30px 10px #ffffff;box-shadow: inset 0px 0px 40px 10px #fb0000;}
    40%,50% {-webkit-box-shadow: inset 0px 0px 30px 20px #e8e8e8;box-shadow: inset 0px 0px 30px 5px #fb0000;}
    100% {-webkit-box-shadow: inset 10px 10px 10px 0px #fbfbfb;box-shadow: inset 0px 0px 10px 0px #fb0000;}
}
 
@-webkit-keyframes heartBit {
    0%, 30% {-webkit-box-shadow: inset 0px 0px 30px 10px #ffffff;box-shadow: inset 0px 0px 10px 5px #c92828;}
    40%,50% {-webkit-box-shadow: inset 0px 0px 30px 20px #ffffff;box-shadow: inset 0px 0px 30px 5px #c92828;}
    100% {-webkit-box-shadow: inset 0px 0px 30px 0px #f5f5f5;box-shadow: inset 0px 0px 10px 0px #c92828;}
}

/* ITEM LIST PAGINATION*/

.pagination{
    margin-top: 14px;
}

.pagination li a.page {
    display: block;
    height: 24px;
    width: 24px;
    display: block;
    border: none;
    line-height: 24px;
    padding: 0;
    text-align: center;
    border-radius: 50% !important;
    font-weight: 700;
    color: var(--bgcolor_mix1);
    background-color: transparent;
}

.pagination li.active a.page{
    background-color: var(--bgcolor_mix1);
    color: #fff;
}
.pagination li a.page:hover{
     background-color: var(--hover_option);
    color: #fff;
}

.nav-pagination {
    display:flex;
    align-items:center;
    margin-bottom: 30px;
}
.nav-pagination [class^="btn"] {
    background-color: var(--bgcolor_mix1);
    color: white;
    margin: 0 auto;
    cursor: pointer;
    height: 24px;
    width: 24px;
    display: block;
    line-height: 24px;
    padding: 0;
    text-align: center;
    border-radius: 50% !important;
    font-weight: bold;
}

.btn-prev{
    margin-right: 15px !important;
}
.btn-next{
    margin-left: 15px  !important;
}
.btn-next.disabled , .btn-prev.disabled{
    opacity: 0.4;
    cursor: not-allowed;
}



.swal2-styled.swal2-confirm , .swal2-styled.swal2-cancel{
    font-size: 0.84em !important;
    padding: 10px 20px;
    margin: 0 10px;
}


/* .swal2-icon {
    width: 4em !important;
    height: 4em !important;
    border-width: .2em !important;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line]{
    top: 2em !important;
    width: 2.1em !important;
}

.swal2-icon .swal2-icon-content{
    font-size: 3em !important;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
    top: 2.3em !important;
    left: 0.3em !important;
    width: 1.3em !important;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
    top: 2em !important;
    right: 0.5em !important;
    width: 2.5em !important;
} */



.catalog_color_picker{
    height: 38px;
}


/* TIMED AUCTION */

.timed_auction_accordion{
    margin-top: 20px;
}
.timed_auction_accordion .card-header {
    padding: 10px;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(to right, var(--bgcolor_mix2), var(--bgcolor_mix1));
}

.timed_auction_accordion .card-header span{
    font-size: 1rem;
    float: left;
}


.timed_auction_accordion .icon-action {
    margin-top: 5px;
    float: right;
    font-size: 80%;
}


.timed_auction_accordion ul{
    list-style: inside;
    text-align: left;
    line-height: 1.6em;
}

.timed_auction_accordion li{
    font-size: 0.95rem;
}


.timed_previous_bid, .bid_multiplied , .starting_price_label{
    font-size: 0.9rem;
}

.swal_timedauction_winning_bid_ico{
    color: #ffd800;
}

.swal_timedauction_winning_bid{
    text-decoration: underline;
}

/* QUICK BID */
.quick_bid_container{
    /* margin: 20px; */
}

.quick_bid_btn:disabled{
    opacity: 0.3 !important;
    cursor:not-allowed;
}
.quick_bid_btn_group{
    margin-bottom: 20px;
    margin-top: 35px;
}

.auto_bid_time_left{
    color: var(--bgcolor_mix2);
    margin: 20px;
    font-size: 0.95rem;
}

.auto_bid_timer{
    color: #d81818;   
}

.auto_bid_item_img{
    margin-left: 0 !important;

}

.auto_bid_brand{
    font-size: 0.85em;
}

.auto_bid_label , .auto_bid_tag{
    font-size: 0.80em;
}

.quick_bid_title{
    font-size: 1.3em;
}

.weak_bid , .medium_bid , .strong_bid{
    align-items: normal !important;
    font-size: .8em !important;
    color: var(--main) !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
    background-color: #ffffff !important;
    border: 1px solid #e0e0e0 !important;
}
.quick_bid_btn{
    /* padding-left: 10px !important;
    padding-right: 10px !important; */
    /* font-size: 0.72em !important; */
}

.quick_bid_plus{
    color: red;
    margin-right: 3px;
    font-weight: bold;
}

.auto_bid_content{
    padding: 10px !important;
    margin-top: -15px !important;
}

.auto_bid_title{
    text-align: left;
    font-size: 0.9em;
    margin-bottom: -10px;
    margin-top: 30px;
    font-weight: bold;
    color: #6a6a6a;
}


.btn-label {
	position: relative;
	left: -8px;
	display: inline-block;
	padding: 8px 10px;
    background: rgb(0 0 0 / 26%);
	border-radius: 3px 0 0 3px;
}

.btn-labeled {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
    margin-right: 4px;
}


.image-container{
    position: relative;
    text-align: center;
    color: white;
}

.image-container_thumnail{
    position: relative;
    color: white;
}

.top-left {
    position: absolute;
    top: 0px;
    left: -9px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-weight: bold;
    padding: 2px;
    font-size: 0.8em;
    width: 35px;
    border-top-right-radius: 4% !important;
    border-bottom-right-radius: 1.2em 1.2em !important;
}


.auction-style-div{
    /* font-size: 0.85em; */
    display: inline-block;
    color: var(--main);
    margin-top: 5px;
    margin-left: 4.2%;
}

.d-margin{
    margin-left: -3px !important;
}

.auction-style-div .badge{
    background: transparent !important;
    border: 1px solid #9b9999a3;
    color: #313131;
    font-size: 0.85em;
    padding: 2px;
    font-weight: 100;
    border: 0px;
    border-bottom: 1px solid;
    border-radius: 0;
}

.not-top-bidder  {
    display: flex;
    align-items: center;
    justify-content: center;
  }

.not-top-bidder {
    right: 20px;
    position: absolute;
    width: 50px;
    height: 50px;
    background: #CD7F32;
    z-index: 1;
    flex-direction: column;
    justify-content: space-evenly;
    top: 70px;
    z-index: -1;
}
  .not-top-bidder:before, .not-top-bidder:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #CD7F32;
   
    z-index: -1;
  }
  .not-top-bidder:before { transform: rotate(60deg); }
  .not-top-bidder:after { transform: rotate(30deg); }
  .not-top-text, .not-top-text-2 {
    color: #FFF;
    /* font-weight: bold; */
    margin: 0;
  }
  .not-top-text {
    font-size: 1em;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: line-through;
    font-weight: 600;
  }
  .not-top-text-2 {
    text-align: center;
    font-size: 0.76em;
    font-variant: small-caps;
    /* transform: rotate(358deg); */
    /* margin-top: -2px; */
    line-height: 15px;
    /* margin-left: 7px; */
    letter-spacing: 1px;
  }

  .select2-container--bootstrap4 .select2-selection--single , 
  .select2-container--bootstrap4 .select2-dropdown,
  .select2-container--bootstrap4.select2-container--focus .select2-selection{
    border: 1px solid #ced4da;
  }

    
/* SEARCH AND FILTER DROPDOWN */

.search-box {
    display: flex;
}
.search-form-input {
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    width: 70%;
    height: 46px;
    padding: 5px 20px 5px 40px;
    border: none;
    border-radius: 23px 0 0 23px;
    /*     background-image: url(ic_search.svg); */
    background-position: 15px center;
    background-size: 18px;
    background-repeat: no-repeat;
    /* background-color: #a67c5b; */
    color: #ffffff;
    outline: none;
    margin-left: 10px;
    background: var(--bgcolor_mix2);
}
.dropdown {
    position: relative;
    width: 25%;
    height: 46px;
}
.dropdown::before {
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 999;
    width: 1px;
    height: 36px;
    background-color: #ccc;
    content: '';
}
.dropdown-button {
    list-style: none;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 12px;
    border-radius: 0 23px 23px 0;
    /* background-color: #a67c5b; */
    color: transparent;
    outline: none;
    cursor: pointer;
    background: var(--bgcolor_mix2);
}
.dropdown-button::-webkit-details-marker {
    display:none;
}
.dropdown-button .selected-item {
    color: #ffffff;
    font-size: 1.2rem;
    margin-right: 15px;
    /* margin-bottom: 12px; */
}
.dropdown[open] .dropdown-button::before {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
}
.dropdown-button:after {
    position: absolute;
    top: 17px;
    right: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
}
.dropdown-button:hover:after {
    border-right: 2px solid #6a6f70e8;
    border-bottom: 2px solid #6a6f70e8;
}
.dropdown-menu {
    position: absolute;
    top: 55px;
    right: 5px;
    width: 190px;
    padding: 10px;
    font-size: 1rem;
    border-radius: 4px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .1);
    background-color: #fff;
}
.dropdown-menu-header {
    padding-bottom: 4px;
    border-bottom: 1px solid #ccc;
}
.dropdown-menu-list {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
}
.dropdown-menu-item {
    width: 100%;
    padding: 5px;
    cursor: pointer;
}

.dropdown-menu-item input {
    display: none;
}

.dropdown-filter .active , .dropdown-filter-submenu .active {
    font-weight: 600;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 10px solid inherit;
    background:
    linear-gradient(45deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 43%,#a8a8a8 45%,#a8a8a8 55%,rgba(0,0,0,0) 57%,rgba(0,0,0,0) 100%),
    linear-gradient(135deg, transparent 0%,transparent 43%,#a8a8a8 45%,#a8a8a8 55%,transparent 57%,transparent 100%);
}

.filter_trigger{
    float: right;
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}

.filter_dropdown.disabled{
    opacity: 0.5;
}

.filter_trigger.disabled{
    opacity: 0.5;
}

.mobile-icons{
    font-size: 30px;
}
.modal-catalogs{
    padding-left: 0px;
    padding-right: 30px;
    max-width: 90%!important;
}

/* PREVIEW GALLERY */


.preview-gallery-div{
    padding: 25px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 90%;
    width: 100%;
    /* background: linear-gradient(to right, var(--bgcolor_mix2), var(--bgcolor_mix1)); */
}

.tiles_shadow{
    box-shadow: 0px 0px 8px 1px #6c6a6a !important;
}

#connection-status {
    font-size: 1em !important;
    border: none;
    border-radius: 0;
    color: white;
}

.connection-status-danger {
    background: #d00000;
}

.connection-status-success {
    background: #099201 !important;
}


/* SCROLL */


::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
 
 ::-webkit-scrollbar-track {
   background: #fff
 }
 
 ::-webkit-scrollbar-thumb {
   background: #888;
   border-radius: 5px;
 }
 
 ::-webkit-scrollbar-thumb:hover {
   background: #555;
 }


 .preview_load_more{
    margin: 50px auto;
    padding: 20px 100px !important;
    border-radius: 50px !important;
    display: block !important;
 }

 .avx-feedback-float-icon {
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 2;
  }
  
  .avx-feedback-float-icon .fb-float-icon {
    padding: 15px;
    background: #ff0000;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    transition: 0.5s;
    cursor: pointer !important;
    box-shadow: 0px 1px 7px 0px #ff002b;
    animation-name: avx-floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }
  
  .avx-feedback-float-icon .fb-float-icon:hover {
         animation-play-state: paused;
  }
  
  .avx-feedback-float-icon .fb-float-icon span {
     padding: 2px 6px;
      margin-left: 5px;
      border: 1px solid #ff0000;
      color: #fff;
      border-radius: 50%;
      font-size: 12px;
      transition: 0.5s;
      background: #ff0000;
  }
  
  .avx-feedback-float-icon .fb-float-icon span:hover {
     background: #ff0000;
  }
  
  @keyframes avx-floating {
      from { transform: translate(0,  0px); }
      65%  { transform: translate(0, 15px); }
      to   { transform: translate(0, -0px); }    
  }
  
  @keyframes avx-shadow-pulse
  {
       0% {
            box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
       }
       100% {
            box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
       }
  }


/* HYRBID AUCTION */


.hybrid_thumbnail{
    width: 100px !important;
    /* text-align: center; */
    display: block;
    /* margin: 0 auto; */
    box-shadow: -1px 2px 7px 3px #888888;
}


.sort-img-num{
    position: absolute;
    top: 0px;
    left: 1px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-weight: bold;
    padding: 2px;
    font-size: 0.8em;
    width: 35px;
    border-top-right-radius: 4% !important;
    border-bottom-right-radius: 1.2em 1.2em !important;
}

.sort-img-num-thumnmail {
    position: absolute;
    top: 0px;
    left: -8px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-weight: bold;
    padding: 2px;
    font-size: 0.6em;
    width: 60px;
    border-top-right-radius: 4% !important;
    border-bottom-right-radius: 1.2em 1.2em !important;
}


.hybrid-card{
    border: 0 !important;
    background: transparent !important;
}

.hybrid-card-body{
    background: transparent;
    color: #000;
}

.hybrid-thumbnail{
    top: -25px;
    left: -20px;
}

/* MEDIA QUERIES */
@media only screen and (max-width: 375px) {
    .chatbox-title-mb{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 200px !important;
    }
}
 
@media screen and (max-width: 735px) {
    .dashboard-page #sidepanel {
        height: 50%!important;
    }
    #frame{
        padding: 0;
        max-height: 720px;
    }
    #frame #sidepanel {
        width: 100%;
        max-width: 100%;
        border-radius: 0!important;
    }
    .dashboard-page #sidepanel #contacts-user ul li.contact {
        padding-top: 5px !important;;
        padding-bottom: 20px !important;; 
     }
     .dashboard-page #sidepanel #sales-list ul li.contact {
        padding: 5px !important;
     }
     #frame #sidepanel #contacts ul li.contact {
        padding: 6px 0 46px 8px;
    }
    .dashboard-page #sidepanel #contacts {
        height: calc(100% - 100px) !important;
    }
    #frame #sidepanel #contacts {
        height: calc(100% - 210px);
        overflow-y: scroll;
        overflow-x: hidden;
        width: 100%;
   }
    #frame #sidepanel #contacts::-webkit-scrollbar {
        display: block;
   }
   .dashboard-page .content .messages {
        max-height: calc(100% - 70px) !important;
    }
    #frame .content .messages {
        max-height: calc(100% - 145px);
    }
    #frame #sidepanel #contacts-user ul li.contact .wrap .meta {
        display: block;
        padding: 20px;
        margin-bottom: -30px;      
    }
    #frame #sidepanel #sales-list ul li.contact .wrap .meta{
        display: block;
        padding: 20px;
        margin-bottom: -5px;
         padding-top: 50px !important;
    }
    
    #frame #sidepanel #search {
        display: none;
        /* padding: 10px; */
        /* padding-top: 2px; */
        /* padding-bottom: 2px; */
    }
    .dashboard-page .content {
        height: 50% !important;
        display: block !important;
    }
    #frame .content {
        width: calc(100%);
        min-width: 300px !important;
        display: none;
        border-radius: 0 !important;
   }
   .nav-collapse{
        display:block;
   }
   .nav-show{
        display:block;
    }

    .dashboard-page #sales-list .name{
        /* margin-top: -60px; */
        font-size: 12px;
        margin-left: 70px;
        width: 200px;
    }
    .brand-name {
        margin-bottom: 23px;
        color: var(--main);
        margin-top: -35px;
        font-weight: 700;
        margin-left: 70px;
    }
    
    #frame .name{
        margin-top: -20px;
        font-size: 14px;
        margin-bottom: 15px;
    }
    #frame #sidepanel #contacts ul li.contact .wrap img{
        /* margin-right: 20px; */
    }
    #frame #sidepanel #contacts ul li.contact .wrap{
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .contact-email{
        font-size: 13px;
    }

    #frame #sidepanel #profile .wrap p {
       color: #fff;
       margin-top: -10px;
       /* display: none; */
    }
    #frame #sidepanel #profile .wrap i.expand-button {
        float: left;
        color: #fff;
        margin-top: 18px;
        margin-left: 10px;
        display: none;
       
    }
    #frame #sidepanel #profile .wrap i.expand-button-cart {
        display: none;
    }
    #frame #sidepanel .profile-collapse-nav{
        cursor: pointer;
    }
    #bottom-bar button span {
        display: block;
    }

    .dashboard-page #bottom-bar button{
        width: 50%;
    }
    #bottom-bar button{
        width: 33.3%;
    }
    #chat-bar{
        display: block !important;
    }
    .bottom-bar-mb{
        display: block;
    }
    .bottom-bar-dk{
        display: none;
    }
    .mb-dropdown{
        display: block !important;
        margin-top: 10px;
    }
    #frame #sidepanel #profile .wrap img{
        border: 1px solid #fff;
        width: 35px;
        /* margin-top: 1px; */
        padding: 2px;
    }

    #image_div .img_wrapper label {
        padding-left: 15px !important;
        margin-top: -5px !important;
    } 
    .img-viewer{
        margin-left: -10px;
        margin-top: -15px;
    }
    .planned-price{
        /* margin-right: 22px; */
        /* margin-left: -33px; */
        /* margin-bottom: 23px; */
    }

    #frame .ct_comments {
        display: block !important;
    }
    
    .facebook_login_btn_form{
        padding-bottom: 35px;
    }

    
    .dashboard-page #bottom-bar{
        /* display: none; */
        height: 30px;
    }

    .dashboard-page #bottom-bar p{
        display: none;
    }

    .purchase-btn button {
        padding: .25rem .5rem;
        font-size: .875rem;
        line-height: 1.5;
        border-radius: .2rem;
    }
    .dashboard-page .content .contact-profile{
        display: none;
    }

    .dashboard-page #sidepanel #contacts ul li.contact .wrap .meta .preview{
        font-size: 0.8em;
        margin-top: -8px !important;
    }

    .profile-name{
        display:none;
    }
    .chatbox-title-mb{
        display: block;
        /* text-align: center !important; */
        width: auto !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 200px !important;
    }
    .chat-settings-mb{
        display: block !important;
    }
    .img-viewer{
        margin-top: -30px;
    }
    .auto_bid_item_img{
        margin-top: 0 !important;
    }

    .dashboard-page .content .messages ul li{
        font-size: 0.7em !important;
    }

    .dashboard-page .content .messages ul li p{
        padding: 10px !important;
        line-height: 105%;
    }

    .dashboard-page #sidepanel #search i{
        margin-top: 13px;
    }
    .dashboard-page .content .message-input{
        padding: 6px !important;
    }
    
    .dashboard-page .timeago{
        font-size: 11px !important;
    }
    .dashboard-page .content .message-input{
        padding: 5px !important;
    }
    .tags a {
        height: 28px;
        margin-left: 20px;
        padding: 0 20px 0 16px;
        font-size: 15px;
    }
    .post-tag a:before {
        border-width: 14px 21px 14px 19px;
    }
    .tags a:after {
    
        top: 12px;
    }
    #bottom-bar button i {
        font-size: 1.2em;
    }
    .auction-countdown{
        font-size: 15px;
        margin-top: 4px;
    }
    .auction-sec {
        font-size: 15px;
        left: 102px;
        margin-top: 4px;
    }

    #gSignIn > div{
        margin-top: -40px;
        margin-bottom: 40px
    }
    .ribbon {
        font-size: 10px !important;
        width: 50% !important;
        margin-top: -25px !important;
        /*! margin-left: 0px !important; */
        padding: 7px 10px 7px 10px !important;
        margin-left: 20px;
    }

    .not-hg-bidder{
        margin-top: 45px !important;
        margin-left: 52px !important;
    }

    .sk-cube-grid{
        margin: 10px auto;
    }
    
    .purchase-btn {
        margin-top: -12px;
    }

    .purchase-btn-disabled {
        margin-top: 15px;
    }

    .moveup-btn{
        top: 125px;
    }
    .preview-tag-number{
        /* margin-bottom: 17px !important; */
        margin-left: 70px !important;
    }
    .condition-notes{
         margin-left: 10px !important;
         margin-top: 5px !important;
    }

    .search{
        height: 33px;
    }
    #search .fa-search{
        display: none;
    }
    .expSearchBox{
        display: block;
    }
    .ribbon-wrapper {
        /* margin-right: -15px; */
        margin-bottom: 20px;
    }
    .gradings {
        font-size: 0.8em !important;
        margin-bottom: 3px !important;
        margin-right: 105px !important;
    }
    .gradings i{
        font-size: 13px;
    }
    .auction-style-div{
        margin-left: 16px;
    }
    .admin-highest-bidder{
        margin-bottom: 2px !important;
        font-size: 0.8em;
        width: 80%;
    }
    .thanks-for-watching-text{
        margin-top: 40px;
        font-size: 28px;
    }
    .raffle-auction{
        right: -25px;
        top: -1px;
    }
    .raffle-auction p{
        top: 15px;
    }
    .lucky-draw-bg {
        width: 310px;
        display: block;
        margin: 0 auto;
    }
    .draw_name{
        margin-top: 25px;
        font-size: 23px;
    }
    .raffle-winner-bg{
        width: 280px;
    }
    .raffle-winner-name{
        font-size: 23px;
    }
    .counter-badge{
        margin-top: -11px;
    }
    .end-item-auction{
        margin-left: 20px;
        margin-top: -12px;
    }

    #contacts-user .name , #contacts-user .contact-email{
        margin-left: 35px !important;
    }
    #contacts-user ul li.contact .wrap{
        margin-bottom: 2px !important;
    }

    .btn-div-section{
        margin-top: 30px;
        margin-bottom: -8px;
    }

    .reserve-price-p{
        margin-top: 3px;
        /* font-size: 0.9em !important; */
    }

    .reserve-price{
        margin-top: -36px;
        font-size: 0.9em !important;
    }
    .purchase-btn-disabled{
        margin-top: -2px !important;
    }

    .dashboard-page #bottom-bar button
    {
        padding: 4px 0 0 0 !important;
    }

    .active-users{
        margin-top: 20px;
    }

    .appr-tag .post-tag a:before{
        border-width: 23px 20px 22px 20px;
    }
    
    .appr-tag a{
        height: 45px;
        font-size: 19px;
        padding-top: 5px;
    }
    
    .appr-tag .post-tag a:after {
        top: 22px;
    }

    .appraised_price{
        font-size: 12px;
        margin-left: -5px;
    }
    
    .timestamp-reveal{
        margin-top: -10px;
    }

    .my-page-thumbnails{
        margin-top: 0 !important
    }

    .modal-myorder{
        padding: 0 !important;
    }

    .dropdown_myprofile.show{
        top: 10px !important;
        left: 1px !important;
    }

    .search_filter{
        display: none;
    }
    .dropdown-filter.show{
        left: 165px !important;
        top: 40px !important;
    }

    .dropdown-filter-selection.show{
        left: 110px !important;
        top: 50px !important;
    }

    .admin-notification-hg-bidder{
        padding-bottom: 5px;
        padding-top: 2px;
    }
    .timed-auction-badge{
        margin-top: -33px !important;
    }
    .timestamp-reveal-timed{
        margin-top: -10px;
    }
    
    .timed_highest_price{
        bottom: 60px;
        right: 25px;
    }

    .meta-item-2{
        padding-top: 40px !important;
    }

    .timed_highest_price , .timed_starting_price{
        font-size: 0.95em;
    }

    .google_login_btn_form{
        margin-top: 5px;
        margin-left: 55px;
    }

    .timed_not-hg-bidder{
        margin-top: 63px !important;
        margin-left: 41px !important;
    }
    .timed_ribbon{
        right: 30px !important;
        top: 14px !important;
    }

    .top-left {
        position: absolute;
        top: -30px;
        left: -9px;
    }

    .timed_starting_price_div{
        font-size: 1.2em;
    }

    .top_bid_price{
        font-size: 1em;
    }
    .winning_bid_trophy{
        font-size: 1.3em;
    }
    .d-margin{
        margin-left: 6px !important;
    }
    .quick_bid_btn{
        margin: 10px;
    }

    .timed-winning-price{
        font-size: 1em;
    }

    .badge-unreveal{
        margin-top: -43px !important;
    }
    .sorting-mobile{
        display: block !important;
    }

    .paymen_secure img{
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 900px) {
    #frame .content {
        width: calc(100% - 365px);
        display: block !important;
   }
   #frame #sidepanel {
        display: block !important;
   }

   /* Comments Page set to 100% */
   /* #frame .ct_comments {
    width: calc(100%) !important;
   } */

}

@media only screen and (max-width: 900px) and (min-width: 736px)  {
    #frame .content {
        width: calc(100% - 365px);
        display: block !important;
   }
   #frame #sidepanel {
        display: block !important;
   }
}

@media only screen and (max-width: 768px) {
    .chatbox-title{
         white-space: nowrap;
         overflow: hidden;
         text-overflow: ellipsis;
         width: 150px !important;
         font-size: 0.8em;
     }
    
}

@media only screen and (max-width: 350px) {
    input#field:focus{
        width:150px;

    }
}


/* PORTRAIT 1080px */

@media only screen and (min-width: 1080px) and (orientation: portrait) {


    body #sidepanel{
        font-size: 1.3em;
        line-height: 2;
    }    
    #frame{
        padding: 0;
    }
    #frame #sidepanel{
        border-radius: 0!important;
    }
    #frame #sidepanel #contacts{
        /* margin-top: 50px; */
    }
    .form-group{
        margin-bottom: 3rem !important;
    }
    .btn , .form-check-label {
        font-size: 1.3em !important;
    }

    .input-group-text{
        padding: 0.5rem 1.5rem !important;
    }

    .remember-me{
        margin-left: 15px !important;
    }

    .form-check-input {
        width: 20px !important;
        height: 20px !important;
    }
    .welcomelogo-lba , .welcomelogo-ae-jp{
        width: auto;
        margin-top: 30px;
        margin-bottom: 70px;
    }

    #login-form .form-control , .welcome-signup .form-control{
        height: calc(3em + 0.75rem + 2px);
        font-size: 1.3rem;
    }

    .invalid-feedback{
        font-size: 1.3em !important;
    }

    .forgot-link, .confirmation-email-link, .havingtrouble{ 
        line-height: 2;
        font-size: 1.3em;
    }

    .dashboard-page #sidepanel {
        height: 50%!important;
    }
    #frame #sidepanel {
        width: 100%;
        max-width: 100%;
    }
    .dashboard-page #sidepanel #contacts-user ul li.contact {
        padding-top: 5px !important;;
        padding-bottom: 20px !important;; 
     }
     .dashboard-page #sidepanel #sales-list ul li.contact {
        padding: 5px !important;
     }
     #frame #sidepanel #contacts ul li.contact {
        padding: 6px 0 46px 8px;
    }
    .dashboard-page #sidepanel #contacts {
        height: calc(100% - 100px) !important;
    }
    #frame #sidepanel #contacts {
        height: calc(100% - 210px);
        overflow-y: scroll;
        overflow-x: hidden;
        width: 100%;
   }
    #frame #sidepanel #contacts::-webkit-scrollbar {
        display: block;
   }
   .dashboard-page .content .messages {
        max-height: calc(100% - 70px) !important;
    }
    #frame .content .messages {
        max-height: calc(100% - 145px);
    }
    #frame #sidepanel #contacts-user ul li.contact .wrap .meta {
        display: block;
        padding: 20px;
        margin-bottom: -30px;      
    }
    #frame #sidepanel #sales-list ul li.contact .wrap .meta{
        display: block;
        padding: 90px 0 90px 0;
        margin-bottom: -5px;
    }
    #frame #sidepanel #search {
        display: none;
        /* padding: 10px; */
        /* padding-top: 2px; */
        /* padding-bottom: 2px; */
    }
    .dashboard-page .content {
        height: 50% !important;
        display: block !important;
    }
    #frame .content {
        width: calc(100%);
        min-width: 300px !important;
        display: none;
        border-radius: 0 !important;
   }
   .nav-collapse{
        display:block;
   }
   .nav-show{
        display:block;
    }

    .dashboard-page #sales-list .name{
        /* margin-top: -60px; */
        font-size: 12px;
        margin-left: 60px;
        width: 700px !important;
        font-size: 1em !important;
    }
    .brand-name {
        margin-bottom: 23px;
        color: var(--main);
        font-weight: 700;
        margin-left: 60px;
        font-size: 1.3em;
    }
    
    #frame .name{
        margin-top: -20px;
        font-size: 14px;
        margin-bottom: 15px;
    }
    #frame #sidepanel #contacts ul li.contact .wrap img{
        /* margin-right: 20px; */
    }
    #frame #sidepanel #contacts ul li.contact .wrap{
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .contact-email{
        font-size: 13px;
    }

    #frame #sidepanel #profile .wrap p {
       color: #fff;
       /* margin-top: -10px; */
       /* display: none; */
    }
    #frame #sidepanel #profile .wrap i.expand-button {
        float: left;
        color: #fff;
        margin-top: 18px;
        margin-left: 10px;
        display: none;
       
    }
    #frame #sidepanel #profile .wrap i.expand-button-cart {
        display: none;
    }
    #frame #sidepanel .profile-collapse-nav{
        cursor: pointer;
    }
    #bottom-bar button span {
        display: block;
    }

    .dashboard-page #bottom-bar button{
        width: 50%;
    }
    #bottom-bar button{
        width: 33.3%;
    }
    #chat-bar{
        display: block !important;
    }
    .bottom-bar-mb{
        display: block;
    }
    .bottom-bar-dk{
        display: none;
    }
    .mb-dropdown{
        display: block !important;
        margin-top: 10px;
    }
    #frame #sidepanel #profile .wrap img{
        border: 1px solid #fff;
        width: 35px;
        /* margin-top: 1px; */
        padding: 2px;
    }

    #image_div .img_wrapper label {
        padding-left: 15px !important;
        margin-top: -5px !important;
    } 
    .img-viewer{
        margin-top: 30px;
        width: 100px !important;
    }
    .top-left{
        position: absolute;
        top: 30px;
        left: -9px;
        padding: 3px;
        font-size: 0.9em;
        width: 35px;
        border-top-right-radius: 4% !important;
        border-bottom-right-radius: 1.2em 1.2em !important;
    }
    .planned-price{
        margin-right: 22px;
        /* margin-left: 0px; */
        margin-bottom: 35px;
    }

    #frame .ct_comments {
        display: block !important;
    }
    
    .facebook_login_btn_form{
        padding-bottom: 35px;
    }

    
    .dashboard-page #bottom-bar{
        /* display: none; */
        /* height: 60px; */
    }

    .dashboard-page #bottom-bar p{
        display: none;
    }

    .purchase-btn button {
        padding: .25rem .5rem;
        font-size: .875rem;
        line-height: 1.5;
        border-radius: .2rem;
    }
    .dashboard-page .content .contact-profile{
        display: none;
    }

    .dashboard-page #sidepanel #contacts ul li.contact .wrap .meta .preview{
        font-size: 1em;
        /* margin-top: -8px !important; */
        margin-left: 105px !important;
    }

    .profile-name{
        display:none;
    }
    .chatbox-title-mb{
        display: block;
        /* text-align: center !important; */
        width: auto !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 600px !important;
        font-size: 1.4em !important;
    }
    .chat-settings-mb{
        display: block !important;
    }
    
    .dashboard-page .content .messages ul li{
        font-size: 0.7em !important;
    }

    .dashboard-page .content .messages ul li p{
        padding: 10px !important;
        line-height: 105%;
    }

    .dashboard-page #sidepanel #search i{
        margin-top: 13px;
    }
    .dashboard-page .content .message-input{
        padding: 6px !important;
    }
    
    .dashboard-page .timeago{
        font-size: 11px !important;
    }
    .dashboard-page .content .message-input{
        padding: 5px !important;
    }
    .tags a {
        height: 28px;
        margin-left: 20px;
        /* padding: 0 20px 0 16px; */
        font-size: 15px;
    }
    .post-tag a:before {
        /* border-width: 27px 25px 28px 20px; */
    }
    .tags a:after {
    top: 12px;
    }
    #bottom-bar button i {
        font-size: 1.3em;
    }
    .auction-countdown{
        font-size: 13px;
        margin-top: 10px;
    }
    .auction-sec {
        font-size: 13.5px;
        left: 88px;
        margin-top: 9px;
    }

    #gSignIn > div{
        margin-top: -40px;
        margin-bottom: 40px
    }
    .ribbon {
        font-size: 10px !important;
        width: 50% !important;
        margin-top: -25px !important;
        /*! margin-left: 0px !important; */
        padding: 7px 10px 7px 10px !important;
        margin-left: 20px;
    }

    .not-hg-bidder{
        margin-top: 45px !important;
        margin-left: 52px !important;
    }

    .sk-cube-grid{
        margin: 10px auto;
    }
    
    .purchase-btn {
        margin-top: 30px;
    }

    .purchase-btn-disabled {
        margin-top: 15px;
    }

    .moveup-btn{
        top: 125px;
    }
    .preview-tag-number{
        /* margin-bottom: 17px !important; */
    }

    .search{
    }
    #search .fa-search{
        display: none;
    }
    .expSearchBox{
        display: block;
    }
    .ribbon-wrapper {
        /* margin-right: -15px; */
    }
    .gradings {
        /* margin-top: -10px; */
        font-size: 1em !important;
        /* margin-bottom: 3px !important; */
        margin-right: 50% !important;
        margin-top: -40px !important;
    }
    .gradings i{
        font-size: 1em;
    }
    .admin-highest-bidder{
        margin-top: 50px !important;
        margin-bottom: 2px !important;
        font-size: 0.8em;
    }
    .thanks-for-watching-text{
        margin-top: 40px;
        font-size: 28px;
    }
    .raffle-auction{
        right: -25px;
        top: -1px;
    }
    .raffle-auction p{
        top: 15px;
    }
    .lucky-draw-bg {
        width: 310px;
        display: block;
        margin: 0 auto;
    }
    .draw_name{
        margin-top: 25px;
        font-size: 23px;
    }
    .raffle-winner-bg{
        width: 280px;
    }
    .raffle-winner-name{
        font-size: 23px;
    }
    .counter-badge{
        margin-top: -11px;
    }
    .end-item-auction{
        margin-left: 20px;
        margin-top: -12px;
    }

    #contacts-user .name , #contacts-user .contact-email{
        margin-left: 35px !important;
    }
    #contacts-user ul li.contact .wrap{
        margin-bottom: 2px !important;
    }

    .btn-div-section{
        margin-top: 25px;
        margin-bottom: -8px;
    }

    .reserve-price-p{
        margin-top: 5px;
        font-size: 0.9em !important;
    }

    .reserve-price{
        margin-top: -36px;
        font-size: 0.9em !important;
    }
    .purchase-btn-disabled{
        margin-top: -2px !important;
    }

    .dashboard-page #bottom-bar button
    {
        padding: 4px 0 0 0 !important;
        height: 40px;
    }

    .active-users{
        margin-top: 20px;
    }

    .appr-tag .post-tag a:before{
        border-width: 27.2px 20px 28px 20px;
    }
    
    .appr-tag a{
        height: 55px;
        font-size: 25px;
        padding-top: 8px;
    }
    
    .appr-tag .post-tag a:after {
        top: 22px;
    }

    .appraised_price{
        font-size: 16px;
        margin-left: -5px;
    }
    
    .timestamp-reveal{
        margin-top: 30px;
    }

    .my-page-thumbnails{
        margin-top: 0 !important
    }

    .modal-myorder{
        padding: 0 !important;
    }

    .dropdown-filter-selection.show{
        top: 60px !important;
        left: 72% !important;
        width: 20% !important;
    }

    .dropdown_myprofile.show{
        top: 15px !important;
        left: -20px !important;
        width: 20% !important;
     }
     #frame #sidepanel #profile {
        width: 100%;
        margin: 0 auto;
        padding: 5px 0 0 0;
        background: var(--bgcolor_mix1);  /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, var(--bgcolor_mix2), var(--bgcolor_mix1));  /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, var(--bgcolor_mix2), var(--bgcolor_mix1)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
   }

    #frame #sidepanel #profile .wrap {
        height: 70px;
   }

    #frame #sidepanel #profile .wrap img {
        width: 59px;
        margin-left: 20px;
        margin-top: 5px;
   }

    #frame #sidepanel #profile .wrap .dropdown-options {
        /* width: 58px; */
        margin-top: 57px;
   }

     #frame #sidepanel #profile .wrap .dropdown-options.active {
        margin-top: 62px;
   }

    #frame #sidepanel #profile .wrap .dropdown-options:before {
        margin-left: 23px;
   }

     #frame #sidepanel #profile .wrap .dropdown-options ul li span.status-circle {
        width: 14px;
        height: 14px;
   }

    #frame #sidepanel #profile .wrap .dropdown-options ul li span.status-circle:before {
        height: 18px;
        width: 18px;
   }

    #frame #sidepanel #profile .wrap .dropdown-options ul li p {
        display: none;
   }

    #frame #sidepanel #search {
        display: none;
   }

      #frame .content .message-input .wrap input {
        padding: 15px 32px 16px 8px;
   }

    #frame .content .message-input .wrap .attachment {
        margin-top: 17px;
        right: 65px;
   }

      #frame .content .message-input .wrap button {
        padding: 16px 0;
   }

   .google_login_btn_form{
        margin-top: 70px;
        margin-left: 390px;
    }

    .search_filter{
        display: none;
    }
    
    #jportsstream{
        height: 92% !important;
    }

    .ts-tag a{
        font-size: 25px;
        height: 54px;
        padding-top: 11px;
    }

    .ts-tag a:before {
        right: -45px;
        border-color: transparent transparent transparent #000000;
        border-width: 27px 25px 28px 20px;
    }

     .ts-tag a:after {
          top: 23px;
      }
    .condition-notes{
        margin-left: 9px;
    }
    .condition-notes .badge{
        font-size: 1em;
    }
    .auction-style-div{
        margin-left: 13.4%;
    }

    .auction-style-div .badge{
        font-size: 1em;
    }

    .discount_percentage {
        top: 100px;
        right: 60px;
        height: 4.5rem;
        width: 4.5rem;
        font-size: 1.3em;
        line-height: 1.4rem;
    }
    .percent_appraisal{
        font-size: 1em;
        font-weight: normal;
    }

    .like-icon{
        width: 40px !important;
        height: 40px !important;
    }

    .dropdown-item{
        font-size: 1.2em;
        padding: 0.5rem 1rem !important;
    }
    .mobile-icons{
        font-size: 2em;
    }

     .expSearchFrom{
        width: 35px !important;
        height: 35px !important;
      }


      .close_search span{
          width: 20px;
          top: 35px;
          right: -10px;
      }

      input#field{
        padding: 15px;
    }
        input#field:focus{
        border: 1px solid #fff;
        padding: 20px;
        width: 600px;
        right: 610px;
        border-radius: 20px;
        top: 6px;
    }

    .badge-unreveal{
        margin-top: -43px !important;
    }

    .sorting-mobile{
        display: block !important;
    }
    .paymen_secure img{
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 992px) {

    #frame{
        padding: 0 !important;
    }

    #frame #sidepanel , #frame .content{
        border-radius: 0 !important;
    }
}