/*!
 * Plugin Name: Venus Panel
 * Plugin URI: https://dangoweb.ir/product/venus-wordpress-user-panel-plugin/
 */

*, ::after, ::before {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.venus-container {
    background-color: #ffffff;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    color: #666666;
    font-size: 14px !important;
    display: flex;
    line-height: 1.5em;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1920px;
    margin: auto;
}

.venus-container a {
    text-decoration: none
}

.venus-container .vud-menu li:before,
.venus-container .vud-menu li:after {
    all: unset !important;
}

a {
    text-decoration: none;
    transition: ease-in-out 300ms;
}

li {
    list-style-type: none;
}

.venus-container h1,
.venus-container h2,
.venus-container h3,
.venus-container h4,
.venus-container h5,
.venus-container h6 {
    font-size: 15px !important;
    font-weight: normal;
    color: #545454
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.vud-position-relative {
    position: relative;
}

.vud-position-absolute {
    position: absolute;
}

.vud-100 {
    width: 100%
}

.vud-25 {
    width: 25%
}

.vud-50 {
    width: 50%
}

.mt {
    margin-top: 1em;
}

.mb {
    margin-bottom: 1em
}

.ldir {
    direction: ltr;
}

.rdir {
    direction: rtl
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.vud-line-height-0 {
    line-height: 0
}

.vud-greenbg {
    background-color: #2ecc71;
}

.vud-yellowbg {
    background-color: #f1c40f;
}

.vud-redbg {
    background-color: #e74c3c;
}

.vud-orangebg {
    background-color: #f39c12;
}

.vud-bluebg {
    background-color: #3797dd;
}

.vud-purplebg {
    background-color: #6437fc;
}

.vud-graybg {
    background-color: #34495e;
}

.vud-silverbg {
    background-color: #bdc3c7;
}

.vud-bold {
    font-weight: bold
}

button:disabled,
button[disabled] {
    cursor: not-allowed;
}

.vud-disabled {
    cursor: not-allowed;
}

.vud-shadow {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.venus-container span {
    vertical-align: unset !important;
}

.venus-container input:focus,
.venus-container button:focus,
.venus-container select:focus,
.venus-container textarea:focus {
    outline-width: 0 !important;
    border: 1px solid #ccced2 !important;
}

.venus-container button:focus,
.venus-container input[type='submit'] {
    border: none !important;
}

.modal input[type='text'],
.modal input[type='email'],
.modal input[type='tel'],
.venus-container input[type='date'],
.venus-container input[type='number'],
.venus-container input[type='password'],
.venus-container input[type='text'],
.venus-container input[type='email'],
.venus-container input[type='tel'],
.venus-container input[type='search'],
.venus-container textarea,
.venus-container select {
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    box-sizing: border-box;
    font-weight: 400;
    line-height: 1em;
    padding: .5em 1em;
    transition: .3s;
    width: 100%;
    height: 45px;
}


.venus-container input[type='file'] {
    width: 100%;
    height: 45px;
}

.venus-container textarea {
    height: auto;
    line-height: 1.5em;
}

.venus-container button {
    border: none
}

.modal .vud-submit,
.venus-container .vud-submit,
.venus-container input[type='submit'],
.venus-container .referral-tooltip button,
.faq-show-form button,
.address-content .button,
.order-again a {
    cursor: pointer;
    padding: .3em 2em;
    border-radius: 5px;
    background-color: #6437fc;
    color: #ffffff;
    font-size: 1em;
    transition: ease-in-out 300ms;
}

.vud-disabled-btn {
    cursor: pointer;
    padding: .3em 2em;
    border-radius: 5px;
    color: #ffffff;
    font-size: 1em;
}

.modal .vud-submit,
.venus-container .referral-tooltip button {
    border: none
}

.faq-show-form button:hover,
.modal .vud-submit:hover,
.venus-container input[type='submit']:hover,
.venus-container .vud-submit:hover,
.address-content .button:hover,
.order-again a:hover {
    background-color: #666666;
}

.green-txt {
    color: #64bc36
}

.orange-txt {
    color: #f39c12;
}

.black-txt {
    color: #363841
}

.gray-txt {
    color: #7f8c8d;
}

.blue-txt {
    color: #3797dd;
}

.purple-txt {
    color: #6437fc;
}

.red-txt {
    color: #e74c3c;
}

.pink-txt {
    color: #f368e0;
}

.jad-txt {
    color: #00d2d3;
}

.pastel-txt {
    color: #ff6b6b;
}

.lds-dual-ring {
    display: none;
    width: 13px;
    height: 13px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    border-radius: 50%;
    border: 4px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.dw-alert,
.vud-section .woocommerce-error li,
.vud-section .woocommerce-message {
    padding: 0.8em 1em;
    border-radius: 8px;
    margin-bottom: 0.5em;
    font-size: .9em;
    border: none;
    float: right;
    width: 100%;
}

.vud-section .wc-block-components-notice-banner.is-error {
    border: none;
    border-radius: 8px;
    padding: 0.8em 1em !important;
}

.wc-block-components-notice-banner.is-error > svg {
    background: transparent;
}

.wc-block-components-notice-banner > svg {
    fill: #cf4335
}

.dw-alert span {
    vertical-align: middle !important;
}

.green-alert,
.red-alert,
.vud-section .woocommerce-error li {
    color: #2f2f2f;
    background-color: #fff0f0;
    display: flex;
}

.dw-alert i {
    margin: 0 0 0 .3em;
    font-size: 1.5em;
    color: #cf4335
}

.green-alert i {
    color: #0f5132;
}

.green-alert,
.vud-section .woocommerce-message {
    color: #0f5132;
    background-color: #d1e7dd;
}

.vud-section .woocommerce-message::before {
    content: "\e953";
    font-family: "iconly";
    margin-left: .3em;
    vertical-align: middle !important;
    position: unset !important;
}

.default-alert {
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    font-size: 1em;
    display: flex;
    align-items: center;
}

.default-alert i {
    color: #6437fc;
    margin-left: .3em;
    font-size: 1.5em;
}

.vud-container {
    float: right;
    padding: .5em
}

.vud-side {
    float: right;
    display: block;
    min-width: 280px;
    max-width: 280px;
    background: #ffffff;
    flex: 1;
    position: relative;
    border-left: 1px solid #f7f7f7;
}

.vud-avatar-img img {
    border-radius: 100%;
    max-width: 80px;
    max-height: 80px;
    background-color: #fff;
    border: 2px dashed #bdbdbd;
    margin: auto;
    padding: .5em
}

.vud-avatar {
    text-align: center;
    padding: 1em 0;
}

.avatars-list label input[type='radio'] {
    display: none;
}

.avatars-list label input[type='radio']:checked + img {
    outline: 2px solid #511dfe;
}

.avatars-list label {
    display: inline-block !important;
    padding: 0 !important;
    cursor: pointer
}

.avatars-list label img {
    max-width: 30px;
    border-radius: 100% !important;
}

.vud-menu {
    max-height: 100%;
    width: 100%;
    position: relative;
    display: block;
    padding: 0 0 7em 0;
    text-align: right;
    overflow: hidden;
    overflow-y: auto;
}

.vud-side-logo {
    padding: 1em 2em 0;
    display: flex;
    justify-content: center;
}

.vud-side-logo img,
.vud-side-logo svg {
    max-width: 150px;
    width: 100%;
    height: auto;
}

.vud-menu .order-icon:before,
.vud-menu .cart-icon:before,
.vud-menu .services-icon:before,
.vud-menu .logout-icon:before,
.vud-menu .panel-icon:before,
.vud-menu .notification-icon:before,
.vud-menu .messages-icon:before,
.vud-menu .wallet-icon:before,
.vud-menu .orders-icon:before,
.vud-menu .downloads-icon:before,
.vud-menu .comments-icon:before,
.vud-menu .tickets-icon:before,
.vud-menu .polls-icon:before,
.vud-menu .profile-icon:before,
.vud-menu .banking-icon:before,
.vud-menu .wishlist-icon:before,
.vud-menu .support_staff-icon:before {
    font-family: "iconly" !important;
    vertical-align: middle !important;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.vud-menu .panel-icon:before {
    content: "\e933";
}

.vud-menu .notification-icon:before {
    content: "\e93f";
}

.vud-menu .messages-icon:before {
    content: "\e93c";
}

.vud-menu .services-icon:before {
    content: "\e963";
}

.vud-menu .cart-icon:before {
    content: "\e916";
}

.vud-menu .order-icon:before {
    content: "\e928";
}

.vud-menu .wallet-icon:before {
    content: "\e962";
}

.vud-menu .orders-icon:before {
    content: "\e916";
}

.vud-menu .downloads-icon:before {
    content: "\e929";
}

.vud-menu .comments-icon:before {
    content: "\e922";
}

.vud-menu .tickets-icon:before {
    content: "\e954";
}

.vud-menu .polls-icon:before {
    content: "\e921";
}

.vud-menu .profile-icon:before {
    content: "\e949";
}

.vud-menu .banking-icon:before {
    content: "\e94a";
}

.vud-menu .wishlist-icon:before {
    content: "\e931";
}

.vud-menu .support_staff-icon:before {
    content: "\e95b";
}

.vud-menu .logout-icon:before {
    content: "\e93b";
    color: #e74c3c
}

.vud-logout {
    color: #e74c3c !important;
}

.vud-menu ul {
    margin: 0 !important;
    padding: 0 !important;
}

.vud-menu a {
    color: #666666;
    border-right: 3px solid transparent;
    padding: .7em 1.5em;
    position: relative;
    display: flex;
    align-items: center
}

.vud-menu a span {
    margin: 0 0 0 .4em;
    font-size: 1.3em;
    vertical-align: middle !important;
}

.vud-top-profile-menu a:hover,
.vud-side .vud-menu a:hover,
.vud-side .vud-menu .active,
.vud-sidenav a:hover,
.vud-sidenav .active {
    color: #4c4c4c;
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 10px
}

.vud-side .vud-menu li,
.vud-sidenav li {
    padding: .2em .5em;
    margin: 0
}

.vud-side .vud-menu li:last-child {
    margin: 2em 0 0
}

.vud-username,
.vud-userlogin {
    padding: 0.5em 0 0;
}

.vud-submenu li {
    margin: 0 !important;
}

.vud-menu .active a:hover {
    border-right: 3px solid transparent;
    background-color: unset;
}

.vud-sidenav-wrapper {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999999999;
    display: none;
    animation: slideMenu .35s ease-out;
}

.vud-sidenav {
    height: 100%;
    width: 70%;
    position: relative;
    background: #ffffff;
    overflow-x: hidden;
    transition: all 0.5s ease-in-out;
    padding: 3em 1em;
}

@keyframes slideMenu {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}

.sidenav-left {
    right: unset;
    left: 0;
}

.vud-sidenav a {
    padding: 0.5em 1em;
}

.vud-sidenav .vud-menu {
    padding: 0;
    margin-top: 1em
}

.menubar-icon {
    cursor: pointer;
    font-size: 1.5em;
    display: none !important;
    margin: 0 0 0 .5em
}

.vud-sidenav #dwCloseSidenav,
.notifications-list #dwCloseNotify {
    position: absolute;
    top: 2em;
    left: 1em;
    font-size: 2em;
    cursor: pointer;
    color: #8b8b8b;
}

.sidenav-left #dwCloseSidenav {
    right: 1em;
    left: unset;
}

.vud-main {
    display: flex;
    flex-direction: column;
    width: calc(100% - 280px);
    color: #646464;
    overflow: auto;
    position: relative;
    background-color: #f8fbff;
}

.vud-main a {
    color: #666666;
}

.dw-footer-social {
    text-align: center;
    padding: 0 1em 2em;
    font-size: 1em;
}

.dw-footer-social ul {
    display: flex;
    justify-content: flex-start;
}

.dw-footer-social li {
    display: inline-block;
    margin-right: .3em;
    padding: 0
}

.dw-footer-social li a {
    color: #5e2efd;
    background: #ffffff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.dw-footer-social img {
    max-width: 18px;
    height: auto;
}

.vud-topbar {
    background-color: #ffffff;
    width: auto;
    height: 65px;
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1em;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    margin: 1em 1em 0;
    border-radius: 10px
}

.vud-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
    background-color: #f8fbff;
}

.vud-top-menu {
    display: flex;
    align-items: center;
    padding: 0 1em;
}

.top-notify,
.top-cart,
.top-home {
    color: #666666;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 1.5em;
    position: relative;
    margin: 0 0 0 .5em;
    cursor: pointer;
}

.menu-notify {
    position: absolute;
    right: 20px;
    top: 2px;
}

.top-notify span,
.top-home span,
.menu-notify span,
.top-cart span {
    content: ' ';
    position: absolute;
    top: 2px;
    right: 3px;
    border-radius: 100%;
    width: 5px;
    height: 5px;
    background-color: #f39c12;
}

.vud-cart-link .menu-notify span {
    background-color: #65e014;
}

.menu-notify span {
    box-shadow: unset;
    animation: border 1500ms infinite;
}

.vud-top-profile {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 1em;
    cursor: pointer;
}

.vud-top-avatar {
    line-height: 0;
}

.vud-top-avatar img {
    max-width: 28px;
    border: 1px solid #bdbdbd;
    border-radius: 100%;
    height: auto;
}

.vud-top-profile-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    width: 190px;
    min-height: 65px;
    background-color: white;
    left: 0;
    flex-direction: column;
    z-index: 99999999;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    margin-top: 1em;
    transition: 300ms;
    padding: 1em
}

.vud-top-profile-menu a {
    display: flex;
    align-items: center;
    padding: .5em;
}

.vud-top-profile-menu i {
    padding: 0 .3em
}

.vud-top-profile-menu li {
    padding: 0;
    margin: 0
}

.vud-top-profile-menu .iconly-Logout {
    color: #e74c3c
}

.vud-top-profile .active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.vud-top-user-info {
    padding: 0.5em;
    display: flex;
    flex-direction: column;
}

.vud-top-user-info .vud-name {
    font-size: .8em;
}

.vud-top-user-info .vud-name,
.vud-top-user-info .vud-user-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 90px;
}

.vud-top-user-info .vud-user-name {
    font-size: .7em;
    margin-top: -7px;
}

@keyframes border {
    0% {
        box-shadow: rgba(255, 255, 255) 0 0 0 1px;
    }
    75% {
        box-shadow: rgba(243, 156, 18, 0.2) 0 0 0 3px;
    }
}

.top-cart span {
    background-color: #27ae60;
}

.menu-notify span {
    top: 10px;
    right: 16px;
}

.sidenotify {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999999999;
    display: none;
    animation: slideNotify .35s ease-out;
}

@keyframes slideNotify {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

.notifications-list {
    height: 100%;
    width: 70%;
    max-width: 600px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: #ffffff;
    overflow-x: hidden;
    transition: all 0.5s ease-in-out;
    padding: 3em 1em;
    opacity: 1 !important;
}

.notifications-list #dwCloseNotify {
    top: 1em;
    right: 1em;
    color: #424242
}

.notifications-list li {
    border-bottom: 1px solid #e5e5e5;
    padding: 1em 2em
}

.notifications-list li:last-child {
    border-bottom: none;
}

.notifications-list a {
    color: #3e3e3e;
    display: block;
}

.notifications-list p {
    font-size: .8em;
    padding-top: .5em
}

.notifications-list p i {
    margin-right: .3em;
}

.notifications-list ul {
    padding: 2em 0;
}

.notifications-list ul::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #6437fc;
}

.notifications-list ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #ffffff;
}

.notifications-list ul::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}


.notifications-list .message-badge,
.notifications-list .notice-badge,
.notifications-list .ticket-badge {
    border-radius: 5px;
    padding: 0 0.5em;
    text-align: center;
    color: #ffffff;
}

.notifications-list .notice-badge {
    background-color: #6437fc;
}

.notifications-list .ticket-badge {
    background-color: #f39c12;
}

.notifications-list .message-badge {
    background-color: #2ecc71;
}

/**************************************************/
.vud-section {
    padding: 1em;
}

.vud-tsection {
    padding: 1em 1em 0
}

.vud-bsection {
    padding: 0 1em 1em
}

.vud-section-lrp {
    padding: 1em 1em 0
}


.vud-section .vud-section-title,
.vud-new-button {
    float: right;
    margin: 0 0 1em;
    background-color: #ffffff;
    border-radius: 10px;
    display: flex;
    padding: 0.5em;
    align-items: center;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    width: auto;
    color: #666666;
}

.vud-profile-attachments a i,
.vud-section .vud-section-title i,
.vud-new-button i,
.read-all a i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    border-radius: 10px;
    color: #666666;
    margin: 0 .2em 0 .1em;
    font-size: 1.5em;
}

.vud-section .vud-section-title i {
    line-height: 0;
}

.vud-section .vud-section-title span,
.vud-new-button span {
    font-size: 13px;
    margin: 0 0 0 1em;
}

.vud-page-area,
.vud-score-box {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 2em 1.5em;
    overflow: auto
}

.custom_menu_section {
    line-height: 1.9em;
}

.custom_menu_section h3 {
    font-size: 1.5em !important;
    padding-bottom: .5em
}


.vud-notify {
    margin-bottom: 1em;
    float: right;
    width: 100%;
}

.vud-service-single .vud-row,
.vud-service .vud-row,
.dashboard .vud-row {
    margin-right: -0.5em;
    width: calc(100% + 1em);
}

.notification {
    background-color: #ffffff;
    padding: 1em;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: .5em;
    font-size: .9em;
    display: flex;
    align-items: center;
}

.notification span {
    vertical-align: middle !important;
    padding: 0 0 0 .3em;
    font-weight: 400;
    font-size: 1.2em;
}

/************************************************/
.vud-col-1 {
    width: 25%;
    float: right;
    padding: 0 .5em .5em
}

.vud-col-2 {
    width: 50%;
    float: right;
    padding: 0 .5em .5em
}

.vud-col-3 {
    width: 75%;
    float: right;
    padding: 0 .5em .5em
}

.vud-col-4 {
    width: 100%;
    float: right;
    padding: 0 .5em .5em
}

.vud-row {
    margin-bottom: 2em
}

.vud-row a {
    color: #626262
}

.vud-box {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 1.5em
}

.attachment-widget i,
.vud-box .vud_currency_symbol {
    font-style: normal;
}

.dash-box,
.shop-coupon {
    display: flex;
    align-items: center;
}

.dash-box div,
.shop-coupon div {
    display: flex;
    flex-direction: column;
    margin: 0 .5em 0 0;
    flex: 0 100%
}

.vud-box h3 {
    display: inline-block;
    padding: 0 .3em
}

.shop-coupon h3,
.dash-box h3 {
    padding: 0;
    text-align: center;
    font-weight: 700;
}

.vud-box p {
    margin: .5em 0 0 0;
    text-align: center;
}

.vud-box span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: 40px;
    height: 40px;

}

.shop-coupon span,
.dash-box span {
    width: 55px;
    height: 55px;
    font-size: 1.6em;
    padding: 1em;
}

.woocommerce-Price-amount,
.woocommerce-Price-currencySymbol {
    width: auto !important;
    height: auto !important;
    background-color: unset !important;
    font-size: 1em !important;
    color: unset !important;
}


.vud-primary-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vud-primary-box .wallet-cash {
    display: flex;
    flex-direction: column;
}

.vud-primary-box h3 {
    font-size: 2em !important;
    margin: 0
}

.order-box .iconly-Graph,
.order-box .iconly-Bag-2 {
    color: #c3c1c1;
    font-size: 5em;
    opacity: .5;
}

.vud-primary-box p {
    font-size: .8em;
}

.vud-primary-box span {
    float: left;
}

.vud-primary-box .vud-icon-attachment,
.vud-primary-box .vud-icon-buy,
.vud-primary-box .vud-icon-bag,
.vud-primary-box .vud-icon-comment,
.vud-primary-box .vud-icon-ticket,
.vud-primary-box .vud-icon-wallet,
.vud-primary-box .vud-icon-birthday {
    font-size: 3.5em;
}

.vud-primary-box .attachment-widget {
    display: flex;
    flex-direction: column;
    max-height: 60px;
    overflow: auto;
    overflow-x: hidden;
    margin: 0 0 0 .5em;
}

.vud-primary-box .attachment-widget a {
    display: flex;
    justify-content: space-between;
    padding: 0 .5em .2em;
}

.vud-posts-list ul {
    background-color: #ffffff;
    border-radius: 10px;
    margin: 0;
    padding: 0
}

.vud-posts-list a {
    display: block;
    color: #464646;
    padding: 1em;
    border-bottom: 1px solid #f3f3f3;
    transition: all .2s ease-in-out;
}

.vud-posts-list a:hover i {
    padding-left: .2em;

}

.vud-posts-list a:hover i {
    color: #6437fc;
    transition: all .3s ease-in-out;
}

.vud-posts-list a i {
    margin: 0 0 0 .3em;
    vertical-align: middle;
    display: inline-block;
}

.vud-product-list .vud-product {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 1em;
}

.vud-product-title {
    padding: 0 .5em
}

.vud-product-list .vud-product img {
    border-radius: 8px;
    min-width: 100%;
    width: 100%;
    height: auto;
}

.vud-product-list .vud-product h3 {
    text-align: center;
    padding: .5em 0
}

.shop-coupon p {
    text-align: center
}

.dash-box,
.shop-coupon {
    background: linear-gradient(45deg, #81ffd7, #af97ff);
    color: #ffffff
}

.dash-box span,
.shop-coupon span {
    color: #6437fc;
    background-color: #ffffff52;
}

.dash-box span {

}

.vud-product-price {
    margin-top: 1em;
}

.vud-product-price .price ins {
    text-decoration: none
}

.vud-product-price .price del .woocommerce-Price-amount {
    font-size: .9em !important;
    color: #8a8a8a !important;
    font-weight: normal;
    padding-left: 1em;
}

.vud-product-price .price .woocommerce-Price-amount {
    font-size: 1.3em !important;
    font-weight: bold;
}

.vud-slider {
    margin-bottom: 2em;
    float: right;
    width: 100%;
}

.vud-slider .vud-slide img {
    width: 100%;
    border-radius: 10px
}

[dir='rtl'] .vud-slider .slick-prev {
    right: 25px;
    z-index: 1
}

[dir='rtl'] .vud-slider .slick-next {
    left: 25px
}

.vud-slider .slick-prev:before,
.vud-slider .slick-next:before {
    color: #000000
}

[dir='rtl'] .vud-slider .slick-next:before {
    content: "\e908";
    font-family: "iconly";
    font-weight: 300;
}

[dir='rtl'] .vud-slider .slick-prev:before {
    content: "\e90d";
    font-family: "iconly";
    font-weight: 300;
}

.vud-mobile-slide {
    display: none !important;
}

@media screen and (max-width: 999px) {
    .vud-main-slide {
        display: none !important;
    }

    .vud-mobile-slide {
        display: block !important;
    }
}

/*******************************************/
.vud-avatar-sec {
    text-align: center;
    margin-bottom: 1em;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vud-avatar-sec .avatar img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 2px dashed #c1c7d0;
    padding: 0.5em;
}

.avatar-buttons {
    display: flex;
    justify-content: center;
    padding: 0.5em;
}

.vud-password-icon a,
.vud-avatar-upload,
.avatar-remove {
    display: flex !important;
    align-items: center;
    border-radius: 25px;
    color: #ffffff;
    flex-direction: row;
    justify-content: center;
    margin: 0 0.2em;
    cursor: pointer;
    padding: 0.5em;
    font-size: .8em;
}

.avatar-remove {
    background-color: #e74c3c;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    color: #ffffff !important;
}

.vud-password-icon a {
    background-color: #e74c3c;
    padding: 0.5em .5em .5em 1em;
}

.vud-password-icon a:hover,
.avatar-remove:hover {
    background-color: #f16758
}

.vud-password-icon a i {
    background-color: #ffffff;
    border-radius: 100%;
    font-size: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: red;
}

.vud-avatar-upload span,
.vud-password-icon a span {
    padding: 0 .5em
}

.avatar-remove i {
    font-size: 1.8em;
}

.vud-avatar-upload {
    background-color: #6437fc;
    padding: 0.5em .5em .5em 1em !important;
}

.vud-avatar-upload i {
    background-color: #ffffff;
    border-radius: 100%;
    font-size: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #6437fc;
}

.address-content h3 {
    margin-bottom: 1em
}

.address-container {
    width: 50%;
    padding-left: 1em;
}

.address-container:last-child {
    padding-left: 0;
}

#banking-card-upload,
.vud-avatar-upload input[type=file] {
    display: none
}

/******************************************/
#vud_change_password {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/******************************************/

.vud-order-table {
    border-collapse: collapse;
}

.vud-order-table th,
.vud-order-table tr,
.vud-order-table td {
    padding: .5em;
    border: 1px solid #ebebeb
}

.vud-order-table td:first-child {
    border: none
}

.vud-poll-wrapper .vud-button {
    background-color: #6437fc;
    color: #ffffff;
    padding: 0.3em 1em;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(108, 92, 231, 0.4);
    display: inline-block;
    margin-left: .1em
}

.order-notify {
    background-color: #ffffff;
    padding: 1em;
    margin-bottom: 1em;
    border-radius: 10px;
    overflow: auto;
}

.order-notify i {
    color: #6437fc;
}

.order-info-wrapper {
    width: 35%;
    float: left
}

.order-info-wrapper .vud-box {
    margin-bottom: .5em
}

.obox-wrapper {
    flex: 0 1 50%;
    padding: 0 0 .5em .5em;
}

.obox-wrapper:nth-child(even) {
    padding: 0 0 .5em 0;
}

.order-box-info {
    display: flex;
    flex-wrap: wrap;
}

.order-box-info .obox {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 1em;
    border-radius: 10px;
    width: 100%;
    color: #ffffff;
    position: relative;
}

.order-box-info .obox p {
    border-radius: 5px;
    font-size: .8em;
    margin-top: .5em
}

.order-box-info .obox p,
.order-box-info .obox div {
    padding: 0 .6em;
}

.order-details .wc-completed svg {
    color: #27ae60
}

.order-box-info .vud-greenbg p {
    background-color: #27ae60;
}

.order-details .wc-pending svg {
    color: #d35400
}

.order-box-info .vud-orangebg p {
    background-color: #d35400;
}

.order-details .wc-on-hold svg {
    color: #f39c12
}

.order-box-info .vud-yellowbg p {
    background-color: #f39c12;
}

.order-details .wc-failed svg {
    color: #c0392b
}

.order-box-info .vud-redbg p {
    background-color: #c0392b;
}

.order-details .wc-refunded svg {
    color: #2c3e50
}

.order-box-info .vud-graybg p {
    background-color: #2c3e50;
}

.order-details .wc-processing svg {
    color: #4b27c7
}

.order-box-info .vud-purplebg p {
    background-color: #4b27c7;
}

.order-details .wc-cancelled svg {
    color: #95a5a6
}

.order-box-info .vud-silverbg p {
    background-color: #95a5a6;
}

.order-details .wc-status {
    background-color: #363636;
    border-radius: 5px;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    padding: 4px 10px;
    line-height: 13px;
    vertical-align: middle !important;
    display: inline-block;
}

.vud-page-area .order-again {
    margin-top: 1em
}

.vud-order-note {
    border-radius: 10px;
    margin-bottom: 0.5em;
    padding: 0.5em 1em;
    background-color: #f9f9f9;
    position: relative;
}

.vud-order-note:before {
    position: absolute;
    top: 50%;
    right: -3px;
    content: '';
    width: 7px;
    height: 7px;
    background: #5f30fd;
    border-radius: 100%;
    transform: translateY(-50%);
}

.order-note-date {
    font-size: .8em;
}

.order-box-info i {
    font-size: 2em
}

.order-box-info .vud-greenbg i {
    color: #27ae60;
}

.order-box-info .vud-orangebg i {
    color: #d35400;
}

.order-box-info .vud-yellowbg i {
    color: #f39c12;
}

.order-box-info .vud-redbg i {
    color: #c0392b;
}

.order-box-info .vud-graybg i {
    color: #2c3e50;
}

.order-box-info .vud-silverbg i {
    color: #95a5a6;
}

.order-box-info .vud-purplebg i {
    color: #4b27c7;
}

.order-details .wc-completed,
.order-details .wc-refunded,
.order-details .wc-processing,
.order-details .wc-on-hold,
.order-details .wc-pending,
.order-details .wc-cancelled,
.order-details .wc-failed,
.order-details .wc-status {
    color: #ffffff;
    font-weight: normal !important;
}

.vud-order .id a {
    color: #343434;
}

.order-container {
    width: 65%;
    padding: 0 0 0 .5em;
}

.order-container a {
    color: #202020;
}

.vud-order-wrapper {
    background-color: #ffffff;
    border-radius: 10px;
    margin-bottom: 1em;
    padding: 1em;
    position: relative;
    overflow: hidden;
}

.order-details {
    display: flex;
}

.order-details > div {
    margin: 0 0 0 1em
}

.order-details .vud-order-status {
    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    margin-left: 0;
}

.vud-order-status i {
    color: #c3c1c1;
    font-size: 8em;
    opacity: .2;
}

.order-thumbnail {
    margin-top: .5em;
}

.order-thumbnail img,
.vud-product-name img {
    padding: .1em;
    border-radius: 10px
}

.vud-product-name img {
    margin-left: .5em
}

.vud-product-name {
    display: flex;
    align-items: center;
    padding-bottom: .5em
}

/*******************************************/
.vud-page-area .form-row {
    padding: 0 .5em 0;
}

.vud-page-area .form-row label {
    padding: 0 1em .5em;
    display: block;
}

.vud-page-area .form-row .woocommerce-input-wrapper {
    display: block;
    margin-bottom: 1em
}

abbr.required {
    color: red
}

/*#profile-form label */
.vud-container label {
    display: block;
    padding: 0.5em;
    /*font-size: unset*/
}

.birthday-selector,
.state-selector {
    display: flex;
}

#birthday select,
#state select {
    margin-left: 0.5em;
}

#birthday select:last-child,
#state select:last-child {
    margin-left: 0
}

.cellphone-icon-area {
    position: relative;
    display: block
}

.vud-number-status,
.vud-cellphone-icon {
    position: absolute;
    left: 0;
    padding: 1em;
    cursor: pointer;
    z-index: 1
}

.vud-cellphone-icon {
    font-size: 1.2em;
    padding: 0.9em;
}

.vud-number-status {
    border-radius: 5px;
    font-size: 9px;
    color: #ffff;
    left: 3em;
    padding: 1.3em;
}

.vud-number-approved {
    padding: 0.5em 1em;
    border-radius: 4px;
    background-color: #2ecc71;
}

.vud-number-notapproved {
    padding: 0.5em 1em;
    border-radius: 4px;
    background-color: #e74c3c;
}

#profile_mobile_number {
    width: 100%;
    margin: 1em 0 0
}

.div-split {
    display: flex;
    justify-content: space-around;
}

.vud-profile-attachments {
    flex: 1;
    max-height: 200px;
    overflow-y: scroll;
}

.attachments-container {
    padding: 0 .5em;
}

.vud-profile-attachments .vud-title {
    width: 100%;
    margin-bottom: 0.5em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5em;
    background-color: #f5f5f5;
    border-radius: 8px;
}


.vud-profile-attachments .vud-title span {
    margin-right: .5em
}

.vud-attach-files {
    display: flex;
    align-items: center;
}

.vud-attach-files a {
    display: inline-block;
}

.vud-attach-files a i:hover {
    background-color: #747474;
    color: #ffff;
}

.vud-profile-attachments a i {
    background-color: #ffffff;
    color: #afafaf;
}

.attachment-widget::-webkit-scrollbar-track,
#filescroll::-webkit-scrollbar-track {
    background-color: #f5f5f5
}

.attachment-widget::-webkit-scrollbar,
#filescroll::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5
}

.attachment-widget::-webkit-scrollbar-thumb,
#filescroll::-webkit-scrollbar-thumb {
    background-color: #b3b3b3
}

.attachment-widget::-webkit-scrollbar-track,
#filescroll::-webkit-scrollbar-track {
    background-color: #e7e7e7;
    border-radius: 8px
}

.attachment-widget::-webkit-scrollbar,
#filescroll::-webkit-scrollbar {
    width: 5px;
    background-color: #e7e7e7
}

.attachment-widget::-webkit-scrollbar-thumb,
#filescroll::-webkit-scrollbar-thumb {
    background-color: #c2c2c2;
    border-radius: 8px
}

/********************************************/
.wallet-card {
    padding: 0 .5em
}

.wallet-bar ul {
    display: flex;
    margin: 0
}

.wallet-bar li {
    padding: 0 .5em;
    width: 100%;
    text-align: center;
    float: right
}

#woo_wallet_transfer_form {
    padding: 1em
}

.wallet-bar li a {
    display: block;
    background-color: #ffffff;
    padding: 1.2em 1em;
    border-radius: 10px;
    color: #666666;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.wallet-bar li a i {
    margin-bottom: .5em;
    font-size: 2.5em;
}

.wallet-bar .dashicons-groups:before {
    content: "\e953";
    font-family: "iconly";
}

.wallet-bar .dashicons, .wallet-bar .dashicons-before:before {
    width: auto !important;
    height: auto !important;
    display: inline-block;
    line-height: 25px;
}

#referral_url {
    width: auto;
}

.wallet-content table {
    width: 100%
}

.woo-wallet-withdrawal-detals {
    text-align: center
}

.woo_wallet_withdrawal_payment_fieldset {
    margin-top: 1em;
}

.woo_wallet_withdrawal_payment_fieldset .form-row {
    padding: 0;
    margin-bottom: 1em
}

.wallet-content .ui-tabs .ui-tabs-nav li {
    float: right !important;
    border-radius: 10px;
    border: none
}

.wallet-content .ui-state-active,
.wallet-content .ui-widget-content .ui-state-active,
.wallet-content .ui-widget-header .ui-state-active {
    background: #5e2efd !important;
}

.wallet-content .ui-state-default,
.wallet-content .ui-widget-content .ui-state-default,
.wallet-content .ui-widget-header .ui-state-default {
    background: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.wallet-content .ui-tabs .ui-tabs-nav {
    padding: 0
}

.wallet-content .ui-widget-content,
.wallet-content .ui-widget.ui-widget-content {
    border: none
}

.wallet-content .ui-widget-content {
    background: transparent;
}

.woo-wallet-withdrawal-content,
.wallet-add-content,
.wallet-transfer-content,
.wallet-referral-content {
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    margin-top: 1em;
    padding: 1em;
    overflow: auto;
}

.referral-content {
    padding: 1em
}

.wallet-content .ui-widget-header {
    border: none;
    background: transparent;
}

.wallet-content .woocommerce-info {
    padding: .5em 0
}

.wallet-content .wallet_withdraw_request label {
    display: inline-block;
    max-width: 100%;
    text-align: right;
    width: 30%;
    float: right;
    font-weight: bold;
    padding-right: 10px;
}

.wallet-content .currency_input {
    float: right;
    width: 50%;
}

.wallet-content .wallet-inputs {
    width: 100%;
    display: inline-block;
}

.wallet-content .currency_input div {
    display: table;
    width: 100%;
}

.wallet-content .currency_input .currency_input_paypal {
    display: block;
}

.wallet-content .wallet_input_group_addon {
    color: #555;
    text-align: center;
    background-color: #eee;
    display: table-cell;
    border: 1px solid #ffffff;
    border-radius: 10px
}

.wallet-bar .dashicons-list-view:before {
    content: "\e93e";
    font-family: "iconly";
}

.wallet-content .ui-tabs .ui-tabs-panel {
    padding: 1em .8em
}

.woo-wallet-notify {
    background-color: #27ae60;
    color: #ffff;
    padding: 0.5em 1em !important;
    border-radius: 10px;
}

.woo-wallet-notify i {
    margin-left: .5em;
    font-size: 1.5em
}

.wallet-referral-content table.woo_wallet_referral_statistics_table th,
.wallet-referral-content table.woo_wallet_referral_statistics_table td {
    text-align: right
}

.wallet-content .ui-tabs .ui-tabs-nav li {
    margin: 1px 0 0 .5em;
}

/******************************************/
.faq-description {
    background-color: #f6f7fb;
    padding: 1em;
    border-radius: 10px;
}

.dw-faq-list ul {
    position: relative;
}

.dw-faq {
    width: 100%;
    float: right;
}

.dw-faq .faq-item {
    margin-bottom: .5em;
    list-style: none;
    cursor: pointer;
}

.dw-faq:last-child .dw-faq .faq-item {
    margin-bottom: 0
}

.dw-faq .faq-question {
    display: flex;
    align-items: center;
    background: #f6f7fb;
    color: #6437fc;
    padding: 1em;
    border-radius: 10px;
    position: relative;
    border-bottom: 1px solid #d9d9db;
}

.dw-faq .faq-question i {
    margin-left: 0.2em;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    color: #666666;
}

.faq-question span {
    color: #666666;
}

.dw-faq .question-active span,
.dw-faq .question-active i {
    color: #6437fc;
}

.dw-faq .faq-answer {
    display: none;
    text-align: justify;
    padding: 1.5em 1em;
    background-color: #f6f7fb;
    margin-top: -1em;
    z-index: -1;
    border-radius: 0 0 10px 10px;
}

.dw-faq .faq-answer p {
    margin-bottom: .5em
}

.dw-faq .faq-answer ul li {
    list-style-type: circle
}

.dw-faq .faq-answer .line {
    border-top: 1px solid #f2f3f5;
    padding-top: .5em;
}

.faq-show-form {
    margin: 1em 0;
    text-align: center;
}

.faq-show-form button {
    border: none;
}

.new-ticket-form {
    display: none
}

/******************************************/
.vud-ticket-status {
    display: flex;
    padding: 0 .5em;
    margin: 0
}

.vud-ticket-status li {
    padding: 0 .5em .5em;
    float: right;
    width: 25%;
    text-align: center;
}

.vud-ticket-status li:before,
.wallet-bar li:before {
    content: unset !important;
}

.vud-ticket-status .ticket-box {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 1em 1.5em;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.vud-ticket-status .ticket-box p {
    text-align: right;
}

.vud-ticket-status .ticket-box i {
    font-size: 2.5em
}

.vud-ticket-status .ticket-box p span {
    display: block;
}

.vud-ticket-status .ticket-box p span:first-child {
    font-size: 1.5em;
    margin-top: .5em
}

.vud-ticket-status .ticket-box p span:last-child {
    font-size: .8em
}

.ticket-guide {
    background-color: #ffffff;
    padding: 1em 1.5em;
    border-radius: 10px;
    margin-bottom: 1em;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    font-size: 0.9em;
    overflow: auto;
}

.ticket-guide ul {
    margin: 0;
    padding: 0;
}

.ticket-guide li {
    margin: 0 0 0 .5em;
    display: flex;
    align-items: center;
    float: right;
    line-height: 0;
}

.ticket-guide .ticket-guide-icon {
    margin: 0 0 0 .3em
}

.vud-new-button {
    margin: 0 1em 0 0;
}

.vud-new-button a {
    display: flex;
    align-items: center;
    color: #4a4a4a
}

.read-all a i,
.vud-new-button i {
    color: #64bc36;
}

.vud-staff-features {
    margin-bottom: 1em;
    display: flex;
    justify-content: space-between;
}

.vud-staff-features form {
    display: flex;
    align-items: center;
}

.vud-staff-features input[type='search'] {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    margin-left: .5em;
    height: 35px;
    width: 15em;
    border: none;
}

.vud-staff-features select {
    width: 15em;
    border: none;
    margin-left: .5em;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    height: 35px;
}

.vud-staff-features .vud-button-primary {
    height: 35px;
    margin-left: 0 !important;
}

.vud-ticket-list .vud-ticket {
    background-color: #ffffff;
    margin-bottom: .5em;
    border-radius: 10px;
    padding: 1em 1.5em;
    display: flex;
    align-items: center;
}

.vud-ticket-list .ticket-title,
.vud-ticket-list .ticket-id,
.vud-ticket-list .ticket-user,
.vud-ticket-list .ticket-status,
.vud-ticket-list .ticket-date {
    display: inline-block;
    width: 20%;
}

.vud-ticket-list .ticket-title a {
    color: #424242;
    font-weight: bold;
}

.ticket-user-wrapper {
    display: flex;
    align-items: center;
}

.ticket-avatar {
    display: flex;
}

.ticket-avatar img {
    max-width: 35px;
    max-height: 35px;
    border-radius: 100%;
    border: 1px solid #efefef;
}

.ticket-user-wrapper span {
    margin: 0 .5em 0 0
}

.vud-ticket-list .ticket-date,
.single-ticket .ticket-date {
    text-align: left;
    direction: ltr;
    font-size: .8em;
    line-height: 1em;
}

.vud-ticket-list .ticket-date-ago {
    direction: rtl;
}

.single-ticket .ticket-date {
    line-height: unset;
    font-weight: normal;
    text-align: right;
}

.text-status .ticket-id,
.text-status .pending,
.text-status .new,
.text-status .closed,
.text-status .answered,
.text-status .investigate,
.ticket .priority,
.text-status .priority,
.text-status .department,
.text-status .product,
.text-status .ticket-sender,
.text-status .ticket-receiver,
    /*.order-details .wc-completed,*/
    /*.order-details .wc-refunded,*/
    /*.order-details .wc-processing,*/
    /*.order-details .wc-on-hold,*/
    /*.order-details .wc-pending,*/
    /*.order-details .wc-cancelled,*/
    /*.order-details .wc-failed,*/
    /*.order-details .wc-status,*/
.vud-poll-wrapper .vud-button {
    border-radius: 5px;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    padding: 4px 10px;
    line-height: 13px;
    vertical-align: middle !important;
    display: inline-block;
}

.text-status .department {
    background-color: #f6f7fb;
}

.text-status .product {
    background-color: #ff1d1d;
    color: #ffffff;
}

.ticket .priority,
.text-status .priority {
    color: #ffffff;
}

.text-status .new {
    color: #ffffff;
    background-color: #e84393;
}

.text-status .closed {
    color: #ffffff;
    background-color: #64bc36;
}

.text-status .answered {
    color: #ffffff;
    background-color: #7f8c8d;
}

.text-status .investigate {
    color: #ffffff;
    background-color: #f39c12;
}

.text-status .pending {
    color: #ffffff;
    background-color: #6437fc;
}

.text-status .ticket-id {
    color: #2d3436;
    background-color: #ededed;
}

.text-status .ticket-sender,
.text-status .ticket-receiver {
    background-color: #2c3e50;
    color: #ffffff
}

.vud-pagination {
    float: right;
    background-color: #ffffff;
    border-radius: 5px;
    margin: 1em 0;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nav-links {
    display: inline-block;
}

.page-numbers:last-child {
    border-left: none;
}

.vud-pagination .current,
.page-numbers,
a.page-numbers:hover {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-numbers {
    border-left: 1px solid #f3f3f3;
    color: #868080;
}

.vud-pagination .current {
    font-weight: bold;
}

.single-ticket .ticket {
    width: 100%;
    float: right;
    background-color: #ffffff;
    padding: 2em;
    border-radius: 10px 10px 0 10px;
    position: relative;
    margin-top: 1em;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.single-ticket .ticket strong {
    font-weight: bold;
}

.single-ticket .ticket ul li {
    list-style-type: circle;
}

.single-ticket .ticket ol li {
    list-style-type: decimal;
}

.single-ticket .staff {
    background-color: #2c2c2c;
    border-radius: 10px 10px 10px 0;
    color: #fff;
}

.single-ticket .title {
    padding: 0 0 .5em;
    font-weight: bold;
    font-size: 1.2em;
    margin-top: .5em;
    display: flex;
}

.vud-author-info {
    display: flex;
    align-items: center;
    position: relative;
}

.vud-author-info .delete-reply {
    position: absolute;
    left: 0;
    top: 0;
    color: #e74c3c;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    justify-content: center;
}

.vud-author-info .delete-reply:hover {
    color: #ffffff;
    background-color: #e74c3c;
}

.vud-author-info .delete-reply i {
    font-size: 1.5em
}

.ticket-author-avatar img {
    border-radius: 100%;
    max-width: 50px;
    height: auto
}

.ticket-author {
    font-weight: bold;
    padding: 0 .5em
}

.ticket-author-username {
    display: block;
    font-weight: normal;
    font-size: .9em;
    text-transform: uppercase;
}

.single-ticket-form {
    margin-top: 2em
}

.modal-description,
.ticket_attachment-description,
.card-attachment-description {
    font-size: .8em;
}

.modal-description span,
.ticket_attachment-description span,
.card-attachment-description span {
    display: flex;
    align-items: center;
}

.modal-description i,
.ticket_attachment-description i,
.card-attachment-description i {
    margin: 0 0 0 .3em;
    color: #f39c12;
    font-size: 1.3em;
}

.vud-attach-link a {
    font-size: 2em;
    line-height: 0;
    color: #484848;
}

.vud-attach-link a:hover {
    color: #878787;
}

.vud-btn-wrapper {
    display: flex;
    justify-content: flex-start;
}

.vud-button-primary,
#sample-answers-btn {
    display: block;
    position: relative;
    color: #ffffff;
    padding: 0.6em 1em;
    cursor: pointer;
    border-radius: 5px;
    user-select: none;
    transition: all .2s ease-in-out;
    outline: 0 !important;
    background-color: #6437fc;
    margin: 0 0 0 .5em;
    min-width: 150px;
}

.vud-button-primary:hover,
.vud-card-upload label:hover,
.vud-ticket-upload label:hover {
    background-color: #666666;
}

.vud-card-upload,
.vud-ticket-upload {
    border: 1px solid #d6d7d6;
    background: transparent;
    border-radius: 5px;
    width: 100%;
    padding: .2em;
    overflow: hidden;
    position: relative;
    flex: 0 30%;
    display: flex;
    align-items: center;
    line-height: 0;
    margin: 0 0 0 .5em
}

.vud-card-upload input[type="file"],
.vud-ticket-upload input[type="file"] {
    display: block !important;
    height: 100%;
    opacity: 0;
    width: 100%;
    cursor: pointer;
}

.vud-card-upload label,
.vud-ticket-upload label {
    padding: .2em 1em;
    margin: 0;
    color: #ffffff;
    vertical-align: middle;
    background-color: #6437fc;
    border-radius: 4px;
    transition: color 0.2s ease;
    display: block;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    font-size: unset;
}

#card-count,
#attachment-count {
    padding: 0 0.2em;
    position: absolute;
    z-index: 0;
    left: 1em;
}

.sample-answers {
    display: none
}

.answer-box .sample-answer {
    background-color: #eaedf1;
    padding: 1em;
    margin-top: 0.5em;
    border-radius: 5px;
    cursor: pointer;
    float: right;
    width: 100%;
}

#sample-answers-btn {
    background-color: #e67e22;
    float: left;
    font-size: 0.9em;
    text-align: center;
}

#sample-answers-btn:hover {
    background-color: #d35400;
}

.ticket-department,
.department {
    background-color: #f6f7fb;
}


.ticket-info-box .close-btn {
    background-color: #e74c3c
}

.ticket-info-box .close-btn:hover {
    background-color: #c0392b;
    color: #ffffff;
}

.ticket-info-box .pending-btn {
    background-color: #e67e22
}

.ticket-info-box .pending-btn:hover {
    background-color: #d35400;
    color: #ffffff;
}

.ticket-info-box .answered-btn {
    background-color: #2ecc71
}

.ticket-info-box .answered-btn:hover {
    background-color: #27ae60;
    color: #ffffff;
}

.tickets-wrapper {
    width: 75%;
    float: right
}

.ticket-info-box {
    padding: 1em 1em 0 0
}

.ticket-side .ticket-department-change,
.ticket-side .ticket-note,
.ticket-side .ticket-details {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 2em
}

.ticket-note h3,
.ticket-department-change h3 {
    margin-bottom: 1em
}

.ticket-department-change select,
#note_content {
    margin-bottom: .5em
}

.note-wrapper {
    margin-bottom: 1em
}

.note-content {
    background-color: #ecf1f7;
    border-radius: 10px;
    padding: 1em;
    margin-bottom: .5em;
    position: relative;
}

.note-details {
    font-size: .8em;
    padding: 0 1em;
}

.note-details span {
    margin: 0 0 0 .5em
}

.note-content:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    right: 20px;
    width: 0;
    height: 0;
    border-width: 10px 0 0 10px;
    border-style: solid;
    border-color: #ecf1f7 transparent;
}

.ticket-info-box .status > div {
    padding: .5em 0
}

.ticket-info-box .status .department {
    margin: 0 .5em 0 0
}

.ticket-info-box .status > div span {
    float: left
}

.ticket-info-box .pending-btn,
.ticket-info-box .close-btn,
.ticket-info-box .answered-btn,
.ticket-info-box .close-ticket {
    color: #ffffff;
    border-radius: 5px;
    padding: 0.5em 1em;
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 1em;
}

.ticket-side .close-ticket {
    background-color: #e74c3c;
}

.ticket-side .close-ticket:hover {
    background-color: #cd4142
}

.vud-rules {
    padding: 1em;
    text-align: justify;
    overflow-y: scroll;
    max-height: 300px;
}

.vud-rules ol, .vud-rules li {
    list-style-type: circle;
}

.rules-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}


.ticket-side {
    width: 25%;
    float: left
}

.vud-score-box {
    min-height: 220px;
    display: flex;
}

.vud-score-icon {
    flex: 1 auto;
}

.vud-score-icon img {
    float: left
}

.vud-score-title {
    flex: 1 auto;
    padding: 2em;
    color: #434446;
}

.vud-score-title h1 {
    font-size: 2em !important;
    font-weight: bold;
    margin: 0 0 .5em;
}

#ticket_score_form .dw-alert {
    margin-top: 1em;
    padding: 0.2em 1em;
    width: fit-content;
}

.star-rating {
    position: relative;
    margin-top: 1em;
}

.rating {
    direction: ltr;
    float: right;
    padding-right: 0.2em;
    display: flex;
    font-size: 3em;
    align-items: center;
}

.rating:not(:checked) > input {
    clip: rect(0, 0, 0, 0);
    display: none;
}

.rating:not(:checked) > label {
    width: 0.7em;
    cursor: pointer;
    color: #ddd;
    display: inline-flex;

}

.rating:not(:checked) > label:before {
    content: "\e951";
    font-family: "iconly";
    font-size: .8em;
    font-weight: 600
}

.rating > input:checked ~ label {
    color: gold;
}

.rating:not(:checked) > label:hover, .rating:not(:checked) > label:hover ~ label {
    color: gold;
}

.rating > input:checked + label:hover, .rating > input:checked + label:hover ~ label, .rating > input:checked ~ label:hover, .rating > input:checked ~ label:hover ~ label, .rating > label:hover ~ input:checked ~ label {
    color: gold;
}

.rating > label:active {
    position: relative;
}

#ticket_score_form {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

#ticket_score_form .lds-dual-ring:after {
    border-color: #c9c9c9 transparent #c9c9c9 transparent;
}

#ticket_score_form .lds-dual-ring {
    width: unset;
    height: unset;
}

/***********************************************/

.vud-notifications h2 {
    margin-bottom: .5em;
    font-weight: bold;
}

.vud-download,
.vud-comment,
.vud-notification {
    padding: 0 0 1em;
    width: 100%;
    overflow: auto;
}

.vud-download {
    width: 49.5%;
    float: right;
}

.vud-download:nth-child(even) {
    float: left;
}

.vud-download .download-content,
.vud-comment .comment-content,
.vud-notification .notify-content {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 2em;
    position: relative;
    overflow: auto;
    display: flex;
}

.vud-notification .notify-content {
    opacity: .7;
}

.vud-notification .notify-content:hover {
    opacity: 1;
}

.vud-comment a {
    color: #ffffff;
}

.vud-notification img {
    border-radius: 10px
}

.vud-comment .approval,
.vud-comment .post-link {
    margin-top: 0.5em;
}

.vud-comment .post-link a {
    color: #5a5a5a;
}

.vud-download-content,
.vud-notify-content,
.vud-comment-content {
    padding: 0 .5em 0 0;
}

.vud-download-content {
    display: flex;
    flex-direction: column;
    width: 100%
}

.vud-download-content span {
    margin: 0 0 0 .5em
}

.vud-download-child {
    margin-top: 1em;
    display: none
}

.vud-download-child a {
    display: flex;
    background-color: #f8fbff;
    margin-top: .5em;
    padding: .5em;
    border-radius: 5px;
    width: 100%;
    align-items: center;
}

.vud-download-child a:hover {
    background-color: #f0f2f5;
}

.vud-download-child a i {
    margin: 0 .3em
}

.vud-arrows-wrapper,
.vud-download-child-toggle {
    cursor: pointer;
}

.vud-arrow,
.vud-arrow:before {
    position: absolute;
    left: 50%;
}

.vud-arrow {
    transform: rotate(45deg);
}

.vud-arrow:before {
    content: "";
    width: 7px;
    height: 7px;
    top: 50%;
    margin: 0 0 5px;
    border-left: none;
    border-top: none;
    border-right: 1px #a3a3a3 solid;
    border-bottom: 1px #a3a3a3 solid;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: vud-arrow;
}

@keyframes vud-arrow {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate(10px, 10px);
    }
}

.vud-download-approved,
.notify-content .vud-date,
.vud-comment-pending,
.vud-comment-approved {
    display: flex;
    align-items: center;
    padding: 0 0 0 1em;
    border-left: 1px solid #fdcb6e6b;
}

.vud-download-approved,
.vud-comment-approved {
    border-left: 1px solid #2ecc7140;
}

.vud-download-approved span,
.vud-comment-pending span,
.vud-comment-approved span {
    font-size: 2em;
    color: #fdcb6e;
}

.vud-download-approved span,
.vud-comment-approved span {
    color: #2ecc71;
}

.read-all {
    float: left;
    direction: ltr;
    padding: .5em 0
}

.read-all a i {
    font-size: 2em;
    margin-right: 0;
    margin-left: 0;
}

.read-all a:hover i {
    color: #666666
}

.vud-notification .vud-date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid #e7e7e7;
}

.vud-notification .vud-date span {
    padding: .2em 0
}

.vud-notification .vud-date span:first-child {
    font-size: 2em;
}

.not-approval {
    background-color: #fff2de !important;
}

.vud-notification .vud-unread {
    opacity: 1 !important;
}

/*************************************/
.vud-poll-section .vud-col-2 {
    padding-right: 0
}

.vud-poll-wrapper {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 2em
}

.vud-poll-wrapper .vud-bold {
    margin-bottom: .5em
}

.vud-poll-wrapper form {
    display: flex;
    flex-direction: column;
}

.vud-poll-wrapper form label {
    display: flex;
    align-items: center;
    padding: 0.2em 0.5em;
    margin: 0 0 .5em;
    background-color: #f7f9fb;
    border-radius: 10px;
    cursor: pointer;
    font-size: unset;
}

.vud-poll-wrapper form input[type='radio'] {
    accent-color: #6437fc;
}

.vud-poll-wrapper form input[type='submit'] {
    margin-top: 1em
}

.vud-poll-wrapper form label:last-child {
    margin-bottom: 0;
}

.vud-poll-wrapper form label span {
    padding: 0 .3em 0 0
}

.vud-pull-wrapper {
    padding: 1em 1em 0
}

.vud-pull-wrapper .vud-section-title {
    margin-bottom: 0
}

.vud-poll-wrapper .vud-button {
    background-color: #27ae60;
    margin-top: 1em;
}

/**********************************************************WORDPRESS*/
img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/**************************************************Wishlist*/
.vud-page-area table.wishlist_table {
    font-size: unset !important;
    width: 100%
}

.vud-page-area .wishlist-title-container {
    display: none
}

.vud-page-area table.wishlist_table thead th {
    border-top: none;
}

.vud-page-area .woocommerce a.button {
    background-color: #fc3737 !important;
    color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgb(108 92 231 / 40%);
    display: inline-block !important;
    border: none;
}

.vud-page-area .wishlist_table .product-add-to-cart a {
    background-color: #6437fc;
    color: #ffffff;
    padding: 0.3em 1em;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgb(108 92 231 / 40%);
    display: inline-block !important;
    margin-left: 0.1em;
}

.order-actions {
    padding: 1em .5em 0;
}

.order-actions .button {
    font-size: 10px;
    color: #ffffff;
    background-color: #6437fc;
    padding: 0.5em 1em;
    border-radius: 5px;
    margin-top: 0.5em;
}

/**************************************************Banking*/
.bank-section .vud-col-2 {
    padding: 0
}

.bank-section .vud-col-2:first-child {
    padding-left: .5em
}


#bankingForm .upload-title {
    font-weight: bold;
    font-size: 1.5em;
    margin-top: .5em
}

#bankingForm .upload-desc {
    margin-top: .5em
}

#bankingForm .card-number {
    direction: ltr;
    text-align: center;
    font-size: 2em;
}

#bankingForm .sheba-number {
    direction: ltr;
    text-align: left;
    font-size: 1.5em;
    padding: 0.5em 1.5em;
}

#bankingForm .sheba-wrapper {
    position: relative;
    display: block
}

#bankingForm .sheba-sign {
    position: absolute;
    left: 0;
    padding: 1em;
    z-index: 1;
    font-weight: bold;
}

.bank-card-list {
    display: flex;
    flex-wrap: wrap;
}

.bank-card-box-wrapper {
    padding: 0 .5em;
    flex: 50%;
}

.bank-card-box {
    background: linear-gradient(45deg, #81ffd7, #af97ff);
    border-radius: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 2em;
    margin-bottom: 1em;
    position: relative;
    color: #ffffff
}

.bank-card-box .card-info-wrapper {
    display: flex;
    flex-direction: column;
}

.bank-card-box .card-info {
    padding: 0 .5em 0 0
}

.bank-card-box .bank-logo {
    padding: 0 0 0 1em;
    display: flex;
    align-items: center;
}

.bank-card-box .bank-logo img {
    max-height: 55px;
    width: auto
}

.bank-card-box .bcard-number {
    font-size: 1.5em;
    margin-top: 0.3em;
}

.bank-card-box .bcard-sheba {
    margin-top: 0.5em;
}

.bank-card-box .bcard-number,
.bank-card-box .bcard-sheba {
    font-weight: bold;
    text-align: left
}

.card-status {
    position: absolute;
    top: 1em;
    left: 1em;
}

.card-success,
.card-pending,
.card-reject {
    padding: 0.3em 1em;
    border-radius: 5px;
    font-size: 9px;
    color: #ffff;
}

.comment-success,
.card-success {
    background-color: #2ecc71;
}

.card-pending {
    background-color: #f39c12;
}

.card-reject {
    background-color: #e74c3c;
}

/**************************************************WooWallet*/
.woo-wallet-transactions-items li {
    background-color: #ffffff;
    border-radius: 10px;
    margin-top: 0.5em;
    padding: 1em;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.wallet-add-amount {
    padding: .5em
}

/**************************Services********************************/
.vud-service-wrapper {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 1em
}

.vud-service-content h2,
.vud-service-wrapper h1 {
    font-size: 1.3em !important;
    margin: .5em 0;
    font-weight: 600
}

.vud-service-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 10px
}

.vud-service-buttons {
    display: flex;
    justify-content: space-between;
    /*flex-direction: column-reverse;*/
    flex-direction: column;
    margin: 1em 0 0;
}

.buy-btn {
    margin: 0
}

.vud-service-buttons .btn {
    flex: 0 0 50%;
    text-align: center;

}

.vud-service-buttons .btn:last-child {
    margin: 0
}

.vud-service-buttons .more-btn {
    color: #ffffff;
    padding: 1.5em 1em
}

.vud-service-buttons .buy-btn {
    background-color: #309340 !important;
    padding: 1em
}

.vud-service-buttons .buy-btn:hover {
    background-color: #3bb14e !important;
}

.vud-service-buttons .disable-buy-btn {
    background-color: #e74c3c !important;
    padding: 1em;
    cursor: not-allowed;
}

.vud-service-buttons .disable-buy-btn:hover {
    background-color: #ed5242 !important;
}

.vud-service-content p {
    margin: .5em 0 0
}

.vud-service-price {
    font-size: 2em;
    display: flex;
    color: #309340;
    justify-content: center;
    margin: .5em 0 1em;
}

.vud-service-price span {
    font-size: .5em;
    font-weight: 100;
    padding: 0 .3em
}

.vud-discount-price {
    font-size: .5em;
    margin: -20px -40px 0;
    color: #b3b3b3;
}

.vud-discount-price del {

}

.vud-service-features {
    padding: 1em
}

.vud-service-features > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 1em;
}

.vud-service-features span {
    display: flex;
}

.vud-service-features span i {
    font-weight: 700;
}

/*********************************CART*********************************/
.vud-cart-wrapper,
.vud-cart-wrapper > .vud-col-1 {
    display: flex
}

.cart-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
    padding: .5em 0
}

.cart-item .vud-col-1 {
    padding: 0;
    display: flex
}

.cart-item .product-title {
    flex-direction: column;
}

.cart-item .product-title span {
    font-size: .8em;
}

.vud-cart-wrapper > .vud-col-1 {
    padding: 0;
}

.cart-item:last-child {
    border-bottom: none
}

.vud-item-wrapper img {
    max-width: 60px;
    height: auto;
    border-radius: 5px
}

.vud_remove_cart_item {
    background-color: #e74c3c;
    color: #ffffff;
    padding: .5em;
    border-radius: 100%;
    line-height: 0;
    cursor: pointer
}

.vud_remove_cart_item:hover {
    background-color: #f16758;
}

.vud-items-payment-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #f8fbff;
    padding: 1.5em;
    border-radius: 10px
}

.vud-cart-total-price span:last-child,
.vud-items-payment-box h2 {
    font-size: 1.3em !important;
}

.vud-cart-box-title {
    border-bottom: 1px solid #eff3f9;
    font-weight: bold !important;
    padding: .5em 0
}

.vud-cart-box-discount,
.vud-cart-total-price,
.vud-cart-count-items {
    display: flex;
    justify-content: space-between;
    padding: .5em 0
}

.vud-cart-total-price {
    padding: 1.5em 0
}

.vud-cart-box-discount span:first-child,
.vud-cart-total-price span:first-child,
.vud-cart-count-items span:first-child {
    font-weight: bold
}

.vud-cart-box-discount span:last-child {
    color: #2ecc71;
    font-weight: bold;
}

.vud-cart-box-gateway {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    padding: 1em;
    border-radius: 5px;
    margin: 0 0 1em;
}

.gateway-name {
    display: flex;
    margin-bottom: .5em
}

.gateway-name span {
    padding: 0 .5em
}

#cart_payment {
    margin: 0
}

/******************************************************************/
.vud-order-item {
    padding: 1em;
    margin: 0 0 1em;
    border-radius: 10px;
    border: 1px solid #f3f3f3;
    background-color: #f7f7f7;
    cursor: pointer;
}

.vud-order-info {
    display: flex;
    justify-content: space-between;
}

.vud-order-item .vud-id {
    display: flex;
    align-items: center;
    line-height: 0;
}

.vud-order-products {
    display: none;
    margin: 1em 0 0;
    border-top: 1px solid #efefef;
}

.vud-order {
    display: flex;
    align-items: center;
    margin: 1em;
}

.vud-order-title {
    padding: 0 1em
}

.vud-order-thumbnail {
    display: flex;
}

.vud-order-thumbnail img {
    max-width: 60px;
    height: auto;
    border-radius: 10px
}

.vud-failed,
.vud-successful {
    color: #ffffff;
    font-size: .8em;
    padding: 0 .5em;
    border-radius: 3px;
}

/****************************Modal**************************************/
.modal-container {
    position: relative;
}

.modal-container .rules-modal {
    display: inline-block;
    margin: 0 .5em 0 0
}

.modal a.close-modal[class*="icon-remove"] {
    top: 8px;
    right: 10px;
    color: #e74c3c;
    background-image: none;
    font-size: 1.5em;
    text-indent: 0;
}

.modal a.close-modal[class*="icon-remove"]:before {
    content: "\e923";
    font-family: "iconly";
}

.modal {
    padding: 2em 1em !important;
}

#complete_profile {
    text-align: center;
}

.modal .vud-modal-icon {
    color: #ffa600;
    font-size: 4em;
}

.modal h3 {
    margin: 1em 0;
    font-size: 1em;
}

.modal-url-btn {
    text-align: center;
}

.modal-url-btn a {
    display: inline-block;
    text-align: center;
    background-color: #fbbf50;
    border-radius: 4px;
    padding: 0.2em 1em;
    color: #ffffff;
}

.modal-url-btn a:hover {
    background-color: #f39c12;
}

#cellphone_verify_modal {
    display: none;
}

/******************************************************************/
@media screen and (max-width: 1199px) {
    .vud-main,
    .vud-ticket-list .ticket-title,
    .vud-col-2,
    .vud-col-3,
    .vud-col-4,
    .address-content .button,
    .vud-order-table td:first-child,
    .vud-order-table tfoot {
        width: 100%
    }

    .dw-footer-social {
        text-align: center;
    }

    .wallet-bar ul {
        display: block;
    }

    .menubar-icon {
        display: block !important;
    }

    .address-content .button {
        text-align: center
    }

    .vud-ticket-list .ticket-status,
    .vud-ticket-list .ticket-user,
    .vud-ticket-list .ticket-date {
        width: 100%;
        margin-top: .5em
    }

    .vud-ticket-status {
        display: inline-block;
    }

    .vud-ticket-status li,
    .wallet-bar li {
        width: 50%;
        margin-bottom: .5em
    }

    .vud-col-1 {
        width: 50%
    }

    .vud-order-table,
    .vud-order-table thead,
    .vud-order-table tfoot,
    .vud-order-table tbody,
    .vud-order-table th,
    .vud-order-table tr {
        display: block;
    }

    .vud-order-table td:first-child {
        text-align: unset;
    }

    .vud-order-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .vud-order-table tr {
        border: 1px solid #e6e6e6;
        border-radius: 10px;
        margin-bottom: .5em
    }

    .vud-order-table td {
        width: 100%;
        border: none;
        padding: .5em 0;
        border-bottom: 1px solid #eee !important;
    }

    .vud-order-table td:last-child {
        border-bottom: none !important;
    }

    .vud-side {
        display: none
    }
}

@media screen and (max-width: 1040px) {

    .vud-ticket-list .vud-ticket {
        display: block
    }

    .vud-score-icon {
        display: none
    }
}

@media screen and (max-width: 1000px) {
    .tickets-wrapper .ticket,
    .ticket-info-box {
        width: 100%;
    }

    .ticket-info-box {
        padding: 1em 0 0
    }

    .tickets-wrapper,
    .ticket-side {
        width: 100%
    }

}

@media screen and (max-width: 999px) {
    .order-container,
    .address-container {
        width: 100%;
        padding-left: 0
    }

    .vud-25,
    .order-box,
    .order-info-wrapper,
    .vud-download {
        width: 100%
    }

    .order-box .vud-col-2 {
        padding: 0 0 .5em
    }

    .vud-cart-wrapper,
    .div-split {
        flex-direction: column;
    }

    .vud-card-upload,
    .vud-ticket-upload {
        flex: 0 50%;
    }

    .vud-staff-features {
        flex-direction: column
    }

    .vud-staff-features form {
        margin-bottom: 1em
    }
}

@media screen and (max-width: 700px) {
    .vud-avatar-sec {
        flex-direction: column-reverse;
    }

    .vud-col-1,
    .vud-50,
    .vud-ticket-status li,
    .wallet-bar li {
        width: 100%
    }

    .vud-row {
        margin-bottom: 1em
    }

    .vud-btn-wrapper {
        justify-content: flex-start;
        flex-direction: column;
    }

    .vud-card-upload,
    .vud-ticket-upload {
        flex: 0 100%;
    }

    .vud-button-primary,
    #sample-answers-btn {
        margin-left: 0;
        margin-bottom: .5em;
    }

    .vud-staff-features .vud-button-primary {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 450px) {
    .obox-wrapper {
        flex: 0 1 100%;
        padding-left: 0;
    }

    .vud-staff-features form {
        flex-direction: column;
        align-items: flex-start;
    }

    .vud-staff-features select,
    .vud-staff-features input[type='search'],
    .vud-staff-features .vud-button-primary {
        width: 100%;
        margin-bottom: .5em
    }
}

@media screen and (max-width: 360px) {
    .vud-new-button {
        margin-right: 0
    }
}
