﻿[v-cloak] {
    display: none;
}

@keyframes fullPageLoaderSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.eventBody .filterLebel {
    margin-right: 12px;
}

.awc-table {
    width: 100%;
    table-layout: auto;
    empty-cells: show;
    font: 12px / 16px "segoe ui", arial, sans-serif;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.clickable {
    cursor: pointer;
}

.alert-success {
    color: rgb(10, 54, 34);
    background-color: rgb(209, 231, 221);
    border-color: rgb(163, 207, 187);
    font-size: 12px;
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #9eeaf9;
    font-size: 12px;
}

/* Make a Payment Control Start  */
.make-payment-totals {
    text-align: right;
    font-size: 1.3em;
}

.make-payment-totals label {
    font-weight: bold;
    padding-right: 30px;
}

.make-payment-pay-amount input {
    width: 100%;
    margin-left: 6px;
    flex-grow: 1;
    text-align: center;
}

.make-payment-pay-amount input:disabled {
    background-color: #ccc;
}

.make-payment-radio label {
    font-size: 18px;
}

.make-payment-radio input {
    margin: 0 5px 0 0;
}
/* Make a Payment Control End  */

/** PB Modal Start **/

.pb-modal-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: 999;
}

.pb-modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.3);
}

.pb-modal-dialog {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pb-modal-dialog-sm .pb-modal-dialog-box {
    width: 400px;
    height: 400px;
}

.pb-modal-dialog-md .pb-modal-dialog-box {
    width: 600px;
    height: 600px;
}

.pb-modal-dialog-box {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    width: 100%;
    height: 100%;
    max-width: 90%;
    border-radius: 8px;
}

.pb-modal-header-text {
    flex-grow: 1;
    font-size: 20px;
}

.pb-modal-header-wrapper {
    position: relative;
    width: 100%;
}

.pb-modal-header {
    background: #25a0da;
    color: #fff;
    padding: 20px;
    display: flex;
    font-weight: bold;
    align-items: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.pb-modal-header button {
    color: #fff;
    background: transparent;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0.7;
    border: 0 none;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.pb-modal-header button:hover {
    opacity: 1;
}

.pb-modal-body {
    height: 100%;
    padding: 20px;
    font-size: 14px;
    flex-grow: 1;
}

.pb-modal-footer {
    background: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

/** PB Modal END **/
