/*!
 * Plugin Name: Venus Panel
 * Plugin URI: https://dangoweb.ir/product/venus-wordpress-user-panel-plugin/
 * Version: 1.6.5
 */
@font-face {
    font-family: 'Yekan';
    src: url('../fonts/yekan-light.woff') format('woff'),
    url('../fonts/yekan-light.ttf') format('truetype');
}

@font-face {
    font-family: 'Shabnam';
    src: url('../fonts/Shabnam.woff') format('woff'),
    url('../fonts/Shabnam.ttf') format('truetype');
}

@font-face {
    font-family: 'Shabnam-Light';
    src: url('../fonts/Shabnam-Light.woff') format('woff'),
    url('../fonts/Shabnam-Light.ttf') format('truetype');
}

*, ::after, ::before {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.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: 16px !important;
    font-weight: normal;
    font-family: "Shabnam", Tahoma, Arial, "serif" !important;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.vud-100 {
    width: 100%
}

.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-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
}

.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;
}

.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 textarea,
.venus-container select {
    border: 1px solid #d7d7d7;
    border-radius: 15px;
    box-sizing: border-box;
    font-weight: 400;
    line-height: 1em;
    padding: .5em 2em;
    transition: .3s;
    font-family: "Yekan", Tahoma, Arial, "serif";
    width: 100%;
    height: 45px;
}

.venus-container input[type='file'] {
    font-family: "Yekan", Tahoma, Arial, "serif";
    width: 100%;
    height: 45px;
}

.venus-container textarea {
    height: auto;
    line-height: 1.5em;
    border-radius: 20px;
}

.venus-container input[type='submit'],
.venus-container .referral-tooltip button,
.faq-show-form button,
#sample-answers-btn {
    cursor: pointer;
    padding: .3em 2em;
    border-radius: 20px;
    background-color: #6437fc;
    color: #ffffff;
    font-family: 'Shabnam-Light', Tahoma, Arial, sans-serif;
    line-height: 2em;
    box-shadow: 0 0 10px 0 rgba(108, 92, 231, 0.4);
    font-size: 1em
}

.venus-container .referral-tooltip button {
    border: none
}

.venus-container input[type='submit']:hover {
    background-color: #6437fc;
}

.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;
}

.dw-alert,
.vud-section .woocommerce-error li,
.vud-section .woocommerce-message {
    padding: 0.8em 1em;
    border-radius: 15px;
    margin-bottom: 0.5em;
    font-size: .9em;
    border: 1px solid transparent;
    float: right;
    width: 100%;
}

.vud-section .woocommerce-error li:before {
    content: "\f06a";
    font-family: "Font Awesome 5 Pro";
    margin-left: .3em;
    vertical-align: middle !important;
}

.dw-alert i {
    margin-left: .3em;
}

.dw-alert span {
    vertical-align: middle !important;
}

.red-alert,
.vud-section .woocommerce-error li {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.blue-alert {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}

.green-alert,
.vud-section .woocommerce-message {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.vud-section .woocommerce-message::before {
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    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;
    font-weight: 400;
    font-size: 1.2em;
}

.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;

}

.vud-container {
    float: right;
    padding: .5em
}

.vud-side {
    float: right;
    display: block;
    min-width: 280px;
    max-width: 280px;
    background: linear-gradient(45deg, #6437fc, #4f1aff);
    flex: 1;
    font-family: 'Yekan', Tahoma, Arial, "serif" !important;
    position: relative;
}


.vud-avatar-img img {
    border-radius: 100%;
    max-width: 80px;
    max-height: 80px;
    background-color: #fff;
    border: none;
    margin: auto;
}

.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-menubar {
    display: none
}

.vud-menubar {
    display: none
}

.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-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 .address-icon:before,
.vud-menu .tickets-icon:before,
.vud-menu .polls-icon:before,
.vud-menu .profile-icon:before,
.vud-menu .wishlist-icon:before,
.vud-menu .support_staff-icon:before {
    font-family: "Font Awesome 5 Pro";
    margin-left: .3em;
    vertical-align: middle !important;
    font-weight: 300;
}

.vud-menu .notification-icon:before {
    content: "\f0f3";
}

.vud-menu .messages-icon:before {
    content: "\f0e0";
}

.vud-menu .wallet-icon:before {
    content: "\f555";
}

.vud-menu .orders-icon:before {
    content: "\f290";
}

.vud-menu .downloads-icon:before {
    content: "\f0ed";
}

.vud-menu .comments-icon:before {
    content: "\f4b0";
}

.vud-menu .address-icon:before {
    content: "\f601";
}

.vud-menu .tickets-icon:before {
    content: "\f1cd";
}

.vud-menu .polls-icon:before {
    content: "\f681";
}

.vud-menu .profile-icon:before {
    content: "\f2bd";
}

.vud-menu .wishlist-icon:before {
    content: "\f762";
}

.vud-menu .support_staff-icon:before {
    content: "\f82d";
}

.vud-menu ul {
    margin: 0 !important;
    padding: 0 !important;
}

.vud-menu a {
    color: #eeeeee;
    border-right: 3px solid transparent;
    padding: .7em 1.5em;
    display: block;
}

.vud-menu a span {
    margin-left: .6em;
    font-size: 1.3em;
}

.vud-side .vud-menu a:hover,
.vud-side .vud-menu .active,
.sidenav a:hover,
.sidenav .active {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.04);
    border-radius: 20px
}

.vud-side .vud-menu li,
.sidenav li {
    padding: .2em .5em
}

.vud-username,
.vud-userlogin {
    color: #ffffff;
    padding: 0.5em 0 0;
}


.vud-menu .active a:hover {
    border-right: 3px solid transparent;
    background-color: unset;
}

.sidenav {
    height: 100%;
    width: 70%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, #6437fc, #4f1aff);
    overflow-x: hidden;
    transition: all 0.5s ease-in-out;
    padding: 3em 1em;
    display: none;
}

.sidenav-left {
    right: 0;
    left: unset;
}

.sidenav a {
    padding: 0.5em 1em;
}

.sidenav .vud-menu {
    padding: 0;
    margin-top: 1em
}

.menubar-icon {
    cursor: pointer;
    font-size: 1.5em;
    display: none !important;
    margin-left: .5em
}

.sidenav .closebtn,
.notifications-list .closebtn {
    position: absolute;
    top: 2em;
    right: 1em;
    font-size: 2em;
    cursor: pointer;
    color: #ffffff;
}

.sidenav-left .closebtn {
    right: unset;
    left: 1em;

}

.vud-main {
    display: flex;
    flex-direction: column;
    width: calc(100% - 280px);
    font-family: "Shabnam", Tahoma, Arial, "serif";
    color: #646464;
    overflow: auto;
    position: relative;
}

.dw-footer-social {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 1em;
    font-size: 1em;
    width: 100%
}

.dw-footer-social ul {
    display: flex;
    justify-content: center;
}

.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 {
    font-family: "Shabnam-Light", Tahoma, Arial, "serif";
    background-color: #ffffff;
    width: auto;
    height: 70px;
    min-height: 70px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.03);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1em;
}

.vud-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
    background-color: #f8fbff;
}

.top-menu,
.logout {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 0 1em;
}

.logout a {
    background-color: #e74c3c;
    color: #ffffff !important;
    line-height: 0;
    padding: 0.5em;
    border-radius: 100%;
}

.logout a:hover {
    background-color: #e13b2a;
}

.top-notify,
.top-cart,
.top-home {
    color: #666666 !important;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 1.2em;
    position: relative;
    margin-left: .5em;
    cursor: pointer;
}

.menu-notify {
    position: relative;
    float: left
}

.top-notify span,
.top-home span,
.menu-notify span,
.top-cart span {
    content: ' ';
    position: absolute;
    top: 2px;
    right: 3px;
    border-radius: 100%;
    width: 7px;
    height: 7px;
    background-color: #e74c3c;

}

.menu-notify span {
    box-shadow: unset;
    animation: border 1500ms infinite;
}

@keyframes border {
    0% {
        box-shadow: rgba(255, 255, 255) 0 0 0 1px;
    }
    75% {
        box-shadow: rgba(255, 255, 255, 0.1) 0 0 0 3px;
    }
}

.top-cart span {
    background-color: #27ae60;
}

.menu-notify span {
    top: 8px;
    left: 0
}

.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;
}

.notifications-list {
    height: 100%;
    width: 50%;
    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 .closebtn {
    top: 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 .section-title,
.vud-new-button {
    float: right;
    margin-bottom: 1em;
    background-color: #ffffff;
    border-radius: 15px;
    display: flex;
    padding: 0.5em;
    align-items: center;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    width: auto
}

.vud-section .section-title i,
.vud-new-button i,
.read-all a i {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #efebff;
    height: 30px;
    width: 30px;
    border-radius: 10px;
    color: #6437fc;
    margin-left: 0.5em;
    margin-right: 0.2em;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.vud-section .section-title span,
.vud-new-button span {
    font-size: 13px;
    margin-left: 1em;
}

.vud-page-area,
.vud-score-box {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 2em;
    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%;
}

.dashboard .vud-notify {
    padding: 0 .5em;
}

.notification {
    background-color: #ffffff;
    padding: 1em;
    border-radius: 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: .5em
}

.notification span {
    vertical-align: middle !important;
    padding-left: .3em;
    color: #6437fc;
    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: 20px;
    padding: 1.5em
}

.vud-box h3 {
    display: inline-block;
    padding: 0 .3em
}

.vud-box p {
    margin: .5em 0 0 0;
    text-align: center;
}

.vud-box span {
    color: #6437fc;
    background-color: #dcd7ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    width: 40px;
    height: 40px;

}

.vud-box span {
    width: 55px;
    height: 55px;
    font-size: 1.6em
}

.woocommerce-Price-amount,
.woocommerce-Price-currencySymbol {
    width: auto !important;
    height: auto !important;
    background-color: unset !important;
    font-size: 1em !important;
    color: unset !important;
    line-height: 1.2em;
}

.vud-box .woocommerce-Price-amount bdi,
.vud-box .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    font-family: "Yekan", Tahoma, Arial, sans-serif;
}

.vud-primary-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vud-primary-box h3 {
    font-size: 2em !important;
    font-family: 'Yekan', Tahoma, Arial, sans-serif;
    margin: 0
}

.vud-primary-box h3,
.ticket-box .number {
    font-family: 'Yekan', Tahoma, Arial, sans-serif !important;
}

.vud-primary-box p {
    font-size: .8em;
}

.vud-primary-box span {
    float: left;
}

.vud-primary-box .fa-bags-shopping {
    color: #83ae3e;
    background-color: #83ae3e21;
}

.vud-primary-box .fa-comment-lines {
    color: #3797dd;
    background-color: #3797dd24;
}

.vud-primary-box .fa-sack-dollar {
    color: #f88352;
    background-color: #f8835229;
}

.vud-primary-box .fa-birthday-cake {
    color: #585858;
    background-color: #feee8e;
}

.vud-primary-box .fa-ticket-alt {
    color: #6437fc;
    background-color: #dcd7ff;
}

.vud-primary-box .fa-ticket {
    color: #363841;
    background-color: #36384136;
}

.vud-posts-list ul {
    background-color: #ffffff;
    border-radius: 20px;
    margin: 0
}

.vud-posts-list a {
    display: block;
    color: #464646;
    padding: 1em;
    border-bottom: 1px solid #f3f3f3;
}

.vud-posts-list a:hover {
    padding-right: 1.3em
}

.vud-posts-list a:hover i {
    color: #6437fc
}

.vud-posts-list a i {
    margin-left: .3em;
    vertical-align: middle;
}

.vud-product-list .vud-product {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 1em;
}

.vud-product-title {
    padding: 0 .5em
}

.vud-product-list .vud-product img {
    border-radius: 15px;
    min-width: 100%;
    width: 100%;
    height: auto;
}

.vud-product-list .vud-product h3 {
    text-align: center;
    padding: .5em 0
}

.shop-coupon h3 {
    font-size: 1.5em;
    font-weight: bold;
}

.shop-coupon p {
    text-align: center
}

.shop-coupon {
    background: linear-gradient(45deg, #6437fc, #4f1aff);
    color: #ffffff
}

.shop-coupon span {
    color: #5f30fd;
    background-color: #f1c40f;
}

.vud-product-price {
    margin-top: 1em;
    font-family: "Yekan", Tahoma, Arial, "serif";
}

.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 {
    padding: 0 .5em;
}

.vud-slider .vud-slide img {
    width: 100%;
    border-radius: 20px
}

[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: "\f053";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}

[dir='rtl'] .vud-slider .slick-prev:before {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}

/*******************************************/
.vud-avatar-sec {
    text-align: center;
    margin-bottom: 1em
}

.vud-avatar-sec .avatar img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

.vud-ticket-upload,
.address-content .button,
.order-again a {
    cursor: pointer;
    padding: .3em 2em;
    border-radius: 20px;
    background-color: #6437fc;
    color: #ffffff !important;
    font-family: 'Shabnam-Light', Tahoma, Arial, sans-serif;
    line-height: 2em;
    box-shadow: 0 0 10px 0 rgba(108, 92, 231, 0.4);
    margin-top: 0.5em;
    display: inline-block;
}

.vud-table .button:hover,
.address-content .button:hover,
.vud-ticket-upload:hover,
.order-again a:hover {
    background-color: #6437fc;
}

.avatar-buttons {
    display: flex;
    justify-content: center;
    padding: 0.5em 0;
}

.vud-avatar-upload,
.avatar-remove {
    width: 30px;
    height: 30px;
    background-color: #6437fc;
    display: flex;
    align-items: center;
    border-radius: 100%;
    color: #ffffff;
    flex-direction: row;
    justify-content: center;
    margin: 0 0.2em;
    cursor: pointer;
}

.address-content h3 {
    margin-bottom: 1em
}

.vud-avatar-upload input[type=file],
.vud-ticket-upload input[type=file] {
    display: none
}

/******************************************/
.vud-table {
    text-align: center;
    border-collapse: collapse;
    width: 100%
}

.vud-table td,
.vud-table th {
    flex: 0 0 24%;
}

.vud-table td:first-child {
    text-align: right;
    flex: 0 0 5%;
}

.vud-d-table td:first-child {
    text-align: center;
    flex: 0 0 24%;
}

.vud-table tr td:last-child,
.vud-table tr th:last-child {
    border-bottom: none
}

.vud-table .button,
.vud-poll-wrapper .vud-button {
    background-color: #6437fc;
    color: #ffffff;
    padding: 0.3em 1em;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(108, 92, 231, 0.4);
    display: inline-block;
    margin-left: .1em
}


.vud-table .id,
.vud-table .download-product a {
    font-family: 'Yekan', Tahoma, Arial, sans-serif;
    color: #1a1a1a;
}

.order-notify {
    background-color: #ffffff;
    padding: 1em;
    margin-bottom: 1em;
    border-radius: 15px;
    overflow: auto;
}

.order-notify i {
    color: #6437fc;
}

.order-box {
    padding: 0 0.5em;
}

.order-box-info {
    display: inline-flex;
}

.order-box-info .obox {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0.5em 0;
    margin-left: 0.5em;
    border-radius: 15px 0 15px 15px;
    width: 100%;
    color: #ffffff;
    font-family: 'Yekan', Tahoma, Arial, sans-serif;
    position: relative;
    margin-bottom: 0 !important;
}

.order-box-info .obox p {
    border-radius: 20px;
}

.order-box-info .obox p,
.order-box-info .obox div {
    padding: 0 .6em;
}


.vud-order .wc-completed,
.order-box-info .vud-greenbg p {
    background-color: #27ae60;
}

.vud-order .wc-pending,
.order-box-info .vud-orangebg p {
    background-color: #d35400;
}

.vud-order .wc-on-hold,
.order-box-info .vud-yellowbg p {
    background-color: #f39c12;
}

.vud-order .wc-failed,
.order-box-info .vud-redbg p {
    background-color: #c0392b;
}

.vud-order .wc-refunded,
.order-box-info .vud-graybg p {
    background-color: #2c3e50;
}

.vud-order .wc-processing,
.order-box-info .vud-purplebg p {
    background-color: #4b27c7;
}

.vud-order .wc-cancelled,
.order-box-info .vud-silverbg p {
    background-color: #95a5a6;
}

.vud-order .wc-status {
    background-color: #000000;
}

.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 .vud-greenbg i {
    color: #27ae60;
    border: 1px solid #27ae60;
}

.order-box-info .vud-orangebg i {
    color: #d35400;
    border: 1px solid #d35400;
}

.order-box-info .vud-yellowbg i {
    color: #f39c12;
    border: 1px solid #f39c12;
}

.order-box-info .vud-redbg i {
    color: #c0392b;
    border: 1px solid #c0392b;
}

.order-box-info .vud-graybg i {
    color: #2c3e50;
    border: 1px solid #2c3e50;
}

.order-box-info .vud-silverbg i {
    color: #95a5a6;
    border: 1px solid #95a5a6;
}

.order-box-info .vud-purplebg i {
    color: #4b27c7;
    border: 1px solid #4b27c7;
}

.order-box-info .obox i {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ffffff;
    border-radius: 7px 0 7px 7px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vud-order .wc-completed,
.vud-order .wc-refunded,
.vud-order .wc-processing,
.vud-order .wc-on-hold,
.vud-order .wc-pending,
.vud-order .wc-cancelled,
.vud-order .wc-failed,
.vud-order .wc-status {
    color: #ffffff;
}

.vud-order .id a {
    color: #343434;
}

/*******************************************/
.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 {
    display: block;
    padding: 0.5em;
}

.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
}

/********************************************/
.wallet-card {
    padding: 0 .5em
}

.wallet-sidebar ul {
    display: flex;
}

.wallet-sidebar li {
    padding: 0 .5em;
    width: 100%;
    text-align: center;
    float: right
}

#woo_wallet_transfer_form {
    padding: 1em
}

.wallet-sidebar li a {
    display: block;
    background-color: #ffffff;
    padding: 1.2em 1em;
    border-radius: 20px;
    color: #6437fc;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.wallet-sidebar li a span {
    margin-bottom: .5em;
    font-size: 2em;
}

.vdu-price,
.add-to-wallet,
.transfer-button,
.woo-wallet-transaction-type-credit {
    font-family: 'Yekan', Tahoma, Arial, sans-serif;
}

.wallet-sidebar .dashicons-groups:before {
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}

.wallet-sidebar .dashicons, .wallet-sidebar .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: 15px;
    margin-top: 1em;
    padding: 1em;
    overflow: auto;
}

.referral-content {
    padding: 1em
}

.wallet-content .ui-widget-header {
    border: none;
    background: transparent;
}

.wallet-content .ui-widget,
.wallet-content .ui-widget select {
    font-family: 'Yekan', Tahoma, Arial, sans-serif;
}

.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: 15px
}

.wallet-sidebar .dashicons-list-view:before {
    content: "\f09d";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}

.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 span {
    margin-left: .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: 15px;
    font-family: "Yekan", Tahoma, Arial, "serif"
}

.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: 15px;
    position: relative;
    border-bottom: 1px solid #d9d9db;
}

.dw-faq .faq-question i {
    margin-left: 0.5em;
    background-color: #ffffff;
    padding: 0.5em;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dw-faq .question-active i {
    background-color: #6437fc;
    color: #efebff;
}

.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 15px 15px;
}

.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-sidebar li:before {
    content: unset !important;
}

.vud-ticket-status .ticket-box {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 1em 1.5em;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
}

.vud-ticket-status .ticket-box p {
    padding-right: 1.5em;
    text-align: right;
}

.vud-ticket-status .ticket-box .fal {
    font-size: 2em
}

.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: 20px;
    margin-bottom: 1em;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    font-size: 0.9em;
    overflow: auto;
}

.ticket-guide li {
    margin: 0 0 0 1em;
    display: flex;
    align-items: center;
    float: right;
}

.ticket-guide .fa-lock-alt {
    color: #e74c3c;
    margin-left: .3em
}

.ticket-guide .fa-check-circle {
    color: #64bc36;
    margin-left: .3em
}

.ticket-guide .fa-times-circle {
    color: #e74c3c;
    margin-left: .3em
}

.ticket-guide .fa-user-secret {
    color: #f39c12;
    margin-left: .3em
}

.ticket-guide .fa-reply-all {
    color: #3797dd;
    margin-left: .3em
}

.ticket-guide .fa-pause-circle {
    color: #6437fc;
    margin-left: .3em
}

.ticket-guide .fa-chevron-circle-up,
.ticket-guide .fa-chevron-circle-down,
.ticket-guide .fa-sort-circle {
    margin-left: .3em
}

.vud-new-button {
    margin-right: 1em;
}

.vud-new-button a {
    display: flex;
    align-items: center;
    color: #4a4a4a
}

.vud-new-button i {
    color: #ffffff;
    background-color: #64bc36;
}

.vud-ticket-list .vud-ticket,
.vud-table .vud-order {
    background-color: #ffffff;
    margin-bottom: .5em;
    border-radius: 15px;
    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-right: .5em
}

.vud-ticket-list .ticket-date,
.single-ticket .ticket-date {
    text-align: left;
    direction: ltr;
    font-size: .8em;
    line-height: 1em;
    font-family: "Yekan", Tahoma, Arial, "serif";
}

.vud-ticket-list .ticket-date-ago {
    direction: rtl;
    font-family: "Yekan", Tahoma, Arial, "serif";
    font-weight: bold;
}

.single-ticket .ticket-date {
    line-height: unset;
    font-weight: normal;
    text-align: right;
}

.vud-ticket-list .ticket-id {
    font-family: "Yekan", Tahoma, Arial, "serif" !important;
}

.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,
.vud-order .wc-completed,
.vud-order .wc-refunded,
.vud-order .wc-processing,
.vud-order .wc-on-hold,
.vud-order .wc-pending,
.vud-order .wc-cancelled,
.vud-order .wc-failed,
.vud-order .wc-status,
.vud-table .button,
.vud-poll-wrapper .vud-button {
    border-radius: 15px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding: 4px 10px;
    line-height: 13px;
    vertical-align: middle !important;
    font-family: "Yekan", Tahoma, Arial, "serif" !important;
    display: inline-block;
}

.priority-low {
    color: #2ecc71;
}

.priority-medium {
    color: #f39c12;
}

.priority-high {
    color: #e74c3c;
}

.ticket-title .fa-check-circle {
    color: #64bc36;
    vertical-align: middle;
}

.ticket-title .fa-times-circle {
    color: #e74c3c;
    vertical-align: middle;
}

.ticket-title .fa-lock-alt {
    color: #e74c3c;
    font-size: .9em
}

.ticket-title .fa-user-secret {
    color: #f39c12;
    font-size: .9em
}

.ticket-title .fa-reply-all {
    color: #3797dd;
    font-size: .9em
}

.ticket-title .fa-pause-circle {
    color: #6437fc;
}

.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;
    width: 100%;
    margin: 1em 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Yekan", Tahoma, Arial, "serif" !important;
}

.nav-links {
    display: inline-block;
}

.page-numbers:last-child {
    border-left: none;
}

.vud-pagination .current,
.page-numbers,
a.page-numbers:hover {
    background-color: #efebff;
    color: #6437fc;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    margin-left: .5em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-numbers {
    background-color: #FFFFFF;
    color: #868080;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.vud-pagination .current {
    width: 40px;
    height: 40px;
    font-weight: bold;
}

.single-ticket .ticket {
    width: 100%;
    float: right;
    background-color: #ffffff;
    padding: 2em;
    border-radius: 25px 25px 0 25px;
    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: 25px 25px 25px 0;
    color: #fff;
}

.single-ticket .title {
    padding: 0 0 .5em;
    font-weight: bold;
    font-size: 1.2em;
    margin-top: .5em
}

.author-info {
    display: flex;
    align-items: center;
    position: relative;
}

.author-info .delete-reply {
    position: absolute;
    left: 0;
    top: 0;
    color: #e74c3c;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    height: 25px;
    width: 25px;
    border-radius: 100%;
    justify-content: center;
}

.author-info .delete-reply i {
    margin-left: 0 !important;
}

.ticket-author-avatar img {
    border-radius: 100%;
    max-width: 50px;
    height: auto
}

.ticket-author {
    font-weight: bold;
    padding: 0 .5em
}

.single-ticket i {
    margin-left: .3em;
}

.single-ticket-form {
    margin-top: 2em
}

.vud-ticket-upload {
    margin-top: 0
}

.vud-ticket-upload span,
#sample-answers-btn span,
.vud-attach-link a span {
    vertical-align: middle !important;
    margin-left: .3em
}

.ticket_attachment-description {
    margin-top: 1em;
    font-size: .8em;
}

.vud-attach-link a {
    background-color: #ecf0f1;
    border-radius: 20px;
    padding: 0.2em 1em;
    font-size: .8em;
    line-height: 0;
    color: #484848;
}

.vud-attach-link a:hover {
    color: #ffffff;
    background-color: #6437fc;
}

#attachment-name {
    display: none;
    padding: .7em 2em;
    font-family: 'Yekan', Tahoma, Arial, sans-serif;
    line-height: 1em;
    font-size: .8em;
    border-radius: 20px;
    background-color: #ecf0f1;
    color: #4c4c4c;
}

#attachment-name:after {
    content: "\f0c6";
    font-family: "Font Awesome 5 Pro";
    margin-left: .3em;
    vertical-align: middle !important;
}

.sample-answers {
    display: none
}

.answer-box .sample-answer {
    background-color: #eaedf1;
    padding: 1em;
    margin-top: 0.5em;
    border-radius: 25px;
    cursor: pointer;
    float: right;
    width: 100%;
}

#sample-answers-btn {
    background-color: #e67e22;
    box-shadow: 0 0 10px 0 rgba(230, 126, 34, 0.4);
    float: left;
}

#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: 20px;
    padding: 2em
}

.ticket-note h3,
.ticket-department-change h3 {
    margin-bottom: 1em
}

.ticket-department-change select {
    margin-bottom: .5em
}

.note-wrapper {
    margin-bottom: 1em
}

.note-content {
    background-color: #ecf1f7;
    border-radius: 15px;
    padding: 1em;
    margin-bottom: .5em;
    position: relative;
}

.note-details {
    font-size: .8em;
    padding: 0 1em;
}

.note-details span {
    margin-left: .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-right: .5em
}

.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: 20px;
    padding: 0.5em 1em;
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 1em;
}

.ticket-side .close-ticket {
    background-color: #64bc36;
}

.ticket-side .close-ticket:hover {
    background-color: #cd4142
}

.ticket-side .close-ticket span {
    vertical-align: middle !important;
    margin-left: .2em;
}

.dw-rules {
    padding: 2em 0.5em;
    text-align: justify;
}

.dw-rules ol, .dw-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: .5em;
    padding: 0.2em 1em;
}

.star-rating {
    position: relative;
    margin-top: 1em;
}

.rating {
    direction: ltr;
    float: right;
    padding-right: 0.2em;
    display: flex;
    font-size: 2.5rem;
}

.rating:not(:checked) > input {
    clip: rect(0, 0, 0, 0);
    display: none;
}

.rating:not(:checked) > label {
    float: right;
    width: .7em;
    white-space: nowrap;
    cursor: pointer;
    font-size: 1em;
    color: #ddd;
}

.rating:not(:checked) > label:before {
    content: "\f005";
    font-family: "Font Awesome 5 Duotone";

}

.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 input[type='submit'] {
    padding: 0 2em;
    border-radius: 20px;
    background-color: #5e2ffd;
    color: #ffffff;
    font-size: .7em;
    box-shadow: none;
}

/***********************************************/
.modal-container {
    position: relative;
}

.modal-container .rules-modal {
    display: inline-block;
    margin-right: .5em
}

.modal-container .modal-backdrop {
    height: 0;
    width: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.2s ease-in;
}

.modal-container #modal-toggle {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.modal-container #modal-toggle:checked {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    opacity: 0;
}

.modal-container #modal-toggle:checked ~ .modal-backdrop {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    pointer-events: none;
    opacity: 1;
}

.modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content {
    background-color: #fff;
    max-width: 700px;
    width: 90%;
    height: 300px;
    padding: 10px 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 4px;
    z-index: 999;
    pointer-events: auto;
    cursor: auto;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.6);
    transform: translate(-50%, -50%);
}

.modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content .modal-close {
    color: #666;
    position: absolute;
    right: 2px;
    top: 0;
    padding-top: 7px;
    background: #fff;
    font-size: 16px;
    width: 25px;
    height: 28px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content .modal-close.rules-modal {
    top: initial;
    bottom: 20px;
    right: 20px;
    background: #4CAF50;
    color: #fff;
    width: 50px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: normal;
}

.modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content .modal-close.rules-modal:hover {
    color: #fff;
    background: #1E824C;
}

.modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content .modal-close:hover {
    color: #333;
}

/***********************************************/
.vud-comments {
}

.vud-notifications {
}

.vud-notifications h2 {
    margin-bottom: .5em;
    font-weight: bold;
}

.vud-comment,
.vud-notification {
    padding: .5em 0;
    width: 100%;
}

.vud-comment .comment-content,
.vud-notification .notify-content {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 2em;
    position: relative;
    overflow: auto;
}

.vud-comment a {
    color: #ffffff;
}

.vud-notification img {
    border-radius: 15px
}

.notify-details {
    float: right;
    width: 100%;
    margin-top: 1em
}

.vud-comment .approval,
.vud-comment .post-link {
    color: #ffffff;
    border-radius: 20px;
    position: absolute;
    bottom: 0.5em;
    left: 1em;
}

.vud-comment .post-link a {
    color: #6437fc;
}

.vud-comment .approval {
    left: 2.5em;
    color: #6437fc;
}

.read-all {
    float: left;
    direction: ltr;
    padding: .5em 0
}

.read-all a {
    display: inline-block;
}

.read-all a i {
    margin-right: 0;
    margin-left: 0;
}

.read-all a:hover i {
    background-color: #6437fc;
    color: #FFFFFF
}

.vud-notification .date {
    font-size: .9em;
    float: right;
    direction: ltr;
    margin-top: 1em
}

.vud-notification .date i {
    margin-left: .3em;
}

.not-approval {
    background-color: #dcd7ff !important;
}

.vud-notification .dw-unread:after {
    content: ' ';
    position: absolute;
    top: .7em;
    left: .7em;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #e74c3c;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

/*************************************/
.vud-poll-section {
    padding: 1em .5em
}

.vud-poll-wrapper {
    background-color: #ffffff;
    border-radius: 20px;
    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;
    background-color: #f7f9fb;
    margin-bottom: 0.5em;
    border-radius: 15px;
    cursor: pointer;
}

.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-right: .3em
}

.vud-pull-wrapper {
    padding: 1em 1em 0
}

.vud-pull-wrapper .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: 20px;
    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: 20px;
    box-shadow: 0 0 10px 0 rgb(108 92 231 / 40%);
    display: inline-block !important;
    margin-left: 0.1em;
}

/**************************************************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
}

/**********************************************************/
@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-table .button,
    .vud-table td:first-child {
        width: 100%
    }

    .vud-table .vud-order,
    .order-box-info {
        display: block
    }

    .dw-footer-social {
        text-align: center;
    }

    .vud-table .vud-order .button {
        margin-bottom: .5em
    }

    .wallet-sidebar ul {
        display: block;
    }

    .menubar-icon {
        display: block !important;
    }

    .address-content .button {
        text-align: center
    }

    .order-box-info .obox {
        margin-bottom: 1em !important;
    }

    .order-box-info .obox:last-child,
    .order-box-info {
        margin-bottom: 0 !important;
    }

    .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-sidebar li {
        width: 50%;
        margin-bottom: .5em
    }

    .vud-col-1 {
        width: 50%
    }

    .vud-table,
    .vud-table thead,
    .vud-table tbody,
    .vud-table th,
    .vud-table td,
    .vud-table tr {
        display: block;
    }

    .vud-table td:first-child {
        text-align: unset;
    }

    .vud-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .vud-table tr {
        border: 1px solid #e6e6e6;
        border-radius: 20px;
        margin-bottom: .5em
    }

    .vud-table td {
        width: 100%;
        border: none;
        padding: .5em 0;
        border-bottom: 1px solid #eee !important;
    }

    .vud-table td:last-child {
        border-bottom: none !important;
    }

    .vud-side {
        display: none
    }
}

@media screen and (max-width: 1040px) {
    .vud-primary-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column-reverse;
        text-align: center;
    }

    .vud-primary-box div:last-child {
        margin-bottom: 1em
    }

    .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) {
}

@media screen and (max-width: 700px) {
    .vud-col-1,
    .vud-50,
    .vud-ticket-status li,
    .wallet-sidebar li {
        width: 100%
    }

    .vud-row {
        margin-bottom: 1em
    }

}

@media screen and (max-width: 360px) {
    .vud-new-button {
        margin-right: 0
    }
}