.doing {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
}

.doing .doing-inner {
    margin: 0;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.doing .spinner1 {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}

.doing .spinner1 > div {
    width: 18px;
    height: 18px;
    background-color: #ee2e24;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.doing .spinner1 .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.doing .spinner1 .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% { 
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% { 
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.page-item.disabled.dot .page-link {
    border: 0;
}

.no-underline,
.no-underline:hover {
    text-decoration: none !important;
}

.table.table-xxs th, .table.table-xxs td {
    padding: 0.4rem 1rem;
}

.page-item.disabled .page-link {
    border: 0;
    color: #e3e3e3;
}

.circle {
    border-radius: 100%;
}

.btn-greyish {
    color: #000;
    background-color: #d2d2d2;
    border-color: #d2d2d2;
}

.btn-greyish:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-greyish:not(:disabled):not(.disabled).active,
.btn-greyish:not(:disabled):not(.disabled):active,
.show>.btn-greyish.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.badge.badge-striped.border-4px {
    border-width: 4px !important;
}

.avt-fr{
    border: 3px solid #FFF;
}

.avt-fr-danger {
    border-color: #DA4453;
    background-color: #DA4453;
}

.avt-fr-warning {
    border-color: #F6BB42;
    background-color: #F6BB42;
}

.text-secondary-light {
    color: #e5e5e5 !important;
}

.bootstrap-maxlength.review-reply {
    margin-top: -22px;
    margin-left: -3px;
}

.show-reply.loading {
    text-decoration: none;
    cursor: default;
    user-select: none;
}