body {
    opacity: 1 !important;
}

.hidden {
    display: none !important;
}

.cmp-loader .loader-circle {
    top: calc(50% - 35px);
    left: calc(50% - 22px);
    position: absolute;
    transform: translate3d(-50%, -50%, 0);
    border: .3em solid #C23934;
    border-bottom-color: transparent;
    border-radius: 50%;
    animation: 1s loader-circle linear infinite;
    display: inline-block;
    width: 2em;
    height: 2em;
    color: inherit;
    vertical-align: middle;
    pointer-events: none;
}
@keyframes loader-circle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#cmp-aarp-loader {
    z-index: 99999999;
}

.cmp-loader {
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #EEF0F1;
}

.cmp-loader.custom-loader {
    background: rgba(167, 166, 162, 0.6);
}

.cmp-loader .cmp-loader__text {
    font-family: sans-serif !important;
    font-size: 30px;
    position: absolute;
    top: calc(50% + 25px);
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    color: #000;
    margin: 0 !important;
    font-weight: normal;
}

.user-card-print {
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    background-size: 100%;
    margin-top: 10px;
    font-size: 21px;
    -webkit-print-color-adjust: exact;
}

.printCardMain {
    max-width: 320px;
}

.memberName, .membershipNumber, .validThru, .printCardBarcode {
    position: absolute;
}
.memberName {
    left: 22px;
    top: 55px;
}
.membershipNumber {
    left: 113px;
    top: 75px;
}
.validThru {
    left: 22px;
    top: 75px;
}
.printCardBarcode {
    left: 122px;
    top: 367px;
    max-width: 134px;
}

.ar-print .cancel-ar-success-modal__header-msg{
    height: 92px;
    width: 590px;
    color: #0E1719;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    margin: 0 0 0 -25px;
}

.ar-print .modal-body {
    padding-left: 85.5px;
    padding-top: 42.5px;
}

.ar-print .modal-body-list {
    padding-top: 33px;
    width: 590px;
}

.ar-print .modal-body-list li{
    padding: 0 0 9px;
}

.ar-print .modal-body-list li >.list-label{
    height: 36px;
    width: 318px;
    color: #0E1719;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 36px;
}

.ar-print .modal-body-list li >.list-value{
    height: 36px;
    width: 180px;
    color: #0E1719;
    font-size: 26px;
    letter-spacing: 0;
    line-height: 36px;
    float: right;
}

.ar-print .body-msg-1{
    height: 144px;
    width: 590px;
    color: #0E1719;
    font-size: 26px;
    letter-spacing: 0;
    line-height: 36px;
    padding-top: 16px;
}

.ar-print .body-msg-2{
    height: 72px;
    width: 590px;
    color: #0E1719;
    font-size: 26px;
    letter-spacing: 0;
    line-height: 36px;
    padding-top: 30px;
}

.ar-print .modal-footer {
    border-top: none;
    padding: 0 0 0 0;
    text-align: left;
}

.ar-print .ar-cancel-renew, .ar-print .ar-cancel-success-print, .ar-print .icon-incorrect{
    display: none;
}