@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

@font-face {
    font-family: "roboto";
    src: url("fonts/QNYSCK robotoaphik-Regular.eot");
    /* IE9*/
    src: url("fonts/QNYSCK robotoaphik-Regular.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("fonts/QNYSCK robotoaphik-Regular.woff2") format("woff2"),
        /* chrome、firefox */
        url("fonts/QNYSCK robotoaphik-Regular.woff") format("woff"),
        /* chrome、firefox */
        url("fonts/QNYSCK robotoaphik-Regular.ttf") format("truetype"),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
        url("fonts/QNYSCK robotoaphik-Regular.svg#roboto") format("svg");
    /* iOS 4.1- */
}

@font-face {
    font-family: "roboto";
    src: url("fonts/robotoaphik-Semibold.eot");
    /* IE9*/
    src: url("fonts/robotoaphik-Semibold.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("fonts/robotoaphik-Semibold.woff2") format("woff2"),
        /* chrome、firefox */
        url("fonts/robotoaphik-Semibold.woff") format("woff"),
        /* chrome、firefox */
        url("fonts/robotoaphik-Semibold.ttf") format("truetype"),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
        url("fonts/robotoaphik-Semibold.svg#roboto") format("svg");
    /* iOS 4.1- */
}

@font-face {
    font-family: "GB";
    src: url("fonts/robotoaphik Web Black Regular.eot");
    /* IE9*/
    src: url("fonts/robotoaphik Web Black Regular.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("fonts/robotoaphik Web Black Regular.woff2") format("woff2"),
        /* chrome、firefox */
        url("fonts/robotoaphik Web Black Regular.woff") format("woff"),
        /* chrome、firefox */
        url("fonts/robotoaphik Web Black Regular.ttf") format("truetype"),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
        url("fonts/robotoaphik Web Black Regular.svg#robotoaphik Web Black Regular") format("svg");
    /* iOS 4.1- */
}

* {
    outline: none;
    border: none;
    list-style: none;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    outline: none !important;
}

button {
    outline: none !important;
    box-shadow: none !important;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-55 {
    font-size: 55px;
}

.main-color {
    color: #343b45;
}

.sec-color {
    color: #343b45;
}

.white-t {
    color: #fff;
}

.robotoeen-t {
    color: #3DC47E;
}

.lime-t {
    color: #17D32D;
}

.yellow-t,
.yellow-t:hover,
.yellow-t:focus {
    color: var(--main-brand-color);
}

.orange-t {
    color: #FFA34D !important;
}

.orange-btn {
    background: #FFA34D !important;
}

.sblue-t {
    color: #3BBDC4;
}

.red-t,
.red-t:hover,
.red-t:focus {
    color: #FF5800 !important
}

.robotoeen-b {
    background: #3DC47E;
}

.lime-b {
    background: #17D32D
}

.red-b,
.red-b:hover,
.red-b:focus {
    background: #FF5800
}

.logout-b,
.logout-b:hover,
.logout-b:focus {
    background: #db1127 !important
}

.yellow-b,
.yellow-b:hover,
.yellow-b:focus {
    background: var(--main-brand-color)
}

.blue-b {
    background: var(--main-brand-color)
}

.orange-b {
    background: #ff0000
}

.robotoay-b {
    background: #eeeeee;
}

.p-l-0 {
    padding-left: 0px !important;
}

.p-r-0 {
    padding-right: 0px !important;
}

.p-l-5 {
    padding-left: 5px !important;
}

.p-r-5 {
    padding-right: 5px !important;
}

div#social_error {
    margin-top: 30px;
}

p.err-msg {
    color: var(--main-brand-color);
    font-size: 12px;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    margin: 5px;
    position: static;
}

.list_detail_link,
.auc_detail_link {
    cursor: pointer;
}

#UpcomingMeetingCount {
    float: right;
    font-size: 11px;
    background: #F44336;
    border-radius: 100px;
    padding: 1px 10px;
    color: #fff;
    font-weight: 700;
}

.price-card .tooltip-inner {
    max-width: 90px !important;
    padding: 3px 4px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
    width: 90px;
    font-size: 11.5px;
    font-family: 'roboto', arial;
    font-weight: 700;
}

.listing-img-link.hover-effect span {
    background: rgba(0, 0, 0, 0.5);
    max-width: 65%;
    float: left;
    padding: 7px 15px;
    color: #fff;
    border-radius: 10px;
    font-family: 'roboto', arial;
    font-size: 13px;
    /* font-weight: 700; */
    line-height: 15px;
    margin-top: 10px;
    margin-left: 10px;
}

.noPhoneClass {
    width: 397px !important;
}

.security-top {
    width: 100%;
    float: left;
    background: #fffceb;
    font-size: 12px;
    padding: 2px 15px;
    color: #504f4f;
}

.security-top a {
    color: #000;
    font-weight: 900;
}

.lbl-stats {
    background: var(--main-brand-color);
    color: #fff;
    border-radius: 100px;
    padding: 0px 20px;
    margin-top: 7px;
    float: left;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.lcMsg.black {
    color: #666 !important;
    font-size: 12px;
    margin-bottom: 10px;
}

.abso-lock {
    position: absolute;
    top: 20px;
    right: 10px;
}

.privacy-registr p a {
    font-weight: 700;
}

.reserve-label-text {
    font-size: 13px !important;
    margin: -5px 0 0 0px !important;
    padding: 0px 12px 0 12px !important;
}

.bids-text {
    color: red;
    font-size: 12px;
    padding: 0 8px;
    margin-top: 10px;
    float: left;
}

#join_msg {
    margin-top: 40px;
}

#emailNotExist .modal-header {
    padding: 15px;
    border-bottom: none;
}

#emailNotExist .modal-title {
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    color: #343b45;
    margin-bottom: 15px;
    font-size: 22px;
    float: left;
    text-align: center;
    width: 100%;
    line-height: 0px;
}

#emailNotExist .modal-body {
    padding: 0 25px 10px 25px;
}

#emailNotExist .modal-body p {
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    color: #343b45;
    font-size: 14px;
}

#emailNotExist .modal-content-wrapper {
    display: table-cell;
    vertical-align: middle;
}

#emailNotExist .modal-header .close {
    margin-top: -10px;
    font-size: 30px;
    margin-right: -4px;
    outline: none;
    opacity: .5;
}

#emailNotExist .modal-footer {
    padding: 0px;
    text-align: center;
    border-top: none;
    margin: 10px 0 30px 0;
}

#emailNotExist .modal-footer .btn-primary {
    padding: 0px 15px;
    border-radius: 36px;
    outline: none;
    color: #fff;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    border: none !important;
    line-height: 40px;
    min-width: 100px;
    text-align: center;
    height: 40px;
    margin-bottom: 30px;
}

#emailNotExist .modal-footer .forgotPassword {
    background: #00d080 !important;
    padding: 0px 15px;
    border-radius: 36px;
    outline: none;
    color: #fff;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    border: none !important;
    text-align: center;
    height: 40px !important;
    line-height: 38px !important;
    min-width: 150px;
    font-family: 'roboto', sans-serif !important;
    margin-bottom: 30px;
}

#emailNotExist .modal-footer {
    padding: 0px;
    text-align: center;
    border-top: none;
    margin: 0px 0 30px 0;
}

#emailExist .modal-header {
    padding: 15px;
    border-bottom: none;
}

#emailExist .modal-title {
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    color: #343b45;
    margin-bottom: 15px;
    font-size: 22px;
    float: left;
    text-align: center;
    width: 100%;
    line-height: 0px;
}

#emailExist .modal-body {
    padding: 0 25px 10px 25px;
}

#emailExist .modal-body p {
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    color: #343b45;
    font-size: 14px;
}

#emailExist .modal-content-wrapper {
    display: table-cell;
    vertical-align: middle;
}

#emailExist .modal-header .close {
    margin-top: -10px;
    font-size: 30px;
    margin-right: -4px;
    outline: none;
    opacity: .5;
}

#emailExist .modal-footer {
    padding: 0px;
    text-align: center;
    border-top: none;
    margin: 10px 0 30px 0;
}

#emailExist .modal-footer .btn-primary {
    padding: 0px 15px;
    border-radius: 36px;
    outline: none;
    color: #fff;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    border: none !important;
    line-height: 40px;
    min-width: 100px;
    text-align: center;
    height: 40px;
    margin-bottom: 30px;
}

#emailExist .modal-footer .forgotPassword {
    background: #00d080 !important;
    padding: 0px 15px;
    border-radius: 36px;
    outline: none;
    color: #fff;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    border: none !important;
    text-align: center;
    height: 40px !important;
    line-height: 38px !important;
    min-width: 150px;
    font-family: 'roboto', sans-serif !important;
    margin-bottom: 30px;
}

#emailExist .modal-footer {
    padding: 0px;
    text-align: center;
    border-top: none;
    margin: 0px 0 30px 0;
}

#emailExistKrank .modal-header {
    padding: 15px;
    border-bottom: none;
}

#emailExistKrank .modal-title {
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    color: #343b45;
    margin-bottom: 15px;
    font-size: 22px;
    float: left;
    text-align: center;
    width: 100%;
    line-height: 0px;
}

#sold_to {
    padding-left: 0px;
}

#sold_to .label-left {
    font-weight: 900;
    margin-bottom: 10px;
    display: block;
    width: 100%;
}

#sold_to.card-footer .user-pic {
    width: 46px;
    height: 46px;
    float: left;
    margin-right: 10px;
}

#sold_to .ad-send-msg {
    background: #FF5800;
    color: #fff;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    margin: 0px;
    height: 40px;
    padding: 0 20px;
    border-radius: 10px;
    line-height: 40px;
    float: left;
    margin-top: 20px;
}

.bid-txt.bid-txt-subdomain h1 {
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 100%;
    float: left;
    line-height: 25px;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    font-weight: 700;
}

.bid-txt.bid-txt-subdomain p {
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

#emailExistKrank .modal-body p {
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    color: #343b45;
    font-size: 14px;
}

#emailExistKrank .modal-content-wrapper {
    display: table-cell;
    vertical-align: middle;
}

#emailExistKrank .modal-header .close {
    margin-top: -10px;
    font-size: 30px;
    margin-right: -4px;
    outline: none;
    opacity: .5;
}

#emailExistKrank .modal-footer {
    padding: 0px;
    text-align: center;
    border-top: none;
    margin: 10px 0 30px 0;
}

#emailExistKrank .modal-footer .btn-primary {
    padding: 0px 15px;
    border-radius: 36px;
    outline: none;
    color: #fff;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    border: none !important;
    line-height: 40px;
    min-width: 100px;
    text-align: center;
    height: 40px;
    margin-bottom: 30px;
}

#emailExistKrank .modal-footer .forgotPassword {
    background: #00d080 !important;
    padding: 0px 15px;
    border-radius: 36px;
    outline: none;
    color: #fff;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    border: none !important;
    text-align: center;
    height: 40px !important;
    line-height: 38px !important;
    min-width: 150px;
    font-family: 'roboto', sans-serif !important;
    margin-bottom: 30px;
}

#emailExistKrank .modal-footer {
    padding: 0px;
    text-align: center;
    border-top: none;
    margin: 0px 0 30px 0;
}

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

.overlayer.top-right span.btn-primary {
    padding: 7px 10px;
    border-radius: 5px;
    background: var(--main-brand-color);
    outline: none;
    border: none;
}

.box-width {
    width: 61%;
    margin: 0 auto;
    float: none;
}

.user-bar span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 89px;
    display: inline-block;
    padding: 0px 0 0 0;
    margin-top: 0px;
    line-height: 12px;
    display: inline-block;
    vertical-align: middle;
}

#comp_conn .panel.panel-featured.box-card {
    padding: 10px 0px 40px 0px;
}

.ms-view {
    background: transparent !important;
}

.reserve-st.slider-reserve {
    position: absolute;
    bottom: 20px;
    z-index: 9;
    color: #fff;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    right: 20px;
    background: #d2d2d2;
    padding: 6px 10px 6px 10px;
    border-radius: 6px;
}

.searc-ic {
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 15px 10px 9px;
    border-left: 1px solid #D9DADB;
}

.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#winning_bid .total-bid {
    padding-left: 0;
}

#winning_bid .label-des {
    padding-left: 0px;
    padding-top: 0;
}

.list-main-div {
    width: 100%;
    float: left;
    height: 370px;
    border-radius: 10px;
    background: rgb(0, 0, 0);
    background: linear-robotoadient(90deg, rgba(0, 0, 0, 1) 0%, rgba(244, 244, 244, 0) 100%);
    margin-bottom: 35px;
}

.list-main-div-inner {
    width: 100%;
    float: left;
    height: 370px;
    padding: 25px 40px 30px 40px;
    background: rgb(0, 0, 0);
    background: linear-robotoadient(90deg, rgba(0, 0, 0, 0.60) 0%, rgba(244, 244, 244, 0) 100%);
    border-radius: 10px;
    position: relative;
}

.list1 {
    background: url(../img/l1.png) no-repeat;
    background-size: cover;
}

.list2 {
    background: url(../img/l2.png) no-repeat;
    background-size: cover;
}

.list3 {
    background: url(../img/l3.png) no-repeat;
    background-size: cover;
}

.list4 {
    background: url(../img/l4.png) no-repeat;
    background-size: cover;
}

.list-main-div .sale-rent-dv {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.list-main-div .sale-rent-dv .for-sale {
    color: #fff;
    padding: 6px 16px;
    border-radius: 3px;
    font-weight: 700;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: auto;
    float: left;
}

.list-main-div .sale-rent-dv .timer-list {
    float: right;
    font-size: 18px;
    width: auto;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 700;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
}

.list-main-div h1 {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    color: #fff;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 25px;
    padding: 0px;
    margin-top: 0;
    text-transform: uppercase;
}

.list-main-div h1 span {
    font-size: 18px;
    display: inline-block;
    float: none;
    width: auto;
}

.list-main-div.list3 h1 {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    color: #fff;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 40px;
    padding: 0px 80px 0 0;
    margin-top: 20px;
    text-transform: uppercase;
}

.list-main-div.list4 h1 {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    color: #fff;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 25px;
    padding: 0px;
    margin-top: 30px;
    text-transform: uppercase;
}

.list-main-div.list3 a {
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    border-radius: 100px;
    height: 40px;
    line-height: 40px;
    min-width: 110px;
    padding: 0px 30px;
    color: #fff;
    float: left;
    margin-top: 0px;
}

.list-main-div p {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    color: #fff;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 0px;
    word-break: break-all;
}

/* .list-main-div span{
    width:100%;
    float: left;
    margin-bottom: 15px;
    color:#fff;
    font-family: 'roboto' , Arial, Helvetica, sans-serif;
    font-size: 45px;
    padding:0px
} */
.baner-footerdv {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    padding: 0 40px;
    height: 45px;
}

.baner-footerdv span {
    width: auto;
    float: left;
    color: #fff;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 45px;
    padding: 0px;
    line-height: 45px;
}

.list-main-div.list1 .baner-footerdv a {
    margin-top: 5px;
}

.baner-footerdv span b {
    font-size: 16px;
}

.baner-footerdv a {
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    border-radius: 100px;
    height: 40px;
    line-height: 40px;
    min-width: 110px;
    padding: 0px 30px;
    color: #fff;
    float: right !important;
}

.list-main-div.list4 .baner-footerdv {
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
    padding: 0 40px;
}

.list-main-div.list4 .baner-footerdv a {
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    border-radius: 100px;
    height: 40px;
    line-height: 40px;
    min-width: 110px;
    padding: 0px 30px;
    color: #fff;
    float: right !important;
    margin-top: 10px !important;
    margin-right: -10px;
}

/* .list-main-div a{
    font-family: 'roboto' , Arial, Helvetica, sans-serif;
    font-size: 14px;
    border-radius: 100px;
    height: 40px;
    line-height: 40px;
    min-width: 110px;
    padding: 0px 30px;
    color: #fff;
    float: left;
} */
.regs-text {
    color: red;
    float: left;
    width: 100%;
    padding-left: 10px;
    margin-top: 5px;
    font-size: 12px;
    line-height: 14px;
}

.card-list {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}

.card-list a.big-pic {
    width: 100%;
    float: left;
    position: relative;
}

.card-list a.big-pic label {
    position: absolute;
    padding: 8px 15px;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
    left: 0;
    top: 0;
}

.card-list .list-img,
.card-list .list-img img {
    width: 100%;
    float: left;
    background: none;
    height: 200px;
    position: relative;
}

.list-img img {
    border: 1px solid #eee;
}

.list-img>.imag-bghove {
    display: none;
}

.list-img:hover .imag-bghove {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    border-radius: 10px;
}

.user-icon-fav {
    width: 20px;
    height: auto;
    position: absolute;
    top: 10px;
    right: 10px;
}

.user-icon-fav a {
    margin-bottom: 6px;
    /* border: 1px solid #cfcfcf; */
    float: right;
    padding: 3px 0px 3px 0px;
    font-size: 14px;
    width: 27px;
    text-align: center;
    border-radius: 5px;
    color: #686868;
    cursor: pointer;
    background: #f0ecec;
}

.user-icon-fav a:hover,
.user-icon-fav a:active,
.user-icon-fav a:focus {
    background: var(--main-brand-color);
    color: #fff !important;
}

.user-icon-fav a:hover i,
.user-icon-fav a:active i,
.user-icon-fav a:focus i {
    color: #fff !important;
}

.user-icon-fav a img {
    width: auto !important;
    height: 20px !important;
}

.card-list-body {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.card-list-body h1 {
    color: #343b45;
    font-weight: 900;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 20px;
    float: left;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}

.card-list-body p {
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: 40px;
}

.card-list-body .price-card {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.card-list-body .price-card .price-tag {
    float: left;
    color: #343b45;
    font-weight: 900;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding: 0px;
    margin: 0px;
}

.card-list-body .price-card .icon-cal {
    float: right;
    color: var(--main-brand-color);
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 26px;
    padding: 0px;
    margin: 0px;
    margin-right: 0px;
    line-height: 21px;
    margin-top: -2px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: none;
    border-radius: 10px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-body {
    position: relative;
    padding: 25px;
}

.card-footer {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.card-footer .user-pic {
    width: 46px;
    height: 46px;
    float: left;
    margin-right: 10px;
}

.card-footer .user-pic img {
    border-radius: 100px;
    width: 46px;
    height: 46px;
    border: 1px solid #e6e6e6;
}

.auction-card-list {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 10px;
    padding: 20px 15px;
}

.auction-card-list .big-picauc {
    width: 100%;
    float: left;
    height: 200px;
    position: relative;
}

.auction-card-list .reserve-st {
    color: #fff;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    position: absolute;
    bottom: 17px;
    left: 20px;
    background: #d2d2d2;
    padding: 6px 10px 6px 10px;
    border-radius: 6px;
}

.auction-card-list .bid-btn {
    color: #fff;
    font-size: 13px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    border-radius: 100px;
    padding: 8px 14px;
    font-weight: 700;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
}

.auccard-body {
    width: 100%;
    float: left;
    padding: 20px 15px 0 15px;
}

.auction-lbl {
    width: 100%;
    float: left;
    margin-top: -34px;
    margin-bottom: 12px;
}

.auction-lbl .auction-st {
    color: #fff;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: auto;
    float: left;
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: 700;
}

.online-st {
    width: 12px;
    height: 12px;
    float: left;
    margin-left: 15px;
    border-radius: 100px;
    margin-top: 8px;
}

.top-search {
    padding: 10px;
    color: #939699;
    font-size: 19px;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    float: right;
    border-left: 1px solid #D9DADB;
    padding-left: 25px;
    position: relative;
}

.auc-name {
    width: 100%;
    float: left;
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 20px;
    float: left;
    width: 100%;
    /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
    margin-top: 0px;
    margin-bottom: 0px
}

.auc-des {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 3px;
}

.auccard-body a.auc-name {
    color: #343b45;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 20px;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    margin-bottom: 0px;
    font-weight: 900;
}

.truncate2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.absol-db-auc {
    position: absolute;
    right: 0;
    top: 20%;
    background: #EFEFEF;
    border-radius: 10px;
    padding: 15px 20px
}

.win-box {
    top: 80px !important;
}

.win-boxend {
    top: 80px !important;
}

.absol-db-auc span {
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 100%;
    float: left;
    font-weight: 900;
}

.absol-db-auc h2 {
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 25px;
    color: var(--main-brand-label-color);
    margin: 0;
    padding: 0;
    line-height: normal;
    font-weight: 900;
}

.absol-db-auc a {
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 11px;
    width: 100%;
    float: left;
    font-weight: 700;
    margin-top: 5px;
    text-decoration: none;
}

.msg-showing {
    width: 100%;
    float: left;
    padding-left: 0px;
    margin-top: 0px;
}

.msg-showing span.msg-stat-shw {
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    color: red;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-top: 0;
    line-height: 18px;
}

.msg-showing span.msg-stat-shw-win {
    color: #17D32D;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-top: 0;
    line-height: 18px;
}

.discus-dv {
    width: 100%;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

.discus-dv {
    width: 100%;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    padding: 0px;
    line-height: 18px;
}

.discus-dv p {
    width: 100%;
    float: left;
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    padding: 0px;
    line-height: 18px;
    margin: 0px;
}

.btn-dv-main {
    width: 100%;
    float: left;
}

.btn-dv-main button.snd-mesg-au {
    background: var(--main-brand-color);
    color: #fff;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 16px;
    margin: 0px;
    height: 40px;
    padding: 0 20px;
    border-radius: 10px;
    line-height: 40px;
    float: left;
    /* margin-bottom: 10px; */
}

.btn-dv-main a.view-bid-hs {
    margin-top: 15px;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    padding: 0px;
    line-height: 18px;
    float: left;
    margin-left: 25px;
}

.auc-des span.left-br {
    width: 70px;
    float: left;
    color: var(--main-brand-secondary-color);
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-left: 0PX;
}

.auc-des span.rght-br {
    width: 175px;
    float: left;
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.auc-des span.rght-br-time {
    width: 195px; 
    width: 220px;
    float: left;
    color: var(--main-brand-desc-color);
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0px;
}

.search-showanch.with-out-login-search {
    /*display: block;*/
    position: absolute;
    width: 1100px;
    right: 53px;
}

.search-showanch.with-out-login-search .center-search input {
    height: 50px;
    border: none;
    width: 100%;
    outline: none;
    font-size: 14px;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    color: #343b45;
    padding: 0 20px;
    border-right: none;
    float: left;
    background: #fff;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
}

#desc_homeautocomplete-list {
    background: #fff;
    text-align: left;
    padding: 10px 10px 10px 10px;
    margin-top: 0px;
    z-index: 999;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    color: #343b45;
    font-size: 14px;
    position: absolute;
    width: 95%;
    margin-top: 50px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 10px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
}

#desc_homeautocomplete-list div {
    padding: 10px 10px;
    font-size: 12px;
    cursor: pointer;
}

#desc_homeautocomplete-list div i {
    margin-right: 5px;
}

#desc_homeautocomplete-list div:last-child {
    color: var(--main-brand-color);
}

.aucprice-card {
    width: 100%;
    float: left;
    margin-top: -16px;
}

.aucprice-card .left-br {
    /* width: 75px;
    float:left;
    color:#343b45;
    font-family: 'Roboto' , Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-top: 5px;
    font-weight:900; */
    width: 78px;
    float: left;
    color: #343b45;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin-top: 5px;
    font-weight: 900;
}

.aucprice-card .price-tag span {
    /* font-size: 15px;
    font-family: 'Roboto' , Arial, Helvetica, sans-serif;
    font-weight: 900; */
    font-size: 18px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 900;
    line-height: 35px;
}

.aucprice-card .price-tag {
    width: 135px;
    float: left;
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.remove-new a i.fa-info-circle.sl-people.colr-bl {
    margin-left: 10px;
    font-size: 18px;
}

.sweet-alert p .one-line {
    font-size: 14px;
    float: left;
    width: 110%;
    margin-left: -16px;
    margin-bottom: 30px;
}

.aucprice-card .icon-cal {
    color: var(--main-brand-color);
    font-size: 26px;
    line-height: 30px;
    margin-top: 3px;
    display: inline-block;
}

.top-right-timer {
    margin-top: -2px;
}

.auc-des span.rght-br-time span {
    color: #343b45;
    font-family: 'Roboto', sans-serif;
    padding-left: 5px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    line-height: 18px;
    margin-top: -5px;
}

.auc-des span.rght-br-time span:last-child {
    color: #17D32D;
    font-weight: 700;
    margin-left: -4px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 18px;
}

.location-spn {
    width: 100%;
    float: left;
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.location-spn i {
    margin-right: 8px;
}

.rght-br-time.full-time-wid {
    width: 100% !important;
}

.auc-des .rght-br-time.full-time-wid span {
    color: #343b45;
    font-family: 'Roboto', sans-serif;
    padding-right: 5px;
    padding-left: 0px;
    font-size: 14px !important;
    font-weight: 700;
    display: inline-block;
    line-height: 22px;
    margin-top: -5px;
}

.auc-des .rght-br-time.full-time-wid span:last-child {
    color: #17D32D;
    font-weight: 700;
    padding-left: 5px;
}

.list-img {
    width: 100%;
    float: left;
    height: 100%;
    background: url(../img/h1.jpg);
    background-size: cover;
    border-radius: 0px;
}

.auction-card-list .big-picauc .list-img {
    border-radius: 10px;
}

.list-img a.listing-img-link {
    height: 100%;
    background-size: cover;
    width: 100%;
    display: block;
    border-radius: 10px;
    background-position: center;
}

.list-imgm {
    width: 100%;
    float: left;
    height: 100%;
    background: url(../img/h2.jpg);
    background-size: cover;
    border-radius: 10px 0 0 10px;
}

.list-imgn {
    width: 100%;
    float: left;
    height: 100%;
    background: url(../img/h3.jpg);
    background-size: cover;
    border-radius: 10px 0 0 10px;
}

.list-imgo {
    width: 100%;
    float: left;
    height: 100%;
    background: url(../img/h4.jpg);
    background-size: cover;
    border-radius: 10px 0 0 10px;
}

.list-imgp {
    width: 100%;
    float: left;
    height: 100%;
    background: url(../img/h5.jpg);
    background-size: cover;
    border-radius: 10px 0 0 10px;
}

.list-imgq {
    width: 100%;
    float: left;
    height: 100%;
    background: url(../img/h3.jpg);
    background-size: cover;
    border-radius: 10px 0 0 10px;
}

.load-more-main {
    width: 70%;
    display: inline-block;
    text-align: center;
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    border-radius: 100px;
    background: #fff;
    margin: 30px 0;
    height: 50px;
    line-height: 50px;
    border: 1px solid #D9DADB;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--main-brand-color);
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.editor-dv-radio {
    width: auto;
    float: left;
    margin-top: 15px;
    margin-right: 15px;
}

.editor-dv-radio label {
    color: #939699 !important;
    font-size: 13px !important;
    font-family: 'roboto', Arial, Helvetica, sans-serif !important;
}

.footer-right {
    width: 73%;
    float: left;
    margin-left: 10px;
}

.footer-right .user-name {
    width: 100%;
    float: left;
}

.auccard-body .footer-right .user-name {
    width: 160px;
    float: left;
}

.auccard-body .footer-right .user-name h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--main-brand-secondary-color);
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    font-weight: 900;
}

.footer-right .user-name h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--main-brand-secondary-color);
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 14px;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    line-height: 18px;
}

.owl-stage .item .footer-right {
    width: 75%;
    float: left;
    margin-left: 10px;
}

.footer-right .user-name .user-icon {
    width: auto;
    float: right;
    margin-top: 5px;
}

.footer-right .user-name .user-icon img {
    width: 16px;
    float: left;
    margin-left: 10px;
}

.footer-right .user-des {
    width: 100%;
    float: left;
}

.footer-right .user-des p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.recent-listing-slider {
    margin-top: 30px;
    width: 100%;
    float: left;
}

.owl-nav .owl-prev {
    position: absolute;
    left: -65px;
    top: 180px;
    box-shadow: 0px 0px 4px #ccc;
    width: 40px;
    height: 40px;
    border-radius: 200px !important;
    background: #C7C7C7 !important;
    outline: none;
}

.owl-nav .owl-prev span {
    font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 25px;
    color: #EDEFF0;
    margin-top: 3px;
    display: block;
    margin-left: -3px;
}

.owl-nav .owl-next {
    position: absolute;
    right: -65px;
    top: 180px;
    box-shadow: 0px 0px 4px #ccc;
    width: 40px;
    height: 40px;
    border-radius: 200px !important;
    background: #C7C7C7 !important;
    outline: none;
}

.owl-nav .owl-next span {
    font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 25px;
    color: #EDEFF0;
    margin-top: 3px;
    display: block;
    margin-left: 6px;
}

.owl-dots {
    display: none;
}

.marketplace-bar {
    width: 100%;
    float: left;
    margin: 25px 0;
    ;
}

.listing-dv {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.listing-dv .card-list {
    margin-bottom: 30px;
}

.market-search {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 10px;
}

.market-search input {
    width: 85%;
    float: left;
    background: none;
    border: none;
    height: 54px;
    font-family: 'roboto', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #939699;
    line-height: 54px;
    padding: 10px 15px;
    outline: none;
}

.listing-cat,
.listing-catsub,
.listing-catype,
.listing-cat-sort {
    width: 22%;
    float: left;
}

.listing-cat .select2-container,
.listing-catsub .select2-container,
.listing-catype .select2-container,
.listing-cat-sort .select2-container {
    width: 100% !important;
}

.market-search a,
.market-search button {
    font-family: 'roboto', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #939699;
    height: 54px;
    line-height: 54px;
    padding: 0 15px;
    float: right;
    outline: none;
    background: none;
    box-shadow: none;
}

a.nobidsReg {
    color: var(--main-brand-color);
}

.market-filter {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 10px;
    height: 55px;
}

.market-filter p {
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    float: left;
    width: auto;
    margin-right: 10px;
    padding: 17px 0 0 15px;
}

.market-filter select {
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    float: left;
    width: 26%;
    margin-right: 10px;
    height: 55px;
    border: none;
}

.market-filter .select2-container .select2-selection--single {
    height: 54px !important;
}

.market-filter .select2-container--default .select2-selection--single {
    border: none !important;
    border-radius: 0px !important;
    outline: none !important;
}

.market-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 14px !important;
    right: 1px;
    width: 20px;
}

.market-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 54px !important;
    height: 54px;
}

.market-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #343b45 !important;
    line-height: 28px;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: none !important;
    border-radius: 5px !important;
}

.breadcump-market {
    width: 100%;
    float: left;
    margin-top: 25px;
    padding: 0 15px;
}

.catlinks a {
    color: #C9C9C9;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    float: left;
    width: auto;
    margin-right: 10px;
    background: #fff;
    border-radius: 100px;
    padding: 8px 20px;
    margin-bottom: 10px;
}

.catlinks a:hover {
    background: var(--main-brand-color);
    color: #fff;
}

#breadCumDiv a {
    background: var(--main-brand-color) !important;
    color: #fff;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    float: left;
    width: auto;
    margin-right: 10px;
    background: #fff;
    border-radius: 100px;
    padding: 8px 20px;
    margin-bottom: 10px;
    font-weight: normal;
}

.listing-dv-auc {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.listing-dv-auc .auction-card-list .big-picauc {
    width: 100%;
    float: left;
    height: 230px;
    position: relative;
}

.listing-dv-auc .auccard-body {
    width: 100%;
    float: left;
    padding: 20px 5px 5px 5px;
}

.listing-dv-auc .auction-card-list {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 20px 15px;
}

.list-detail-tp {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 10px;
    margin: 25px 0 0px 0;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .04), 0 1px 6px rgba(0, 0, 0, .04);
}

.list-detail-tp .ms-slide .ms-slide-bgcont,
.list-detail-tp .ms-slide .ms-slide-bgvideocont {
    position: absolute;
    overflow: hidden;
    width: 100%;
    border-radius: 0 10px 10px 0;
}

.ms-showcase2-template.ms-showcase2-vertical .master-slider.ms-skin-default {
    margin: 0px 0px 0px 0px !important;
}

.ms-showcase2-template.ms-showcase2-vertical .ms-thumb-list.ms-dir-v {
    height: 65%;
    top: 15%;
    right: 10px !important;
    left: auto !important;
}

.ms-thumb-list.ms-dir-v .master-slider img {
    max-width: none;
    border-radius: 0px;
}

.ms-thumb-frame img {
    width: 100%;
    height: 100% !important;
}

.list-detail-tp .ms-sbar.ms-dir-h {
    left: 10px;
    right: 10px;
    top: 5px;
    display: none;
}

.list-det-lftp {
    width: 100%;
    float: left;
    padding: 25px 10px 25px 20px;
}

.list-det-lftp ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.list-det-lftp ul li {
    font-family: "roboto", Helvetica, Arial, sans-serif;
}

.list-det-lftp .tag-tp {
    color: #939699;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

.list-det-lftp h1 {
    color: var(--main-brand-color);
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 22px;
    width: 100%;
    float: left;
    line-height: 45px;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 900;
    text-transform: uppercase;
}

.list-det-lftp p {
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.share-btns {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.share-btns a {
    border-radius: 100px;
    float: left;
    height: 40px;
    padding: 0px 25px;
    line-height: 40px;
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-right: 10px;
    border: 1px solid #D9DADB;
}

.security-dv-login.col-db-rightFull {
    float: left;
    width: 100%;
}

.share-btns a.active {
    color: #fff;
    border: none;
}

.share-btns a i {
    color: #BCBFC2;
    margin-right: 5px;
}

.fav-dv-lis {
    width: 100%;
    float: left;
    margin-top: 20px;
    border-bottom: 1px solid #D9DADB;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.fav-dv-lis img {
    width: 20px;
    float: left;
    margin-right: 5px;
}

.location-lis-det {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.location-lis-det span {
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    margin-right: 10px;
}

.vertual-view {
    width: 100%;
    float: left;
    margin-bottom: 0px !important;
}

.vertual-view span {
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin-right: 10px;
    width: 100%;
    float: left;
}

.vertual-view p {
    width: auto;
    float: left;
    margin-bottom: 10px;
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vertual-view a {
    color: var(--main-brand-color);
    font-size: 26px;
    float: left;
    margin: -10px 0 0 15px;
}

.list-usd-pr {
    width: 100%;
    float: left;
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 900;
}

/*Panel tabs*/
.tabs-pad {
    padding: 0px 0px 25px 0;
}

.list-detail-tp .tabs-pad {
    padding: 0px 0px 25px 0;
}

.list-detail-tp .tabs-nv-list {
    width: 100%;
    float: left;
    text-align: center;
}

.list-detail-tp .panel-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    padding: 0px;
    border-bottom: 1px solid #D9DADB;
    margin-bottom: 30px;
    padding-bottom: 5px;
}

.list-detail-tp .panel-tabs>li {
    display: inline-block;
}

.list-detail-tp .panel-tabs>li>a {
    margin-right: 2px;
    margin-top: 0px;
    padding-top: 20px;
    color: var(--main-brand-desc-color);
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
}

.list-detail-tp .panel-tabs>li>a:hover {
    color: #343b45;
    border-top: 5px solid var(--main-brand-color);
    background: #fff;
}

.list-detail-tp .panel-tabs>li.active>a,
.list-detail-tp .panel-tabs>li.active>a:hover,
.list-detail-tp .panel-tabs>li.active>a:focus {
    color: var(--main-brand-secondary-color);
    border-top: 5px solid var(--main-brand-color);
    background: #fff;
}

.list-detail-tp .panel-tabs>li a.active {
    color: var(--main-brand-secondary-color);
    border-top: 5px solid var(--main-brand-color);
    background: #fff;
}

.product-dv-main {
    width: 100%;
    padding: 0 8%;
    display: inline-block;
}

.product-des {
    width: 100%;
    float: left;
    border-bottom: 1px solid #D9DADB;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.product-des h1 {
    color: var(--main-brand-secondary-color);
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    font-weight: 700;
}

.product-des p {
    color: var(--main-brand-desc-color);
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    margin-top: 15px;
    line-height: 20px;
}

.product-des a {
    border-radius: 100px;
    float: left;
    height: 40px;
    padding: 8px 25px;
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-right: 10px;
    border: 1px solid #D9DADB;
    margin-top: 20px;
}

.product-des ul {
    list-style: none;
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
}

.product-des ul li {
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0px;
    padding: 5px 0px;
    width: 100%;
    float: left;
}

.specific-shet-main {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.spec-dv {
    width: 100%;
    float: left;
}

.spec-dv h1 {
    color: var(--main-brand-secondary-color);
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    font-weight: 700;
}

.spec-dv ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0px;
    list-style: none;
    margin-top: 20px;
}

.spec-dv ul li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-size: 14px;
    color: var(--main-brand-desc-color);
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-style: normal;
    white-space: normal;
    font-weight: normal;
}

.spec-dv ul li span {
    color: #939699;
    width: 180px;
    display: inline-block;
    font-style: normal;
    white-space: normal;
    font-weight: bold;
    font-size: 14px;
}

.spec-dv a {
    border-radius: 100px;
    float: left;
    height: 40px;
    padding: 8px 25px;
    ccolor: var(--main-brand-desc-color);
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-right: 10px;
    border: 1px solid #D9DADB;
    margin-top: 40px;
    font-weight: 700;
}

.bid-txt.bid-txt-subdomain.auc-bib {
    line-height: 16px;
    margin-top: 0px;
    padding: 0 8px;
}

.spec-shet-d {
    width: 100%;
    float: left;
}

.spec-shet-d h1 {
    color: var(--main-brand-secondary-color);
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    font-weight: 700;
    margin-bottom: 15px;
}

.file-desd.label-des a {
    color: var(--main-brand-secondary-color);
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin: 2px 0px;
    float: left;
    width: 100%;
}

.file-dv-main {
    width: auto;
    float: left;
    margin-top: 20px;
}

.file-dv-main img {
    width: 30px;
    float: left;
    margin-right: 10px;
}

.file-dv-main .file-desd {
    width: auto;
    float: left;
}

.file-dv-main .file-desd p {
    color: var(--main-brand-desc-color);
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    display: block;
    padding: 0px;
    margin: 0px;
    width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-dv-main .file-desd span {
    color: #939699;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    display: block;
    padding: 0px;
    margin: 0px;
    width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.similars-slider-dv {
    /* width: 100%;
    float: left;
    background: #fff;
    border-radius: 10px;
    margin: 25px 0 100px 0;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .04), 0 1px 6px rgba(0, 0, 0, .04); */
}

.similar-titles {
    border-bottom: 1px solid #D9DADB;
    width: 100%;
    float: left;
    padding: 25px 15px;
    margin-bottom: 15px;
    ;
}

.similar-titles h1 {
    color: var(--main-brand-secondary-color);
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    width: auto;
    float: left;
    margin-left: 15px;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 700;
}

.similar-titles .arrows-slider-sim {
    width: auto;
    float: right;
    margin-right: 15px;
}

#similar-slider .owl-nav .owl-prev {
    position: absolute;
    right: 33px;
    top: -69px;
    box-shadow: none;
    width: 30px;
    height: 30px;
    background: #fff !important;
    outline: none;
    left: auto;
    border: 1px solid #D9DADB;
    border-radius: 5px 0 0 5px !important;
}

#similar-slider .owl-nav .owl-prev span {
    font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #343b45;
    margin-top: 1px;
    display: block;
    margin-left: 4px;
}

#similar-slider .owl-nav .owl-next {
    position: absolute;
    right: 4px;
    top: -69px;
    box-shadow: none;
    width: 30px;
    height: 30px;
    background: #fff !important;
    outline: none;
    border: 1px solid #D9DADB;
    border-radius: 0 5px 5px 0 !important;
}

#similar-slider .owl-nav .owl-next span {
    font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #343b45;
    margin-top: 1px;
    display: block;
    margin-left: 4px;
}

.similars-slider-dv .recent-listing-slider {
    margin-top: 0px;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

ul.feed-action {
    margin-bottom: 0px !important;
}

.similars-slider-dv a.view-all-sim {
    border-radius: 100px;
    float: left;
    height: 40px;
    padding: 0px 25px;
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-right: 10px;
    border: 1px solid #D9DADB;
    margin: 20px 0 50px 30px;
    line-height: 38px;
    font-weight: 700;
    margin: 0 30px 30px;
}

#similar-slider .card-list {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}

.similar-slider .card-list {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}

.similars-slider-dv#listingSimmilarDiv .card-list {
    width: 100%;
    float: left;
    border-radius: 10px;
    padding: 20px 15px;
    background: #f7f7f7;
}

.similars-slider-dv .recent-listing-slider .large-12.columns {
    padding: 0 20px;
}

.auction-detail.list-detail-tp .ms-slide .ms-slide-bgcont,
.list-detail-tp .ms-slide .ms-slide-bgvideocont {
    position: absolute;
    overflow: hidden;
    width: 100%;
    border-radius: 0;
}

.auction-detail.list-detail-tp .ms-slide .ms-slide-bgcont {
    border-radius: 10px 0 0 10px;
}

/* .auction-detail.list-detail-tp .ms-thumb-list.ms-dir-v {
    height: 100%;
    top: 0;
    left: -125px !important;
    border-radius: 10px 0 0 10px;
} */
.auction-detail.list-detail-tp .ms-thumb-list.ms-dir-v {
    height: 85%;
    top: 35px;
    left: 9px !important;
    border-radius: 0px;
}

.master-slider.ms-skin-default {
    margin: 0px 0px 0px 0px !important;
}

.ms-inner-controls-cont,
.ms-container {
    position: relative;
    margin: 0 !important;
}

.auction-tag {
    width: calc(100% - 160px);
    float: left;
    margin-bottom: 3px;
}

.auction-tp-rght {
    width: auto;
    float: right;
    margin-bottom: 3px;
}

.auction-tp-rght a {
    color: var(--main-brand-secondary-color);
    font-size: 12px;
    margin-left: 12px;
    font-weight: 500;
    font-family: 'roboto', arial;
}

.auction-tag .tag-tp {
    color: var(--main-brand-desc-color);
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: calc(100% - 123px);
    width: auto;
    float: left;
    padding-top: 2px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.auction-tag .live-status {
    color: var(--main-brand-desc-color);
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: auto;
    float: left;
}

.auction-tag .live-status span {
    color: #17D32D;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.auction-detail .auc-des {
    margin-top: 5px;
    margin-bottom: 10px;
}

.bid-panel {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.bid-panel ul {
    list-style: none;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.bid-panel ul li {
    width: 49%;
    float: left;
    border-right: 1px solid #D9DADB;
    border-bottom: 1px solid #D9DADB;
    min-height: 72px;
    /* min-height: 55px; */
    /* max-height: 112px;} */
}

.bid-panel ul li:last-child {
    border-right: none;
    border-bottom: none;
}

.bid-panel ul li:nth-child(3n),
.bid-panell ul li:nth-child(4n),
.bid-panel ul li:last-child {
    border-bottom: none;
}

.bid-panel ul li:nth-child(2n) {
    border-right: none;
}

.bid-panel ul li:nth-child(4n) {
    border-right: none;
    border-bottom: none;
}

.bid-panel ul li .bid-tag {
    padding: 0px 8px;
    width: 100%;
    float: left;
    color: var(--main-brand-desc-color);
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
}

.bid-panel ul li .bid-tag.next-bid-text,
.bid-panel ul li .bid-tag.bid-now {
    font-size: 12px;
    margin: 8px 0 0 0;
    padding-left: 0;
}

.bid-panel ul li p {
    padding: 10px;
    width: 100%;
    float: left;
    color: var(--main-brand-label-color);
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin: 0px
}

.bid-panel ul li .bid-field {
    width: 100% !important;
    float: left;
    margin-top: 10px;
    padding: 0 8px;
}

.bid-panel ul li .bid-field input {
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 58%;
    float: left;
    border: 1px solid #D9DADB;
    border-radius: 5px;
    padding: 10px;
    height: 40px;
    line-height: 40px;
    outline: none;
}

.bid-panel ul li .bid-field input#autoBidAmt {
    width: calc(100% - 110px) !important;
    margin: 5px 5px 0 0;
}

.label-des.bid-field #set_autobid {
    margin-top: 5px;
}

.vertual-view .req-btn {
    position: relative;
    width: 100%;
    float: left;
    /* padding-top: 10px; */
}

.vertual-view .req-btn a {
    color: var(--main-brand-text-color) !important;
    font-size: 14px !important;
    padding: 9px 15px;
    border-radius: 500px;
    float: left;
    width: auto;
    margin: 0px !important;
    background: var(--main-brand-color);
}

.bid-txt.bid-txt-subdomain2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    float: left;
    padding-left: 0px;
    margin-bottom: 10px;
}

.reg-bid-btn,
.reg-bid-btn:hover,
.reg-bid-btn:focus {
    min-width: 50% !important;
    float: left !important;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    border: none;
    outline: none;
    border-radius: 5px;
    text-align: center;
    min-width: 63%;
    padding: 0 10px;
    max-width: 100%;
    background: #00D593;
    font-weight: 700;
}

.proxy-bid-btn-colr,
.proxy-bid-btn-colr:hover {
    width: 48%;
    float: right;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    border: none;
    outline: none;
    border-radius: 5px;
    text-align: center;
}

#set_autobid_enable,
#set_autobid_enable:hover {
    width: 45%;
    width: 33%;
    float: left;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    border: none;
    outline: none;
    border-radius: 8px;
    text-align: center;
    background: #00D593;
    margin-top: 5px;
}

#removeAutoBidButton {
    float: none !important;
    display: inline-block;
    font-size: 13px;
    margin-top: 26px;
    color: #000;
    /* margin-bottom: -8px; */
    /* margin-bottom: -17px; */
    line-height: 15px;
    margin-top: 0;
}

.how-workin {
    display: block;
    font-size: 13px;
    margin-top: 9px;
    color: red;
}

.bid-txt div {
    width: auto;
    float: left;
    font-family: 'roboto', arial;
    font-size: 13px;
    padding-right: 3px;
}

.bid-txt a.how-workin {
    margin: 0 0 0 5px;
    font-weight: 700;
    float: inline-end;
}

#bidButton {
    width: 100%;
    float: right;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    border: none;
    outline: none;
    border-radius: 8px;
    text-align: center;
    background: #00D593;
}

#bidButton:disabled,
#bidButton[disabled] {
    color: #aaa;
    background: #eee;
}

Button[disabled] {
    color: #aaa;
}

/* .bid-panel ul li .bid-field a{
    width: 100%;
    float: right;
    height: 40px;
    line-height: 40px;
    color: #2e2e2e;
    font-family: 'roboto' , Arial, Helvetica, sans-serif;
    font-size: 13px;
    border: none;
    outline: none;
    border-radius: 5px;
    text-align: left;
} */
.bid-panel ul li .bid-field a#set_autobid,
.bid-panel ul li .bid-field button#set_autobid {
    width: 105px !important;
    float: right;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    border: none;
    outline: none;
    border-radius: 10px;
    text-align: center;
    background: #00D593;
    font-weight: 700;
    margin-top: 5px !important;
}

.auction-detail .list-det-lftp h1 {
    margin-bottom: 15px;
    margin-bottom: 0;
}

.auction-detail .footer-right .user-des {
    width: 100%;
    float: left;
}

.auction-detail .footer-right {
    width: calc(100% - 56px);
    float: left;
    margin-left: 0px;
}

.auction-detail .footer-right .user-des p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--main-brand-desc-color);
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    display: block;
    line-height: 18px;
    padding-left: 0 !important;
}

.auction-detail .footer-right .user-icon a {
    color: #c7c7c7;
    font-size: 12px;
    margin-left: 12px;
    font-weight: 500;
    font-family: 'roboto', arial;
}

.auction-detail .footer-right .user-name .user-icon {
    width: auto;
    float: right;
    margin-top: 0px;
}

.auction-detail .footer-right .user-name .user-icon img {
    width: 19px;
    float: left;
    margin-left: 10px;
    position: relative;
}

.auction-detail .list-det-lftp {
    position: relative;
    width: 100%;
    float: left;
    padding: 15px 10px 0px 10px;
}

.auction-detail .card-footer {
    width: 100%;
    float: left;
    background: transparent;
    border: 0;
    margin: 0 0 15px;
    padding: 0;
}

.al-wologin .auction-detail .card-footer {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 20px;
    background: none;
    border: 0;
    padding: 0;
    margin: 0 0 20px;
}

.card-footer.card-top {
    margin-top: 0px;
    margin-bottom: 10px;
}

.card-footer .ad-send-msg,
.card-footer .ad-send-msg:hover,
.card-footer .ad-send-msg:focus {
    float: left;
    margin-top: 10px;
    border: none;
    color: #fff;
    border-radius: 100px;
    height: 36px;
    line-height: 36px;
    padding: 0px 20px;
    font-size: 12px;
    background: var(--main-brand-color);
}

.user-icon a {
    color: #c7c7c7;
    font-size: 16px;
    margin-left: 12px;
}

#comp_emp .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 41px;
    user-select: none;
    -webkit-user-select: none;
}

#comp_emp .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
}

#comp_emp .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px;
}

#comp_emp .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: 5px;
    position: absolute;
    top: 50%;
    width: 0;
}

.aq-user-card.prnet-div .user-info h3 {
    margin-top: 10px;
}

.aq-user-card.prnet-div p.day-ago {
    float: right !important;
    color: #90949c !important;
    text-align: right;
    margin-right: 10px;
    padding-top: 18px !important;
    font-size: 12px;
}

.aq-user-card.prcon-div p.day-ago {
    float: right !important;
    color: #90949c !important;
    text-align: right;
    margin-right: 10px;
    padding-top: 24px;
    font-size: 12px;
}

.font-aws-icon img {
    width: 24px !important;
}

.owl-carousel .owl-item img {
    display: inline-block;
    /* width: inherit; */
}

.list-detail-tp.auction-detail.al-wologin {
    margin-top: 40px !important;
}

#auc-detail-slider .owl-nav .owl-prev {
    position: absolute;
    right: 33px;
    top: -65px;
    box-shadow: none;
    width: 30px;
    height: 30px;
    background: #fff !important;
    outline: none;
    left: auto;
    border: 1px solid #D9DADB;
    border-radius: 5px 0 0 5px !important;
}

#auc-detail-slider .owl-nav .owl-prev span {
    font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #343b45;
    margin-top: 1px;
    display: block;
    margin-left: 4px;
}

#auc-detail-slider .owl-nav .owl-next {
    position: absolute;
    right: 4px;
    top: -65px;
    box-shadow: none;
    width: 30px;
    height: 30px;
    background: #fff !important;
    outline: none;
    border: 1px solid #D9DADB;
    border-radius: 0 5px 5px 0 !important;
}

#auc-detail-slider .owl-nav .owl-next span {
    font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #343b45;
    margin-top: 1px;
    display: block;
    margin-left: 4px;
}

#auc-detail-slider .auction-card-list .big-picauc {
    width: 100%;
    float: left;
    height: 260px;
    position: relative;
}

#auc-detail-slider .auccard-body {
    width: 100%;
    float: left;
    padding: 20px 15px 0px 15px;
}

#auc-detail-slider .auction-lbl {
    width: auto;
    float: left;
    margin-top: -40px;
    margin-bottom: 12px;
}

.owl-item .auction-lbl {
    width: auto;
    float: none !important;
    margin-top: 10px !important;
    margin-bottom: 12px;
    position: absolute;
    margin-left: 10px;
    z-index: 999;
}

#auc-detail-slider .auction-card-list {
    width: 100%;
    float: left;
    background: #f7f7f7;
    border-radius: 10px;
}

.dashboard-main {
    width: 100%;
    float: left;
    margin: 40px 0;
}

.sweet-alert h2 {
    color: var(--main-brand-color) !important;
    font-size: 22px !important;
    text-align: center;
    text-transform: none;
    position: relative;
    margin: 30px 0 10px 0 !important;
    padding: 0 30px !important;
    line-height: 30px !important;
    display: block;
    font-weight: 900 !important;
    font-family: 'roboto', arial !important;
}

.sweet-alert button.cancel:hover,
.sweet-alert button.cancel:focus {
    color: var(--main-brand-color) !important;
    background: none !important;
}

.sweet-alert button.confirm:hover {
    color: var(--main-brand-color) !important;
}

.signup-left.verify-popup {
    position: fixed;
    bottom: -1000px;
    width: 28%;
    z-index: 9999;
    left: 130px;
}

.signup-left.profile-popup {
    position: fixed;
    bottom: -1000px;
    width: 123%;
    z-index: 9999;
    left: 50px;
}

#mobile-verify-modal .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .5;
    position: absolute;
    right: 3px;
    z-index: 1;
    top: 0px;
}

#mobile-verify-modal .close-btn,
#profile-completion-modal .close-btn {
    float: right;
    font-size: 24px;
    font-weight: 100;
    line-height: 1;
    color: #000;
    width: 16px;
    height: 25px;
    color: #343b45;
    margin-top: 6px;
    margin-right: 11px;
}

#signup-modal.signup-left button.close>i,
.signup-second button.close>i {
    color: #000;
    font-size: 24px !important;
}

.signup-second button.close {
    opacity: .8;
    margin-right: 7px !important;
}

.signup-left.verify-popup .modal-wdthn {
    width: 520px;
    margin: 0 auto;
    border: 1px solid #fff;
    -webkit-box-shadow: 0px 0px 66px -1px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 0px 0px 66px -1px rgba(0, 0, 0, 0.49);
    box-shadow: 0px 0px 66px -1px rgba(0, 0, 0, 0.49);
}

#mobile-verify-modal .modal-wdthn {
    border-radius: 10px 10px 0 0 !important;
}

#mobile-verify-modal .panel-body {
    padding: 5px 20px 0 0px;
    height: 100%;
    width: 100%;
}

.modal-body-custom {
    margin-top: 8px;
    padding: 0 !important;
}

.font-cl {
    color: var(--main-brand-color);
    font-size: 15px;
    margin-top: 0px;
}

.edit-verify,
.edit-verify:hover,
.edit-verify:focus {
    color: var(--main-brand-color);
    font-weight: 700;
    font-size: 13px;
    margin-top: 5px;
    display: inline-block;
    margin-left: 10px;
}

.robotoeen-btn,
.robotoeen-btn:hover,
.robotoeen-btn:focus {
    background: var(--main-brand-color);
    color: #fff;
    height: 36px;
    text-align: center;
    border-radius: 26px;
    padding: 10px 22px;
    line-height: normal;
    font-weight: 400 !important;
    font-size: 14px !important;
    min-width: 100px;
}

.verify-div.panel {
    margin-bottom: -20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: none;
}

.four-digit {
    width: auto;
    margin-right: 10px;
    float: left;
    padding-top: 10px;
}

.four-digit-field {
    width: 100%;
    float: left;
}

.verify-inpt input {
    width: 50px !important;
    font-size: 16px;
    font-weight: 700;
    padding: 0 10px;
    margin-right: 10px;
    float: left;
    text-align: center;
    border-radius: 7px !important;
    border-color: rgb(210, 211, 214) !important;
    line-height: 50px;
    height: 50px !important;
    margin-top: 10px;
    margin-bottom: 10px !important;
    display: inline-block !important;
}

.verify-inpt span {
    float: left;
    margin-left: 10px;
    color: #17D32D;
    font-size: 30px;
    margin-top: 12px;
}

.mobile-main-div p,
span.v-sub-heading {
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0px;
    padding: 5px 0px;
    width: 100%;
    float: left;
}

#report ul.report-option {
    list-style: none;
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

#report .title-modl {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
    font-size: 20px;
    color: var(--main-brand-color) !important;
    font-weight: 700;
    margin-bottom: 0px !important;
}

#report .confirm-option {
    float: left;
    width: 100%;
    color: #343b45;
    border-bottom: none !important;
    float: left;
    padding: 20px 10px 0px 20px !important;
    font-size: 18px;
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
}

#report .modal-body a.robotoeen-btn {
    background: none;
    color: var(--main-brand-color) !important;
    border-top: 1px solid #ddd;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

#report .modal-body a.red-btn:hover {
    background: none;
    color: var(--main-brand-color) !important;
    border-top: 1px solid #ddd;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

#report .bord-btm-labl {
    border-bottom: 1px solid #ccc;
    padding: 0px 10px 15px 20px;
    float: left;
    width: 100%;
}

.bord-btm-labl .radio-default {
    margin-left: 50px !important;
}

.iti--separate-dial-code.iti {
    float: left;
}

.my-auc-filter .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 80% !important;
    margin-left: 10px;
}

.my-auc-filter .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    height: 44px;
    line-height: 44px;
}

.my-auc-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #343b45;
    line-height: 44px;
}

#bidsFilters .form-robotooup label,
#regFilters .form-robotooup label {
    margin-top: 12px;
}

#bidsFilters .form-robotooup,
#regFilters .form-robotooup {
    margin-bottom: 0px;
}

#selectator_uids .selectator_input {
    height: 30px !important;
    line-height: 30px !important;
}

.selectator_options .selectator_option .selectator_option_title {
    margin-left: 52px;
    font-weight: bold;
    margin-top: 0px;
    font-size: 12.5px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700;
    letter-spacing: 0;
    color: #343b45;
    width: 110px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px !important;
}

.selectator_options .selectator_option .selectator_option_subtitle {
    font-size: 12px;
    /* color: rgba(0,0,0,0.5); */
    color: var(--main-brand-color) !important;
    margin-top: -3px;
    margin-bottom: 0px;
    margin-left: 40px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
    width: 243px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400 !important;
    line-height: 17px;
}

#bidsFilters,
#regFilters {
    margin-top: 7px;
}

.my-auc-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 8px;
    right: 1px;
    width: 20px;
}

#cell-phon .iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0px;
    width: 100%;
    border-radius: 10px;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
}

.verify-div .robotoeen-border .code-m-dashboard {
    float: left;
    width: 88px;
    border-radius: 6px;
    color: #8f9399;
    background: #f9f9f9;
    border: 1px solid #dfe0e1 !important;
    height: 40px;
    padding-left: 0px !important;
}

.verify-div .robotoeen-border .number-dashboard {
    width: 125px;
    float: left;
    padding: 21px 10px;
    height: 40px;
    border-radius: 6px;
    border: 1px solid #dfe0e1 !important;
    margin-left: 10px;
    outline: none;
}

.edit-verify,
.edit-verify:hover,
.edit-verify:focus {
    color: var(--main-brand-color);
    font-weight: 700;
    font-size: 13px;
    margin-top: 15px;
    display: inline-block;
}

/*
.signup-title {
    font-family: 'Poppins-Bold', sans-serif !important;
    font-size: 16px;
    color: #2b79f3;
    text-align: left;
    padding: 0;
}
*/
.signup-title {
    font-family: 'Poppins-Bold', sans-serif !important;
    font-size: 28px;
    color: #343b45;
    padding: 0;
    width: 100%;
    float: left;
    text-align: center;
}

.signup-title span {
    color: #00CF9F;
    font-size: 40px;
}

.prarobotoaph {
    /*
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 13px;
    color: #2f3746;
    margin-bottom: 20px;
    text-align: left;
    line-height: 25px;
*/
    font-family: 'Poppins-', sans-serif;
    font-size: 25px;
    color: #2f3746;
    margin: 10px 0 30px 0;
    text-align: left;
    line-height: 31px;
    padding: 0px 140px;
    text-align: center;
    float: left;
}

.singup-footer {
    background: #343b45;
    width: 100%;
    float: left;
    padding: 20px;
    margin-top: 40px;
    text-align: center;
    border-radius: 0 0 12px 12px;
}

.recommendation-list {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.recommendation-list h1.earth-mov {
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 25px;
    color: #343b45;
    width: auto;
    float: left;
    margin: 0;
    padding: 0;
}

.recommendation-list a.view-all {
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #343b45;
    width: auto;
    float: right;
    padding-top: 10px;
}

.recomdation-cards {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.recomdation-cards .card-list {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.recomdation-cards .auction-card-list .big-picauc {
    width: 48%;
    float: left;
    height: 362px;
    position: relative;
}

.recomdation-cards .auccard-body {
    width: 52%;
    float: left;
    padding: 20px 15px;
}

.profile-complete {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 10px;
}

.profile-complete h1 {
    font-weight: 700;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #343b45;
    width: 100%;
    float: left;
    padding: 20px;
    margin: 0px;
}

.profile-complete .chart-dv {
    width: 100%;
    float: left;
    text-align: center;
    padding: 35px 0 25px 0;
    border-radius: 0 0 10px 10px;
    position: relative;
}

.circle-chart__percent {
    width: 60%;
    margin: 0 auto;
    top: 100px;
    position: absolute;
    left: 20%;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 55px;
    color: #fff;
    line-height: 25px;
}

.circle-chart__circle {
    animation: circle-chart-fill 2s reverse;
    /* 1 */
    transform: rotate(-90deg);
    /* 2, 3 */
    transform-origin: center;
    /* 4 */
}

.percent-num {
    width: 60%;
    margin: 0 auto;
    top: 185px;
    position: absolute;
    right: 0;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #fff;
}

.profile-com-btm {
    border-top: 1px solid #fff;
    margin-top: 30px;
    padding-top: 15px;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    width: 100%;
    float: left;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}

.profile-complete-btn {
    font-size: 17px;
    color: #fff;
    text-align: center;
    width: 100%;
    float: left;
}

.pcomp {
    font-size: 17px;
    text-align: center;
}

.skip {
    font-size: 12px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
}

/**
   * 1. Rotate by -90 derobotoee to make the starting point of the
   *    stroke the top of the circle.
   * 2. Scaling mirrors the circle to make the stroke move right
   *    to mark a positive chart value.
   * 3. Using CSS transforms on SVG elements is not supported by Internet Explorer
   *    and Edge, use the transform attribute directly on the SVG element as a
   * .  workaround (https://markus.oberlehner.net/blog/pure-css-animated-svg-circle-chart/#part-4-internet-explorer-strikes-back).
   */
.circle-chart__circle--negative {
    transform: rotate(-90deg) scale(1, -1);
    /* 1, 2, 3 */
}

.circle-chart__info {
    animation: circle-chart-appear 2s forwards;
    opacity: 0;
    transform: translateY(0.3em);
}

@keyframes circle-chart-fill {
    to {
        stroke-dasharray: 0 100;
    }
}

@keyframes circle-chart-appear {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* #similar-slider .owl-nav{display: none;} */
a.upcoming-event {
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding-bottom: 20px;
    padding-top: 14px;
    width: 100%;
    float: left;
    border-top: 1px solid #D9DADB;
    text-align: center;
}

.dashboard-feeds {
    background: #fff;
    width: 100%;
    height: 100%;
    float: left;
    padding: 0px;
    border-radius: 10px;
    margin-top: 30px;
}

.dashboard-feeds h2 {
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 20px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #D9DADB;
    margin-top: 0px;
}

.dashboard-feeds ul {
    list-style: none;
    width: 100%;
    float: left;
    margin-top: 15px;
    padding: 0px 20px;
}

.dashboard-feeds ul li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #D9DADB;
    background: url(../img/Quote.png) no-repeat top left;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.dashboard-feeds ul li h1 {
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 20px;
    padding: 24px 10px 10px 20px;
    margin: 0px;
}

.dashboard-feeds ul li .card-footer {
    width: 100%;
    float: left;
    margin-top: 12px;
    margin-bottom: 7px;
    padding: 0px 20px;
}

.dashboard-feeds ul li .footer-right {
    width: 68%;
    float: left;
    margin-left: 10px;
}

.dashboard-feeds ul li .footer-right .user-name h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #343b45;
    font-weight: 700;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
}

.dashboard-feeds ul li .footer-right .user-des p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #939699;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

#dayAuctionRegisteredModal .modal-header {
    padding: 15px 15px 0 0;
    border-bottom: none;
}

#dayAuctionRegisteredModal .modal-body {
    position: relative;
    padding: 0 25px 25px 25px;
}

table.view-list .noti_auc_reg_acc.seller-req-btn,
table.view-list .noti_auc_reg_rej.seller-req-btn {
    margin-right: 10px;
    border: none;
    font-size: 12px;
    font-family: 'roboto', arial;
    border-radius: 200px;
}

table.view-list .noti_auc_reg_rej.seller-req-btn {
    background: #db1127 !important;
}

table.view-list .noti_auc_reg_acc.seller-req-btn {
    background-color: #3DC47E !important;
}

table.view-list .btn.btn-robotoy.m-r-15 {
    background: #e2e0e0;
    padding: 0 20px;
    line-height: 36px;
    height: 36px;
    font-size: 12px;
    font-family: 'roboto', arial;
    border-radius: 35px;
    font-weight: 700;
    box-shadow: none;
    outline: none;
}

span.povspan {
    width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* float: left; */
    display: inline-block;
}

/* floating input dv */
.robotooup {
    position: relative;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.inputMaterial {
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 10px 20px 10px 20px;
    display: block;
    width: 100%;
    border: 1px solid #D9DADB;
    border-color: #D9DADB;
    background: #fff !important;
    height: 50px;
    border-radius: 10px;
}

.robotooup select {
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 10px 20px 10px 20px;
    display: block;
    width: 100%;
    border: 1px solid #D9DADB;
    border-color: #D9DADB;
    background: #fff !important;
    height: 50px;
    border-radius: 10px;
}

.inputMaterial:focus {
    outline: none;
}

.form-main textarea {
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 10px 20px 10px 20px;
    display: block;
    width: 100%;
    border: 1px solid #D9DADB;
    border-color: #D9DADB;
    background: #fff !important;
    height: 100px;
    border-radius: 10px;
    resize: none;
    outline: none;
}

/* LABEL ======================================= */
.robotooup label {
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 15px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */
.inputMaterial:focus~label,
.inputMaterial:valid~label {
    top: -8px;
    font-size: 12px;
    color: #343b45;
    background: #fff;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    opacity: 0;
}

/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    width: 100%;
}

.bar:before,
.bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: var(--main-brand-color);
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 1%;
}

.bar:after {
    right: 1%;
}

/* active state */
.inputMaterial:focus~.bar:before,
.inputMaterial:focus~.bar:after {
    width: 50%;
}

/*Checkboxes styles*/
.checkbx-forgot {
    width: 100%;
    float: left;
    margin-top: 0px;
}

.checkbox-main {
    width: auto;
    float: left;
}

.checkbx-forgot a {
    float: right;
    width: auto;
    color: var(--main-brand-color);
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding-top: 2px;
}

.login-btn {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.login-btn button {
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 22px;
    border-radius: 100px;
    height: 50px;
    line-height: 50px;
    width: 100%;
    padding: 0px 30px;
    color: #fff;
    float: left;
    margin-top: 10px;
    border: none;
    outline: none;
    margin-bottom: 10px;
}

.login-btn button p {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
}

.login-btn span {
    width: 100%;
    float: left;
    text-align: right;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #343b45;
    margin-top: 10px;
    padding-right: 5px;
}

.login-btn span a {
    color: var(--main-brand-color);
    font-family: 'roboto', Arial, Helvetica, sans-serif;
}

.login-btn.regiterbtn {
    width: 100%;
    float: left;
    margin-top: 0px;
}

.ordv {
    width: 100%;
    float: left;
    text-align: center;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #343b45;
    margin: 20px 0 0 0;
    border-top: 1px solid #CCC;
    padding-top: 25px;
    padding-bottom: 10px;
}

.lbl-iner {
    width: 100%;
    float: left;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin-bottom: 10px;
    padding-left: 10px;
}

.social-log-btn {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.social-log-btn a.fb-color {
    background: #3b5998;
}

.social-log-btn a.g-color {
    background: #5284ed;
}

.social-log-btn a.lin-color {
    background: #0077b5;
}

.social-log-btn a,
.social-log-btn a:hover,
.social-log-btn a:focus {
    border-radius: 100px;
    height: 44px;
    display: inline-block;
    margin: 0 2px;
    text-align: center;
    min-width: 150px;
    padding: 0 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #fff;
    line-height: 44px;
    margin-bottom: 10px;
}

.social-log-btn a i.fa-facebook {
    margin-right: 5px;
    border-right: 1px solid #fff;
    background: #fff;
    color: #3b5998;
    padding: 4px 6px 3px 6px;
    border-radius: 20px;
    font-size: 14px;
}

.social-log-btn a img {
    width: 22px;
    border-radius: 100px;
    margin-top: -4px;
    margin-right: 5px;
}

.social-log-btn a i.fa-linkedin {
    margin-right: 5px;
    border-right: 1px solid #fff;
    background: #fff;
    color: #0e76a8;
    padding: 4px 5px 4px 6px;
    border-radius: 20px;
    font-size: 14px;
}

.robotooup.signup-1 {
    position: relative;
    margin-bottom: 0px;
    float: left;
    width: 70%;
}

.spantx.verify-sig {
    margin-bottom: 20px;
}

.signup-1btn {
    width: 30%;
    float: left;
    margin-top: 0px;
}

.signup-1btn button {
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    border-radius: 0 10px 10px 0;
    height: 50px;
    line-height: 50px;
    width: 100%;
    padding: 0px 10px;
    color: #fff;
    float: left;
    margin-top: 0px;
    border: none;
    outline: none;
    margin-bottom: 0px;
}

.ordv.sign-1ordv {
    width: 100%;
    float: left;
    text-align: center;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #343b45;
    margin: 10px 0 0 0;
    border-top: none;
    padding-top: 0px;
    padding-bottom: 10px;
}

.robotooup.signup-1 .inputMaterial {
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 10px 20px 10px 20px;
    display: block;
    width: 100%;
    border: 1px solid #D9DADB;
    border-color: #D9DADB;
    background: #fff !important;
    height: 50px;
    border-radius: 10px 0 0 10px;
    border-right: 0;
}

.already-account {
    width: 100%;
    float: left;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 25px;
    color: #343b45;
    text-align: center;
    padding: 0 55px;
}

.login-panel #freeForm .spantx {
    width: auto;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #343b45;
    padding-top: 8px;
    display: inline-block;
    padding-left: 5px;
    float: none;
}

.mrg-fomr {
    margin-top: -10px;
    margin-bottom: 30px;
    font-family: 'roboto', arial;
    font-weight: 700;
}

.mrg-fomr span {
    color: var(--main-brand-color);
    font-weight: 700;
}

.verify-registr-final a {
    font-weight: 700;
}

.milghty-process p a {
    color: var(--main-brand-color) !important;
    text-decoration: none;
    font-weight: 700;
}

.already-account span {
    color: var(--main-brand-color)
}

.already-btn {
    width: 100%;
    float: left;
    margin-top: 0px;
    text-align: center;
}

.already-btn button {
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 20px;
    border-radius: 100px;
    height: 50px;
    line-height: 50px;
    min-width: 30%;
    padding: 0px 30px;
    color: #fff;
    float: none;
    margin-top: 40px;
    border: none;
    outline: none;
    margin-bottom: 10px;
}

.spantx {
    width: 100%;
    float: left;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #343b45;
    padding-top: 8px;
}

.spantx i {
    right: 10px !important;
    color: #343b45 !important;
    font-size: 16px;
    float: left;
    margin-right: 8px;
    position: static !important;
}

.form-main .robotooup i {
    position: absolute;
    top: 18px;
    right: 10px;
    color: #343b45;
    font-size: 16px;
}

.privacy-registr {
    width: 100%;
    float: left;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #343b45;
    text-align: center;
    margin-bottom: 10px;
}

.reg-com-account {
    width: 100%;
    float: left;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #343b45;
    text-align: center;
    padding: 0 50px;
    margin-top: 10px;
}

span.weak.fill {
    border: 1px solid #ef4534;
    background: #ef4534;
    padding: 8px 14px;
    height: 35px;
    color: #fff;
    margin-right: 5px;
    border-radius: 36px;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

span.medium.fill {
    border: 1px solid #ffae00;
    background: #ffae00;
    padding: 8px 14px;
    height: 35px;
    margin-right: 5px;
    color: #fff;
    border-radius: 36px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
}

span.strong.fill {
    border: 1px solid #09c800;
    background: #09c800;
    padding: 8px 14px;
    height: 35px;
    margin-right: 5px;
    color: #fff;
    border-radius: 36px;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    display: inline-block;
}

span.weak {
    border: 1px solid #ef4534;
    padding: 8px 14px;
    height: 35px;
    color: red;
    margin-right: 5px;
    border-radius: 36px;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 5px;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.login-resurity-panel.logged-in-sec {
    padding: 0px;
    margin-bottom: 60px;
}

span.medium {
    border: 1px solid #ffae00;
    padding: 8px 14px;
    height: 35px;
    margin-right: 5px;
    color: #ffae00;
    border-radius: 36px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

span.strong {
    border: 1px solid #09c800;
    padding: 8px 14px;
    height: 35px;
    margin-right: 5px;
    color: #09c800;
    border-radius: 36px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.p-strength-des {
    clear: both;
    padding-top: 15px;
    line-height: 13px;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #585756;
    font-weight: 500;
    opacity: 1 !important;
}

.p-strength-des.hint-text {
    opacity: 0.4;
}

.verify-registr-final {
    width: 100%;
    float: left;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #343b45;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
}

.reg-com-account span {
    color: var(--main-brand-color);
    font-family: 'roboto', Arial, Helvetica, sans-serif;
}

.checkbox-main input[type="checkbox"] {
    display: none;
}

.checkbox-main input[type="checkbox"]+label {
    display: block;
    position: relative;
    padding-left: 35px;
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 13px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    padding-top: 2px;
}

.checkbox-main input[type="checkbox"]+label:last-child {
    margin-bottom: 0;
}

.checkbox-main input[type="checkbox"]+label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #D9DADB;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
    border-radius: 4px;
}

.checkbox-main input[type="checkbox"]:checked+label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right-color: var(--main-brand-color);
    border-bottom-color: var(--main-brand-color);
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: var(--main-brand-color);
    border-color: var(--main-brand-color);
    opacity: 1;
    padding: 0px 10px 8px 10px;
    font-size: 27px;
    border-radius: 5px;
    outline: none;
}

.search-main-dv {
    min-width: 40%;
    min-height: 80px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.search-main-dv input {
    width: 50%;
    float: left;
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    background: #fff;
    outline: none;
    height: 50px;
    border-radius: 10px 0 0 10px;
    border: 1px solid #D9DADB;
    padding: 0 15px;
}

.search-main-dv select {
    width: 30%;
    float: left;
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    background: #fff;
    outline: none;
    height: 50px;
    border-radius: 0px;
    border: 1px solid #D9DADB;
    padding: 0 15px;
}

.search-main-dv button {
    width: 20%;
    float: left;
    color: #fff;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    outline: none;
    height: 50px;
    border-radius: 0px 10px 10px 0;
    text-align: center;
    border: 1px solid var(--main-brand-color);
}

.mybid-main {
    width: 100%;
    float: left;
    margin-bottom: 50px;
    margin-top: 30px;
}

.mybid-main .my-bid-col {
    width: 30%;
    float: left;
    margin: 10px 15px 10px 15px;
    min-height: 430px;
}

.bid-toper {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.bid-top-lft {
    width: auto;
    float: left;
}

.bid-top-lft h1 {
    font-weight: 700;
    color: #343b45;
    width: auto;
    float: left;
    margin: 0px;
    padding: 0px;
    line-height: normal;
    margin-right: 5px;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.bid-top-lft span {
    width: 12px;
    height: 12px;
    margin-left: 3px;
    border-radius: 100px;
    display: inline-block;
    margin-top: 2px;
    float: left;
}

.bid-top-rght {
    width: auto;
    float: right;
}

.bid-top-rght span {
    color: #17D32D;
    text-align: right;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    float: left;
    margin-top: -2px;
}

.my-bid-col .bid-top-rght span {
    color: #17D32D;
    text-align: right;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    float: left;
    margin-top: -2px;
    padding: 0px;
    margin: 0px;
    height: auto;
    line-height: normal;
}

.bid-top-rght .winning-t {
    color: #17D32D;
    text-align: right;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    float: left;
    margin-top: -2px;
}

.bid-top-box {
    box-shadow: 0px 8px 8px #e0e0e0;
    border-radius: 10px;
    width: 100%;
    float: left;
    padding: 20px 0px 0 0px;
    margin-bottom: 20px;
    min-height: 366px;
    background: #fff;
    position: relative;
}

.bid-top-box h1 {
    width: 100%;
    float: left;
    padding: 0px 15px;
    margin: 0px;
    line-height: normal;
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bid-top-box h2 {
    width: 100%;
    float: left;
    padding: 0px 15px;
    margin: 0px;
    line-height: normal;
    color: #343b45;
    font-size: 14px;
    font-weight: 700;
}

.bid-top-box h2 a {
    color: #BABCC3;
    margin-right: 5px;
}

.bid-currency {
    width: 100%;
    float: left;
    text-align: center;
    padding: 15px;
}

.bid-currency span {
    color: #fff;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    border-radius: 45px;
    padding: 10px 25px;
    font-size: 13px;
    font-weight: 700;
    margin: 0px 0;
    display: inline-block;
}

.my-bid-col ul {
    list-style: none;
    padding: 0px 15px;
    width: 100%;
    float: left;
    margin: 10px 0 15px 0;
}

.my-bid-col ul li {
    width: 50%;
    float: left;
    border-right: 1px solid #E9E9E9;
    padding: 15px 10px;
    border-bottom: 1px solid #E9E9E9;
    height: 79px;
}

.my-bid-col ul li .total-bid {
    width: 100%;
    float: left;
    color: #343b45;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
}

.my-bid-col ul li .view-bid {
    width: 100%;
    float: left;
    color: var(--main-brand-color);
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.view-anch {
    font-size: 12px;
    font-weight: 600;
    margin-left: 5px;
}

.my-bid-col ul li .view-bid span,
.my-bid-col ul li .view-bid span a {
    font-size: 14px;
    color: #343b45;
}

.my-bid-col ul li:nth-child(2n) {
    border-right: none;
}

.my-bid-col ul li:nth-child(3n),
.my-bid-col ul li:nth-child(4n) {
    border-bottom: none;
}

.my-bid-col .winnng-dv {
    width: 100%;
    margin: 16px 0 12px 0 !important;
    float: left;
}

.my-bid-col .winnng-dv h4 {
    width: 100%;
    float: left;
    color: #343b45;
    text-align: center;
    padding: 0px;
    margin: 0px;
    line-height: normal;
    font-size: 14px;
    font-weight: 700;
}

.my-bid-col .winnng-dv span {
    width: 100%;
    float: left;
    color: #17D32D;
    text-align: center;
    padding: 0px;
    margin: 0px;
    line-height: normal;
    font-size: 30px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.my-bid-col a.view-document {
    color: #343b45;
    /* float: left; */
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    width: auto;
    margin-left: 20px;
    margin-top: 0px;
    position: absolute;
    bottom: 14px;
    left: 0;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
}

.my-bid-col a.message-seller {
    background: var(--main-brand-color);
    width: auto;
    float: right;
    color: #fff;
    border-radius: 10px 0 10px 0;
    padding: 16px 12px;
    font-size: 14px;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
}

.pro-viw {
    width: 160px;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    line-height: 16px;
    text-overflow: ellipsis;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #343b45;
}

.form-panel.personal-profile {
    width: 100%;
    float: left;
    margin-top: 40px;
    padding: 0 0px;
}

.flag-sect {
    width: 20%;
    float: left;
    margin-right: 10px;
}

.phone-num-fild {
    width: 69%;
    float: left;
    margin-right: 10px;
}

.phone-num-fild.verify-fld {
    width: 61%;
    float: left;
    margin-right: 10px;
}

.phone-num-fild.verify-fld.no-cell-num {
    width: 78%;
    float: left;
    margin-right: 0;
}

.phone-num-fild.verify-fldbtn {
    width: 68%;
    float: left;
    margin-right: 10px;
}

.pull-left.togle-con {
    width: 100%;
}

.list-robotooup-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    border-radius: 10px !important;
}

.phone-num-fild.companyprofl {
    width: 76%;
    float: right;
    margin-right: 0px;
}

.verify-btn-frm {
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 16px;
    border-radius: 8px;
    height: 50px;
    line-height: 50px;
    width: 15%;
    padding: 0px 15px;
    color: #fff;
    float: right;
    border: none;
    outline: none;
    text-align: center;
}

.personal-reg-btn {
    width: 100%;
    float: left;
    margin-top: 50px;
    text-align: center;
}

.personal-reg-btn button {
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 18px;
    border-radius: 100px;
    height: 44px;
    line-height: 44px;
    min-width: 30%;
    ;
    padding: 0px 30px;
    float: none;
    margin-top: 10px;
    border: none;
    outline: none;
    margin-bottom: 10px;
    display: inline-block;
    margin: 0 5px;
    background: transparent;
    border: 1px solid #3a3a3a;
    color: #3a3a3a;
}

.personal-reg-btn button:hover,
.personal-reg-btn button:focus {
    background: #3a3a3a;
    border: 1px solid #3a3a3a;
    color: #fff;
}

.subscribe-panel {
    border: 1px solid #e9f2f9;
    width: 100%;
    float: left;
    padding: 10px 10px 0px 15px;
    border-radius: 8px;
}

.subscribe-panel p {
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 70%;
    float: left;
}

.subscribe-panel.marketplace-form {
    margin-bottom: 15px;
}

.subscribe-panel.marketplace-form p {
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 69%;
    float: left;
}

.subscribe-panel.marketplace-form .switch {
    position: relative !important;
    display: inline-block;
    width: 50px;
    height: 24px;
    pointer-events: all !important;
    float: right;
    margin-right: 10px;
    margin-top: -17px;
}

.subscribe-panel.marketplace-form .slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 1px;
    bottom: 0px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch {
    position: relative !important;
    display: inline-block;
    width: 60px;
    height: 34px;
    pointer-events: all !important;
    float: right;
    margin-right: 20px;
    margin-top: -12px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: var(--main-brand-color);
}

input:focus+.slider {
    box-shadow: 0 0 1px var(--main-brand-color);
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.deleteAllNotification.mrg-tp {
    margin-top: 0px !important;
}

.personal-profile .form-robotooup input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.personal-profile .form-robotooup label {
    position: relative;
    cursor: pointer;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    color: #343b45;
    font-size: 13px;
    padding-top: 5px;
    font-weight: normal;
}

.box-width-pro {
    width: 70%;
    float: none;
    margin: 0 auto;
}

#form-login .robotooup label {
    display: none;
}

#emailExistKrank .modal-body {
    position: relative;
    padding: 5px 25px 20px 25px;
}

.personal-profile .form-robotooup label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid var(--main-brand-color);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 0px;
}

.personal-profile .form-robotooup input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid var(--main-brand-color);
    border-width: 0 2px 3px 0;
    transform: rotate(45deg);
}

.aviationcheckbox {
    width: 28%;
    margin: 10px;
    display: inline-block;
}

#arobotoeementButton2 .form-robotooup input,
#arobotoeementButton1 .form-robotooup input,
#arobotoeementButton3 .form-robotooup input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

#arobotoeementButton2 .form-robotooup label,
#arobotoeementButton1 .form-robotooup label,
#arobotoeementButton3 .form-robotooup label {
    position: relative;
    cursor: pointer;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    color: #343b45;
    font-size: 14px;
    padding-top: 5px;
    font-weight: normal;
}

#arobotoeementButton2 .form-robotooup label:before,
#arobotoeementButton1 .form-robotooup label:before,
#arobotoeementButton3 .form-robotooup label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #bbb9b9;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 4px;
}

#arobotoeementButton2 .form-robotooup input:checked+label:after,
#arobotoeementButton1 .form-robotooup input:checked+label:after,
#arobotoeementButton3 .form-robotooup input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 8px;
    width: 6px;
    height: 14px;
    border: solid #bbb9b9;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

#arobotoeementButton1 .form-robotooup,
#arobotoeementButton2 .form-robotooup,
#arobotoeementButton3 .form-robotooup {
    margin-top: 20px;
    padding-left: 13px;
    margin-bottom: 0px;
}

.arobotoee-cancel {
    width: auto;
    float: right;
    margin-bottom: 0px;
}

.arobotoee-cancel .arobotoee-btns {
    background: #00d080;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    border-radius: 5px;
    min-width: 113px;
    padding: 10px 10px;
    float: left;
    margin-left: 10px;
    text-align: center;
    margin-top: 25px;
    margin-right: 15px;
}

.arobotoee-cancel .cancel-btns {
    background: #eb5d57;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    border-radius: 5px;
    min-width: 113px;
    padding: 10px 10px;
    float: left;
    text-align: center;
    margin-top: 25px;
}

.security-hone h1 {
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 35px;
    color: #343b45;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 40px;
    margin-top: 50px;
}

.security-panel {
    width: 100%;
    float: left;
    margin: 5% 0;
}

.listing-dv-auc.recommendation-auction {
    margin-top: 35px;
}

.listing-dv-auc.recommendation-auction .aucprice-card .price-tag span {
    font-size: 16px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 900;
    line-height: 31px;
}

.listing-dv-auc.recommendation-auction .aucprice-card .price-tag {
    width: 120px;
    float: left;
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 8px;
}

.listing-dv-auc.recommendation-auction .aucprice-card .left-br {
    width: 72px;
    float: left;
    color: #343b45;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-top: 5px;
    font-weight: 900;
}

.login-resurity-panel {
    width: 100%;
    float: left;
    border: 1px solid #d4d4d4;
}

.login-resurity-panel h1 {
    width: 100%;
    /*background: #F2F4F6;*/
    float: left;
    border-bottom: 1px solid #d4d4d4;
    margin: 0;
    padding-left: 15px;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #343b45;
    line-height: 55px;
}

.login-resurity-panel .loggin-where {
    width: 100%;
    /*background: #F2F4F6;*/
    float: left;
    border-bottom: 1px solid #d4d4d4;
    margin: 0;
    padding-left: 15px;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #343b45;
}

.login-resurity-panel .loggin-where h2 {
    float: left;
    margin: 0;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #343b45;
    line-height: 55px
}

.login-resurity-panel .change-div {
    width: 100%;
    float: left;
}

span.main-change {
    text-decoration: none;
    color: inherit;
    padding: 20px 0px 5px 0px;
    float: left;
    width: 100%;
    border-bottom: none;
}

.main-change {
    padding: 16px 0px 0 0px;
    float: left;
    width: 100%;
    border-bottom: none;
    border-bottom: 1px solid #d4d4d4
}

.main-change figure {
    width: 40px;
    float: left;
}

.login-resurity-panel .change-div figure img {
    width: 25px;
    float: left;
    margin-top: 6px;
}

.login-des {
    width: 80%;
    float: left;
}

.login-des h2 {
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #343b45;
    margin: 0px;
    padding: 0px;
    line-height: 20px;
}

.login-des p {
    display: block;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #343b45;
    letter-spacing: 0.01em;
    line-height: 22px;
    margin: 0px 0px 10px 0px;
    font-style: normal;
    white-space: normal;
}

.login-des p span {
    color: #00d080;
    font-weight: 700;
    padding-left: 5px;
}

a.edit-btn {
    background: var(--main-brand-color);
    padding: 0px 15px !important;
    border-radius: 3px;
    margin-top: -3px;
    font-size: 13px;
    color: #fff;
    float: right;
    width: 80px;
    text-align: center;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    height: 40px;
    line-height: 39px;
    border-radius: 36px;
}

#history_vm {
    background: var(--main-brand-color);
    padding: 0px 15px !important;
    border-radius: 3px;
    margin: 20px 0px;
    font-size: 13px;
    color: #fff;
    width: 120px;
    text-align: center;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    height: 40px;
    line-height: 39px;
    border-radius: 36px;
    border: none;
    outline: none;
}

.login-panel-hsp {
    width: 54%;
    margin: 50px auto 50px auto;
    display: none;
}

.login-panel-hsp .form-horizontal .form-robotooup .control-label,
.form-horizontal .form-robotooup:hover .control-label {
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #343b45;
    text-align: right;
}

.login-panel-hsp .form-horizontal .form-robotooup {
    border-bottom: none;
    padding-top: 19px;
    padding-bottom: 19px;
    margin-bottom: 0;
}

.login-panel-hsp .form-horizontal .form-robotooup:last-child {
    border-top: 1px solid #d4d4d4;
    padding-top: 19px;
    padding-bottom: 19px;
    margin-bottom: 0;
}

.login-panel-hsp .form-horizontal .form-robotooup button {
    background: var(--main-brand-color);
    padding: 10px 30px !important;
    border-radius: 36px;
    margin-top: 5px;
    color: #fff;
    font-size: 14px;
}

.tool-icon {
    float: right;
    font-size: 18px;
    color: #2e2e2e;
    padding: 10px;
    margin-top: -3px;
}

a.see-all-login {
    float: left;
    font-size: 13px;
    padding-bottom: 15px;
    color: var(--main-brand-color);
    text-decoration: none;
}

a.logout-session {
    float: right;
    font-size: 13px;
    padding-bottom: 15px;
    color: var(--main-brand-color);
    text-decoration: none;
}

#content {
    display: none;
}

a.popover-las {
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #343b45;
    padding: 5px 20px !important;
    width: 100%;
    float: left;
}

a.popover-las:hover {
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
    background: var(--main-brand-color);
    padding: 5px 20px !important;
}

.popover {
    width: 350px;
    border-radius: 10px !important;
}

.popover textarea.form-control {
    height: auto;
    resize: none;
    margin-bottom: 10px;
}

.popover .btn-primary,
.popover .btn-primary:hover,
.popover .btn-primary:focus {
    color: #fff;
    background-color: var(--main-brand-color);
    border-color: var(--main-brand-color);
    outline: none;
    border-radius: 100px;
    padding: 5px 20px;
}

.popover .close {
    float: right;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    margin-top: -3px;
    margin-right: -6px;
}

.tab-content .alert p a {
    color: var(--main-brand-color)
}

.listing-user-info a h4 {
    font-weight: 900;
}

a.edit-btn-loggin,
button.edit-btn-loggin {
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 13px;
    background: var(--main-brand-color);
    padding: 0px 15px !important;
    border-radius: 36px;
    margin: 8px 10px 0 0;
    color: #fff;
    float: right;
    margin-right: 15px;
    border: none;
    height: 40px;
    outline: none;
}

a.single-logout,
button.single-logout {
    float: right;
    padding: 10px 0;
    font-size: 13px;
    color: #343b45;
    background: none;
    border: none;
    line-height: 12px;
    margin-top: -2px;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    outline: none;
}

button.single-logout i {
    font-size: 14px;
}

.change-div .accept-rejct {
    height: 44px;
    line-height: 42px;
    font-weight: 700 !important;
    font-size: 13px;
    padding: 0 15px;
}

a.single-logout:hover,
button.single-logout:hover {
    color: var(--main-brand-color);
}

#pwd_form .col-md-12 button {
    background: var(--main-brand-color);
    padding: 0px 15px !important;
    border-radius: 3px;
    margin-top: 1px;
    font-size: 13px;
    color: #fff;
    width: auto;
    text-align: center;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    height: 40px;
    line-height: 38px;
    border-radius: 36px;
    border-color: var(--main-brand-color);
    outline: none;
    margin: 50px 0;
}

.login-panel-hsp .form-robotooup {
    margin-bottom: 20px;
}

.login-panel-hsp .form-robotooup.alert-danger {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.showpanel {
    display: none;
}

.martp-forty {
    top: 53px !important;
}

.main-change .left-imge {
    width: 100% !important;
    float: left;
    padding: 10px 20px 20px 10px !important;
    border-bottom: none !important;
    height: auto;
    margin: 0px;
    box-shadow: none;
}

.main-change .circle-lft {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-robotoadient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 30px !important;
    height: 30px !important;
    border-radius: 0px !important;
    position: relative;
    float: left;
}

.main-change .line-top {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-robotoadient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 520px;
    height: 8px;
    position: relative;
    display: block;
    margin-left: 10px;
    margin-top: 6px;
}

.main-change .line-bottom {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-robotoadient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 430px;
    height: 6px;
    position: relative;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
}

.main-change.prhis-div a.edit-btn-loggin {
    margin: 5px 0px 0 0
}

.main-change .login-des span .tooltip {
    z-index: 709 !important;
}

#pwd_form .form-robotooup .form-control {
    height: 52px;
}

.security-panel.login-resurity-panel.box-card {
    padding: 0px;
}

.yellow-b.rAll i,
.yellow-b.deleteAllNotification i {
    margin-right: 5px;
    ;
}

.drop-select {
    width: 200px;
    float: left;
}

.drop-select .select2-container {
    width: 100%;
}

.search-dv {
    width: 230px;
    float: left;
    margin-right: 10px;
    margin-top: 7px;
}

.search-dv input {
    width: 180px;
    float: left;
    height: 44px;
    border: 1px solid #ccc;
    font-size: 13px;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    color: #343b45;
    border-radius: 8px 0 0 8px;
    padding: 0 15px;
    border-right: none;
}

.search-dv button {
    height: 44px;
    padding: 0 15px;
    border: none;
    font-size: 20px;
    color: #fff;
    border-radius: 0 8px 8px 0;
    float: left;
}

.connection-main-dv {
    width: 100%;
    float: left;
    margin-top: -15px;
}

.connection-main-dv p.m-t-15 {
    font-size: 14px;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    color: #343b45;
    margin-top: 15px;
    padding-left: 15px;
}

.connection-main-dv p.m-t-15 a {
    color: var(--main-brand-color);
}

.position-relative {
    position: relative;
}

.flex-cs {
    display: flex;
    align-items: center;
}

.b-robotoey {
    border-color: rgba(221, 222, 223, 0.9);
}

.b-b {
    border-bottom-width: 1px !important;
}

.call-dv-con a {
    margin-left: 15px;
}

.call-dv-con a i {
    margin-right: 5px;
    font-size: 16px;
}

.user-remove {
    display: inline-block;
    font-family: 'roboto', Arial, Helvetica, sans-serif !important;
    font-size: 13px !important;
    color: #343b45;
    margin-right: 0px;
    border: 1px solid var(--main-brand-color);
    border-radius: 100px;
    text-align: center;
    padding: 7px 20px;
    box-shadow: none;
}

.user-remove:hover,
.user-remove:focus,
.user-remove.active {
    color: #fff;
    border: 1px solid var(--main-brand-color);
    background: var(--main-brand-color);
}

.aq-user-card .network-dv .fs-user-avatar img {
    border-radius: 0;
    border: 1px solid #ddd;
}

.on-off-conection {
    border-radius: 200px;
    position: absolute;
    left: 58px;
    top: 19px;
    text-align: center;
    z-index: 22;
    width: 15px;
    height: 15px;
}

.robotoay-st {
    background: #b0b0b0;
    width: 12px;
    height: 12px;
    border-radius: 200px;
    border: 2px solid #fff;
    float: left;
    margin-top: 3px;
    margin-right: 6px;
}

.thumbnail-wrapper.d48 {
    width: 48px;
    height: 48px;
}

.aq-user-card .fs-user-avatar {
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.aq-user-card .fs-user-avatar img {
    border-radius: 100%;
}

.thumbnail-wrapper.circular {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.user-info.conect-name {
    margin-left: 20px;
}

#main-content .user-info.conect-name {
    margin-top: 8px;
}

.min-hght .aq-conn-div.aq-user-card .user-info,
#dealersTab .user-info {
    margin-left: 15px !important;
    position: relative;
}

.user-info.conect-name h3 {
    width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    margin: 0;
    line-height: 17px;
    float: left;
    max-width: 100%;
    clear: both;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #343b45;
}

.user-info.conect-name .com-con {
    width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    margin: 0;
    line-height: 17px;
    float: left;
    max-width: 100%;
    clear: both;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: var(--main-brand-color);
}

.user-info.conect-name .location-cont {
    width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    margin: 0;
    line-height: 17px;
    float: left;
    max-width: 100%;
    clear: both;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #343b45;
}

.aq-user-card .b-robotoey .col-md-7 .user-info h3 a {
    float: left;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'roboto', Arial, Helvetica, sans-serif !important;
    font-size: 13px !important;
}

.ver-num {
    width: 20px !important;
    height: 20px;
    float: left;
    margin-left: 10px;
    margin-top: -1px;
}

.ver-num img {
    width: 70%;
    border: none !important;
}

.private-lock {
    float: right;
    font-size: 12px;
    margin-top: 15px;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #343b45;
    position: absolute;
}

.private-lock img {
    width: 13px;
    margin-top: -4px;
}

.aq-user-card .flex-cs .col-md-7 .user-info span {
    width: 170px;
}

.thumbnail-wrapper.d48 {
    width: 48px;
    height: 48px;
}

.comp-img-con {
    float: right;
    margin-right: 10px;
    margin-left: 25px;
    border: 1px solid rgba(221, 222, 223, 0.9);
}

.drop-select .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    height: 40px;
}

.drop-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px !important;
    color: #343b45 !important;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    line-height: 40px;
}

.drop-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 7px;
    right: 4px;
    width: 20px;
}

.drop-select .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 12px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Connect-emp {
    float: left;
    width: auto;
    font-size: 13px !important;
    color: #343b45 !important;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    border-radius: 100px;
    border: solid 1px rgba(141, 145, 150, 0.22);
    padding: 7px 22px;
}

.Connect-emp:hover {
    float: left;
    width: auto;
    font-size: 13px !important;
    color: #fff !important;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    border-radius: 100px;
    border: 1px solid var(--main-brand-color);
    background: var(--main-brand-color);
    /* padding: 7px 22px; */
}

.call-dv-con .not-allowed {
    border-radius: 100px;
    border: 1px solid var(--main-brand-color);
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    /* color: #343b45 !important; */
    font-size: 13px !important;
}

#all-bids-binding .modal-header .close {
    margin-top: -20px;
    margin-right: -20px;
}

#all-bids-binding .modal-header .close i {
    color: #2e2e2e;
    font-size: 21px !important;
}

.Connect-emp,
.Connect-emp:hover,
.Connect-emp:focus {
    display: inline-block;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: var(--main-brand-color);
    margin-right: 0px;
    border: 1px solid var(--main-brand-color);
    margin-left: 15px;
}

.as-guest {
    width: 100%;
    float: left;
    margin-top: 0px;
}

.as-guest h1 {
    font-family: 'Poppins-bold', sans-serif;
    font-size: 24px;
    color: #343b45;
    width: 100%;
    float: left;
    line-height: 30px;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
}

.as-guest p {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    color: #343b45;
    width: 100%;
    float: left;
    line-height: 15px;
    margin-top: 0px;
    margin: 4px 0 15px 0;
    padding: 0px;
    font-weight: 500;
}

.guest-form {
    width: 100%;
    float: left;
    margin-top: 10px;
    position: relative;
}

.guest-form input {
    color: #343b45;
    font-size: 14px;
    float: left;
    border: none;
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: none;
    outline: none;
    padding: 0px 15px;
    box-shadow: none;
    border: 1px solid #DFDFDF;
    border-radius: 10px;
}

.guest-form textarea {
    color: #343b45;
    font-size: 14px;
    float: left;
    border: none;
    width: 100%;
    height: 90px;
    line-height: 16px;
    background: none;
    outline: none;
    padding: 15px 15px;
    box-shadow: none;
    border: 1px solid #DFDFDF;
    border-radius: 10px;
    resize: none;
}

.guest-form button {
    font-family: 'Poppins-Bold', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    margin: 5px 0px 35px 0;
    background: var(--main-brand-color) !important;
    width: auto;
    padding: 10px 18px;
    float: right;
    border-radius: 44px;
    box-shadow: none;
    border: none;
    line-height: normal;
    min-width: 150px;
    border: none;
    box-shadow: none;
}

.as-exguest a {
    width: 100%;
    float: left;
}

button.member-exiting {
    font-family: 'Poppins-Bold', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    margin: 5px 0px 35px 0;
    background: var(--main-brand-color) !important;
    width: auto;
    padding: 10px 18px;
    float: right;
    border-radius: 44px;
    box-shadow: none;
    border: none;
    line-height: normal;
    min-width: 100%;
    border: none;
    box-shadow: none;
}

.guest-form span {
    color: #FF0000;
    position: absolute;
    left: -15px;
    top: 15px;
    font-size: 16px;
}

#send-eq .modal-dialog {
    width: 45%;
    margin: 30px auto;
}

#send-eq .modal-header {
    padding: 25px 25px 0 0;
    border-bottom: none;
}

.as-exguest {
    width: 100%;
    float: left;
    margin-top: 0px;
}

.as-exguest h1 {
    font-family: 'Poppins-bold', sans-serif;
    font-size: 24px;
    color: #343b45;
    width: 100%;
    float: left;
    line-height: 30px;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
}

.as-exguest h1 span {
    font-family: 'Poppins-bold', sans-serif;
    font-size: 14px;
    color: var(--main-brand-color);
}

.as-exguest p {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    color: #343b45;
    width: 100%;
    float: left;
    line-height: 15px;
    margin-top: 0px;
    margin: 4px 0 15px 0;
    padding: 0px;
    font-weight: 500;
}

.as-exguest.mrg-tp-btm {
    margin-top: 40px;
}

#send-eq .modal-header .close {
    margin-top: -20px;
    font-size: 26px;
    opacity: 1;
    margin-right: -12px;
}

.m-r-30.xs-m-r-0.flex-cs.call-dv-con {
    font-size: 13px;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.connection-main-dv .aq-conn-div.aq-user-card {
    padding: 20px 10px 20px 10px !important;
    border-bottom: solid 1px rgba(141, 145, 150, 0.22);
}

.personal-profile p.err-msg {
    position: static;
}

.article-new-nav {
    width: 100%;
    float: left;
    margin-top: 50px;
    padding: 0px 0 0px 0;
}

.box-card {
    border-radius: 18px;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    border: 0;
    background: #fff;
}

.article-new-nav .menu-items {
    display: block;
    position: relative;
    margin: 0px auto;
    z-index: 1;
    padding: 9px 20px 0 10px;
    text-align: left;
    width: 100%;
    min-height: 58px;
}

.article-new-nav .menu-items li {
    padding: 10px 0px;
    display: inline-block;
}

.article-new-nav .menu-items li:hover,
.article-new-nav .menu-items li.active {
    border-bottom: solid 5px var(--main-brand-color);
}

.article-new-nav .menu-items li a {
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    color: #343b45;
    border-right: solid 1px #dddedf;
    padding: 5px 10px;
    font-size: 12.5px;
}

.article-new-nav .menu-items li.active a {
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    color: #343b45;
    font-size: 12.5px;
}

.article-new-nav .menu-items li:last-child {
    border-right: none;
}

.private-vert {
    width: 20px;
    position: absolute;
    height: 91px;
    background: var(--main-brand-color);
    left: -10px;
    writing-mode: vertical-rl;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    border-bottom: 1px solid #fff;
    top: -20px;
}

.zoom-dv {
    margin: 50px 0;
    width: 100%;
    float: left;
}

#schedule_meeting .modal-footer {
    padding: 15px 15px 35px 15px;
    text-align: center;
    border-top: none;
    margin: -5px 0px 20px 0;
}

.schedule_meeting .modal-footer button,
.schedule_meeting .modal-footer button:hover,
.schedule_meeting .modal-footer button:focus {
    border: 1px solid #d7d7d7;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-radius: 100px;
    padding: 10px 30px;
    outline: none;
    /* background: none; */
}

#zoom_schedule_meeting .form-robotooup input,
#zoom_schedule_meeting .form-robotooup input:focus,
.schedule_meeting .form-robotooup input,
.schedule_meeting .form-robotooup input:focus {
    height: 44px;
    line-height: 44px;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #343b45;
    border-radius: 10px;
    box-shadow: none;
}

#zoom_schedule_meeting .form-robotooup input:focus,
#zoom_schedule_meeting .form-robotooup textarea:focus,
.schedule_meeting .form-robotooup textarea:focus {
    border-color: var(--main-brand-color);
}

#zoom_schedule_meeting .form-robotooup input,
#zoom_schedule_meeting .form-robotooup textarea,
.schedule_meeting .form-robotooup textarea {
    border: solid 1px rgba(141, 145, 150, 0.22);
}

#schedule_meeting .select2-container--default .select2-selection--single,
.schedule_meeting .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: solid 1px rgba(141, 145, 150, 0.22);
    border-radius: 10px;
    height: 44px;
}

#schedule_meeting .select2-container--default .select2-selection--single .select2-selection__rendered,
.schedule_meeting .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #343b45;
    line-height: 44px;
}

#schedule_meeting .select2-container--default .select2-selection--single .select2-selection__arrow,
.schedule_meeting .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 10px;
    right: 1px;
    width: 20px;
}

#schedule_meeting .select2-container,
.schedule_meeting .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
}

#zoom_schedule_meeting .selectator_input {
    border: none !important;
}

#schedule_meeting .modal-body {
    box-shadow: none;
    padding: 25px;
    padding-top: 0;
    white-space: normal;
}

#zoom_schedule_meeting .form-robotooup textarea:focus {
    box-shadow: none;
}

#zoom_schedule_meeting .form-robotooup textarea {
    resize: none;
}

#schedule_meeting .modal-header {
    padding: 25px 25px 0 25px;
    border-bottom: none;
}

.main-user-sch .main-usr-tp {
    width: 22% !important;
    float: left;
}

.main-user-sch .user-descrip {
    width: 78% !important;
    float: left;
    padding: 0px 15px;
}

.main-usr-btm .days-dv {
    width: 22% !important;
    float: left;
    text-align: center;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.main-usr-btm .time-icon {
    width: 78% !important;
    float: left;
    padding: 0px 15px;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    color: #343b45;
    font-weight: normal;
    font-size: 13px;
}

.upcoming-tabs .nav-pills>li.active>a,
.upcoming-tabs .nav-pills>li.active>a:hover,
.upcoming-tabs .nav-pills>li.active>a:focus {
    color: var(--main-brand-color) !important;
    background-color: transparent;
    border-bottom: 5px solid var(--main-brand-color) !important;
}

.zoom-call-detail h2 {
    color: var(--main-brand-color) !important;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 600;
    width: 100%;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    float: left;
    line-height: 30px;
}

.participate-dv h1 {
    color: var(--main-brand-color) !important;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 600;
    width: 100%;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    float: left;
    line-height: 30px;
    margin-bottom: 15px;
}

.description-dv h1 {
    color: var(--main-brand-color) !important;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 600;
    width: 100%;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    float: left;
    line-height: 30px;
}

.zoom-dv .nav>li>a:focus,
.zoom-dv .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

.btn-animated {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.btn-animated>span {
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.crequest.ccq span:first-child {
    display: block;
    position: absolute;
    top: 8px;
    left: 0px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.crequest span:last-child {
    display: block;
    position: absolute;
    top: 80px;
    left: 0px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-animated:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* MY NETWORK PAGE */
.new-use-ic {
    list-style: none;
    width: auto;
    float: right;
    padding: 0px;
    margin: 0px;
}

.new-use-ic li {
    display: inline-block;
    margin-left: 5px;
}

.thumbnail-wrapper.d22 {
    width: 30px;
    height: 30px;
}

.ovel-style {
    border-radius: 20px;
    padding: 0px 4px;
    background: var(--main-brand-color) !important;
    text-align: center;
    font-size: 12px !important;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
}

.ovel-style span {
    line-height: 28px !important;
    font-weight: 600;
}

.remove-new a i {
    margin-right: 5px;
    font-size: 14px;
}

.remove-new a {
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #343b45;
    line-height: 20px;
}

#form-login .p-r-20.inline.font-semibold.fs-12 {
    padding-right: 20px;
    float: left;
}

.remove-new a.font-light.text-master.xs-m-l-0 {
    display: block;
}

.remove-new a.removal-net {
    display: block;
    margin-top: 5px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent !important;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    color: #343b45;
    font-size: 14px;
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    color: #343b45;
    font-size: 12px;
    font-weight: normal;
}

.select2-dropdown {
    background-color: white;
    border: transparent !important;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;
    border-radius: 5px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #D9DADB !important;
    outline: none;
    box-shadow: none;
}

#modalSlideUpSmallMyBids .modal-dialog {
    width: 53%;
}

#viewDocumentsModal .modal-content,
#modalSlideUpSmallMyBids .modal-content,
#dayAuctionBidderModal .modal-content {
    border-radius: 18px;
    padding: 0px !important;
}

#modalSlideUpSmall button.close,
#modalSlideUpSmallMyBids button.close,
#dayAuctionRegisteredModal button.close {
    opacity: .5;
}

#modalSlideUpSmall button.close>i,
#modalSlideUpSmallMyBids button.close>i,
#dayAuctionRegisteredModal button.close>i {
    color: #000;
    font-size: 21px !important;
}

.table-wrapper-scroll-y {
    display: block;
    max-height: 380px;
    overflow-y: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

table.view-list thead {
    border: 1px solid #e7e7e7;
    text-align: center;
}

table.view-list thead tr th {
    background: #f7f7f8;
    border-bottom: 1px solid #e7e7e7;
    font-size: 11px;
    padding: 20px 0 !important;
    font-family: 'Roboto', sans-serif !important;
    color: var(--main-brand-secondary-color);
    text-align: center;
}

.table thead tr th:first-child {
    padding-left: 10px !important;
}

table.view-list tbody tr {
    border: 1px solid #e7e7e7;
}

table.view-list>tbody>tr:nth-child(odd)>td,
table.view-list>tbody>tr:nth-child(odd)>th {
    background-color: #f3f4f6;
    border: 1px solid #dddddd;
}

.unfav_auc_detail {
    color: var(--main-brand-color) !important;
}

table.view-list thead tr th {
    font-size: 14px;
    font-weight: 700;
    font-family: 'roboto', arial;
}

table.view-list tbody tr td {
    position: relative;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 700;
    font-family: 'roboto', arial;
}

.excel-bidders {
    background: transparent;
    border-radius: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    color: var(--main-brand-font-awsm);
    padding: 0px 20px;
    font-size: 13px;
    font-weight: normal;
    border: 1px solid var(--main-brand-color);
    margin-left: 10px;
}

.excel-bidders img {
    width: 17px;
    float: left;
    margin-top: 9px;
    margin-right: 6px;
}

#modalSlideUpSmallMyBids .modal-header {
    padding: 0px;
    border-bottom: none;
}

#modalSlideUpSmallMyBids .modal-header .close {
    margin-top: 9px;
    margin-right: 10px;
}

#modalSlideUpSmallMyBids .modal-body {
    position: relative;
    padding: 0 25px 25px 25px;
}

.home-heading {
    margin: 40px auto 0px;
    width: 100%;
    font-weight: 600 !important;
    float: left;
}

.home-heading h2 {
    margin-bottom: 5px;
    padding-bottom: 0px;
    position: relative;
    font-size: 34px;
    line-height: 46px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    font-size: 38px !important;
    color: #343b45;
}

.home-heading p {
    display: block;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.01em;
    line-height: 26px;
    margin: 0px 0px 10px 0px;
    font-style: normal;
    white-space: normal;
    font-family: 'roboto', sans-serif;
}

.login-container {
    padding: 30px;
    margin-bottom: 50px;
    border-radius: 18px;
    border-radius: 18px;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    border: 0;
    background: #fff;
}

.login-container .font-semibold {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
}

.login-container .input-robotooup-addon,
.login-container .input-robotooup-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: top !important;
}

.login-content #form-login button {
    height: 36px;
    border-radius: 36px;
    align-items: center;
    padding: 9px 18px;
    text-align: center !important;
    /* padding-bottom: 0px !important; */
    width: 100%;
    font-weight: 400;
    line-height: normal;
    font-size: 12px;
    background: var(--main-brand-color);
    border-color: var(--main-brand-color);
}

.login-content .text-master {
    color: var(--main-brand-color) !important;
}

.login-content #form-logins .input-robotooup {
    background: #fff !important;
    color: #8f9399;
    position: relative;
    border-radius: 10px 0 0 10px;
    outline: none;
}

#form-logins .form-control {
    background-color: rgba(24, 117, 187, 0.1);
    color: #333;
    position: relative;
    height: 46px;
    border-radius: 10px 0 0 10px;
    line-height: 46px;
    font-size: 14px;
}

.login-content #form-logins .input-robotooup-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: top !important;
}

.login-content #form-logins #signUpBtn {
    background: var(--main-brand-color);
    border-color: var(--main-brand-color);
    font-size: 14px;
    line-height: 46px;
    height: 46px;
    padding: 0 30px;
}

#signUpInvit .login-content #form-logins #signUpBtn {
    background: var(--main-brand-color);
    border-color: var(--main-brand-color);
    font-size: 14px;
    line-height: 46px;
    height: 46px;
    padding: 0 10px;
    border-radius: 0 10px 10px 0;
    color: #fff;
    min-width: 122px;
}

#registerBtn {
    border: none;
    border-radius: 100px;
    padding: 0 30px;
    line-height: 44px;
    height: 44px;
}

#registerBtn i {
    margin-right: 10px;
}

#registerBtn:hover,
#registerBtn:focus {
    background: var(--main-brand-color);
}

.margn-thirty-s {
    margin-bottom: 30px;
}

.sign-invt {
    width: 50%;
    background-color: transparent;
    height: 46px;
    padding: 0 15px;
    margin: 0;
    line-height: 46px;
    border: 1px solid #ccc;
    border-radius: 10px 0 0 10px;
    font-size: 12px;
    color: #3a3a3a;
    float: left;
}

.sign-invt-sec {
    border-radius: 0;
    width: 50%;
    background-color: rgb(198 198 198 / 10%);
    height: 46px;
    padding: 0 15px;
    margin: 0;
    line-height: 46px;
    border: 1px solid #ccc;
    font-size: 12px;
    color: #b0b0b0;
    border-left: none;
    border-right: none;
    float: left;
}

.sign-invt-sec::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b0b0b0;
    opacity: 1;
    /* Firefox */
}

.sign-invt-sec:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b0b0b0;
}

.sign-invt-sec::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #b0b0b0;
}

.auc-date.a-pending {
    padding-left: 12px;
}

.auc-date.a-pending .label-left {
    width: 29%;
    float: left;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 14px;
    color: #343b45;
    margin-bottom: 10px;
}

.auc-date.a-pending .label-des {
    width: 68%;
    float: left;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #343b45;
    margin-bottom: 10px;
}

.auc-date.a-pending .label-des i {
    color: var(--main-brand-color);
}

.auction-new-module {
    position: absolute;
    width: 115px;
    /* height: 115px; */
    left: 10px;
    top: 4%;
    text-align: center;
    z-index: 9;
}
.list-detail-tp .auction-img .master-slider .auction-new-module {
    /* left: 20%; */
    top: inherit;
    bottom: 20px;
}

.owl-item .auction-new-module {
    position: absolute;
    width: 115px;
    /* height: 115px; */
    left: 10px;
    top: 22%;
    text-align: center;
    z-index: 9;
}

.auction-new-module img {
    width: 50px !important;
    height: 50px;
    margin-bottom: 6px;
    display: inline-block !important;
}

.hit-enable-dv {
    padding: 10px 5px 5px 5px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px 10px 10px 10px;
}

.auction-new-module h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700 !important;
    color: #425062;
    font-size: 11px;
    padding: 0;
    margin: 0;
    line-height: 9px;
}

.auction-new-module a {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: var(--main-brand-color);
    font-size: 11px;
    display: block;
}

.co-worker-head h2 {
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 35px;
    color: #343b45;
}

/* audetail popup */
.net-bid .modal-content {
    border: 1px solid #f2f6f7;
    border-radius: 18px;
    box-shadow: none;
    margin-top: 10%;
    width: 85%;
    margin: 3% auto;
}

.net-bid .custom-tab {
    /*
    display: inline-block;
    width: auto;
    margin-right: 37px;
    float: right;
    position: absolute;
    left: -47px;
    top: -114px;
	z-index: -2;
*/
    display: inline-block;
    width: 100%;
    margin-right: 0;
    position: absolute;
    left: 0px;
    top: 40px;
    z-index: 0;
    padding-left: 20px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.04);
    text-align: left !important;
}

.custom-tab>li>a {
    border-radius: 0;
    background: none;
    color: #343b45;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 13px;
    text-transform: none;
    padding: 20px 20px 20px 14px;
    border: none;
}

.custom-tab>li>a:hover,
.custom-tab>li>a:focus,
.custom-tab>li>a:active {
    background: none;
    border: none;
    color: inherit;
}

.net-main #modal-tab {
    padding: 15px 25px 45px 25px !important;
}

.nav-tabs.custom-tab>li.active>a,
.nav-tabs.custom-tab>li.active>a:hover,
.nav-tabs.custom-tab>li.active>a:focus {
    /*
       border-color: transparent;
    color: inherit;
    background-color: transparent;
	border:none;
*/
    border-color: transparent;
    color: inherit;
    background-color: transparent;
    border: none;
    border-bottom: 5px solid var(--main-brand-color);
}

.custom-tab>li {
    /*
    display: inline-block;
    float: none;
    background: #E3E3E3;
    color: #343b45;
    line-height: 24px;
 padding: 5px 11px 25px 11px;
    margin-right: 3px;
    border-radius: 18px 18px 0 0;
    box-shadow: 0px 0px 15px #909090;
*/
    display: inline-block;
    float: none;
    background: none;
    color: #343b45;
    line-height: 24px;
    /* padding: 5px 11px 25px 11px; */
    margin-right: 3px;
    border-radius: 0;
}

.custom-tab>li:hover,
.custom-tab>li:focus,
.custom-tab>li.active {
    /*
	background:var(--main-brand-color);
	color:#fff;
*/
    background: none;
    color: var(--main-brand-color);
    box-shadow: none;
}

.custom-tab ul h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #425062;
}

.custom-tab ul h3 span {
    font-size: 20px;
    color: var(--main-brand-color);
    font-weight: 500;
}

/*.custom-tab .nav-tabs > li.active > a {
   background-color:var(--main-brand-color);
	color:#FFF !important;
	 font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
	cursor:pointer;
}
*/
.custom-tab {
    margin-top: 14px;
}

.net-main {
    position: relative;
}

.net-main button.close.cross-seller,
.net-main button.close.cross-seller:hover,
.net-main button.close.cross-seller:focus {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    color: var(--main-brand-secondary-color);
    ;
    font-size: 30px;
    margin-right: 14px;
    margin-top: -60px;
    opacity: .5;
    font-weight: normal;
}

.net-main h1.dynamic-head {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 600;
    color: var(--main-brand-secondary-color);
    font-size: 20px;
    float: left;
    padding-left: 34px;
    line-height: normal;
    margin-top: 25px;
    margin-bottom: 20px;
    width: 100%;
}

.net-main {
    position: relative;
}

.net-bid-header {
    /* font-family: 'Roboto', sans-serif;
   font-size: 12.5px;
   color: #343b45;
   width: 40%;
   float: left;
       padding-left: 40px;
   margin-top: 70px;
   margin-bottom: 30px; */
    font-family: 'Roboto', sans-serif;
    font-size: 12.5px;
    color: #343b45;
    min-width: 33%;
    float: left;
    padding-left: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
    position: absolute;
    right: 0;
    bottom: -80px;
    padding-right: 60px;
    max-width: calc(100% - 240px);
}

.net-bid-header span {
    font-size: 14px;
    color: red;
    font-weight: 700;
}

.net-main #modal-tab {
    padding: 15px 25px 45px 25px !important;
    float: left;
    margin-top: 7%;
}

.tab-content>.active {
    display: block;
}

.net-bid .auctionTCTemplate {
    overflow: hidden;
    height: 416px;
    padding: 25px 20px;
    box-shadow: 0 0 15px #e7e7e7;
    border-radius: 20px;
}

#arobotoeementButton3 .form-robotooup label p {
    display: inherit;
}

.sellerSign {
    /* background: #eff9ff; */
    padding: 15px;
    height: 416px !important;
    overflow-y: scroll !important;
}

.auctionTCTemplate {
    position: relative;
    height: 400px;
    overflow: auto !important;
    width: 100%;
    /* border-bottom: solid 1px rgba(141, 145, 150, 0.3); */
    border-bottom: none;
}

.aq-bid-modal .modal-dialog {
    width: 65%;
}

#viewDocumentsModal .modal-content,
#modalSlideUpSmallMyBids .modal-content,
#dayAuctionBidderModal .modal-content {
    border-radius: 18px;
    padding: 0px !important;
}

#viewDocumentsModal .modal-header {
    text-align: center;
    border-bottom: 0;
    font-weight: 300;
    padding: 25px 25px 0 25px;
    width: auto;
    position: absolute;
    right: 0px;
    z-index: 9999;
}

#viewDocumentsModal .modal-header {
    text-align: center;
    border-bottom: 0;
    font-weight: 300;
    padding: 25px 25px 0 25px;
    width: auto;
    position: absolute;
    right: 0px;
    z-index: 9999;
}

.all-cross .custom-modal .close {
    float: right;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    z-index: 999;
    opacity: .5;
    font-size: 21px;
}

#viewDocumentsModal .modal-body {
    box-shadow: none;
    padding: 25px 0px 25px 0px;
    padding-top: 0;
    white-space: normal;
    clear: both !important;
    display: table-cell;
    padding-bottom: 50px !important;
}

h1.dynamic-head {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 600;
    color: #343b45;
    font-size: 18px;
    float: left;
    padding-left: 34px;
    line-height: normal;
    margin-top: 25px;
    margin-bottom: 20px;
}

#viewDocumentsModal ul {
    width: 100%;
    float: left;
    padding-left: 20px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.04);
    margin-top: 8px;
    padding-bottom: 1px;
}

#viewDocumentsModal .nav-pills li {
    width: auto;
    border-radius: 0;
    float: left;
    display: inline-block;
    margin-right: 0px;
}

#viewDocumentsModal .nav-pills li.active {
    line-height: 24px;
    /* padding: 6px 11px; */
    background: none;
    margin-right: 0px;
    color: #fff;
}

#viewDocumentsModal .nav-pills>li.active>a,
#viewDocumentsModal .nav-pills>li.active>a:hover,
#viewDocumentsModal .nav-pills>li.active>a:focus {
    border-color: none;
    color: var(--main-brand-color);
    background-color: none;
    box-shadow: none;
    border-bottom: 5px solid var(--main-brand-color);
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0px 10px 20px 10px;
}

#viewDocumentsModal .nav-pills li>a {
    margin: 0;
    border-radius: 0;
    text-align: center;
    font-weight: 600;
    float: left;
    padding: 0px 10px;
    background: none;
    color: #343b45;
    box-shadow: none;
    border-bottom: 2px solid #fff;
}

#viewDocumentsModal .eight-per .ak-tab-content {
    max-height: 450px;
    overflow: scroll;
    overflow-x: hidden;
    float: left;
    margin: 30px 25px 0px 25px;
    padding: 20px 20px 30px 20px;
    width: 95%;
    box-shadow: 0 0 15px #e7e7e7;
    border-radius: 20px;
}

.templateContent .templateBody {
    padding: 30px 90px;
    box-shadow: none !important;
}

#win_msg,
#lose_msg,
#unsold_msg {
    margin-bottom: 0px;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.avilble-dv {
    margin-top: 0px !important;
}

#selDocPdfDiv {
    float: right;
    margin-top: 20px;
}

#selDocPdf,
#purDocPdf,
.auctionDetailSellerPDFDiv {
    float: right;
    margin-top: 40px;
    font-size: 12px;
    margin-right: 35px;
    /* border: 1px solid #ccc; */
    border-radius: 100px;
    padding: 6px 26px;
}

#selDocPdf img,
#purDocPdf img,
.auctionDetailSellerPDFDiv img {
    width: 20px;
}

.templateContent {
    position: relative;
    width: 100%;
    min-width: 768px;
    border: solid 1px #eaeaea;
    box-shadow: 0px 0px 4px rgba(141, 145, 150, 0.2);
    padding: 20px auto;
    clear: both;
    border-radius: 18px;
}

#auctionPurchaseTemplate {
    height: 400px;
    padding: 20px;
}

.net-bid .templateContent {
    width: 100% !important;
}

.template-head-new {
    width: 100%;
    float: left;
    padding: 70px;
}

.logo-template {
    width: 70px;
    height: 70px;
    float: left;
}

.logo-template img {
    width: 70px;
    border: 1px solid #eaeaea;
}

.company-main-dv {
    width: 75%;
    float: left;
    padding-left: 20px;
}

.company-main-dv h2 {
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-weight: 700;
    color: var(--main-brand-secondary-color);
    font-size: 23px;
    width: 100%;
    float: left;
    line-height: normal;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.company-main-dv h3 {
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-weight: 500;
    color: var(--main-brand-label-color);
    font-size: 15px;
    width: 100%;
    float: left;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
}

.us-main-dv {
    width: auto;
    float: right;
}

.us-main-dv h2 {
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-weight: 700;
    color: var(--main-brand-secondary-color);
    font-size: 18px;
    width: auto;
    display: block;
    line-height: normal;
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
}

.us-main-dv h3 {
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-weight: 500 !important;
    color: var(--main-brand-label-color) !important;
    font-size: 13px !important;
    width: auto !important;
    display: block !important;
    margin-top: 5px !important;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
}

.net-bid .templateContent .templateBody {
    padding: 30px 84px !important;
    box-shadow: none !important;
    float: left;
    width: 100%;
}

.templateContent .templateBody .userSignature {
    float: left;
    width: 100%;
}

.new-temp h3 {
    text-align: left;
}

.templateBody p {
    font-weight: normal;
    font-size: 14px;
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

.userSignature h3,
.userSignature p {
    font-weight: 700;
}

.templateContent {
    position: relative;
    width: 100%;
    /* border: solid 1px rgba(141, 145, 150, 0.3); */
    border: transparent;
    /* box-shadow: 0px 0px 3px rgba(141, 145, 150, 0.2); */
    box-shadow: none;
    padding: 20px auto;
    clear: both;
    border-radius: 18px;
    margin-top: 0px;
    float: left;
}

/*------scroll bar -------*/
.style-3::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
}

.style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: red;
}

.style-3::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: none;
    background-color: var(--main-brand-color);
}

.style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 10px;
    background-color: #fff;
}

.style-3 {
    overflow-y: scroll;
    scrollbar-color: var(--main-brand-color) #fff;
    scrollbar-width: thin;
}

#modalTermsofUse .home-heading,
#modalPrivacy .home-heading,
#modalCookies .home-heading {
    margin: 0px auto 0px;
    width: 100%;
    font-weight: 600 !important;
    float: left;
}

#modalTermsofUse .home-heading h2,
#modalPrivacy .home-heading h2,
#modalCookies .home-heading h2 {
    margin-bottom: 15px;
    padding-bottom: 0px;
    position: relative;
    font-size: 34px;
    line-height: 46px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    font-size: 38px !important;
    color: #343b45;
    margin-top: 0px;
}

#modalTermsofUse p,
#modalPrivacy p,
#modalCookies p {
    float: left;
    margin-bottom: 15px;
    padding-bottom: 0px;
    position: relative;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    color: #343b45;
    margin-top: 0px;
}

#modalTermsofUse h3,
#modalPrivacy h3,
#modalCookies h3 {
    margin-bottom: 0px;
    padding-bottom: 0px;
    position: relative;
    font-size: 34px;
    line-height: 46px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px;
    color: #343b45;
    margin-top: 0px;
    float: left;
    width: 100%;
}

ul.terms-list,
ul.terms-list ol,
ul.terms-list-num {
    width: 100%;
    float: left;
    margin-left: 0px;
    padding-left: 10px;
}

ul.terms-list li,
ul.terms-list li ol,
ul.terms-list-num li,
ul.terms-list-num li ol {
    float: left;
    margin-bottom: 15px;
    padding-bottom: 0px;
    position: relative;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    color: #343b45;
    margin-top: 0px;
    width: 100%;
}

/* pagination */
.status-box textarea.main-updates:focus,
.status-box .main-updates:focus,
.status-box textarea.main-updates,
.status-box .main-updates {
    box-shadow: none;
    resize: none !important;
}

.panel.panel-featured#dt_status {
    width: 68% !important;
    margin: 30px auto;
    border-radius: 10px;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
}

.nav-tabs-simple li.active a {
    color: var(--main-brand-color) !important;
}

.nav-tabs-simple>li.active a,
.nav-tabs-simple>li.active a:hover,
.nav-tabs-simple>li.active a:focus {
    background-color: transparent;
    border-color: transparent;
}

.nav-tab-status li.active a {
    border-bottom: 3px solid var(--main-brand-color) !important;
}

.nav-tab-status li a:hover {
    background: transparent;
    border-color: transparent;
    border-bottom: 3px solid var(--main-brand-color);
}

.status-box .statusControls .btn-tags {
    border-color: #ddd !important;
}

/* .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: var(--main-brand-color) !important;
    background: none !important;
    border-color: none !important;
} */
.call-dv-con .btn-default:hover,
.call-dv-con .btn-default:focus,
.call-dv-con .btn-default.focus,
.call-dv-con .btn-default:active,
.call-dv-con .btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: var(--main-brand-color) !important;
    background: none !important;
    border-color: var(--main-brand-color) !important;
    border-radius: 100px;
    box-shadow: none;
}

.call-dv-con .btn-default i,
.not-allowed.Connect-emp i {
    margin-right: 10px !important;
}

#main-wall .dropdown-menu>li>a {
    display: block;
    padding: 15px 20px !important;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.status-box .statusControls .check-compNews {
    margin-left: 35px !important;
    color: #8d9196;
}

#tab2Checkin .form-robotooup input {
    display: inline-block !important;
}

#postCheckIn span {
    background: rgb(255 225 11 / 10%) !important;
}

.status-box .statusControls label {
    padding-left: 0px !important;
}

.blue-btn,
.blue-btn:hover,
.blue-btn:focus {
    color: #fff;
    background-color: var(--main-brand-color) !important;
    border-color: var(--main-brand-color) !important;
    height: 40px;
    text-align: center;
    border-radius: 6px;
    padding: 0 15px;
    line-height: 38px;
    outline: none;
}

.status-box .statusControls .cs-select-custom {
    width: 100%;
    min-width: 190px;
    margin-left: 8px;
}

div.cs-skin-border {
    background: transparent;
    height: 40px !important;
    border: solid 1px #e9f2f9;
    background: #f8fbfd;
    border-radius: 6px;
    z-index: 99;
}

.cs-options ul {
    margin: 0px;
    padding: 0px;
    background: #fff;
}

#zoom_connecting .modal-header {
    padding: 15px;
    border-bottom: none;
    display: none;
}

#zoom_connecting .modal-footer {
    padding: 15px;
    text-align: center;
    border-top: none;
    padding-bottom: 50px;
}

.main-uer-dv {
    text-align: center;
    width: 100%;
    float: left;
    margin: 45px 0 70px 0;
}

.user-call {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: ripple 0.7s linear infinite;
    animation: ripple 0.7s linear infinite;
}

.user-call img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
}

@keyframes ripple {
    0% {
        box-shadow:
            0 0 0 0 rgba(155, 155, 155, 0.3),
            0 0 0 15px rgba(155, 155, 155, 0.3),
            0 0 0 35px rgba(155, 155, 155, 0.3),
            0 0 0 45px rgba(155, 155, 155, 0);
    }

    100% {
        box-shadow:
            0 0 0 15px rgba(155, 155, 155, 0.3),
            0 0 0 35px rgba(155, 155, 155, 0.3),
            0 0 0 45px rgba(155, 155, 155, 0),
            0 0 0 60px rgba(155, 155, 155, 0);
    }
}

.connect-usr-zm {
    width: 100%;
    float: left;
    padding: 15px;
    text-align: center;
}

.connect-usr-zm span {
    color: var(--main-brand-color);
    font-size: 14px;
    text-align: center;
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    line-height: 18px;
    font-weight: 600;
}

.connect-usr-zm h1 {
    color: var(--main-brand-color);
    font-size: 20px;
    text-align: center;
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    line-height: 46px;
    font-weight: 700;
}

#zoom_cancel_btn,
#zoom_cancel_btn:hover,
#zoom_cancel_btn:focus,
#zoom_cancel_btn:active {
    color: #fff !important;
    font-size: 14px;
    font-weight: bold;
    border-radius: 45px;
    border: 1px solid #e0dfdf;
    min-width: 140px;
    height: 44px;
    background: #FF617C !important;
    outline: none;
}

#zoom_reject_btn,
#zoom_reject_btn:hover,
#zoom_reject_btn:focus,
#zoom_reject_btn:active {
    color: #fff !important;
    font-size: 14px;
    font-weight: bold;
    border-radius: 45px;
    min-width: 140px;
    height: 44px;
    background: #FF617C !important;
    border: none;
    outline: none;
}

#zoom_accept_btn,
#zoom_accept_btn:hover,
#zoom_accept_btn:focus,
#zoom_accept_btn:active {
    color: #fff !important;
    font-size: 14px;
    font-weight: bold;
    border-radius: 45px;
    min-width: 140px;
    height: 44px;
    background: #00D593 !important;
    border: none;
    outline: none;
}

.cs-skin-border>span::after,
.cs-skin-border .cs-selected span::after {
    font-family: 'fontawesome';
    content: "\f078";
    position: absolute !important;
    right: 16px !important;
}

.marketplace-pagination {
    text-align: center;
    margin-bottom: 50px;
    clear: both;
    width: 100%;
    float: left;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff !important;
    cursor: default;
    background-color: var(--main-brand-color) !important;
    border-color: var(--main-brand-color) !important;
}

.pagination .active a {
    color: var(--main-brand-color);
    background: #fff;
    border-color: #D9DADB;
}

.pagination .active a:hover {
    color: var(--main-brand-color);
}

.pagination .active a:focus {
    color: var(--main-brand-color);
    outline: none;
    background: #fff;
    border-color: #D9DADB;
}

.pagination li a {
    margin-left: 0px;
    color: #343b45;
    padding: 20px 30px;
    margin: 0px 0px;
    background: #fff;
    border: none;
    border-right: 1px solid #D9DADB;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.pagination li a:hover {
    color: var(--main-brand-color);
    background: #fff;
}

.pagination li a:focus {
    outline: none;
    background-color: #fff;
    color: var(--main-brand-color) !important;
    /*color:#707070;*/
}

.pagination li:first-child a {
    border-radius: 10px 0 0 10px;
    margin: 0px;
    padding: 20px 70px;
    color: #343b45;
    outline: none;
    border: none;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    border-right: 1px solid #D9DADB;
}

.pagination li:first-child a i {
    color: #BCBFC2;
}

.pagination li:last-child a i {
    color: #BCBFC2;
}

.pagination li:last-child a {
    border-radius: 0 10px 10px 0;
    margin: 0px;
    padding: 20px 70px;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #343b45;
    outline: none;
    border: none;
}

.pagination li:first-child a:hover,
.pagination li:last-child a:hover {
    text-decoration: none !important;
    color: var(--main-brand-color);
    background-color: #fff;
}

.pagination li:first-child a:focus,
.pagination li:last-child a:focus {
    outline: none;
    background: #fff;
}

#share-modal .modal-body {
    box-shadow: none;
    padding: 0px;
    padding-top: 0;
    white-space: normal;
}

#share-modal button.close {
    color: #000;
    opacity: .5;
    right: -10px;
    margin-right: -13px !important;
    margin-top: -13px;
}

#share-modal button.close>i {
    color: #000;
    font-size: 25px !important;
}

.shareList img {
    max-width: 50px;
    display: block;
    margin: 10px auto;
    border-radius: 3px;
}

#share-modal .aq-social h4 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    width: 100%;
    float: left;
    padding: 0px;
    margin: 10px 0px 20px 0;
    text-align: center;
    font-size: 22px;
    color: #343b45;
}

#share-modal .modal-dialog.modal-md {
    display: table;
    height: 100%;
}

#share-modal .modal-content-wrapper {
    display: table-cell;
    vertical-align: middle;
}

#share-modal .modal-content {
    padding: 20px 20px 40px 20px;
}

#krank-share-modal-new .modal-content {
    width: 600px !important;
}

#user_form_panel .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
}

.load-div {
    width: 100%;
    float: left;
    margin-top: 0% !important;
    text-align: center;
    font-size: 14px;
    color: #999999;
}

.btn-default.btn-cons:hover,
#do_privacy:hover {
    /* background: var(--main-brand-color) !important;
    color:#fff !important; */
}

#krank-share-modal-new .modal-content {
    /* padding: 25px 20px 20px 30px; */
}

#krank-share-modal-new .modal-body {
    box-shadow: none;
    padding: 0px;
    padding-top: 0;
    white-space: normal;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f7f7f7 !important;
    color: #343b45 !important;
}

/*------scroll bar -------*/
.select2-results__options::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
}

.select2-results__options::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: red;
}

.select2-results__options::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: none;
    background-color: #F0F0F0;
}

.select2-results__options::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 10px;
    background-color: #fff;
}

.select2-results__options {
    overflow-y: scroll;
    scrollbar-color: #F0F0F0 #fff;
    scrollbar-width: thin;
}

.form-panel.personal-profile .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
}

#lose_msg a {
    color: #521211;
}

.fzferr-dv {
    width: 50%;
    margin: 24% auto 10% auto;
    background: #fff;
    border-radius: 18px;
    padding: 45px 20px 45px 30px;
    display: block;
}

.fzferr-dv .fzf-left {
    width: 36%;
    float: left;
    border-right: 1px solid #aaa;
    color: var(--main-brand-color);
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 70px;
    padding: 0 0 0 20px;
}

.fzferr-dv .fzf-right {
    width: 55%;
    float: left;
    padding-left: 20px;
}

.fzferr-dv .fzf-right p {
    margin: 0px;
    padding: 0px;
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 100%;
    float: left;
    font-weight: 700;
    margin-bottom: 15px;
}

.fzferr-dv .fzf-right button,
.fzferr-dv .fzf-right a {
    margin: 0px;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 13px;
    float: left;
    box-shadow: none;
    outline: none;
    border: none;
    background: var(--main-brand-color);
    border-radius: 44px;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    min-width: 180px;
    color: #fff;
    width: auto;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
}

/* ------------caursal cards------------- */
.dashboardc-feeds {
    width: 100%;
    height: 100%;
    float: left;
    padding: 0px;
    margin-top: 30px;
}

.dashboardc-feeds h2 {
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 20px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #D9DADB;
    margin: 0;
    background: #fff;
    border-radius: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dashboardc-feeds ul {
    list-style: none;
    width: 100%;
    float: left;
    margin-top: 15px;
    padding: 0px;
}

.cards-style {
    width: 100%;
    float: left;
}

.cards-style h1 {
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 20px;
    padding: 10px 20px 10px 55px;
    margin: 0px;
    background: url(../img/Quote.png) no-repeat top left;
    font-weight: 900;
    font-style: italic;
}

.dashboardc-feeds ul li {
    border-radius: 10px !important;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08) !important;
    border: 0;
    background: #fff;
    width: 100%;
    margin-bottom: 10px;
    padding: 20px;
    float: left;
}

.box-style {
    border-radius: 10px !important;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08) !important;
    border: 0;
    background: #fff;
    width: 100%;
    margin-bottom: 10px;
    padding: 20px;
    float: left;
}

.like-dv-panel {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.cards-style figure,
.cards-style img {
    width: 100%;
    float: left;
    position: relative;
}

.list-show {
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    padding: 5px 10px;
}

.cards-style h3 {
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 0;
    margin: 0px;
    font-weight: 700;
    float: left;
    width: 100%;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cards-style span {
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 0;
    margin: 0px;
    font-weight: 700;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cards-style .user-des span {
    font-size: 12px;
}

.cards-style h4 {
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    margin: 0px;
    font-weight: 700;
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    line-height: 24px;
    font-size: 20px;
    padding: 20px 20px 10px 20px;
    background: url(../img/Quote.png) no-repeat top left;
}

.cards-style p {
    margin-left: 10px;
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    box-shadow: none !important;
    width: auto;
    margin: 0;
    padding: 0;
    background: transparent;
    float: left;
    margin-right: 6px;
    font-weight: normal;
    margin-top: 5px;
}

.like-dv-panel ul {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-bottom: 1px solid #D9DADB;
    border-top: 1px solid #D9DADB;
    padding-bottom: 5px;
    padding-top: 10px;
}

.like-dv-panel ul li {
    display: inline-block;
    margin-left: 10px;
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    box-shadow: none !important;
    width: auto;
    margin: 0;
    padding: 0;
    background: transparent;
    float: none;
    margin-right: 6px;
    font-weight: 700;
}

.like-dv-panel ul li a {
    color: #343b45;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    float: left;
    font-weight: 500;
}

.like-dv-panel ul li a img {
    width: 14px;
    float: left;
    margin-right: 5px;
}

.like-dv-panel ul li a i {
    margin-right: 5px;
}

.like-dv-panel ul li span {
    margin-left: 10px;
    color: #939699;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    box-shadow: none !important;
    width: auto;
    margin: 0;
    padding: 0;
    background: transparent;
    float: left;
    margin-right: 0px;
    font-weight: 700;
}

.dashboardc-feeds ul li .card-footer {
    width: 100%;
    float: left;
    margin-top: 15px;
    margin-bottom: 7px;
    padding: 0px 0px;
}

.dashboardc-feeds ul li .footer-right {
    width: 68%;
    float: left;
    margin-left: 10px;
}

.dashboardc-feeds ul li .footer-right .user-name h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #4B5157;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
}

.dashboardc-feeds ul li .footer-right .user-des p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #939699;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.dashboardc-feeds #newsfeedData {
    height: 900px;
}

/*------scroll bar -------*/
.style-3::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

.style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: red;
}

.style-3::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: none;
    background-color: var(--main-brand-color);
}

.style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 10px;
    background-color: transparent;
}

.style-3 {
    overflow-y: scroll;
    scrollbar-color: var(--main-brand-color) #fff;
    scrollbar-width: thin;
}

#demo {
    margin: 0;
}

/*--------------------left circle----------------*/
@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

.left-imgep {
    width: 100%;
    float: left;
    height: 410px;
    box-shadow: 0px 8px 8px #e0e0e0;
    position: relative;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    margin-bottom: 30px;
}

.animated-lbl {
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-robotoadient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 120px;
    height: 40px;
    float: left;
    border-radius: 10px;
    position: absolute;
    top: -10px;
    left: 30px;
}

.animated-backgroundmp {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-robotoadient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 100%;
    height: 230px;
    float: left;
    border-radius: 10px;
}

.line-backgroundmp {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-robotoadient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 70%;
    height: 15px;
    position: relative;
    float: left;
    margin-left: 0px;
    margin-top: 20px;
}

.small-line-backgroundmp {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-robotoadient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 50%;
    height: 10px;
    position: relative;
    float: left;
    margin-left: 0px;
    margin-top: 5px;
}

.line-backgroundbigmp {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-robotoadient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 180px;
    height: 15px;
    position: relative;
    float: left;
    margin-left: 0px;
    margin-top: 35px;
}

.animated-btnmp {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-robotoadient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 50%;
    height: 50px;
    position: relative;
    float: left;
    border-radius: 18px 0px 18px 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

.notify-circlepn {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-robotoadient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 50px;
    height: 50px;
    border-radius: 200px;
    position: relative;
    float: left;
}

.notifyline-backgroundpn {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-robotoadient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 60%;
    height: 10px;
    position: relative;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

.notifydate-backgroundpn {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-robotoadient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 10%;
    height: 10px;
    position: relative;
    float: right;
    margin-right: 1px;
    margin-top: 10px;
}

.notifysmall-line-backgroundpn {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-robotoadient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 50%;
    height: 8px;
    position: relative;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
}

.lft-flot {
    float: left;
}

.right-flot {
    float: right;
}

.left-imge {
    width: 100%;
    float: left;
    padding: 10px 20px 10px 10px;
}

.notify-circle {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-robotoadient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 50px;
    height: 50px;
    border-radius: 200px;
    position: relative;
    float: left;
}

.notifyline-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-robotoadient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 60%;
    height: 10px;
    position: relative;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

.notifydate-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-robotoadient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 10%;
    height: 10px;
    position: relative;
    float: right;
    margin-right: 1px;
    margin-top: 10px;
}

.notifysmall-line-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-robotoadient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 50%;
    height: 8px;
    position: relative;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
}

.truncate {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bid-panel ul li {
    padding: 0;
}
.bid-panel ul li .bid-tag {
    padding: 0px 8px 0 0 !important;
}
.bid-panel ul li p {
    padding: 0 8px 3px 0 !important;
}
.bid-panel ul li .bid-field {
    padding: 0 8px 0 0;
    margin-top: 4px;
}
.bid-panel ul li .bid-field .bid-field2 input#autoBidAmt {
    margin-top: 2px;
    margin-bottom:8px;
}
.bid-panel ul li .bid-field .bid-field2 a#set_autobid {
    margin-top: 0 !important;
}
.bid-panel ul li:nth-child(2n ) {
    padding-left: 10px;
}
.bid-panel #buyNowDiv {
    padding: 0;
}
.disabled {
    background: #d1d1d1 !important;
    border-color: #d1d1d1 !important;
    cursor: no-drop;
}

.auction-detail .list-det-lftp .offer-colepse {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}

.auction-detail .list-det-lftp .offer-colepse h4 {
    font-size: 16px;
}

.auction-detail .list-det-lftp .offer-colepse p {}

.auction-detail .list-det-lftp .offer-colepse div {
    display: flex;
    justify-content: start;
    width: 100%;
    gap: 8px;
    padding: 20px 0 0;
}

.auction-detail .list-det-lftp .offer-colepse div a {
    background: #00d080;
    border-color: #00d080;
    color: #fff;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin: 0px;
    height: 40px;
    line-height: 36px;
    padding: 0 8px;
    border-radius: 10px;
    float: left;
}

.auction-detail .list-det-lftp .offer-colepse div a.text-secondary {
    background: red;
    border-color: red;
    color: #fff !important;
}


.list-detail-tp.bundle-offer {
    padding: 0;
}
.list-detail-tp.bundle-offer .panel-heading h4 span {
    color: var(--main-brand-label-color);
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    font-size: 32px;
}
.list-detail-tp.bundle-offer .panel-body {
    padding: 0 0 8px;
}
.list-detail-tp.bundle-offer .panel-body .bundle-box {
    cursor: auto;
    padding: 0 16px 16px;
    margin: 0;
    position: relative;
}
.list-detail-tp.bundle-offer .panel-body .bundle-box:before {
    content: "\f067";
    font-family: FontAwesome;
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 20px;
    color: var(--main-brand-color);
}
.list-detail-tp.bundle-offer .panel-body .bundle-box .listing-box {
    border: 1px solid rgba(141, 145, 150, 0.22);
    border-radius: 8px;
    box-shadow: 0px 4px 6px #e0e0e0;
}
.list-detail-tp.bundle-offer .panel-body .bundle-box.first-item-of-bundle .listing-box {
    border: 2px solid;
    border-color: var(--main-brand-color);
    box-shadow: 0px 0px 6px var(--main-brand-color);
}
.list-detail-tp.bundle-offer .panel-body .bundle-box .listing-box .listing-img {
    text-align: center;
}
.list-detail-tp.bundle-offer .panel-body .bundle-box .listing-box img {
    width: 100%;
    border-radius: 8px 8px 0 0;
    object-fit: cover;
    height: 200px;
}
.list-detail-tp.bundle-offer .panel-body .bundle-box .listing-box .listing-content {
    padding: 16px;
}
.list-detail-tp.bundle-offer .panel-body .bundle-box .listing-box .listing-content h2 {
    margin: 0;
    font-size: 16px;
    color: var(--main-brand-label-color);
}
.list-detail-tp.bundle-offer .panel-body .bundle-box .listing-box .listing-content p {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12.5px;
    margin: 10px 0 10px 0;
}

.list-detail-tp.bundle-offer .panel-body .bundle-box .listing-box .listing-content ul {
    border-top: 1px solid rgba(141, 145, 150, 0.22);
    padding: 8px 0 0 18px;
    margin: 0;
}
.list-detail-tp.bundle-offer .panel-body .bundle-box .listing-box .listing-content ul li {
    padding: 0;
    list-style: disc;
    color: #030303;
    font-size: 13px;
    line-height: 24px;
}
.list-detail-tp.bundle-offer .panel-body .bundle-box .listing-box .listing-content ul li span {
    color: var(--main-brand-desc-color);
    margin: 0 0 -8px 0;
    width: 50%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.list-detail-tp.bundle-offer .panel-body .slider {
    background: transparent;
}
.list-detail-tp.bundle-offer .panel-body .slider::before {
    display: none;
}
.list-detail-tp.bundle-offer .panel-body .slider .slick-prev,
.list-detail-tp.bundle-offer .panel-body .slider .slick-next {
    width: 50px;
    height: 50px;
    background: #edeff0;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 4px 6px #e0e0e0;
}
.list-detail-tp.bundle-offer .panel-body .slider .slick-next {
    right: -60px;
}
.list-detail-tp.bundle-offer .panel-body .slider .slick-next:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 40px !important;
    padding: 0 0 0 3px;
    color: var(--main-brand-color) !important;
    position: initial;
}
.list-detail-tp.bundle-offer .panel-body .slider .slick-prev {
    left: -60px;
}
.list-detail-tp.bundle-offer .panel-body .slider .slick-prev:before {
    content: "\f104";
    font-family: FontAwesome;  
    font-size: 40px !important;
    padding: 0 3px 0 0;
    color: var(--main-brand-color) !important;
    position: initial;
}
.list-detail-tp.bundle-offer .panel-body .slider .slick-prev.slick-disabled:before, 
.list-detail-tp.bundle-offer .panel-body .slider .slick-next.slick-disabled:before {
    opacity: .25 !important;
}

.hoursDev{
    margin-left: 170px;
    margin-top: -38px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.hoursDev span.left-br{
    font-weight: 800;
    font-size: 16px;
    color: #000;
}
.hoursDev .auction_counter {
    color: var(--main-brand-color);
    font-weight: 700;
}

@media (min-width: 992px) {
    .net-bid .modal-lg {
        width: 75% !important;
    }
}

@media (min-width: 1921px) {
    .modal-lg {
        width: 55% !important;
    }
}

@media (max-width: 1399px) {
    .bid-panel ul li .bid-field input#autoBidAmt {
        width: 46%;
    }

    .auction-tag .tag-tp {
        color: var(--main-brand-desc-color);
        font-family: 'roboto', Arial, Helvetica, sans-serif;
        font-size: 14px;
        width: 160px;
        float: left;
        margin-left: 5px;
        padding-top: 3px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .reducedv {
        width: 100%;
        float: left;
        padding-left: 282px;
        transition: 0.8s all ease;
    }

    .box-width-pro {
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    .net-main #modal-tab {
        padding: 15px 25px 45px 25px !important;
        float: left;
        margin-top: 10%;
    }

    .net-bid-header {
        font-family: 'Roboto', sans-serif;
        font-size: 12.5px;
        color: #343b45;
        width: 40%;
        float: left;
        padding-left: 40px;
        margin-top: 70px;
        margin-bottom: 30px;
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        color: #343b45;
        width: 52%;
        float: left;
        padding-left: 40px;
        margin-top: 0px;
        margin-bottom: 10px;
        position: absolute;
        right: 0;
        bottom: -91px;
        padding-right: 28px;
        padding-left: 47px;
    }

    .banner-auction {
        width: 1170px;
        position: absolute;
        bottom: 50px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .box-width-pro {
        width: 75%;
        float: none;
        margin: 0 auto;
    }

    .viewHistory {
        position: absolute;
        display: block;
        right: 10px;
        top: -30px;
        color: var(--main-brand-color);
        z-index: 1;
    }

    .form-panel.personal-profile .switchery {
        background-color: #fff;
        border: 1px solid #dfdfdf;
        border-top-color: rgb(223, 223, 223);
        border-right-color: rgb(223, 223, 223);
        border-bottom-color: rgb(223, 223, 223);
        border-left-color: rgb(223, 223, 223);
        border-radius: 20px;
        cursor: pointer;
        display: inline-block;
        height: 30px;
        position: relative;
        vertical-align: middle;
        width: 50px;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        box-sizing: content-box;
        background-clip: content-box;
        margin-top: -4px;
    }

    .flag-sect {
        width: 16%;
        float: left;
        margin-right: 0px;
    }

    .phone-num-fild.verify-fld {
        width: 71%;
        float: left;
        margin-right: 20px;
        margin-left: 10px;
    }

    .form-panel.personal-profile {
        width: 100%;
        float: left;
        margin-top: 40px;
        padding: 0 40px;
    }

    .form-panel.personal-profile .select2-container {
        box-sizing: border-box;
        display: inline-block;
        margin: 0;
        position: relative;
        vertical-align: middle;
        width: 100% !important;
    }

    #send-eq .modal-dialog {
        width: 58%;
        margin: 30px auto;
    }

    .box-width {
        width: 58%;
        float: none;
        margin: 0 auto;
    }

    #freeForm {
        padding: 0px 20px;
    }

    .login-panel {
        width: 100%;
        float: left;
        margin: 15% 0;
        padding: 40px 10px 40px 10px;
    }

    .already-account {
        width: 100%;
        float: left;
        font-family: 'roboto', Arial, Helvetica, sans-serif;
        font-size: 25px;
        color: #343b45;
        text-align: center;
        padding: 0 35px;
    }

    .login-panel-hsp {
        width: 70%;
        margin: 50px auto 50px auto;
        display: none;
    }

    .company-main-dv {
        width: 65%;
        float: left;
        padding-left: 10px;
    }

    #time_auction_contracts .net-bid-header {
        text-align: left;
        right: 0px;
    }

    .avilble-dv {
        margin-top: 0px !important;
    }

    .list-detail-tp.auction-detail.al-wologin {
        width: 100%;
        float: left;
        background: #fff;
        border-radius: 10px;
        margin: 15% 0 0px 0px;
    }

    .bid-txt {
        width: 100%;
        float: left;
        margin-top: 0px;
        padding-left: 0px;
    }

    .recent-listing-slider.listings-grids .user-name-detail {
        width: 95px;
        height: 50px;
        float: right;
        margin-top: 0px;
    }

    .similars-slider-dv {
        width: 96%;
        float: left;
        background: #fff;
        border-radius: 10px;
        margin: 25px 0 100px 0;
    }

    .sidebar-toggled .similars-slider-dv {
        width: 100%;
        float: left;
        background: #fff;
        border-radius: 10px;
        margin: 25px 0 100px 0;
    }

    .bid-txt.bid-txt-subdomain2 {
        width: 100%;
        float: left;
        padding-left: 0px;
        margin-bottom: 20px;
    }

    .avilble-dv {
        margin-top: 0px !important;
    }

    .auction-tag .tag-tp {
        color: var(--main-brand-desc-color);
        font-family: 'roboto', Arial, Helvetica, sans-serif;
        font-size: 14px;
        width: calc(100% - 86px);
        float: left;
        margin-left: 5px;
        padding-top: 2px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .sidebar-toggled #set_autobid_enable,
    .sidebar-toggled #set_autobid_enable:hover {
        width: 48%;
        float: right;
        height: 44px;
        line-height: 44px;
        color: #fff;
        font-family: 'roboto', Arial, Helvetica, sans-serif;
        font-size: 14px;
        border: none;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
        outline: none;
        border-radius: 10px;
        text-align: center;
        background: #00D593;
    }

    .auction-detail .list-det-lftp {
        width: 100%;
        float: left;
        padding: 15px 0;
    }

    .bid-now .label-des input#nextBidAmt {
        width: 50%;
    }

    #set_autobid_enable,
    #set_autobid_enable:hover {
        width: 52%;
        float: right;
        height: 44px;
        line-height: 44px;
        color: #fff;
        font-family: 'roboto', Arial, Helvetica, sans-serif;
        font-size: 14px;
        border: none;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
        outline: none;
        border-radius: 10px;
        text-align: center;
        background: #00D593;
    }

    .similars-slider-dv {
        width: 93%;
        float: left;
        background: #fff;
        border-radius: 10px;
        margin: 25px 0 100px 0;
    }

    .auction-img,
    .auction-details-div {
        float: left;
        width: 100%;
    }
}

@media (max-width: 1024px) {

}

@media (max-width: 991px) {
    .auction-detail .auc-des,
    .auction-detail .card-footer.card-top {
        /* width: calc(100% - 180px); */
    }

    .auc-des span.left-br,
    .auc-des span.rght-br-time,
    .auc-des span.rght-br-time span:last-child {
        font-size: 13px;
    }

    .label-des.bid-field #bid-sec {
        width: 100% !important;
    }
        
    .bid-now .label-des input#nextBidAmt {
        width: 100% !important;
    }
    
    .bid-panel ul li .bid-field input#autoBidAmt {
        width: 100% !important;
    }
    
    .bid-panel ul li .bid-field a#set_autobid,
    .bid-panel ul li .bid-field button#set_autobid {
        width: 100% !important;
        margin-top: 5px;
    }

    .sidebar-toggled .label-des.bid-field #bid-sec {
        width: 40% !important;
        width: 100% !important;
    }
        
    .sidebar-toggled .bid-now .label-des input#nextBidAmt {
        width: 58% !important;
        width: 100% !important;
    }
    
    .sidebar-toggled .bid-panel ul li .bid-field input#autoBidAmt {
        width: 100% !important;
        /* margin-bottom: 7px; */
    }
    
    .sidebar-toggled .bid-panel ul li .bid-field a#set_autobid,
    .sidebar-toggled .bid-panel ul li .bid-field button#set_autobid {
        width: 50% !important;
        width: 100% !important;
        margin-top: 5px !important;
    }
    .regs-text {
        padding-left: 0;
    }
    .product-dv-main {
        padding: 0 7%;
    }
    .auction-detail.list-detail-tp .ms-slide .ms-slide-bgcont {
        border-radius: 10px 10px 0 0;
    }
    .bid-now.last-bid .bids-text {
        margin-top: 0 !important;
    }
    #removeAutoBidButton {
        margin-top: 3px;
        margin-bottom: -11px;
    }
    #modalSlideUpSmallMyBids .modal-dialog {
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .auction-detail .auc-des,
    .auction-detail .card-footer.card-top {
        width: 100%;
    }

    .hoursDev{
        /* margin-left: -10px !important;
        padding-top: 5px; */
        margin-top: 0;
        margin-left: 40px;
        width: 100%;
    }

    .hoursDev span.left-br{
        font-size: 14px;
    }

    .absol-db-auc {
        top: 10px;
        top: 10%;
        padding: 10px 15px;
    }

    .list-detail-tp {
        width: 100%;
        float: left;
        background: #fff;
        border-radius: 10px;
        margin: 20px 0 0;
    }

    .similars-slider-dv {
        width: 100%;
        margin: 26px 0 100px 0;
    }

    .box-width-pro {
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    .checkbx-forgot a {
        float: right;
        width: auto;
        color: var(--main-brand-color);
        font-family: 'roboto', Arial, Helvetica, sans-serif;
        font-size: 12px;
        padding-top: 3px;
    }

    .box-width {
        width: 100%;
        margin: 0 auto;
        float: none;
    }

    #send-eq .modal-dialog {
        width: 100%;
        margin: 30px auto;
    }

    .owl-stage .item .footer-right {
        width: 83%;
        float: left;
        margin-left: 10px;
    }

    .footer-right {
        width: 82%;
        float: left;
        margin-left: 10px;
    }

    .owl-nav .owl-next {
        position: absolute;
        right: 5px;
        top: 180px;
        box-shadow: 0px 0px 4px #ccc;
        width: 40px;
        height: 40px;
        border-radius: 200px !important;
        background: #C7C7C7 !important;
        outline: none;
    }

    .owl-nav .owl-prev {
        position: absolute;
        left: 5px;
        top: 180px;
        box-shadow: 0px 0px 4px #ccc;
        width: 40px;
        height: 40px;
        border-radius: 200px !important;
        background: #C7C7C7 !important;
        outline: none;
    }

    .list-main-div.list3 h1 {
        width: 100%;
        float: left;
        margin-bottom: 15px;
        color: #fff;
        font-family: 'roboto', Arial, Helvetica, sans-serif;
        font-size: 30px;
        padding: 0px 20px 0 0;
        margin-top: 0px;
        text-transform: uppercase;
    }

    .list-main-div .sale-rent-dv .timer-list {
        float: right;
        font-size: 18px;
        width: 100%;
        margin-bottom: 5px;
        color: #fff;
        font-family: 'roboto', Arial, Helvetica, sans-serif;
        margin-top: 10px;
    }

    .product-dv-main {
        width: 100%;
        padding: 0 5%;
        display: inline-block;
    }

    .specific-shet-mai .col-md-7 {
        padding: 0 15px 0 0;
    }

    .spec-dv ul li span {
        color: #939699;
        width: 180px;
        display: inline-block;
        font-style: normal;
        white-space: normal;
        font-weight: bold;
        font-size: 14px;
        display: block;
    }

    .spec-shet-d {
        width: 100%;
        float: left;
        margin-top: 22px;
    }

    .file-dv-main .file-desd {
        width: 80%;
        float: left;
    }

    .auction-tp-rght {
        /* width: auto;
        float: left;
        margin-bottom: 3px; */
        float: left;
    }

    .auction-tp-rght a {
        color: var(--main-brand-secondary-color);
        font-size: 12px;
        margin-left: 12px;
        font-weight: 500;
        font-family: 'roboto', arial;
        margin-left: 0;
        margin-right: 15px;
    }

    .bid-panel ul li .bid-field input {
        color: #343b45;
        font-family: 'roboto', Arial, Helvetica, sans-serif;
        font-size: 14px;
        width: 100%;
        float: left;
        border: 1px solid #D9DADB;
        border-radius: 5px;
        padding: 10px;
        height: 40px;
        line-height: 40px;
        outline: none;
    }

    #bidButton {
        /* width: 100%;
        float: right;
        height: 40px;
        line-height: 40px;
        color: #fff;
        font-family: 'roboto', Arial, Helvetica, sans-serif;
        font-size: 14px;
        border: none;
        outline: none;
        border-radius: 5px;
        text-align: center;
        margin-top: 10px; */
    }

    .bid-panel ul li .bid-field input#autoBidAmt {
        color: #343b45;
        font-family: 'roboto', Arial, Helvetica, sans-serif;
        font-size: 14px;
        width: 100%;
        float: left;
        border: 1px solid #D9DADB;
        /* border-radius: 5px; */
        padding: 10px;
        /* height: 40px;
        line-height: 40px; */
        outline: none;
    }

    .bid-panel ul li .bid-field a#set_autobid,
    .bid-panel ul li .bid-field button#set_autobid {
        width: 100%;
        float: right;
        height: 40px;
        line-height: 40px;
        color: #fff;
        font-family: 'roboto', Arial, Helvetica, sans-serif;
        font-size: 14px;
        border: none;
        outline: none;
        /* border-radius: 5px; */
        text-align: center;
        margin-top: 10px;
    }

    .bids-text {
        color: red;
        font-size: 12px;
        padding-left: 10px;
        margin-top: 10px;
        float: left;
        padding-right: 10px;
    }

    .bid-panel ul li .bid-tag {
        padding: 0 5px 10px;
        width: 100%;
        float: left;
        color: #343b45;
        font-family: 'roboto', Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 10px;
    }

    .bid-panel ul li .bid-field {
        /* padding: 0 5px; */
    }

    .bid-panel ul li .bid-tag.next-bid-text,
    .bid-panel ul li .bid-tag.bid-now {
        /* min-height: 45px; */
    }

    .list-detail-tp .panel-tabs {
        overflow: auto;
        width: 100%;
        justify-content: flex-start;
    }

    .list-detail-tp .panel-tabs>li {
        flex-shrink: 0;
    }

    .auction-tag .tag-tp {
        /* color: #939699;
        font-family: 'roboto', Arial, Helvetica, sans-serif;
        font-size: 14px;
        width: 100%;
        float: left;
        margin-left: 0px;
        padding-top: 3px; */
        width: auto;
    }

    .auction-tag {
        /* width: calc(100% - 130px);
        float: left;
        margin-top: 0; */
        width: 100%;
    }

    .auction-detail .footer-right .user-des p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #343b45;
        font-family: 'roboto', Arial, Helvetica, sans-serif;
        font-size: 12px;
        width: 100%;
        padding: 0px;
        margin: 0px;
        display: block;
        line-height: 18px;
    }

    .vertual-view a {
        color: var(--main-brand-color);
        font-size: 26px;
        float: left;
        margin: -10px 0 0 15px;
        /* position: absolute; */
        right: 15px;
        top: 20px;
    }

    .vertual-view {
        margin: 0;
    }

    .auction-detail .list-det-lftp {
        width: 100%;
        float: left;
        padding: 15px 10px 20px 10px;
    }

    .container-fixed-lg.no-padding.p-t-20 {
        float: left;
    }

    .iti--separate-dial-code.iti {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

    .flag-sect {
        width: 100%;
        float: left;
        margin-right: 10px;
    }

    .phone-num-fild.verify-fld.verify-fldbtn {
        width: 78%;
        float: left;
        margin-right: 20px;
        margin-left: 0px;
    }

    .personal-reg-btn button {
        font-family: 'roboto', Arial, Helvetica, sans-serif;
        font-size: 18px;
        border-radius: 100px;
        height: 44px;
        line-height: 44px;
        min-width: 100%;
        padding: 0px 30px;
        float: none;
        margin-top: 10px;
        border: none;
        outline: none;
        margin-bottom: 20px;
        display: inherit;
        margin: 10px 5px;
        background: transparent;
        border: 1px solid #3a3a3a;
        color: #3a3a3a;
        float: left;
        width: 100%;
    }

    .box-width-pro .login-panel h1 {
        font-family: 'roboto', Arial, Helvetica, sans-serif;
        font-size: 28px;
        color: #343b45;
        width: 100%;
        float: left;
        margin: 0;
        padding: 0 20px;
        text-align: center;
        line-height: 35px;
    }

    .mybid-main .my-bid-col {
        width: 98%;
        float: left;
        margin: 10px 5px 10px 5px;
        min-height: 430px;
    }

    .connection-main-dv .user-info.conect-name {
        margin-left: 30px;
    }

    .Connect-emp,
    .Connect-emp:hover,
    .Connect-emp:focus {
        display: inline-block;
        font-family: 'roboto', Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 12px;
        color: var(--main-brand-color);
        margin-right: 0px;
        border: none;
        margin-left: 15px;
        padding: 10px;
    }

    .complete-tag {
        font-family: 'roboto', Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #343b45;
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        text-align: center;
        line-height: 18px;
    }
    .bid-panel ul li .bid-field .bid-field2 a#set_autobid {
        margin-top: 5px !important;
    }
    .auction-detail.list-detail-tp .ms-slide .ms-slide-bgcont {
        border-radius: 10px 10px 0 0;
    }
    .bid-panel ul.bids-section li {
        min-height: 83px;
    }
    .bid-panel ul.bids-section li p,
    .bid-panel ul.bids-section li p#bid-sec {
        margin-top: 5px;
    }
    #krank-share-modal-new .modal-content {
        width: 100% !important;
    }
}

@media (max-width: 765px) {
    .sidebar-toggled .bid-panel ul li .bid-field a#set_autobid,
    .sidebar-toggled .bid-panel ul li .bid-field button#set_autobid {
        width: 100% !important;
        margin-top: 5px;
    }

}

@media (max-width: 575px) {
    .vertual-view {
        margin-bottom: 15px;
    }

    .vertual-view .req-btn a {
        position: static;
    }

    .bid-txt.bid-txt-subdomain2 {
        margin: 0;
    }

    .auction-img,
    .auction-details-div {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 425px) {
    .auction-detail .list-det-lftp .absol-db-auc {
        position: static;
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }
    .auction-detail.list-detail-tp .ms-thumb-list.ms-dir-v {
        top: 10px;
    }
    .net-main h1.dynamic-head {
        padding-left: 15px;
    }
    #time_auction_contracts .net-bid-header {
        padding: 0 15px;
    }

    .bid-panel ul.bids-section li {
        min-height: initial;
        width: 100%;
        padding: 10px 6px;
        border: none;
    }
    .bid-panel ul.bids-section li > div {
        padding: 0 !important;
    }
    .bid-panel ul.bids-section li.current-bid,
    .bid-panel ul.bids-section li.nex-bid{
        width: 50%;
        padding: 0 6px;
        border-right: 1px solid #D9DADB;
    }
    .bid-panel ul.bids-section li.nex-bid {
        border: none;
    }
    .bid-panel ul.bids-section li.bid-now {
        text-align: center;
    }    
    .bid-panel ul.bids-section li.bid-now .label-des a.reg-bid-btn {
        min-width: 100% !important;
    }    
    .bid-panel ul.bids-section li.bid-now .bid-tag {
        font-size: 14px;
        line-height: inherit;
        padding: 0 !important;
    }    
    .bid-panel ul.bids-section li.bid-now .bid-tag label {
        font-size: 16px;
    }  
    .bid-panel ul.bids-section li.bid-now .label-des {
        padding: 0;
    }
    .bid-panel ul.bids-section li.bid-now .auc-bib {
        margin: 0;
    }

}



