@media (min-width: 1200px) {
    .w-xl-20 {
        width: 20%;
    }
}

@media (min-width: 1200px) {
    .custom-width-434 {
        width: 434px;
    }
}

@media (max-width: 1199px) {
    .custom-width-434 {
        width: 40%;
    }
}

@media (max-width: 991px) {
    .custom-width-434 {
        width: 60%;
    }
}

@media (max-width: 767px) {
    .custom-width-434 {
        width: 100%;
    }
}

html {
    height: 100%;
}

/* width */
.w-20 {
    width: 20%;
}

.w-3-5rem {
    width: 3.5rem;
}

.w-6-5rem {
    width: 6.5rem;
}

.w-7-5rem {
    width: 7.5rem;
}

.w-50px {
    width: 50px;
}

.w-100px {
    width: 100px;
}

.w-135px {
    width: 135px;
}

.w-150px {
    width: 150px;
}

.w-33 {
    width: 33%;
}

/* width */

/* height */
.h-5px {
    height: 5px;
}

.h-30px {
    height: 30px;
}

.h-38px {
    height: 38px;
}

.h-3-5rem {
    height: 3.5rem;
}

.h-6-5rem {
    height: 6.5rem;
}

.h-7-5rem {
    height: 7.5rem;
}

.h-60px {
    height: 60px;
}

.h-68px {
    height: 68px;
}

.h-125px {
    height: 125px !important;
}

.h-130px {
    height: 130px;
}

.h-175px {
    height: 175px;
}

.h-200px {
    height: 200px;
}

.h-calc-100p-60px {
    height: calc(100% - 60px);
}

/* height */

/* font-size */
.fs-13px {
    font-size: 13px;
}

.fs-14px {
    font-size: 14px;
}

/* font-size */

/* margin */
.mb-5rem {
    margin-bottom: 5rem;
}

.mt--65px {
    margin-top: -65px;
}

.me-0_5p {
    margin-right: 0.5%;
}

/* margin */

/* padding */
.px-0-10 {
    padding-right: 0.10rem !important;
    padding-left: 0.10rem !important;
}

.px--2 {
    padding-right: -0.5rem !important;
    padding-left: -0.5rem !important;
}

/* padding */

/* background */
.bg-212529 {
    background-color: #212529 !important;
}

.bg-1c1e1f {
    background-color: #1c1e1f !important;
}

/* background */

/* absolute */
.absolute-center-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.absolute-0-0-0-0 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.absolute-50p-3px {
    position: absolute;
    top: 50%;
    right: 3px;
    transform: translate(-50%, -50%);
}

.absolute-27_5p-25px {
    position: absolute;
    top: 27.5%;
    right: 25px;
    transform: translate(-50%, -50%);
}

/* absolute */

/* z-index */
.z-20 {
    z-index: 20;
}

.z-10 {
    z-index: 10;
}

.z-5 {
    z-index: 5;
}

.z--1 {
    z-index: -1;
}

.z--2 {
    z-index: -2;
}

.z--3 {
    z-index: -3;
}

/* z-index */

.nav-underline {
    --bs-nav-underline-gap: 0 !important;
}

/* swiper */
.swiper-slide .opacity-0 {
    opacity: 0 !important;
    transition: opacity 0.5s ease !important;
}

.swiper-slide:hover .opacity-0 {
    opacity: 1 !important;
}

/* swiper */

/* spinner */
.spinner-border {
    width: 1.1rem !important;
    height: 1.1rem !important;
}

/* spinner */

.avatar-circle {
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 100% !important;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

#myTab .active,
#uploads-tab .active {
    color: #fe0088 !important;
}

div.toast {
    z-index: 999999999999;
}

.ck {
    z-index: 9999 !important;
}

.ck-editor__editable[role="textbox"] {
    min-height: 150px;
    color: #000 !important;
}

.ck-content .image {
    max-width: 80%;
    margin: 20px auto;
}

.ck .custom-item {
    display: block !important;
    width: 100%;
}
