.user-data span {
    font-size: .7rem;
    font-weight: 700;
}

.user-data p {
    margin: 0;
    font-size: 1.1rem;
}

.user-table-data {
    align-items: center;
}

.user-img {
    height: 16.66666667%;
}

.popup-layout {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.5)
}

.card-img {
    width: 70%;
}

.center {
    justify-content: center;
    align-items: center;
}

.header-container {
    padding: 5px 10px;
    margin-bottom: 10px;
    align-items: center
}

.ad-rgr-btn {
    width: auto;
    padding-left: 20px;
    padding-right: 20px
}

.ml-auto {
    margin-left: auto !important;
    margin-right: 10px
}

.padding-lef {
    margin-left: auto;
}

.min-h350 {
    min-height: 350px;
}

.x-scroll {
    overflow-x: scroll;
}

.h250 {
    height: 250px;
}

.hidden {
    display: none;
}

.t-avatar {
    background: var(--primary);
    border-radius: 50%;
    color: #e3eaef;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    position: relative;
    vertical-align: middle;
    line-height: 1.28;
    height: 45px;
    width: 45px;
    border-radius: 50%;
}

.mr-2 {
    margin-right: .7rem;
}

.w-id {
    width: 40px;
}

.beep-show {
    animation: beepAn 1s infinite;
}

.beep:after {
    content: '';
    position: absolute;
    top: 2px;
    right: 8px;
    width: 7px;
    height: 7px;
    background-color: #ffa426;
    border-radius: 50%;
    -webkit-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 1;
}

.beep.beep-sidebar:after {
    position: static;
    margin-left: 20px;
    animation: beepAn 1s infinite;
}

@keyframes beepAn {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@media screen and (max-width: 576px) {
    .m-hidden {
        display: none;
    }
}


.button__loader {
    position: relative;
    overflow: hidden !important;
    cursor: wait !important;
}

.button__loader::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 150%;
    height: 100%;
    background: repeating-linear-gradient(60deg,
            transparent,
            transparent 0.75rem,
            #ffffff8a 0.75rem,
            #ffffff8a 1.5rem);
    animation: load 1s infinite linear;
}

@keyframes load {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(+1.75rem);
    }
}

.card-registration .select-input.form-control[readonly]:not([disabled]) {
    font-size: 1rem;
    line-height: 2.15;
    padding-left: .75em;
    padding-right: .75em;
}

.card-registration .select-arrow {
    top: 13px;
}
