/* DEFAULT VARIABLES */
:root {
    --act-primary-color: #2a3d75;
    --act-primary-color-hover: #0782a9;
    --set-where: user.css;
}

/* ITEMS LIST ON HOME PAGE */
#act-items-list {
    padding: 30px 0;
}

.home-latest + #act-items-list {
    padding-top: 0;
}

#act-items-list[data-theme="sigma"] {
    padding-left: 0;
    padding-right: 0;
}

#act-items-list h2 {
    margin: 0 0 20px 0;
}

#act-items-list .act-inside {
    overflow-x: auto;
}

#act-items-list .act-list {
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

#act-items-list .act-list > div, #act-items-list .act-list > li {
    
}

/* PUBLISH BOX */
!.act-publish-box {
    display: flex;
    border: 1px solid rgba(0,0,0,0.2);
    flex-direction: column;
    align-items: flex-start;
    border-radius: 5px;
    padding: 10px;
    background: #e7f4ff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    width: 100%;
    margin: 0 0 12px 0;
}

.act-publish-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: 0 0 12px 0;
}

.act-publish-box > div {
    width: 100%;
}

.act-publish-box > .act-row-check {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.act-publish-box > .act-row-check input[type="checkbox"] {
    margin: 0 5px 0 0;
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
}

.act-publish-box > .act-row-check label, .act-publish-box > .act-row-link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.act-publish-box > .act-row-check label strong, .act-publish-box > .act-row-link strong {
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 1px 0;
}

.act-publish-box > .act-row-check label span, .act-publish-box > .act-row-link span {
    font-size: 13px;
    line-height: 15px;
    color: #777;
}

.act-publish-box > .act-row-check label a {
    font-size: 13px;
    line-height: 15px;
    margin-top: 3px;
}

.act-publish-box > .act-row-link a {
    font-size: 13px;
    line-height: 15px;
    margin-top: 3px;
}

.act-search .act-row, .act-search .input-box-check {
    width: 100%;
    display: inline-block;
}

@media screen and (min-width: 768px) {
    .act-publish-box[data-theme="sigma"] {
        margin-left:30%;
        width: 70%;
    }
}

.act-item-strip svg, .act-strip svg, .act-btn-alerts svg, .act-row svg, .act-bids-list-box svg, #act-verified-label svg, .act-btn svg, .act-notification svg, .act-table-bids svg, #actModal svg {
    box-sizing: border-box;
}

/* ITEM LOOP STRIP */
.act-item-strip {
    position: absolute;
    left: 4px;
    top: 4px;
    height: 40px;
    border-radius: 6px 0 4px 6px;
    max-width: 150px;
    z-index: 5;
    padding: 4px 6px 4px 40px;
    background: #777;
    width: auto;
    display: flex;
    color: #fff;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.act-item-strip.act-status-canceled {
    background: #e2ce3a;
    text-shadow: 0 0px 6px rgba(0,0,0,0.5);
}

.act-item-strip.act-status-finished {
    background: #00cf68;
}

.act-item-strip.act-status-active {
    background: #e70000;
}

.act-item-strip.act-status-notstart {
    background: #3a88e2;
}

.act-item-strip.act-status-canceled:after {
    border-color: #e2ce3a;
}

.act-item-strip.act-status-finished:after {
    border-color: #00cf68;
}

.act-item-strip.act-status-active:after {
    border-color: #e70000;
}

.act-item-strip.act-status-notstart:after {
    border-color: #3a88e2;
}

.act-item-strip:after {
    content: "";
    position: absolute;
    top: 0;
    right: -12px;
    border: 20px solid #777;
    width: 12px;
    border-radius: 0 4px 0 4px;
    height: 40px;
    border-width: 20px 7px;
    border-right-color: transparent!important;
    border-bottom-color: transparent!important;
}

.act-item-strip > strong {
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
}

.act-item-strip > div {
    font-size: 12px;
    line-height: 14px;
}

.act-item-strip > svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 40px;
    padding: 10px 0;
    background: rgba(0,0,0,0.15);
    fill: #fff;
    border-radius: 6px 0 0 6px;
}

.act-item-strip.act-style-simple {
    height: 26px;
    padding: 4px 6px 4px 28px;
}

.act-item-strip.act-style-simple:after {
    height: 26px;
    border-width: 13px 4px;
    right: -8px;
    width: 6px;
}

.act-item-strip.act-style-simple > svg {
    width: 22px;
    height: 26px;
    padding: 6px 0;
}

.act-item-strip.act-style-simple > div {
    display: none;
}

.act-item-strip.act-style-simple > strong {
    line-height: 18px;
}

/* TIME BOX ITEM LOOP */
.act-item-time-box {
    float: left;
    background: #fff;
    clear: both;
    min-width: 140px;
    padding: 5px 5px 22px 5px;
    max-width: 100%;
    position: relative;
    margin: 10px 0 0 0;
    display: flex;
    border: 1px solid #ccc;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.act-item-time-box .act-strip {
    overflow: hidden;
    text-shadow: 0 0px 5px rgba(0,0,0,0.2);
    position: absolute;
    letter-spacing: -0.2px;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 5px 5px 27px;
    height: 22px;
    color: #fff;
    background: #777;
    border-radius: 0 0 5px 5px;
    text-align: left;
    font-size: 12px;
    line-height: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.act-item-time-box .act-strip > svg {
    fill: #fff;
    margin: 0 3px 0 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    padding: 4px 3px;
    background: rgba(0,0,0,0.15);
    border-radius: 0 0 0 5px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.act-item-time-box.act-status-canceled .act-strip {
    background: #e2ce3a;
    text-shadow: 0 0px 6px rgba(0,0,0,0.5);
}

.act-item-time-box.act-status-finished .act-strip {
    background: #00cf68;
}

.act-item-time-box.act-status-active .act-strip {
    background: #e70000;
}

.act-item-time-box.act-status-notstart .act-strip {
    background: #3a88e2;
}

.act-item-time-box.act-position-absolute {
    position: absolute;
    top: 4px;
    right: 4px;
    margin: 0;
    z-index: 4;
    opacity: 0.95;
}

.listing-card-list.listing-list .act-item-time-box.act-position-absolute, .products.detail .act-item-time-box.act-position-absolute, .products.list .act-item-time-box.act-position-absolute {
    right: 4px;
    left: auto;
}

.act-item-time-box.act-position-relative {
    margin: 10px;
}

.act-item-time-box .act-dbox {
    padding: 6px 8px;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    width: 100%;
}

.act-item-time-box .act-lab {
    color: #111;
    font-size: 13px;
    line-height: 14px;
    margin: 0 0 1px 0;
}

.act-item-time-box .act-left {
    font-size: 20px;
    letter-spacing: -0.8px;
    line-height: 22px;
    color: #111;
    font-weight: bold;
    font-family: Arial,sans-serif;
}

.act-item-time-box .act-mix-date {
    color: #888;
    font-size: 12px;
    line-height: 13px;
    margin: 1px 0 0 0;
}

.act-item-time-box .act-lab + .act-mix-date {
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 22px;
    color: #111;
    font-weight: bold;
    margin: 3px 0 1px 0;
    font-family: Arial,sans-serif;
}

.act-item-time-box .act-lab:empty, .act-item-time-box .act-left:empty, .act-item-time-box .act-mix-date:empty {
    display: none;
}

.act-item-strip + .act-item-time-box.act-position-absolute {
    top: 48px;
}

.act-item-time-box.act-status-active:after, .act-item-strip.act-status-active > strong:after, .act-notif-is-running:after, .act-type-countdown-end:after {
    animation: actTimeBoxActive 1s linear infinite;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100px;
    position: absolute;
    right: 6px;
    top: 6px;
    background: #0ab700;
}

.act-item-time-box.act-status-active:before, .act-item-strip.act-status-active > strong:before, .act-notif-is-running:before, .act-type-countdown-end:before {
    animation: actTimeBoxActiveAlt 2s linear infinite;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100px;
    position: absolute;
    right: 6px;
    top: 6px;
    background: #0ab700;
    opacity: 0.4;
}

.act-notif-is-running {
    position: relative;
}

.act-item-strip.act-status-active > strong:after, .act-item-strip.act-status-active > strong:before {
    right: -20px;
    top: 8px;
}

.act-item-strip.act-status-active.act-style-standard > strong:after, .act-item-strip.act-status-active.act-style-standard > strong:before {
    top: 16px;
}

.act-notif-is-running:before, .act-notif-is-running:after {
    top: 12px;
    right: 12px;
}

.act-type-countdown-end:before, .act-type-countdown-end:after {
    top: 12px;
    right: 12px;
}

@keyframes actTimeBoxActive {
    0% {
        transform: scale(1.0);
    }

    25% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1.0);
    }

    75% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1.0);
    }
}

@keyframes actTimeBoxActiveAlt {
    0% {
        transform: scale(1.0);
    }

    100% {
        transform: scale(3.0);
        opacity: 0;
    }
}

.act-notification.act-warning > svg.act-hourglass-end-svg {
    overflow: visible;
}

.act-notification.act-warning > svg.act-hourglass-end-svg > path {
    animation: actTimeBoxActiveX 3s ease infinite;
    transform-origin: center;
}

@keyframes actTimeBoxActiveX {
    0% {
        transform: rotate(0deg) scaleY(1);
    }

    10% {
        transform: rotate(0deg) scaleY(1);
    }

    40% {
        transform: rotate(180deg) scaleY(1);
    }

    50% {
        transform: rotate(180deg) scaleY(-1);
    }

    60% {
        transform: rotate(180deg) scaleY(-1);
    }

    90% {
        transform: rotate(360deg) scaleY(-1);
    }

    100% {
        transform: rotate(360deg) scaleY(1);
    }
}

/* SIGMA ADJUSTMENTS */
.listing-card-list.listing-list .act-item-strip + .act-item-time-box.act-position-absolute, .products.list .act-item-strip + .act-item-time-box.act-position-absolute {
    display: none;
}

.user-items .listing-list .act-item-time-box.act-position-absolute {
    right: 4px;
    top: 20px;
    left: auto;
    opacity: 1;
    padding-bottom: 16px;
    min-width: 114px;
}

.user-items .listing-list .act-item-time-box .act-dbox {
    padding: 3px 4px 1px 4px;
}

.user-items .listing-list .act-item-time-box .act-left {
    font-size: 16px;
    line-height: 16px;
}

.user-items .listing-list .act-item-time-box .act-strip > svg {
    display: none;
}

.user-items .listing-list .act-item-time-box .act-strip {
    padding: 1px 4px;
    height: 16px;
}

.user-items .listing-list .act-item-time-box .act-lab, .user-items .listing-list .act-item-time-box .act-mix-date {
    font-size: 11px;
    margin: 0;
}

#act-items-list[data-theme="sigma"] .act-wrap.listing-card-list.listing-grid {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

/* NOTIFICATIONS - ALERTS */
.act-btn-alerts {
    transition: 0.15s;
    display: flex;
    z-index: 95;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 12px;
    bottom: 11%;
    height: 58px;
    width: 60px;
    border-radius: 100px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.act-btn-alerts > svg {
    width: auto;
    height: 24px;
    fill: var(--act-primary-color);
    position: relative;
    left: 10%;
}

.act-btn-alerts:hover > svg {
    fill: var(--act-primary-color-hover);
}

.act-btn-alerts .act-counter-unread {
    position: absolute;
    right: -3px;
    top: -6px;
    min-width: 20px;
    width: auto;
    height: 20px;
    padding: 3px;
    border-radius: 100px;
    background: #ee1919;
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    line-height: 14px;
    text-align: center;
    z-index: 2;
}

.act-btn-alerts .act-counter-unread[data-count="0"] {
    display: none;
}

.act-alerts {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    width: 220px;
    z-index: 95;
    bottom: 20px;
    right: 66px;
}

.act-alerts .act-alert {
    color: #111;
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 8px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    background: #fff;
    border-radius: 5px;
}

.act-alerts .act-alert:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #fff;
    border-radius: 0 0 0 5px;
    transform: rotate(45deg);
    position: absolute;
    right: -5px;
    bottom: 20px;
}

.act-alerts .act-alert:not(:first-child) {
    display: none;
}

.act-alerts .act-alert .act-alert-head {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    margin: 0 0 6px 0;
}

.act-alerts .act-alert .act-alert-body {
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 2px 0;
}

.act-alerts .act-alert .act-alert-buttons {
    font-size: 13px;
    line-height: 14px;
    margin-top: 6px;
}

!.act-alerts .act-alert .act-alert-buttons a {
    float: right;
}

/* NOTIFICATIONS MODAL */
.act-alert2 {
    display: flex;
    padding: 22px 20px 12px 25px;
    flex-direction: column;
    align-items: stretch;
}

.act-alert2 .act-header {
    display: flex;
    margin: 0 0 25px 0;
    align-items: center;
}

.act-alert2 .act-header > span {
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    color: #111;
    margin-right: 15px;
}

.act-alert2 .act-alert2-wrap {
    display: flex;
    padding: 0 5px 0 0;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
    max-height: 480px;
    overflow-y: auto;
}

.act-alert2 .act-row {
    display: flex;
    position: relative;
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    margin: 0 0 10px 0;
    flex-direction: column;
    align-items: stretch;
    border-radius: 5px;
}

.act-alert2 .act-row.act-unread {
    font-weight: 600;
    border-left: 5px solid #1374d2;
}

.act-alert2 .act-row.act-important.act-unread {
    border-left-color: #840000;
}

.act-alert2 .act-row.act-unread .act-alert2-head > strong {
    font-weight: bold;
}

!.act-alert2 .act-row.act-unread:not(.act-important) {
    border-left: 5px solid var(--act-primary-color);
}

!.act-alert2 .act-row.act-important {
    border-left: 5px solid #ee1919;
}

.act-alert2 .act-row.act-important {
    padding-left: 42px;
    background: rgb(231 0 0 / 8%);
}

.act-alert2 .act-row.act-highlight {
    background: #ffffee;
}

!.act-alert2 .act-row.act-important {
    border-left: 3px solid #ee1919;
}

.act-alert2 .act-row > svg {
    display: none;
    position: absolute;
    left: -1px;
    top: -1px;
    border-radius: 5px 0 0 5px;
    width: 32px;
    padding: 6px;
    height: calc(100% + 2px);
    fill: rgba(255,255,255,0.8);
    background: #e70000;
}

.act-alert2 .act-row.act-important > svg {
    display: block;
}

!.act-alert2 .act-row.act-important {
}

.act-alert2 .act-alert2-head {
    display: flex;
    margin: 0 0 2px 0;
    align-items: flex-start;
    justify-content: space-between;
    color: #111;
}

.act-alert2 .act-alert2-head > strong {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
}

.act-alert2 .act-alert2-head > span {
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 0 4px;
    color: #777;
    min-width: 50px;
}

.act-alert2 .act-alert2-body {
    margin: 0 0 1px 0;
    font-size: 13px;
    line-height: 16px;
    color: #333;
}

.act-alert2 .act-alert2-body > a {
    text-decoration: underline;
}

.act-alert2 .act-alert2-body > a:hover {
    text-decoration: none;
}

.act-alert2 .act-alert2-body .act-em-wtch {
    font-style: normal;
}

.act-alert2 .act-alert2-buttons-top {
    display: flex;
}

.act-alert2 .act-alert2-buttons-top > a.act-btn {
    margin: 0 8px 0 0!important;
    padding: 5px 9px;
}

.act-alert2 .act-alert2-buttons {
    display: flex;
    margin: 4px 0 0 0;
    opacity: 0.01;
}

.act-alert2 .act-row:hover .act-alert2-buttons {
    opacity: 1;
}

.act-alert2 .act-alert2-buttons a {
    margin-right: 10px;
    font-size: 14px;
    font-weight: normal;
}

.act-alert2 .act-alert2-buttons a:first-child:after {
    margin-left: 10px;
    content: "|";
    color: #777;
    text-decoration: none;
}

.act-alert2 .act-alert2-buttons a:first-child:last-child:after {
    display: none;
}

.act-alert2 .act-empty {
    width: 100%;
    padding: 20px 10px;
    font-size: 15px;
    color: #777;
    line-height: 17px;
    text-align: center;
    position: absolute;
    left: 0;
    top: calc(50% - 30px);
}

.act-alert2 .act-info {
    display: none;
    width: 100%;
    padding: 20px 5px;
    font-size: 15px;
    font-style: italic;
    color: #777;
    line-height: 17px;
    text-align: left;
}

.act-alert2 .act-row + .act-empty {
    display: none;
}

.act-alert2 .act-row + .act-empty + .act-info {
    display: block;
}

/* REFRESH BOX */
.act-refresh-bar {
    display: flex;
    position: relative;
    margin: 0 0 10px 0;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    padding: 4px 6px;
    font-size: 12px;
    line-height: 14px;
    flex-direction: row;
    justify-content: space-between;
}

.act-refresh-bar.act-error {
    background: rgb(231 0 0 / 30%);
    color: #951212;
    font-weight: bold;
    justify-content: flex-start;
}

.act-refresh-bar div {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.act-refresh-bar .act-done {
    font-weight: bold;
    color: #01930a;
    margin-left: 5px;
}

.act-refresh-bar a {
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.act-refresh-bar a.act-disabled {
    opacity: 0.5;
    cursor: wait;
}

.act-refresh-bar .act-bar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #e8e8e8;
    z-index: 1;
    border-radius: 4px 0 0 4px;
}

.act-refresh-bar .act-inactive, .act-refresh-bar .act-error, .act-refresh-bar .act-done {
    display: none;
}

.act-refresh-bar.act-error a, .act-refresh-bar.act-error .act-inactive, .act-refresh-bar.act-error .act-active, .act-refresh-bar.act-error .act-bar {
    display: none!important;
}

.act-refresh-bar.act-error .act-error > span {
    margin-right: 3px;
}

/* MODAL LIST OF BIDS */
.act-bids-list-box {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 22px 25px 12px 25px;
}

.act-bids-list-box .act-top {
    display: flex;
}

.act-bids-list-box .act-refresh-wrap {
    display: flex;
}

.act-bids-list-box .act-bids-table {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    font-size: 14px;
    line-height: 16px;
}

.act-bids-list-box .act-bids-row, .act-bids-list-box .act-bids-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #eee;
}

.act-bids-list-box .act-bids-row > div, .act-bids-list-box .act-bids-head > div {
    padding: 8px 4px;
}

.act-bids-list-box .act-bids-head {
    font-weight: bold;
    border-bottom: 2px solid #ccc;
    font-size: 15px;
    padding-right: 8px;
}

.act-bids-list-box .act-bids-row.act-bid-winning {
    background: rgb(0 207 104 / 20%);
}

.act-bids-list-box .act-bids-row.act-bid-outbid {
    background: rgb(207 0 0 / 20%);
}

.act-bids-list-box .act-bids-row.act-bid-outbid .act-user:after {
    display: none;
}

.act-bids-list-box .act-bids-row.act-bid-outbid:hover .act-user:after {
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.3);
    padding: 0 4px;
    border-radius: 4px;
    color: #fff;
    font-weight: normal;
}

.act-bids-list-box .act-id {
    width: 70px;
    text-align: left;
}

.act-bids-list-box .act-user {
    width: calc(80% - 310px);
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
}

.act-bids-list-box .act-user.act-bold > span {
    font-weight: bold;
    text-decoration: underline;
}

.act-bids-list-box .act-user em.act-bid-buyout {
    margin: 0 0 0 10px;
    background: #ff1f1f;
    color: #fff;
    padding: 0 8px 0 7px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
}

.act-bids-list-box .act-amount {
    width: 20%;
    text-align: right;
    font-weight: 600;
}

.act-bids-list-box .act-winning {
    width: 120px;
    text-align: center;
}

.act-bids-list-box .act-winning svg {
    height: 20px;
    margin: -2px 0;
    fill: #00a70b;
}

.act-bids-list-box .act-date {
    width: 120px;
}

.act-bids-list-box .act-bids-row .act-date {
    font-size: 13px;
    letter-spacing: -0.2px;
    color: #777;
}

.act-bids-list-box .act-bids-data {
    max-height: 410px;
    overflow-y: scroll;
    position: relative;
}

.act-bids-list-box .act-empty {
    width: 100%;
    padding: 20px 10px;
    font-size: 15px;
    color: #777;
    line-height: 17px;
    text-align: center;
}

.act-bids-list-box .act-bids-data.act-loading:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    cursor: wait;
    background: rgba(255,255,255,0.4);
}

.act-bids-data, .act-alert2-wrap, .act-table-wrap, .act-nice-scroll {
    scrollbar-width: thin;
    scrollbar-color: #9e9e9e rgba(0,0,0,0.05);
}

.act-bids-data::-webkit-scrollbar, .act-alert2-wrap::-webkit-scrollbar, .act-table-wrap::-webkit-scrollbar, .act-nice-scroll::-webkit-scrollbar {
    box-shadow: none;
    width: 8px;
    height: 8px;
    background: rgba(0,0,0,0.05);
}

.act-bids-data::-webkit-scrollbar-thumb, .act-alert2-wrap::-webkit-scrollbar-thumb, .act-table-wrap::-webkit-scrollbar-thumb, .act-nice-scroll::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-color: rgba(0,0,0,0.3);
    background-clip: initial;
    box-shadow: none;
}

.act-bids-data::-webkit-scrollbar-thumb:hover, .act-alert2-wrap::-webkit-scrollbar-thumb:hover, .act-table-wrap::-webkit-scrollbar-thumb:hover, .act-nice-scroll::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,0.6);
}

/* SCROLLBARS */
.act-wrap {
    position: relative;
}

.act-nice-scroll-prev, .act-nice-scroll-next {
    transition: 0.2s;
    color: #171717;
    margin-top: -36px;
    position: absolute;
    border-radius: 100px;
    left: 6px;
    top: 50%;
    height: 52px;
    width: 52px;
    padding: 8px;
    z-index: 8;
    text-indent: -2px;
}

.act-nice-scroll-prev.disabled, .act-nice-scroll-next.disabled {
    opacity: 0.4;
    cursor: default;
}

.act-nice-scroll-prev.disabled svg, .act-nice-scroll-next.disabled svg {
    cursor: default;
}

.act-nice-scroll-next {
    right: 6px;
    left: auto;
}

.act-nice-scroll-next:not(.disabled):hover, .act-nice-scroll-prev:not(.disabled):hover {
    transform: scale(1.15);
    color: #3b49df;
}

.act-nice-scroll-prev svg, .act-nice-scroll-next svg {
    transition: 0.2s;
    cursor: pointer;
    width: 36px;
    height: 36px;
    padding: 8px;
    border-radius: 100px;
    background: #fff;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.35);
    background: #fff;
}

.act-nice-scroll-prev svg {
    padding-left: 7px;
    padding-right: 9px;
}

.act-nice-scroll-next svg {
    padding-left: 9px;
    padding-right: 7px;
}

.act-nice-scroll-next:not(.disabled):active svg {
    padding-left: 10px;
    padding-right: 6px;
}

.act-nice-scroll-prev:not(.disabled):active svg {
    padding-left: 6px;
    padding-right: 10px;
}

.act-nice-scroll-prev:not(.disabled):focus svg, .act-nice-scroll-next:not(.disabled):focus svg {
    box-shadow: 0 1px 3px rgba(0,0,0,0.35), 0 0 0 2px #3b49df;
}

.act-nice-scroll.no-visible-scroll, .no-visible-scroll {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.act-nice-scroll.no-visible-scroll::-webkit-scrollbar, .no-visible-scroll::-webkit-scrollbar {
    display: none;
}

/* MODAL BID BOX */
.act-current-bid.act-green {
    color: #00a70b!important;
}

.act-current-bid.act-red {
    color: #de1414!important;
}

.act-bid-box {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 22px 25px 12px 25px;
}

.act-bid-box .act-head {
    margin: 0 0 20px 0;
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    text-transform: uppercase;
    padding-bottom: 16px;
    border-bottom: 1px solid #ccc;
}

.act-bid-box .act-head .act-current-bid {
    font-size: 32px;
    font-weight: bold;
    color: #111;
    line-height: 32px;
}

.act-bid-box .act-head .act-shipping {
    font-size: 16px;
    font-weight: 600;
    color: #777;
    line-height: 20px;
    margin-left: 12px;
}

.act-bid-box .act-stats {
    font-size: 15px;
    font-weight: 600;
    position: relative;
    padding-right: 100px;
    line-height: 18px;
    color: #777;
    margin: 0 0 16px 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.act-bid-box .act-stats > div {
    margin-right: 8px;
}

.act-bid-box .act-stats > div:after {
    content: "/";
    margin-left: 10px;
}

.act-bid-box .act-stats > div:last-child:after {
    content: "";
    margin-left: 0px;
}

.act-bid-box .act-stats > a.act-btn-bid {
    position: absolute;
    right: 0;
    top: calc(50% - 16px);
    padding: 8px 15px;
}

.act-bid-box .act-refresh-wrap {
    margin: 0 0 10px 0;
}

.act-bid-box .act-is-proxy {
    margin: 0 0 20px 0;
}

.act-bid-box .act-bid-btns {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 10px 0;
}

.act-bid-box .act-bid-btns .act-btn {
    width: 32%;
    margin: 0;
}

.act-bid-box .act-bid-btns .act-btn .act-price {
    margin-left: 3px;
}

.act-bid-box .act-or {
    border-top: 1px solid #ccc;
    color: #aaa;
    text-align: center;
    margin: 25px 0 35px 0;
}

.act-bid-box .act-or > span {
    display: inline-block;
    margin: -10px auto;
    background: #fff;
    padding: 0 5px;
    font-style: italic;
    line-height: 16px;
    font-size: 14px;
}

.act-bid-box .act-or.act-hidden + .act-subhead {
    margin-top: 16px;
}

.act-bid-box .act-subhead {
    font-size: 17px;
    font-weight: bold;
    color: #111;
    line-height: 18px;
    margin: 0 0 10px 0;
}

.act-bid-box .act-buttons {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 20px 0;
}

.act-bid-box .act-buttons .act-input-box {
    width: 66%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.act-bid-box .act-buttons .act-input-box.act-loading {
    opacity: 0.5;
    cursor: wait;
}

.act-bid-box .act-buttons .act-input-box input.act-bid {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    max-width: 100%;
    max-height: 40px;
    margin: 0;
    padding: 0 20px 0 60px;
    line-height: 38px;
    font-size: 16px;
}

.act-bid-box .act-buttons .act-input-box input.act-bid.act-error {
    border-color: #e70000;
}

.act-bid-box .act-buttons .act-input-box .act-input-note {
    font-size: 12px;
    color: #777;
    line-height: 14px;
    margin-top: 3px;
    width: 100%;
}

.act-bid-box .act-buttons .act-input-box .act-input-note .act-price {
    margin-left: 2px;
    margin-right: 2px;
}

.act-bid-box .act-buttons .act-input-box .act-input-note .act-error {
    display: none;
    font-weight: 600;
    color: #e70000;
    width: 100%;
}

.act-bid-box .act-buttons .act-input-box .act-input-note .act-error div {
    display: inline;
}

.act-bid-box .act-buttons .act-input-box .act-input-note.act-error .act-noerror {
    display: none;
}

.act-bid-box .act-buttons .act-input-box .act-input-note > span {
    display: flex;
}

.act-bid-box .act-buttons .act-input-box .act-curr {
    position: absolute;
    left: 4px;
    top: 8px;
    width: 48px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    border-right: 1px solid #ccc;
    padding-right: 2px;
    z-index: 2;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.2px;
    overflow: hidden;
    color: #555;
}

.act-bid-box .act-buttons .act-btn.act-btn-primary {
    width: 32%;
    background: #222;
}

.act-bid-box .act-buttons .act-btn.act-btn-primary:not(.act-disabled):hover {
    background: #000;
}

.act-bid-box .act-notes {
    font-size: 14px;
    line-height: 16px;
}

.act-bid-box .act-highest-bidder .act-price, .act-type-active-winning .act-high-bid, .act-type-finished-winning .act-current-bid, .act-auction-fee-calc {
    font-size: 30px;
    font-weight: bold;
    line-height: 32px;
    font-family: Arial,sans-serif;
}

.act-bid-box .act-highest-bidder strong.act-line {
    margin-bottom: 16px;
}

.act-bid-box .act-notification {
    margin-bottom: 16px;
}

.act-bid-box .act-notification .act-line {
    font-size: 15px;
    line-height: 17px;
}

.act-bid-box .act-hidden {
    display: none;
}

.act-highest-bidder:not(.act-outbid-close) .act-close-to-outbid {
    display: none;
}

.act-highest-bidder.act-outbid-close .act-not-close {
    display: none;
}

/* ITEM BIDS BOX */
.act-current-bid .act-price {
    font-family: Arial,sans-serif;
}

.act-item-bid-box {
    display: flex;
    flex-direction: column;
    margin: 0 0 20px 0;
    position: relative;
}

.act-item-bid-box .act-id {
    position: absolute;
    right: 1px;
    top: 2px;
    font-size: 13px;
    font-weight: bold;
    color: #777;
}

.act-item-bid-box .act-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 0 10px 0;
    position: relative;
}

.act-item-bid-box .act-row.act-separate {
    padding-top: 20px;
    margin-top: 10px;
    border-top: 1px solid #ccc;
}

.act-item-bid-box .act-row.act-separate-bottom {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.act-item-bid-box .act-row.act-spec {
    margin: 0;
}

.act-item-bid-box .act-row .act-seller a {
    font-weight: bold;
    text-decoration: underline;
}

.act-item-bid-box .act-row .act-seller a:hover {
    text-decoration: none;
}

.act-item-bid-box .act-label {
    width: 120px;
    min-width: 120px;
    padding-right: 6px;
}

.act-item-bid-box .act-data {
    width: calc(100% - 120px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
}

.act-item-bid-box.act-size-medium .act-row {
    flex-direction: column;
}

.act-item-bid-box.act-size-medium .act-label {
    width: 100%;
}

.act-item-bid-box.act-size-medium .act-data {
    width: 100%;
}

#act-verified-label {
    float: left;
    padding: 4px 6px 4px 28px;
    height: 22px;
    position: relative;
    background: #a5f8ef;
    color: #03786b;
    border-radius: 6px;
    font-weight: bold;
    font-size: 13px;
    line-height: 14px;
}

#act-verified-label > svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 22px;
    padding: 4px 1px 4px 2px;
    fill: #03786b;
    border-right: 1px solid rgba(0,0,0,0.1);
    border-radius: 6px 0 0 6px;
}

.act-item-bid-box .act-data #act-verified-label {
    margin-bottom: 3px;
}

!.act-item-bid-box .act-data.act-btns {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

!.act-item-bid-box .act-data.act-btns a + a {
    margin-top: 8px;
}

.act-item-bid-box .act-bids .act-data .act-prices {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.act-item-bid-box .act-bids .act-data .act-prices .act-current-bid {
    font-size: 30px;
    font-weight: bold;
    line-height: 34px;
}

.act-item-bid-box .act-bids .act-data .act-prices .act-buyout-price {
    font-size: 16px;
    line-height: 18px;
    color: #777;
    font-weight: 600;
    margin-top: 8px;
}

.act-item-bid-box .act-bids .act-data .act-prices .act-reserve-price {
    font-size: 14px;
    line-height: 16px;
    color: #00a70b;
    margin-top: 8px;
    display: flex;
    align-items: center;
}

.act-item-bid-box .act-bids .act-data .act-prices .act-reserve-price svg {
    height: 14px;
    margin: -1px 4px 0 0;
    fill: #00a70b;
}

.act-item-bid-box .act-bids .act-data .act-prices .act-reserve-price.act-reserve-price-set {
    color: #b51010;
    align-items: flex-start;
}

.act-item-bid-box .act-bids .act-data .act-prices .act-reserve-price.act-reserve-price-set svg {
    fill: #b51010;
    min-width: 16px;
    margin-top: 1px;
}

.act-item-bid-box .act-row.act-bids .act-data {
    display: flex;
    flex-direction: row;
}

!.act-item-bid-box .act-row.act-bids .act-data .act-current-bid {
    width: 50%;
}

.act-item-bid-box .act-row.act-bids .act-data .act-btns {
    padding-left: 12px;
    width: 50%;
    display: flex;
    flex-direction: column;
}

.act-item-bid-box .act-row.act-watchlist .act-data {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.act-item-bid-box .act-row.act-watchlist .act-data .act-text {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.act-item-bid-box .act-row.act-watchlist .act-data .act-text > span {
    font-size: 13px;
    color: #777;
    line-height: 14px;
}

.act-item-bid-box .act-row.act-watchlist .act-data .act-btns {
    padding-left: 12px;
    width: 50%;
    display: flex;
    flex-direction: column;
}

!.act-item-bid-box .act-row.act-watchlist .act-data a.act-btn {
    display: inline-block;
    text-align: center;
}

.act-item-bid-box .act-row.act-time .act-data {
    display: flex;
    flex-direction: row;
}

.act-item-bid-box .act-row.act-time .act-data .act-end-date {
    margin-left: 8px;
}

.act-item-bid-box .act-row.act-time .act-data .act-end-date:before {
    content: "|";
    margin-right: 8px;
}

.act-item-bid-box .act-data > span, .act-item-bid-box .act-data > .act-seller-wrap span {
    font-size: 13px;
    color: #777;
    line-height: 16px;
}

!.act-item-bid-box .act-data .act-btn {
    margin-right: 8px;
}

.act-item-bid-box .act-data em {
    font-size: 13px;
    line-height: 14px;
    color: #777;
}

.act-item-bid-box .act-data a.act-btn-show-bids {
    font-weight: 600;
}

.act-item-bid-box .act-data a.act-btn-show-bids.act-disabled {
    cursor: not-allowed;
    text-decoration: none;
    opacity: 0.6;
}

.act-item-bid-box .act-data > div:empty {
    display: none;
}

.act-item-bid-box .act-data b {
    font-weight: 600;
}

.act-item-bid-box .act-data b.act-ship-free {
    color: #00a70b;
    text-decoration: underline;
}

.act-item-bid-box .act-data .act-seller-wrap {
    position: relative;
}

.act-item-bid-box .act-data .act-seller-wrap.act-has-user-img {
    padding-left: 40px;
}

.act-item-bid-box .act-data #act-verified-label + .act-seller-wrap.act-has-user-img {
    margin-top: 4px;
}

.act-item-bid-box .act-data .act-seller-wrap .act-user-img {
    position: absolute;
    top: 2px;
    left: 0;
    overflow: hidden;
}

.act-item-bid-box .act-time .act-remaining {
    font-weight: 600;
}

.act-item-bid-box .act-time .act-remaining.act-count-down, .act-remaining.act-count-down {
    font-weight: bold;
    color: #d60000;
}

.act-item-bid-box .act-time .act-remaining.act-count-down[data-active="0"], .act-remaining.act-count-down[data-active="0"] {
    font-weight: bold;
    color: #4141ef;
}

.act-item-bid-box .act-time .act-remaining[data-remaining="0"][data-active="0"], .act-remaining[data-remaining="0"][data-active="0"] {
    font-weight: bold;
    color: #0ab700!important;
}

.act-item-bid-box .act-time .act-remaining[data-remaining="0"][data-active="1"], .act-remaining[data-remaining="0"][data-active="1"] {
    font-weight: bold;
    color: #fff!important;
    background: #cf0000;
    display: inline-block;
    width: auto;
    padding-left: 3px;
    padding-right: 3px;
}

.act-item-bid-box .act-type-finished-winning .act-current-bid {
    color: #111!important;
}

.act-item-bid-box .act-time .act-remaining:empty + .act-end-date {
    margin-left: 0;
}

.act-item-bid-box .act-time .act-remaining:empty + .act-end-date:before {
    display: none;
}

.act-user-img {
    width: 32px;
    height: 32px;
    background: #fff;
    object-fit: cover;
    border-radius: 100px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.act-line.act-payfee .act-btn {
    width: auto;
    float: left;
    margin: 10px 0 5px 0;
}

.act-btn {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.act-btn svg, .act-bid-svg {
    margin-right: 8px;
    height: 16px;
}

.act-btn + .act-btn {
    margin-top: 8px;
}

.act-btn.act-btn-primary {
    padding: 12px 16px;
    border-radius: 100px;
    background: #2a3d75;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    color: #fff;
}

.act-btn.act-btn-primary:hover {
    background: #fab23a;
    text-decoration: none;
    color: black;
}
.act-btn.act-btn-primary:hover svg {fill:black!important}
.act-btn.act-btn-primary svg {
    fill: #fff;
    height: 20px;
    margin-top: -2px;
    margin-bottom: -2px;
}

.act-btn.act-btn-secondary {
    padding: 6px 12px;
    border-radius: 100px;
    border: 1px solid var(--act-primary-color);
    color: var(--act-primary-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}

.act-btn.act-btn-secondary:hover {
    border-color: var(--act-primary-color-hover);
    color: var(--act-primary-color-hover);
    text-decoration: none;
}

.act-btn.act-btn-secondary svg {
    fill: var(--act-primary-color);
}

.act-btn.act-btn-secondary:hover svg {
    fill: var(--act-primary-color-hover);
}

.act-btn.act-loading {
    opacity: 0.6;
    cursor: wait;
}

.act-btn.act-disabled, .act-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.act-btn .act-txt-hover, .act-btn:not(:hover) .act-txt-nohover {
    display: flex;
}

.act-btn .act-txt-nohover, .act-btn:not(:hover) .act-txt-hover {
    display: none;
}

.act-btn-active .act-txt-active, a:not(.act-btn-active) .act-txt-inactive {
    display: flex;
}

.act-btn-active .act-txt-inactive, a:not(.act-btn-active) .act-txt-active {
    display: none;
}

.act-btn-watch > div {
    align-items: center;
    flex-direction: row;
}

.act-item-bid-box .act-btn svg {
    margin-left: -8px;
}

.act-notification {
    width: 100%;
    padding: 10px 10px 10px 50px;
    margin: 0 0 16px 0;
    border-radius: 6px;
    border: 1px solid #ccc;
    position: relative;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
}

.act-notification.act-short {
    padding: 6px 10px;
    border-left: 6px solid #ccc;
    font-weight: bold;
}

!.act-notification:not(.act-hidden) + .act-notification {
    margin-top: -10px;
}

.act-notification + .act-notification:not(.act-highest-bidder):not(.act-outbid) {
    margin-top: -10px;
}

.act-notification > svg {
    position: absolute;
    left: -1px;
    top: -1px;
    border-radius: 6px 0 0 6px;
    width: 40px;
    padding: 9px;
    height: calc(100% + 2px);
    fill: rgba(255,255,255,0.8);
    background: #777;
}

.act-notification.act-info {
    background: rgb(58 136 226 / 4%);
}

.act-notification.act-info > svg {
    background: #2ab549;
}

.act-notification.act-info.act-short {
    border-left-color: #3a88e2;
}

.act-notification.act-warning {
    background: rgb(226 206 58 / 20%);
}

.act-notification.act-warning > svg {
    background: #e2ce3a;
}

.act-notification.act-warning.act-short {
    border-left-color: #e2ce3a;
}

.act-notification.act-error {
    background: rgb(231 0 0 / 20%);
}

.act-notification.act-error > svg {
    background: #e70000;
}

.act-notification.act-error.act-short {
    border-left-color: #e70000;
}

.act-notification.act-ok {
    background: rgb(0 207 104 / 20%);
}

.act-notification.act-ok > svg {
    background: #00cf68;
}

.act-notification.act-ok.act-short {
    border-left-color: #00cf68;
}

.act-notification .act-line {
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    margin: 1px 0;
}

.act-notification .act-line.act-bold {
    font-weight: bold;
    font-size: 16px;
}

.act-notification.act-hidden, .act-row.act-hidden, .act-line.act-hidden, .act-label.act-hidden, .act-hidden {
    display: none;
}

.act-notification.act-submit-message .act-line.act-bold {
    font-size: 15px;
    line-height: 16px;
}

.act-modal-error {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    color: #444;
    line-height: 20px;
    padding: 20px;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.act-modal-error > a {
    margin-top: 10px;
}

.act-modal-error > a:hover {
    font-weight: bold;
    text-decoration: none;
}

/* USER ACCOUNT TABS */
#act-tab-menu {
    display: flex;
    margin: 0 0 15px 0;
    background: #fff;
    position: relative;
    flex-direction: row;
    align-items: flex-end;
}

#act-tab-menu:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 1px;
    background: #ccc;
}

#act-tab-menu > a {
    text-decoration: none;
    padding: 10px 0px;
    margin: 0 20px 0 0;
    position: relative;
    cursor: pointer;
    z-index: 2;
    font-weight: 600;
    font-size: 15px;
    line-height: 17px;
}

#act-tab-menu > a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 3px;
    background: transparent;
}

#act-tab-menu > .act-active {
    font-weight: 600;
    color: #000;
}

#act-tab-menu > .act-active:after, #act-tab-menu > a:hover:after {
    background: #000;
}

#act-tab-menu > a:hover {
    color: #000;
    text-decoration: none;
}

#act-tab-menu > a:last-child {
    margin-right: 0;
}

.act-tab {
    display: flex;
    flex-direction: column;
}

/* USER SECTION - MY AUCTIONS */
.act-body {
    clear: both;
    display: inline-block;
    width: 100%;
    float: none;
    background: #fff;
    padding: 15px 15px 5px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.act-table-wrap {
    display: flex;
    flex-direction: column;
    overflow-x: auto;
}

.act-table {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin: 0 0 20px 0;
}

.act-table .act-head-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-weight: bold;
    color: #111;
    border-bottom: 2px solid #ccc;
}

.act-table .act-table-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.act-table .act-table-row.act-disabled > .act-item, .act-table .act-table-row.act-disabled > .act-price2, .act-table .act-table-row.act-disabled > .act-count, .act-table .act-table-row.act-disabled > .act-date {
    opacity: 0.3;
}

.act-table .act-table-data {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.act-body .act-notification {
    background: #fff!important;
}

.act-table .act-empty-row {
    padding: 25px 10px;
    color: #777;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.act-table.act-table-bids .act-table-row {
    flex-direction: row;
    align-items: flex-start;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    justify-content: flex-start;
}

.act-table-bids .act-table-row > div {
    padding: 12px 5px;
}

.act-table-bids .act-head-row > div {
    padding: 5px 5px;
}

.act-table-bids .act-table-row {
    position: relative;
    padding-bottom: 32px;
}

.act-table-bids .act-table-row > div.act-buttons {
    position: absolute;
    width: 100%;
    padding: 0 5px;
    bottom: 12px;
    left: 0;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
}

.act-table-bids .act-table-row > div.act-buttons > a {

    border-radius: 5px;
    padding: 4px 7px;
    font-size: 13px;
    line-height: 16px;
    color: #333;
    margin: 0 0 0 5px;
    font-weight: 600;
}

.act-table-bids .act-table-row > div.act-buttons > a.act-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.act-table-bids .act-table-row > div.act-buttons > a:hover {
    background: #d4d4d4;
    color: #000;
    text-decoration: none;
    border-color: #444;
    ;}

.act-table-bids .act-table-row > div.act-buttons > a.act-rem {
    background: #ff9e9e;
    border-color: #ff9e9e;
}

.act-table-bids .act-table-row > div.act-buttons > a.act-rem:hover {
    background: #f19292;
    border-color: #444;
}

.act-table-bids .act-table-row > div.act-buttons > a.act-accpt {
    text-decoration: underline;
}

.act-table-bids .act-table-row > div.act-buttons > a.act-uline {
    text-decoration: underline;
}

.act-table-bids .act-item {
    width: calc(100% - 300px);
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
}

.act-table-bids .act-table-row > div.act-item {
    padding-left: 88px;
    min-height: 96px;
}

.act-table-bids .act-item img {
    width: 76px;
    height: 76px;
    position: absolute;
    left: 0;
    top: 8px;
    object-fit: cover;
}

.act-table-bids .act-item .act-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    margin: 0 0 5px 0;
}

.act-table-bids .act-item .act-title a.act-disabled {
    font-style: italic;
    color: #777;
    font-weight: 600;
}

.act-table-bids .act-price2 {
    width: 120px;
    display: flex;
    flex-direction: column;
    line-height: 18px;
}

.act-table-bids .act-price2 > span.act-lab {
    display: none;
}

.act-table-bids .act-price2 > span.act-prc {
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 2px;
}

.act-table-bids .act-count {
    width: 80px;
    line-height: 18px;
    text-align: center;
}

.act-table-bids .act-date {
    width: 100px;
    display: flex;
    flex-direction: column;
    line-height: 18px;
}

.act-table-bids .act-date .act-left {
    font-weight: bold;
}

.act-table-bids .act-date .act-left.act-red {
    color: #e70000;
}

.act-table-bids .act-date > span:first-child + span:last-child {
    text-decoration: underline;
}

.act-table-bids .act-date > span:empty + span:last-child {
    text-decoration: underline;
}

.act-table-bids .act-date > .act-left:not(:empty) + span:last-child {
    font-size: 13px;
    color: #777;
}

!.act-table-bids .act-table-row .act-date {
    font-size: 13px;
    color: #777;
}

.act-table-bids .act-status {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
}

.act-table-bids .act-status .act-winner {
    border-radius: 4px;
    background: #777;
    font-weight: 600;
    border: 1px solid rgba(0,0,0,0.1);
    border-left: 4px solid rgba(0,0,0,0.25);
    color: #fff;
    padding: 3px 5px;
    margin: 0 4px 4px 0;
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
}

.act-table-bids .act-status .act-winner.act-won {
    background: #00cf68;
}

.act-table-bids .act-status .act-winner.act-outbid {
    background: #e70000;
}

.act-table-bids .act-status .act-winner.act-winning {
    background: #3a88e2;
}

.act-table-bids .act-status > span {
    border-radius: 4px;
    background: #f0f0f0;
    color: #777;
    padding: 3px 5px;
    margin: 0 4px 4px 0;
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    font-style: italic;
}

.act-table-bids .act-your-bid {
    margin: 2px 0 0 0;
    font-size: 12px;
    color: #777;
    line-height: 14px;
}

.act-table-bids .act-high-bid .act-price {
    text-decoration: underline;
}

.act-table-bids .act-status2 {
    border-radius: 4px;
    background: #777;
    font-weight: 600;
    border: 1px solid rgba(0,0,0,0.1);
    border-left: 4px solid rgba(0,0,0,0.25);
    color: #fff;
    padding: 3px 5px;
    margin: 0 0 4px 0;
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 15px;
}

.act-table-bids .act-status2.act-finished {
    background: #00cf68;
}

.act-table-bids .act-status2.act-running {
    background: #e70000;
}

.act-table-bids .act-status2.act-starting {
    background: #3a88e2;
}

.act-table-bids .act-status2.act-stopped {
    background: #777;
}

.act-table-bids .act-status2.act-inactive {
    background: #777;
}

.act-table-bids .act-status2 > svg {
    fill: #fff;
    width: 13px;
    height: 13px;
    margin-top: -1px;
}

.act-table-bids .act-high-bid {
    font-weight: bold;
}

.act-table-bids .act-winner-user {
    margin: 6px 0;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #ccc;
    border-left: 4px solid #3a88e2;
    color: #111;
    padding: 5px 7px;
    font-size: 13px;
    line-height: 15px;
    align-items: flex-start;
    flex-direction: column;
}

.act-table-bids .act-winner-user > div {
    margin: 2px 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
}

.act-table-bids .act-winner-user > div.act-tp {
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #e4e4e4;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
}

.act-table-bids .act-winner-user > div.act-tp > svg {
    float: left;
    height: 24px;
    margin: 3px 9px 2px 0;
    fill: #eec800;
}

.act-table-bids .act-winner-user > div.act-pmnt {
    margin: 10px 0 2px 0;
    display: inline-block;
    background: #f1eeb1;
    padding: 4px 10px;
    border-radius: 100px;
    width: auto;
}

.act-table-bids .act-winner-user > div > span {
    min-width: 64px;
}

.act-table-bids .act-winner-user > div.act-only-text {
    display: inline;
}

.act-table-bids .act-winner-user > div.act-only-text span {
    display: inline;
}

.act-table-bids .act-winner-user > div.act-only-text span.act-price {
    text-decoration: underline;
}

.act-status2.act-running > svg {
    margin-right: 5px;
    animation: actPop 2s linear infinite;
}

@keyframes actPop {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* NEW AUCTION FORM */
.act-tab form.act-form {
    display: flex;
    margin: 15px 0 25px 0;
    align-items: flex-end;
    justify-content: space-between;
}

.act-tab form.act-form .act-row {
    width: 100%;
    padding-right: 10px;
}

.act-tab form.act-form .act-input-box select {
    height: 40px;
    max-height: 40px;
    margin: 0;
    padding: 0 8px;
    font-size: 15px;
    width: 100%;
    min-width: 100px;
}

.act-tab form.act-form .act-btn {
    padding: 11px 15px;
    font-size: 15px;
    height: 40px;
    line-height: 18px;
    margin: 0;
    white-space: nowrap;
    border-radius: 5px;
}

.act-tab form.act-form .act-head {
    margin-bottom: 2px;
    display: block;
}

/* EDIT AUCTION FORM */
.act-tab form.act-edit-form {
    display: flex;
    margin: 5px 0 15px 0;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
}

form.act-edit-form .act-section {
    margin: 8px 0 8px 0;
    padding: 12px 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

form.act-edit-form .act-section > .act-header {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #777;
    margin: 0 0 8px 0;
}

form.act-edit-form .act-section > .act-header + .act-row {
    border-top: 2px solid #aaa;
}

form.act-edit-form .act-section .act-row {
    position: relative;
    padding: 20px 0;
    border-top: 1px solid #e4e4e4;
    display: flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

form.act-edit-form .act-section hr {
    margin: 12px 0;
    border: none;
    background: #ccc;
    height: 3px;
    width: 100%;
    display: inline-block;
}

form.act-edit-form .act-section hr + .act-row {
    border-top: none;
}

form.act-edit-form .act-label {
    font-size: 16px;
    line-height: 18px;
    color: #111;
    font-weight: bold;
    margin: 0 0 2px 0;
}

form.act-edit-form .act-input-info {
    font-size: 13px;
    line-height: 16px;
    color: #777;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

form.act-edit-form .act-save-auction {
    border-radius: 5px;
    padding: 8px 25px;
    font-size: 15px;
    line-height: 18px;
}

form.act-edit-form .act-input-box-or {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}

form.act-edit-form .act-input-box-or .act-date-or {
    margin: 0 20px;
    color: #999;
    font-style: italic;
    line-height: 16px;
    font-size: 14px;
}

form.act-edit-form .act-input-box-or .act-date-or .act-mobile {
    display: none;
    white-space: nowrap;
}

form.act-edit-form .act-input-box-or .act-input-box-check {
    position: relative;
    top: auto;
    right: auto;
    width: 100px;
}

form.act-edit-form .act-input-box-or .act-input-box-check input[type=checkbox] + label {
    padding: 0 8px;
    letter-spacing: -0.2px;
}

form.act-edit-form .act-input-box-or input[type="datetime-local"].act-shaded {
    opacity: 0.4;
}

form.act-edit-form .act-underline {
    text-decoration: underline;
    margin-top: 5px;
}

/* STANDARD INPUT BOX */
.act-input-box {
    position: relative;
    margin: 0 0 6px 0;
    width: 100%;
}

.act-input-box input[type="text"], .act-input-box input[type="number"], .act-input-box input[type="datetime-local"], .act-input-box select, .act-input-box textarea {
    border: 1px solid #ccc;
    height: 36px;
    padding: 0 10px;
    border-radius: 5px;
    line-height: 1;
    max-height: 36px;
    margin: 0;
}

.act-input-box input[type="text"]:hover, .act-input-box input[type="number"]:hover, .act-input-box input[type="datetime-local"]:hover, .act-input-box select:hover, .act-input-box textarea:hover {
    border-color: #aaa;
}

.act-input-box input[type="text"]:focus, .act-input-box input[type="number"]:focus, .act-input-box input[type="datetime-local"]:focus, .act-input-box select:focus, .act-input-box textarea:focus {
    outline: 1px solid #0000ef;
    border-color: #0000ef;
}

.act-input-box input[type="text"]:read-only, .act-input-box input[type="number"]:read-only, .act-input-box input[type="datetime-local"]:read-only, .act-input-box textarea:read-only {
    opacity: 0.65;
    cursor: default;
}

.act-input-box input[type="text"]:disabled, .act-input-box input[type="number"]:disabled, .act-input-box input[type="datetime-local"]:disabled, .act-input-box select:disabled, .act-input-box textarea:disabled {
    opacity: 0.4;
    cursor: default;
}

.act-input-box select {
    min-width: 220px;
    max-width: 100%;
    width: auto;
}

.act-input-box input {
    width: 160px;
}

.act-input-box input.act-small, .act-input-box select.act-small {
    width: 100px;
}

.act-input-box input.act-medium, .act-input-box select.act-medium {
    width: 180px;
}

.act-input-box input.act-large, .act-input-box select.act-large {
    width: 280px;
}

.act-input-box input.act-xxlarge, .act-input-box select.act-xxlarge {
    width: 100%;
}

.act-input-box textarea {
    width: 100%;
    height: 92px;
    min-height: 48px;
    max-height: 180px;
    min-width: 100%;
    max-width: 100%;
    padding: 10px;
}

.act-input-box .act-curr-box {
    position: absolute;
    left: 3px;
    top: 6px;
    height: 24px;
    padding: 4px 0;
    line-height: 16px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 40px;
    border-right: 1px solid #ccc;
}

.act-input-box .act-curr-box.act-smaller {
    font-size: 14px;
}

.act-input-box.act-with-currency input[type="text"], .act-input-box.act-with-currency input[type="number"], .act-input-box.act-with-currency input[type="datetime-local"], .act-input-box.act-with-currency select {
    padding-left: 52px;
}

/* SPECIAL CHECKBOXES */
.act-input-box-check {
    position: absolute;
    top: 20px;
    right: 3px;
    width: 70px;
    height: 30px;
}

.act-input-box-check input[type=checkbox] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0.01;
    margin: 0;
}

.act-input-box-check input[type=checkbox]:before {
    content: ""!important;
    display: none!important;
}

.act-input-box-check input[type=checkbox] + label {
    margin: 0;
    text-align: right;
    line-height: 30px;
    padding: 0 10px;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    width: 100%;
    max-width: 100%;
    height: 30px;
    background: #888;
    display: block;
    border-radius: 100px;
    position: relative;
}

.act-input-box-check input[type=checkbox] + label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 24px;
    transition: 0.3s;
}

.act-input-box-check input[type=checkbox]:checked + label {
    background: var(--act-primary-color);
    text-align: left;
}

.act-input-box-check:hover input[type=checkbox]:not(:disabled) + label {
    background: #777;
}

.act-input-box-check:hover input[type=checkbox]:checked:not(:disabled) + label {
    background: var(--act-primary-color-hover);
}

.act-input-box-check input[type=checkbox]:checked + label:after {
    left: calc(100% - 3px);
    transform: translateX(-100%);
}

.act-input-box-check input[type=checkbox]:not(:disabled) + label:hover:after, .act-input-box-check input[type=checkbox]:not(:disabled):hover + label:after {
    width: 24px;
}

.act-input-box-check input[type=checkbox]:not(:disabled) + label:active:after, .act-input-box-check input[type=checkbox]:not(:disabled):active + label:after {
    width: 26px;
}

.act-input-box-check input[type=checkbox] + label:before {
    content: 'Off';
}

.act-input-box-check input[type=checkbox]:checked + label:before {
    content: 'On';
}

.act-input-box-check input[type=checkbox]:disabled {
    cursor: default;
}

.act-input-box-check input[type=checkbox]:disabled + label {
    opacity: 0.5;
    cursor: default;
}

form.act-edit-form .act-input-box-check + .act-input-info {
    padding-right: 100px;
}

@media screen and (max-width: 767px) {
    .act-bid-box {
        padding:20px 20px 10px 20px
    }

    .act-item-bid-box .act-row {
        flex-direction: column;
    }

    .act-item-bid-box .act-label {
        width: 100%;
    }

    .act-item-bid-box .act-data {
        width: 100%;
    }

    .act-bids-list-box .act-bids-data {
        max-height: calc(100vh - 220px);
        height: 100%;
        min-height: 220px;
    }
}

@media screen and (max-width: 640px) {
    .act-bids-list-box .act-id {
        display:none;
    }

    .act-bids-list-box .act-bids-head .act-winning {
        opacity: 0.01;
        height: 32px;
        overflow: hidden;
    }

    .act-bids-list-box .act-user {
        width: calc(100% - 260px);
    }

    .act-bids-list-box .act-amount {
        width: 120px;
    }

    .act-bids-list-box .act-winning {
        width: 40px;
    }

    .act-bids-list-box .act-date {
        width: 100px;
    }

    .act-bids-list-box .act-bids-row .act-date {
        font-size: 12px;
    }

    .act-alerts {
        width: 180px;
    }

    .act-alert2 .act-alert2-wrap {
        max-height: calc(100vh - 120px);
    }

    .act-alert2 .act-alert2-buttons-top {
        margin-top: 6px;
    }

    .act-alert2 .act-header {
        margin: 0 0 15px 0;
        align-items: flex-start;
        flex-direction: column;
    }

    .act-alert2 {
        padding: 16px 12px 12px 16px;
    }

    .act-bids-list-box {
        padding: 16px 16px 12px 16px;
    }

    .act-bids-list-box {
        padding: 16px 16px 12px 16px;
    }

    .act-table-bids .act-count {
        display: none;
    }

    .act-table-bids .act-item {
        width: calc(100% - 220px);
    }

    .act-table-bids .act-table-row > div.act-item {
        padding-left: 60px;
    }

    .act-table-bids .act-item img {
        width: 48px;
        height: 64px;
    }
}

@media screen and (max-width: 480px) {
    !.act-table-bids .act-table-row > div.act-item {
        padding-left:5px;
    }

    !.act-table-bids .act-item img {
        display: none;
    }

    form.act-edit-form .act-input-box-or .act-date-or .act-desktop {
        display: none;
    }

    form.act-edit-form .act-input-box-or .act-date-or .act-mobile {
        display: initial;
    }

    !.act-table.act-table-bids {
        border-top: 1px solid #ddd;
    }

    .act-table.act-table-bids .act-table-row {
        display: inline-block;
        width: 100%;
        padding-bottom: 0;
        background: #f4f4f4;
    }

    .act-table .act-head-row {
        display: none;
    }

    .act-table.act-table-bids .act-table-row {
        margin-bottom: 16px;
        border-top: 1px solid #ddd;
        border-bottom: none;
    }

    .act-table-bids .act-table-row > div.act-item {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        background: #fff;
        border-bottom: 1px solid #ddd;
        margin: 0 0 6px 0;
    }

    .act-table-bids .act-table-row > div.act-date {
        float: left;
        clear: none;
        width: 50%;
        padding: 5px 10px 5px 15px;
        border-left: 1px solid #ddd;
    }

    .act-table-bids .act-table-row > div.act-price2 {
        float: left;
        clear: both;
        width: 50%;
        padding: 5px 10px;
    }

    .act-table-bids .act-table-row > div.act-price2 .act-lab {
        display: block;
    }

    .act-table-bids .act-date .act-left {
        margin-bottom: 2px;
    }

    .act-table-bids .act-table-row > div.act-buttons {
        flex-wrap: wrap;
        border-top: 1px solid #ccc;
        margin: 1px 0 0 0;
        padding: 10px 5px;
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        width: 100%;
        float: left;
        clear: both;
        background: #fff;
    }

    .act-table-bids .act-table-row > div.act-buttons > a {
        margin: 5px 0 0 5px;
    }

    .act-table-bids .act-table-row > div.act-item {
        padding-left: 76px;
    }

    .act-table-bids .act-item img {
        width: 64px;
        height: 64px;
    }

    #act-tab-menu > a {
        margin-right: 12px;
    }
}

@media screen and (max-width: 420px) {
    .act-item-bid-box .act-row.act-bids .act-data, .act-item-bid-box .act-row.act-watchlist .act-data {
        flex-direction: column;
    }

    .act-item-bid-box .act-bids .act-data .act-prices, .act-item-bid-box .act-row.act-watchlist .act-data .act-text {
        width: 100%;
        margin-bottom: 12px;
    }

    .act-item-bid-box .act-row.act-bids .act-data .act-btns, .act-item-bid-box .act-row.act-watchlist .act-data .act-btns {
        width: 100%;
        padding-left: 0;
    }

    .act-item-bid-box .act-bids .act-data .act-prices .act-buyout-price {
        margin: 2px 0;
    }

    form.act-edit-form .act-input-box-or .act-date-or {
        margin: 0 8px;
    }

    .act-bid-box .act-bid-btns {
        flex-direction: column;
    }

    .act-bid-box .act-bid-btns .act-btn {
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
    }

    .act-bid-box .act-bid-btns .act-btn:last-child {
        margin-bottom: 0;
    }

    .act-bid-box .act-buttons .act-input-box-check {
        width: calc(100% - 132px);
    }

    .act-bid-box .act-buttons .act-btn.act-btn-primary {
        width: 120px;
    }

    .act-bids-list-box .act-date {
        display: none;
    }

    .act-bids-list-box .act-user {
        width: calc(100% - 150px);
    }

    .act-bids-list-box .act-amount {
        width: 120px;
    }

    .act-bids-list-box .act-winning {
        width: 30px;
    }

    .act-bids-list-box .act-date {
        display: none;
    }

    !.act-table-bids .act-table-row > div.act-item {
        width: 40%;
        padding: 10px 3px;
    }

    !.act-table-bids .act-price2 {
        width: 30%;
        padding: 10px 3px;
    }

    !.act-table-bids .act-table-row > div {
        width: 30%;
        padding: 10px 3px;
    }
}

@media screen and (max-width: 360px) {
    .act-bid-box {
        padding:18px 15px 10px 15px;
    }

    .act-bid-box .act-buttons .act-input-box-check {
        width: calc(100% - 112px);
    }

    .act-bid-box .act-buttons .act-btn.act-btn-primary {
        width: 100px;
    }

    .act-bid-box .act-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .act-bid-box .act-head .act-shipping {
        margin-left: 0;
        margin-top: 3px;
    }

    .act-tab form.act-form {
        align-items: stretch;
        justify-content: space-between;
        flex-direction: column;
    }

    .act-tab form.act-form .act-row {
        padding: 0;
        margin: 0 0 10px 0;
    }
}

/* MODAL */
.modal-cover {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 98;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(4px);
}

#actModal {
    display: none;
    background: #fff;
    position: fixed;
    width: 640px;
    height: 480px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
    z-index: 995;
    box-shadow: 0 5px 30px rgb(0 0 0 / 70%);
}

#actModal.modal-fullscreen {
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    transform: none;
    max-width: 100%;
    max-height: 100%;
}

#actModal .modal-close {
    display: block;
    cursor: pointer;
    border-radius: 5px;
    padding: 8px 0;
    transition: 0.1s;
    position: absolute;
    z-index: 99;
    color: #555;
    background: rgba(0,0,0,0.05);
    text-align: center;
    box-shadow: 0 0px 2px rgb(0 0 0 / 20%);
    top: 10px;
    right: 15px;
    width: 34px;
    height: 34px;
    font-size: 16px;
}

#actModal .modal-close i {
    line-height: 34px;
    display: inline-block;
}

#actModal .modal-close-alt {
    position: absolute;
    top: -7px;
    right: -50px;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.2s;
    display: flex;
}

#actModal .modal-close-alt:hover {
    transform: scale(1.2);
}

#actModal .modal-close-alt svg {
    margin: auto;
    color: #fff;
    width: 34px;
    height: 34px;
}

#actModal .modal-close:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#actModal .modal-content {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
}

#actModal .modal-content .modal-iframe, #actModal .modal-loader {
    background: #fff url(../img/input-loader.webp) no-repeat center center;
    background-size: 40px;
    border: none;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#actModal, #actModal .modal-content, #actModal .modal-content .modal-iframe {
    border-radius: 5px;
}

#actModal .modal-is-inline .modal-content {
    overflow-y: auto;
}

#actModal .head {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #171717;
    padding: 16px 16px;
    line-height: 1.2;
}

#actModal .subhead {
    display: block;
    width: 100%;
    font-weight: 600;
    color: #171717;
    margin-top: -8px;
    line-height: 1.2;
    padding: 0px 16px 16px 16px;
    border-bottom: 1px solid #ccc;
}
