.mb-2{
    margin-bottom: 20px;
}
.mt-2{
    margin-top: 20px;
}
.mtb-3{
    margin: 30px 0;
}
.smn-profile-tab .form-group .error {
    position: absolute;
    width: 100%;
    left: 20px;
    bottom: -15px;
    font-size: 12px;
    color: #ff6868 !important;
}
.smn-profile-tab{ 
    background: #151515;  
    padding: 50px 0px 80px 0px;
}

.smn-profile-tab-inner{
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    background: #000;
    height: auto;
}
.smn-tab-list {
    padding: 15px 0px 15px 0px;
    height: auto;
    border-bottom: 2px solid #151515;
    text-align: center;
}

.smn-tab-list ul li {
    padding: 0px 30px;
    display: inline-block;
}

.smn-tab-list ul li .tab-list-item {
    color: #fff;
    position: relative;
    background: transparent;
    border: 0;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Muli';
    padding: 5px 20px;
}

.smn-tab-list ul li .tab-list-item.active {
    color: #cc9b4d;
}

.smn-tab-list ul li .tab-list-item.active:after {
    position: absolute;
    content: '';
    background: #cc9b4d;
    width: 100%;
    height: 2px;
    bottom: -16px;
    left: 0px;
}
.smn-tab-content {
    display: inline-block;
    width: 100%;
    padding: 15px;
}
.smn-tab-content-centered {
    max-width: 600px;
    width: 100%;
    margin: auto;
    padding: 50px 0;
}
.heading-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 45px;
}

.heading-toggle h3 {
    width: 100%;
    color: #fff;
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}

.heading-toggle .switch { 
    width: 100px;
    height: 45px;
}
.heading-toggle .switch .slider::before { 
    height: 35px;
    width: 35px;
    left: 6px;
    bottom: 5px;
}
.heading-toggle .switch input:checked + .slider {
    background-color: #cc9b4d;
    background: -moz-linear-gradient(left, #db962e 0%, #cb9b4f 100%);
    background: -webkit-linear-gradient(left, #db962e 0%,#cb9b4f 100%);
    background: linear-gradient(to right, #db962e 0%,#cb9b4f 100%);
}
.heading-toggle .switch input:checked + .slider::before {
    transform: translateX(40px);
    background: #151515;
}
.input-icon {
    position: relative;
}

.input-icon .icon {
    position: absolute;
    right: 15px;
    top: 14px;
    font-size: 16px;
    color: #cc9b4d;
}
.smn-chk .form-custom-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0px 0px 14px 0px;
}
.smn-chk .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px; 
    background-color: #cc9b4d !important;
}
.smn-chk .form-custom-checkbox .checkmark:after {
    left: 7px;
    top: 2px;
    width: 5px;
    height: 12px;
    border-width: 0 2px 2px 0 !important;
}
.smn-chk .form-custom-checkbox p {
    font-size: 13px;
    line-height: 21px;
    color: #cc9b4d;
}
.frequency-radio {
    padding-top: 40px;
    padding-left: 20px;
}


 
.smn-radio [type="radio"]:checked,
.smn-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.smn-radio [type="radio"]:checked + label,
.smn-radio [type="radio"]:not(:checked) + label
{
    position: relative;
    padding: 0 25px;
    cursor: pointer;
    display: inline-block;
    color: #cc9b4e;
    font-weight: 400;
    line-height: 1;
}
.smn-radio [type="radio"]:checked + label:before,
.smn-radio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;   
    border: 2px solid #cd9b4c;
    border-radius: 100%;
    background: transparent;
}
.smn-radio [type="radio"]:checked + label:after,
.smn-radio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 18px;
    height: 18px;
    background: #000000;
    border: 6px solid #cd9b4c;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.smn-radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.smn-radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.golive-block {
    background: #121212;
    padding: 20px 20px;
}
.inline-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inline-field .form-group {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 10px;
}

.inline-field .btn {
    background: transparent;
    color: #cc9a4c;  
    margin-bottom: 20px;
    padding: 0;
}
fieldset.disabled input, fieldset.disabled select {
    background-color: rgb(204 155 78 / 19%) !important;
    opacity: .6 !important;
    cursor: not-allowed;
}
fieldset.disabled button,  fieldset.disabled label{
    opacity: .6 !important;
    cursor: not-allowed;
}

.navbar-default .navbar-nav>.smn-dropdown.open>a,
.navbar-default .navbar-nav>.smn-dropdown.open>a:hover, 
.navbar-default .navbar-nav>.smn-dropdown.open>a:focus {
    color: #dc972f;
    background-color: transparent;
}
.smn-dropdown .dropdown-menu {
    background: #151515;
    padding-top: 30px;

}
.smn-dropdown .dropdown-menu>li>a:hover, .smn-dropdown .dropdown-menu>li>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}
.smn-dropdown .collapse {
    display: none !important;
}
.smn-dropdown .collapse.in {
    display: block !important;
}
.smn-dropdown .toggle-menu[aria-expanded="false"]:after {
    content: '+' ;
    position: absolute;
    right: 10px;
    font-size: 20px;
}
.smn-dropdown .toggle-menu[aria-expanded="true"]:after {
    content: '-' ;
    position: absolute;
    right: 10px;
    font-size: 20px;
}

.smn-dropdown>li>a {
    position: relative;
}
.smn-dropdown li a i {
    padding-right: 10px;
}
 

ul.inner-menu {
    background: #363636;
    padding:5px 0;
}

ul.inner-menu li a {
    font-size: 12px !important;
    /* padding-left: 40px !important; */
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    display: inline-block;
}
.smn-dropdown.smn-dropdown-language {
    padding: 8px 0;
}

.new-fav-layout .tbl-border-0.new-py-table.cart_table.favorite-table {
    border: 0px solid #db962e;
}
.new-fav-layout .tbl-border-0.new-py-table.cart_table.favorite-table th, .new-fav-layout .new-py-table.cart_table.favorite-table tbody td {
    border-right: 0px solid #db962e;
}
.new-fav-layout .tbl-border-0.favorite-table tbody tr:last-child {
    border-bottom: 0px solid #db962e !important;
}
.new-fav-layout .tbl-border-0.favorite-table thead th, .new-fav-layout .favorite-table tbody td {
    border-color: transparent;
    border-bottom: 0px solid #dc972f;
}
.meet-time p {color: #da9732 !important;font-weight: 600 !important;margin-bottom: 0;}

.meet-time span {
    font-size: 12px;
    position: relative;
}
ul.rating-list {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d99731 !important;
}

ul.rating-list li {
    margin: 0 2px;
}

.bid-btn {
    background: transparent;
    border: 1px solid #dc972f;
    border-radius: 50px;
    font-size: 14px !important;
    line-height: 25px;
    color: #dc972f !important;
    text-transform: capitalize;
    text-decoration: none !important;
    padding: 0px 20px 4px 20px;
    display: inline-block !important;
}
#table_id.payment-table.tbl-border-0 tr, #table_id.payment-table.tbl-border-0 th, #table_id.payment-table.tbl-border-0 td { 
    border: 0;
    padding: 8px 0;
}

.text-left{
    text-align: left !important;
}
.meet-thead {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.meet-time {
    min-height: 45px;
}
.meet-thead p {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
}
.meet-thead span {
    border-left: 1px solid #db962f;
    display: flex;
    width: 1px;
    height: 12px;
    margin: 0 13%;
    justify-content: center;
}
.sidebar-left-profile .smn-profile-tab-inner{
    margin-bottom: 30px;
}
.smn-auction-time {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;

}

.smn-auction-time h1 {
    font-size: 20px;
    margin: 0;
}
.aution-meet-time {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #da9732;
}
.smn-auction-time-left ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-size: 35px;
    font-weight: 800;
}

.smn-auction-time-left ul li:last-child {
    color: #da9630;
}
.smn-auction-time-left ul .dots {
    padding: 0 5px;
}
.smn-auction-time h2 {
    color: #da9630;
    font-size: 35px;
    font-weight: 800;
}
.baby-highest-bid h3 span{
    color: #f00;
}
.meet-time span:before {content: '';position: relative;background: #00ff03;width: 8px;height: 8px;display: inline-block;border-radius: 100%;margin-right: 5px;}

.img-rating {
    display: inline-block !important;
    position: relative;
}

.img-rating .rating {
    border: 0 !important;
    width: 40px !important;
    position: absolute;
    bottom: 0;
    right: -10px;
}
/* .new-fav-layout table.cart_table.favorite-table tbody td.first_td .img-rating img { */
    /* width: 100px; */
/* } */

.history-tbl{
    padding: 30px;
}
.text-theme{
    color: #da9732 !important;
}
.text-white{
    color: #fff !important;
}



.cutsom-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  
  .cutsom-checkbox label {
    position: relative;
    cursor: pointer;
  }
  
  .cutsom-checkbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #d99732;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 0;
    width: 18px;
    height: 18px;
    border-radius: 2px;
  }
  
  .cutsom-checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 6px;
    width: 6px;
    height: 10px;
    border: solid #d99732;
    border-width: 0 2px 2px 0px;
    transform: rotate(45deg);
  }
 
  .notify-user img {
    border-radius: 50%;
    border: 2px solid #dc972f;
    width: 100%;
    margin: 0px 50px 0px 0px;
}

    .notification-list-item {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        border-bottom: 1px solid #151515;
        padding-bottom: 10px;
    }
    .notification-list-item:last-child{
        border: 0;
        margin: 0; 
        padding:0;
    }
    .notify-user {
        width: 70px;
    }

    .notify-msg {
        color: #fff;
        font-weight: 300;
        width: calc(100% - 70px);
        padding-left: 15px;
        display: flex;
        justify-content: space-between;
    }

    .notification-list {
        /* max-width: 400px; */
        margin: auto;
    }


    a.tooltip-btn {
        background: transparent !important;
    }
    
    a.tootltip-btn {
        background: transparent;
        padding: 0;
        width: 28px;
        height: 29px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1.5px solid #cc9b4c;
        font-size: 14px;
        margin-right: 5px;
        border-radius: 35px;
        transition: .5s ease all;
        cursor: pointer;
    }
    
    .profile-action-list {
        display: flex;
    }
    
     a.tootltip-btn i {
        padding: 0 !important;
    }
    .ban-item a.tootltip-btn {
        border-color: #f00;
        color: #f00;
    }
    
    .ban-item a.tootltip-btn:hover {
        background: #000;
    }
   a.tootltip-btn:hover {
        background: #cc9b4c;
        text-decoration: none;
    }

    .popover-content { 
        padding: 3px 10px;
        font-size: 10px;
        color: #000; 
    }
      
    .tooltip-listing .tootltip-btn { 
        border: 1.5px solid #ffffff;
    }
    .tooltip-listing .tootltip-btn:hover{
        background: #fff;
        color: #cc9b4c !important;
        text-decoration: none;
    }
    .listing-action-main {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .listing-action-left {
        width: calc(100% - 45px);
    }
    
    .listing-action-right {
        width: 45px;
    }
    
    .listing-action-right img {
        width: 100%;
    }
    
    .listing-action-left h4 {
        margin: 0;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 10px;
    }


.menu-notifiaction {
    position: relative;
    font-size: 18px;
}
.notification-dot {
    width: 8px;
    height: 8px;
    background: #f00;
    display: inline-block;
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.profile-info-detail { 
    width: calc(100% - 196px);
}
@media (max-width:768px) {
    .profile-info-detail {
        width: calc(100% - 125px);
    }
}
@media (max-width:568px) {
    .profile-info-detail {
        width: calc(100% - 90px);
    }
}
.last-active { 
    justify-content: space-between;
}
@media (max-width: 992px){
    .smn-dropdown {
        display: none !important;
    }
    .bid-name {
        text-align: center;
    }
    .new-fav-layout table.cart_table.favorite-table tbody td.first_td img { 
        width: 140px;
    }
    .img-rating .rating {
        width: 50px !important;
    }

}
@media (max-width: 992px){
.m-text-center {
    text-align: center !important;
}
.new-fav-layout .tbl-border-0.favorite-table tbody tr:last-child td {
    border: 0px solid #db962e;
}
}

@media (max-width: 768px){
table.m-inline.cart_table thead tr th, table.m-inline.cart_table tbody tr td{
    display: table-cell;
    width: 100% !important;
    white-space: normal !important;
}
table.m-inline.cart_table thead {   
    display: table-header-group;
}
table.m-inline.cart_table thead tr { 
    display: table-row;
}
.notify-msg { 
    display: block;
}

}


@media (max-width: 420px){
    .on-hover-text {
        position: relative !important;
        opacity: 1 !important;
        margin-bottom: 15px;
    }
}

 