.disable-section {
    opacity: .35;
    pointer-events: none;
}

.display-block {
    display: block;
}

.display-none {
    display: none;
}

.background-383 {
    background: hsl(38deg, 33%, 33%);
}

img.current-show-img {
    padding: 2px;
    border: 2px solid gray;
}

.fit-content-width {
    width: fit-content;
}

.admin-float-icon {
    background-color: hsla(0, 0%, 100%, 0.9);
    fill: hsl(38deg, 33%, 23%);
    border-radius: 40px;
}
.admin-float-icon:hover {
    background-color: hsla(0, 0%, 100%, 1);
    fill: hsl(38deg, 33%, 23%);
}
.admin-float-icon svg {
    width: 20px;
    height: 20px;
}

.bg-transparent {
    background: transparent !important;
}

.admin--buttons-dark,
.admin--buttons-dark:focus {
    height: fit-content;
    padding: 14px 10px;
    background: #000;
    color: #fff !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: row;
}

.admin--buttons-dark:hover {
    background: rgb(34, 34, 34);
    color: rgb(217, 210, 210) !important;
}

.admin--buttons-dark:focus {
    background: rgb(34, 34, 34);
    border: 4px groove hsl(221, 80%, 74%);
}

.batch-update-c-s {
    position: absolute;
    bottom: 0;
    margin-bottom: -5rem;
}

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

.txt-dec-none {
    text-decoration: none !important;
}

.bottom-unset {
    bottom: unset;
}

.gold-text,
.gold-text-btn {
    font-size: 0.8rem;
    font-weight: 700;
    color: hsl(20deg 40% 27%);
    padding: 5px 10px 0;
}

.gold-text-btn:hover {
    background-color: hsl(21deg 32% 66% / 20%);
}

.round-xpx {
    border-radius: 8px;
}

.lightdark-bg {
    background: rgb(128 128 128 / 4%);
}

.white-bg {
    background: #fff;
}

.meta-item {
    max-width: 450px !important;
    font-size: 14px !important;
}

.just-cont-space-btn {
    justify-content: space-between;
}

.mb-9 {
    margin-bottom: 9rem !important;
}

.gal-btn-place-right {
    left: unset !important;
    right: 0 !important;
    top: 10vh;
}

.mb-n2 {
    margin-bottom: -2rem;
}

.txt-dark {
    color: #000 !important;
}

.padding-lr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* loader screen css */

.pay-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgb(255 255 255 / 10%);
    /* backdrop-filter: blur(5px); */
    z-index: 10;
    display: none;
}

.pay-backdrop.active-b {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pay-backdrop .loader-normal::before {
    border-color: #777;
}

/* end  loader screen css */
