.wpdmpp-license-select {
margin: 10px 0 20px;
}
.gigs-heading,
.wpdmpp-license-select .license-heading {
margin-bottom: 10px;
font-weight: 900;
}
.wpdmpp-license-item{
display: block;
clear: both;
margin-bottom: 5px !important;
min-height: 32px;
}
.wpdmpp-license-item, .wpdmpp-license-item *{
line-height: normal;
cursor: pointer;
}
.wpdmpp-license-item .media,
.wpdmpp-license-item .media .pull-left{
overflow: visible;
}
.wpdmpp-amount-col{
white-space: nowrap;
}
.d-block{
display: block !important;
}
.d-inline-block{
display: inline-block !important;
}
.wpdmpp-license-item .input-group .d-inline-block:first-child,
.wpdmpp-license-item .media .pull-left{
padding-right: 5px;
}
.wpdmpp-license-item .license-info{
font-size: 90%;
font-weight: 400;
}
h3.wpdmpp-product-price {
font-weight: 900;
}
.wpdm_cart_form {
margin-top: 15px;
}
.cart-total-final.btn {
background: transparent;
}
.list-group-item.eden-checkbox.premium-file > span {
margin-top: 5px;
}
.input-group.input-group-asyoupay {
width: 230px;
}
.w3eden .min-price-note {
font-size: 11px;
margin-bottom: 10px;
}
.pull-left{
float: left;
}
.pull-right{
float: right;
}
.w3eden .gigs-body {
padding-bottom: 10px;
}
.w3eden .wpdm-cart-thumb{
width: 38px;
}
.w3eden .cart-total-final .badge {
padding: 0 10px;
border-radius: 2px;
line-height: 30px;
height: 30px;
background: #30b570;
font-size: 9pt;
color: #ffffff !important;
letter-spacing: 0.5px;
}
.statistic-box {
-webkit-border-radius: 4px;
border-radius: 4px;
text-align: center;
color: #fff;
background: 50% 50% no-repeat;
background-size: cover;
margin: 0 0 30px
}
.statistic-box.red {
background-color: #fa424a;
background-image: url(//knpayrollplus.com/wp-content/plugins/wpdm-premium-packages/assets/images/statistic-box-red.png)
}
.statistic-box.purple {
background-color: #ac6bec;
background-image: url(//knpayrollplus.com/wp-content/plugins/wpdm-premium-packages/assets/images/statistic-box-purple.png)
}
.statistic-box.yellow {
background-color: #fdad2a;
background-image: url(//knpayrollplus.com/wp-content/plugins/wpdm-premium-packages/assets/images/statistic-box-yellow.png)
}
.statistic-box.green {
background-color: #46c35f;
background-image: url(//knpayrollplus.com/wp-content/plugins/wpdm-premium-packages/assets/images/statistic-box-green.png)
}
.statistic-box > div {
-webkit-border-radius: inherit;
border-radius: inherit;
height: 142px;
background: url(//knpayrollplus.com/wp-content/plugins/wpdm-premium-packages/assets/images/statistic-box-grid.png) 50% 0;
background-size: 21px 20px;
position: relative
}
.statistic-box .number {
font-size: 2rem;
line-height: 1;
font-weight: 700;
padding: 32px 0 0;
color: #fff;
}
.statistic-box .caption {
font-size: 1.0625rem;
font-weight: 600;
position: relative;
min-height: 35px;
line-height: 1;
color: #fff;
}
.statistic-box .caption > div {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
padding: 0 10px
}
.statistic-box .percent {
position: absolute;
right: 10px;
bottom: 8px;
text-align: center;
font-size: .8125rem;
font-weight: 600;
line-height: 1
}
.statistic-box .arrow {
display: inline-block;
width: 0;
height: 0;
border-style: solid;
border-width: 0 7.5px 8px;
border-color: transparent transparent #fff;
margin: 0 0 2px
}
.statistic-box .arrow.up {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg)
}
.statistic-box .arrow.down {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg)
}
.chart-statistic-box {
zoom: 1;
margin: 0 0 30px;
-webkit-border-radius: 4px;
border-radius: 4px;
overflow: hidden
}
#wpdmpp-seller-dashboard .panel td{
text-align: left;
}
.wpdm-table-clean,
.wpdm-table-clean tr,
#wpdmpp-seller-dashboard .panel .table{
border: 0;
text-align: left;
}
#wpdmpp-seller-dashboard .panel .table th:first-child,
#wpdmpp-seller-dashboard .panel .table td:first-child{
border-left: 0 !important;
}
#wpdmpp-seller-dashboard .panel .table th:last-child,
#wpdmpp-seller-dashboard .panel .table td:last-child{
border-right: 0 !important;
}
.table.wpdm-table-clean th,
.table.wpdm-table-clean td{
border: 0;
border-bottom: 1px solid #dddddd;
}
.panel .table.wpdm-table-clean tr:last-child td{
border-bottom: 0;
}
.panel-footer {
color: #555555;
}
.panel-footer .number{
font-weight: 700;
font-size: 11pt;
}
.tooltip-inner{
padding: 8px 20px !important;
line-height: 1.3;
font-size: 12px;
text-align: left;
}
.wpdmpp-loading-overlay{
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 999999;
background: rgba(255, 255, 255, 0.4) url(//knpayrollplus.com/wp-content/plugins/download-manager/assets/images/loading.svg) center center no-repeat;
background-size: 48px;
-webkit-transition: ease-in-out 400ms;
-moz-transition: ease-in-out 400ms;
-ms-transition: ease-in-out 400ms;
-o-transition: ease-in-out 400ms;
transition: ease-in-out 400ms;
}
.w3eden #wpdm-dashboard-contents #post-order-note .panel .panel-footer label{
display: inline-block !important;
float: left !important;
padding-right: 5px;
cursor: pointer;
}
#wpdm-paypal-button-container{
display: inline-block;
height:35px;
overflow:hidden;
margin-bottom: -6px !important;
}
#selected-payment-gateway-action{
position: relative;
box-shadow: none;
overflow: hidden;
}
.w3eden #payment_form .payment-gateway-list{ margin: 0; }
.w3eden #payment_form .payment-gateway-list .list-group-item {
border-left: 0 !important;
border-right: 0 !important;
}
.w3eden #payment_form .payment-gateway-list .list-group-item:first-child{ border-top: 0 !important;}
.w3eden #payment_form .payment-gateway-list .list-group-item:last-child{ border-bottom: 0 !important;}
.w3eden #payment_form .payment-gateway-list .payment-gateway-item.active{
background: #ffffff !important;
color: var(--color-primary) !important;
border-color: rgba(0,0,0,.125) !important;
font-weight: 700;
}
.payment-gateway-list .wpdmpp-payment-logo{
max-height: 24px;
}
.table.table-separate tbody tr {
border-radius: 4px;
-webkit-transition: all 0.1s ease;
transition: all 0.1s ease;
}
.table.table-separate tbody tr:hover {
-webkit-box-shadow: 0px 2px 5px rgba(69, 101, 173, 0.1);
box-shadow: 0px 2px 5px rgba(69, 101, 173, 0.1);
}
.table.table-separate {
border-collapse: separate;
border-spacing: 0 5px;
}
.table .user-with-avatar img {
width: 35px;
height: 35px;
display: inline-block;
vertical-align: middle;
border-radius: 50px;
}
.table.table-separate th,
.table.table-separate td{
border: 0;
}
.table.table-separate tbody td {
padding: 0.9rem 1.1rem;
background-color: #fff;
border: none;
border-right: 1px solid rgba(0, 0, 0, 0.03);
}
.table-separate .form-check {
position: relative;
display: block;
margin-bottom: 0rem;
}
.table-separate .form-check .form-check-label {
padding-left: 26px;
}
.table-separate .user_box {
display: flex;
}
.table-separate .user_email {
display: inline-grid;
padding-left: 10px;
}
th.cart_item_subtotal{
width: 100px;
}
#wpdmpp-payment-button,
#wpdmpp-custom-payment-button{
display: inline-block !important;
}
#wpdm-paypal-button-container{
position: relative;
min-height: 30px;
min-width: 200px;
text-align: right;
line-height: 30px;
}
#wpdm-paypal-button-container:empty:before{
content: "Loading PayPal...";
position: absolute;
right: 0;
}
.card-purchase-order .card-footer{
background: #fafafa;
}
.w3eden.user-dashboard .card,
.w3eden.user-dashboard .card th,
.w3eden.user-dashboard .card .card-header,
.w3eden.user-dashboard .card .card-footer{
border-color: rgba(0,0,0,0.1);
}
#wpdmreg_checkout h2, #wpdmlogin_checkout h2 {
font-size: 13pt;
margin: 0 0 15px 0;
letter-spacing: 1px;
} .w3eden #left-col-cart{
margin-bottom: 15px;
}
.w3eden .wpdm_cart td,
.w3eden .wpdm_cart th{
vertical-align: middle;
}
.w3eden .wpdm_cart .cart_item_title a,
.w3eden .wpdm_cart .cart-total * {
font-weight: 900;
}
.w3eden .wpdm-product-name{
line-height: normal;
}
.w3eden .cart-total-final{
text-transform: capitalize;letter-spacing: 0.5px;
}
.w3eden .wpdm_cart thead th {
background: rgba(0, 0, 0, 0.03);
border-top: 1px solid rgba(0, 0, 0, 0.15) !important;
border-bottom: 0 !important;
}
.w3eden .wpdm_cart .media img {
width: 42px;
margin: 0 !important;
border-radius: 3px;
}
@media (max-width: 767px) {
.w3eden .hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.w3eden .hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.w3eden .hidden-md {
display: none !important;
}
}
@media (max-width: 640px) {
.w3eden .cart_item_title{
background: rgba(221, 221, 221, 0.4);
margin-top: 10px;
}
.w3eden .cart_item_subtotal{
background: rgba(221, 221, 221, 0.8);
}
.w3eden .wpdm_cart thead {
display: none;
}
.w3eden .wpdm_cart tr {
border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
.w3eden .wpdm_cart td input.form-control {
display: inline-block !important;
}
.w3eden .wpdm_cart th,
.w3eden .wpdm_cart td {
display: block;
}
.w3eden .wpdm_cart span.visible-xs {
display: inline-block !important;
width: 40%;
}
.w3eden div.wpdmcard, .w3eden div#wpdmreg, .w3eden div#wpdmlogin{
border-radius: 0 !important;
box-shadow: none !important;
margin: 0 !important;
}
}
.w3eden .wpdm_cart.table{
border: 0;
background: transparent;
}
.w3eden .wpdm_cart.table th{
border-bottom: 1px solid rgba(var(--color-secondary-rgb), 0.15) !important;
border-top: 1px solid rgba(var(--color-secondary-rgb), 0.15) !important;
background: rgba(var(--color-secondary-rgb), 0.15);
vertical-align: middle !important;
}
.w3eden .wpdm_cart.table td{
border-left: 0;
border-right: 0;
border-top: 0;
border-bottom: 1px solid rgba(var(--color-secondary-rgb), 0.15);
}
.w3eden .wpdm_cart.table tbody tr:last-child td{
background: rgba(var(--color-secondary-rgb), 0.1);
vertical-align: middle !important;
}
.w3eden .wpdm_cart.table tr td:last-child {
text-align: right;
}
.w3eden #cart_submit .label.label-primary {
background-color: rgba(0, 0, 0, 0.3);
font-size: 8pt;
font-weight: 400;
}
.wpdmpp_cart_delete_item img{
border-radius: 3px;
}
.wpdmpp_cart_delete_item{
filter: grayscale(100%);
opacity: 0.5;
}
.wpdmpp_cart_delete_item:hover{
filter: grayscale(0%);
opacity: 1;
}
@media (min-width: 800px) {
.d-md-none {
display: none;
}
}
.fa.fa-star.text-danger {
font-size: 6px;
float: right;
margin-left: 3px;
margin-top: 3px;
color: var(--color-danger);
}
#paymentform{
margin-top: 15px;
}
span.required{
color: var(--color-danger);
}
.buynow-btn{
display: block;
margin-top: 5px !important;
}
.w3eden .nowrap *,
.w3eden .nowrap{
white-space: nowrap !important;
}
.w3eden .bg-transparent {
background: transparent !important;
}.xoo-el-opac, .xoo-el-notice-opac {
position: fixed;
top: 0;
bottom: 0;
left: 0;
z-index: 999999;
right: 0;
background-color: black;
opacity: 0;
transition: all 0.2s ease-out
}
.xoo-el-container:not(.xoo-el-style-slider) .xoo-el-modal, .xoo-el-notice-modal {
top: 0;
text-align: center;
bottom: 0;
left: 0;
right: 0;
position: fixed;
z-index: 1000000000;
overflow: auto;
opacity: 0;
transition: all 0.2s ease-in-out;
transform: scale(0.8);
}
.xoo-el-inmodal .scroll-content {
height: 100%;
}
.xoo-el-modal:before, .xoo-el-notice-modal:before {
content: '';
display: inline-block;
height: 100%;
margin-right: -0.25em;
}
.xoo-el-container:not(.xoo-el-style-slider) .xoo-el-inmodal, .xoo-el-notice-inmodal {
display: inline-block;
background: #fff;
position: relative;
vertical-align: middle;
width: 90%;
text-align: left;
border-radius: 5px;
height: 90%;
}
.xoo-el-srcont {
flex-grow: 1;
height: 100%;
overflow: auto;
}
.xoo-el-container:not(.xoo-el-style-slider).xoo-el-popup-active .xoo-el-modal {
opacity: 1;
transform: scale(1);
}
.xoo-el-popup-active.xoo-el-container {
visibility: visible!important;
font-size: 15px;
}
.xoo-el-container {
visibility: hidden;
}
span.xoo-el-close, .xoo-el-notice-close {
font-size: 17px;
position: absolute;
right: -9px;
top: -12px;
border-radius: 50%;
cursor: pointer;
z-index: 100;
width: 25px;
height: 25px;
display: flex;
align-items: center;
justify-content: center;
color: #000;
background-color: #fff;
box-shadow: -1px 2px 10px rgba(0, 0, 0, .17);
}
span.xoo-el-close:hover, .xoo-el-notice-close:hover {
color: #e63030;
}
.xoo-el-head span {
display: block;
}
.xoo-el-head {
display: table;
margin: 0 auto;
text-align: center;
text-transform: uppercase;
margin-bottom: 15px;
}
.xoo-el-form-container button.button.btn.xoo-el-action-btn {
clear: both;
width: calc(100% - 20px);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
margin: 10px 0;
}
body.xoo-el-popup-active, body.xoo-el-popup-notice-active {
overflow-y: hidden;
}
.xoo-el-notice-error {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.xoo-el-notice-success {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.xoo-el-notice-warning {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.xoo-el-notice {
display: none;
width: calc(100% - 20px);
margin-bottom: 15px;
}
.xoo-el-notice-error , .xoo-el-notice-success, .xoo-el-notice-warning {
padding: 7px 15px;
border: 1px solid transparent;
border-radius: 4px;
display: block;
}
.xoo-aff-group.xoo-el-login-btm-fields {
display: flex;
align-items: center;
position: relative;
margin-bottom: 14px;
justify-content: space-between;
}
.xoo-aff-group.xoo-el-login-btm-fields .xoo-el-form-label {
display: flex;
align-items: center;
gap: 6px;
}
.xoo-el-section {
display: none;
}
.xoo-el-section.xoo-el-active {
display: block;
}
.xoo-el-switch {
cursor: pointer;
}
.xoo-el-lostpw-tgr , .xoo-el-login-tgr , .xoo-el-reg-tgr {
cursor: pointer;
}
.xoo-el-head-nav {
text-decoration: underline;
}
.xoo-el-form-txt {
margin-bottom: 10px;
display: block;
}
.xoo-el-head-action a {
margin: 0 5px;
}
.xoo-el-action-form > a.xoo-el-lostpw-tgr {
display: table;
float: right;
margin-top: -5px;
clear: both;
text-transform: uppercase;
font-size: 13px;
cursor: pointer;
margin-bottom: 5px;
}
.xoo-el-head-action a:hover {
text-decoration: underline;
}
.xoo-el-notice a.xoo-el-lostpw-tgr {
margin-left: 5px;
text-decoration: underline;
}
.xoo-el-lostpw-success .woocommerce-message {
margin: 0 0 10px 0;
}
.xoo-el-sidebar {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
height: 100%;
}
.xoo-el-wrap {
min-height: 100%;
display: flex;
width: 100%;
height: 100%;
}
.xoo-el-main {
position: relative;
vertical-align: top;
height: auto;
}
@media only screen and (max-width: 769px) {
.xoo-el-sidebar {
display: none;
}
.xoo-el-wrap , .xoo-el-main {
display: block;
width: auto;
}
}
label.xoo-el-form-label {
font-weight: normal;
cursor: pointer;
margin: 0;
}
a.xoo-el-lostpw-tgr {
margin: 0;
}
.xoo-el-header-icon {
position: absolute;
font-size: 56px;
top: -30px;
color: #fff;
left: 50%;
transform: translateX(-50%);
z-index: 1;
}
.xoo-el-recaptcha {
margin-bottom: 20px;
display: flex;
width: 100%;
} .woocommerce-password-strength {
text-align: center;
font-weight: 600;
padding: 3px 0.5em;
font-size: 1em;
&.strong {
background-color: #c1e1b9;
border-color: #83c373;
}
&.short {
background-color: #f1adad;
border-color: #e35b5b;
}
&.bad {
background-color: #fbc5a9;
border-color: #f78b53;
}
&.good {
background-color: #ffe399;
border-color: #ffc733;
}
}
.woocommerce-password-hint {
margin: 0.5em 0 0;
display: block;
}
.xoo-el-fields {
position: relative;
z-index: 1;
}
.xoo-el-popover>.xoo-el-arrow, .xoo-el-popover>.xoo-el-arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.xoo-el-popover>.xoo-el-arrow {
border-width: 11px;
bottom: -10px;
left: 50%;
margin-left: -11px;
border-bottom-width: 0;
border-top-color: #fff;
}
.xoo-el-popover {
position: absolute;
right: 20px;
top: -96px;
background-color: #fff;
box-shadow: 0 5px 10px rgba(0,0,0,.2);
font-size: 14px;
display: none;
z-index: 99;
}
span.xoo-el-pm-head {
display: block;
padding: 10px;
}
span.xoo-el-pm-strength {
display: block;
padding: 10px;
}
.xoo-el-password-meter.bad .xoo-el-pm-head , .xoo-el-password-meter.short .xoo-el-pm-head {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.xoo-el-password-meter.good .xoo-el-pm-head {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.xoo-el-password-meter.strong .xoo-el-pm-head {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.xoo-el-section-login .xoo-el-notice br+br {
display: none;
}
span.xoo-el-loginvia {
display: block;
margin-top: 30px;
text-align: center;
color: #777;
}
.xoo-el-section.xoo-el-section-lostpw {
padding-right: 20px;
} .xoo-el-form-container ul.xoo-el-tabs {
display: flex;
margin: 0;
list-style: none;
padding: 0;
padding: 0 20px 16px;
}
.xoo-el-form-container ul.xoo-el-tabs li {
padding: 12px 20px;
flex-grow: 1;
flex-basis: auto;
text-align: center;
cursor: pointer;
list-style: none;
margin: 0;
}
.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
font-weight: 600;
pointer-events: none;
}
.xoo-el-section {
padding-left: 20px;
}
.xoo-el-username-menu img.avatar, .xoo-el-firstname-menu img.avatar {
width: 15px;
margin-right: 6px;
height: auto;
display: inline;
vertical-align: middle;
} .xoo-el-uv-cont span:first-of-type {
font-size: 30px;
display: block;
text-align: center;
}
.xoo-el-uv-cont span:last-of-type {
font-size: 16px;
line-height: 37px;
margin-top: 9px;
}
.xoo-el-form-container {
padding-bottom: 0;
}
.xoo-el-form-container.xoo-el-form-inline {
max-width: 700px;
margin: 10px auto;
}
.xoo-el-processing {
pointer-events: none;
}
.xoo-el-login-btm-fields label {
}
.xoo-aff-input-group svg.xoo-aff-input-icon {
padding: 10px;
max-width: 35px;
min-width: 35px;
}
.xoo-el-srcont::-webkit-scrollbar, .xoo-el-popup-notice::-webkit-scrollbar {
width: 7px;
}
.xoo-el-srcont::-webkit-scrollbar-track. .xoo-el-popup-notice::-webkit-scrollbar-track {
border-radius: 10px;
background: #f0f0f0;
}
.xoo-el-srcont::-webkit-scrollbar-thumb, .xoo-el-popup-notice::-webkit-scrollbar-thumb {
border-radius: 50px;
background: #dfdbdb
}
.xoo-aff-myacc-field {
margin: 0 0 1.41575em;
}
.xoo-aff-myacc-field .select2-container {
max-width: 100%;
}
span.xoo-el-resetpw-hnotice {
text-align: center;
display: block;
margin-bottom: 20px;
cursor: pointer;
text-decoration: underline;
opacity: 0.8;
font-style: italic;
}
.xoo-el-form-container[data-active="resetpw"] .xoo-el-resetpw-hnotice {
display: none;
}
.xoo-el-form-resetpw .xoo-el-form-txt {
margin-bottom: 20px;
font-style: italic;
text-align: center;
}
form.xoo-el-action-form {
margin-top: 20px;
margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
body .xoo-el-main {
padding-left: 10px;
padding-right: 10px;
}
}
.xoo-el-form-container[data-active="single"] .xoo-el-header {
display: none;
}
span.xoo-el-nav-ft {
text-align: center;
display: block;
margin: 10px 20px 0 0;
}
span.xoo-el-sing-head {
display: block;
font-size: 32px;
margin-bottom: 5px;
}
span.xoo-el-sing-subtxt {
font-size: 16px;
display: block;
}
.xoo-el-sing-fields {
display: inline-block;
margin-top: 30px;
width: 100%;
}
img.xoo-el-head-img {
display: table;
margin: 0 auto 30px;
}
span.xoo-el-edit-em {
position: absolute;
right: 10px;
z-index: 2;
top: 50%;
transform: translateY(-50%);
font-size: 12px;
cursor: pointer;
}
.xoo-el-section[data-section="single"] .xoo-el-notice {
margin-bottom: -10px;
} .xoo-el-style-slider .xoo-el-sidebar {
display: none;
}
.xoo-el-style-slider .xoo-el-modal:before {
display: none;
}
.xoo-el-style-slider .xoo-el-modal {
top: 0;
bottom: 0;
position: fixed;
z-index: 1000000000;
transition: all 0.5s;
right: 0;
width: 100%;
}
.xoo-el-style-slider.xoo-el-popup-active .xoo-el-modal {
transform: none;
}
.xoo-el-style-slider .xoo-el-inmodal {
height: 100%;
max-height: 100%;
margin-top: 0;
}
.xoo-el-style-slider .xoo-el-srcont {
display: flex;
flex-direction: column;
align-items: center;
}
.xoo-el-style-slider .xoo-el-main {
height: auto;
overflow: auto;
width: 100%;
}
.xoo-el-style-slider span.xoo-el-close {
top: 10px;
right: 10px;
}
.xoo-el-spinner {
animation: xoo-el-spin 2s linear infinite;
display: inline-block;
}
@keyframes xoo-el-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.xoo-el-form-container[data-active="single"] img.xoo-el-head-img {
margin-bottom: 20px;
}
body.rtl .xoo-el-section {
padding-right: 20px;
padding-left: 0;
}
body.rtl .xoo-aff-group:not(.xoo-aff-cont-tel) span.xoo-el-edit-em {
left: 10px;
right: auto;
}
body.rtl .xoo-el-form-container {
text-align: right;
}
body.rtl .xoo-aff-pw-toggle {
left: 5px;
right: auto;
}
body.rtl .xoo-aff-cont-tel .xoo-aff-input-group .xoo-el-edit-em {
right: 55px;
}
body.rtl .xoo-aff-cont-tel .xoo-aff-input-group {
direction: rtl;
}
.xoo-aff-group {
align-self: flex-end;
}
.xoo-el-fields-cont {
display: flex;
flex-wrap: wrap;
}
.xoo-el-popup-active .select2-container {
z-index: 99999999999!important;
}
.xoo-el-popup-active.xoo-el-container {
content-visibility: visible!important;
}
.xoo-ff-files {
display: flex;
flex-direction: column;
line-break: anywhere;
margin-top: 10px;
}
.xoo-ff-files a {
padding: 2px 0;
}
.xoo-ff-files > div > span {
color: red;
margin-left: 5px;
font-weight: 600;
cursor: pointer;
} .xoo-el-popup-notice-active.xoo-el-popup-notice{
content-visibility: visible!important;
visibility: visible!important;
}
.xoo-el-notice-opac {
opacity: 0.7;
background-color: #000;
z-index: 1000000;
}
.xoo-el-popup-notice-active .xoo-el-notice-modal {
opacity: 1;
transform: scale(1);
}
.xoo-el-notice-modal:before {
vertical-align: middle;
}
.xoo-el-notice-inmodal {
max-width: 1200px;
height: 92%;
width: 92%;
}
.xoo-el-notice-wrap iframe {
width: 100%;
height: 100%;
}
.xoo-el-notice-wrap {
height: 100%;
}
.xoo-el-pop-sc {
display: inline;
}