@media (min-width: 992px) {
    .modal-xl {
        width: 1140px;
    }

    .modal-xl-signature {
        width: 1360px;
    }
}

/* .pageload {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    display: flex;
    justify-content: center;
} */

.txt-center-signature-pad {
    text-align: -webkit-center;
}

.swal-text {
    font-weight: bold;
    text-align: center;
}

.red-text {
    color: red;
}



/* loading indicator */


.pageload {
    /* position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    display: flex;
    justify-content: center; */

    background-color: #ffffff;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow: hidden !important;
    right: 0px;
    z-index: 999999;
    justify-content: center;
}

.icon-loading {
    text-align: -webkit-center;
    margin-top: 150px;
}

/* img {
    justify-content: center;
    width: 150px;
} */

.mini-loader {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid rgb(var(--pure-material-primary-rgb, 255,124,129));
    width: 40px;
    height: 40px;
    -webkit-animation: spin 0.9s linear infinite;
            animation: spin 0.9s linear infinite;
}

.loader {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid rgb(var(--pure-material-primary-rgb, 255,124,129));
    border-bottom: 6px solid rgb(var(--pure-material-primary-rgb, 255,124,129));
    /* border-top: 7px solid rgb(var(--pure-material-primary-rgb, 10, 168, 158));
    border-bottom: 7px solid rgb(var(--pure-material-primary-rgb, 10, 168, 158)); */
    /* border-top: 7px solid rgb(var(--pure-material-primary-rgb, 250,192,144));
    border-bottom: 7px solid rgb(var(--pure-material-primary-rgb, 250,192,144)); */
    width: 50px;
    height: 50px;
    -webkit-animation: spin 0.9s linear infinite;
    animation: spin 0.9s linear infinite;
    margin-bottom: 5px;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

progress {
    width: 100%;
}

.pure-material-progress-linear {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    height: 0.25em;
    color: rgb(var(--pure-material-primary-rgb, 10, 168, 158));
    background-color: rgba(var(--pure-material-primary-rgb, 33, 150, 243), 0.12);
    font-size: 16px;
}

.pure-material-progress-linear::-webkit-progress-bar {
    background-color: transparent;
}

/* Determinate */
.pure-material-progress-linear::-webkit-progress-value {
    background-color: currentColor;
    transition: all 0.2s;
}

.pure-material-progress-linear::-moz-progress-bar {
    background-color: currentColor;
    transition: all 0.2s;
}

.pure-material-progress-linear::-ms-fill {
    border: none;
    background-color: currentColor;
    transition: all 0.2s;
}

/* Indeterminate */
.pure-material-progress-linear:indeterminate {
    background-size: 200% 100%;
    background-image: linear-gradient(to right, transparent 50%, currentColor 50%, currentColor 60%, transparent 60%, transparent 71.5%, currentColor 71.5%, currentColor 84%, transparent 84%);
    animation: pure-material-progress-linear 3s infinite linear;
}

.pure-material-progress-linear:indeterminate::-moz-progress-bar {
    background-color: transparent;
}

.pure-material-progress-linear:indeterminate::-ms-fill {
    animation-name: none;
}

@keyframes pure-material-progress-linear {
    0% {
        background-size: 200% 100%;
        background-position: left -31.25% top 0%;
    }
    50% {
        background-size: 800% 100%;
        background-position: left -49% top 0%;
    }
    100% {
        background-size: 400% 100%;
        background-position: left -102% top 0%;
    }
}


.card-loader {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 99;
}

.progress-loader {
    margin: 0rem 0 1rem 0;
    margin-top: -12px;
}