.dialog-with-tabs {
    padding: 0;
    color: #222222;
    letter-spacing: 1px;
    max-width: 540px;
    box-shadow: 0 0 25px rgb(0 0 0 / 25%);
    background: #fff;
    text-align: left;
    margin: 40px auto;
    position: relative;
    box-sizing: border-box;
    border-radius: 4px;
}

 .popup-tabs-container {
    overflow: hidden;
    width: 100%;
}
 .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 505;
}

.dialog-with-tabs .mfp-close {
    color: black;
    top: 0;
    right: 0;
    width: 62px;
    height: 61px;
}
.dialog-with-tabs .og-close,.dialog-with-tabs button.mfp-close {
    position: absolute;
    width: 45px;
    height: 45px;
    top: -20px;
    display: block;
    right: -12px;
    cursor: pointer !important;
    z-index: 9999;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 50%;
    margin: 0;
    background-color: transparent;
    outline: none;
    transform: translate3d(0, 0, 0);
}
.dialog-with-tabs button.mfp-close, .dialog-with-tabs button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 506;
}
.dialog-with-tabs .mfp-close:before, .dialog-with-tabs .mfp-close:before {
    font-size: 24px;
}
.dialog-with-tabs .og-close:before,.dialog-with-tabs .mfp-close:before {
    content: "\ea02";
}
.dialog-with-tabs .og-close:before, .dialog-with-tabs .mfp-close:before {
    font-family: feather-icons;
    font-size: 35px;
    top: 2px;
    left: 0;
    position: relative;
    height: 10px;
}

.dialog-with-tabs .popup-tabs-nav li:first-child.active {
    border-left: none;
    border-radius: 4px 0 0 0;
}

.dialog-with-tabs .popup-tabs-nav li.active a:hover, .popup-tabs-nav li.active {
    background-color: #fff;
}
.dialog-with-tabs .popup-tabs-nav li.active {
    background-color: #fff;
    position: relative;
}
.dialog-with-tabs .popup-tabs-nav li {
    float: left;
    line-height: 62px;
    height: 62px;
    padding: 0;
    margin-right: 0;
    position: relative;
}

.dialog-with-tabs .popup-tabs-nav li {
    float: left;
    line-height: 62px;
    height: 62px;
    padding: 0;
    margin-right: 0;
    position: relative;
}

.dialog-with-tabs .popup-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    height: 62px;
    background: #f8f8f8;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #e0e0e0;
}

.dialog-with-tabs .popup-tabs-nav li.active a {
    color: #66676b;
    font-weight: 600;
}

.dialog-with-tabs .popup-tabs-nav li:first-child a {
    border-radius: 4px 0 0 0;
}

.dialog-with-tabs .popup-tabs-nav li a {
    border: none;
    color: #777;
    display: inline-block;
    outline: none;
    padding: 0;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 1px;
    z-index: 10;
    position: relative;
    height: 100%;
    padding: 0 30px;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    transition: all .3s, font-weight 0s;
    border-right: 1px solid #e0e0e0;
}

.dialog-with-tabs .popup-tabs-nav li a, .popup-tab-reviews {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.dialog-with-tabs .popup-tabs-nav li.active:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    z-index: 111;
}
.dashboard-box .bidding-widget, .popup-tab-content .bidding-widget {border-radius: 0;background-color: transparent }
.dashboard-box .slider-handle.custom, .popup-tab-content .slider-handle.custom {border: 1px solid #e0e0e0;box-shadow: 0 1px 4px rgba(0, 0, 0, .07) }
.popup-tab-content {padding: 35px;position: relative;z-index: 10;display: inline-block;width: 100%;box-sizing: border-box; }
.popup-tab-content-login {padding: 15px;
    position: relative;
    z-index: 10;
    box-sizing: border-box;
    display: inline-block;
    width: 100%; }
.popup-tabs-container {overflow: hidden;width: 100% }
.popup-tab-content p:last-child {margin-bottom: 0 }
.popup-tab-content >  .menu_detail >h4 {
 color: #666 !important;
}



