﻿@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
@import url("../font-awesome/5.11.2/css/all.css");
@import url("emoji.css");

.icon-xs {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
}

.icon-sm {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
}

.icon-md {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
}

.icon-lg {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
}

.icon-xl {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
}

.icon-xxl {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
}

.icon-shape {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    letter-spacing: -0.022rem;
}

.display-1,
.display-2,
.display-3,
.display-4 {
    letter-spacing: -0.05rem;
}

.lead {
    letter-spacing: -0.03rem;
}

.text-inherit {
    color: #18113c;
}

a.text-muted:hover,
a:hover .text-primary-hover {
    color: #754ffe !important;
}

.disableClick {
    pointer-events: none;
}

.text-inverse {
    filter: brightness(0) invert(1);
}

.text-inverse-dark {
    filter: brightness(2) invert(1);
}

.chevron-arrow {
    display: inline-block;
    transition: 0.5s ease-in-out;
}

[aria-expanded="true"] .chevron-arrow {
    transform: rotate(-180deg);
}

.collapse-toggle {
    display: inline-block;
    transition: 0.5s ease-in-out;
}

[aria-expanded="true"] .collapse-toggle {
    transform: rotate(45deg);
}

.bg-cover {
    background: no-repeat 50% / cover;
}

.bg-grayscale {
    filter: grayscale(100%);
}

@media (max-width: 1200px) {
    .bg-auto {
        background-size: auto !important;
    }
}

.dot-pattern {
    position: relative;
}

    .dot-pattern:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        background: url(https://codescandy.com/assets/images/dots-pattern.svg) no-repeat;
        top: 0;
        right: 0;
    }

.rounded-top-left-0 {
    border-top-left-radius: 0 !important;
}

.rounded-top-end-0 {
    border-top-right-radius: 0 !important;
}

@media (max-width: 576px) {
    .rounded-none.rounded-bottom-md {
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .rounded-none.rounded-bottom-md {
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }
}

.border-dashed {
    border: 2px dashed #ecebf1 !important;
}

.list-timeline-activity .list-group-item:not(:last-child):before {
    content: "";
    position: absolute;
    top: 1rem;
    left: 1.25rem;
    height: 100%;
    border-left: 1px solid #e8e7ed;
}

.overflow-y-auto {
    overflow-y: auto !important;
}

.overflow-y-hidden {
    overflow-y: hidden !important;
}

.bg-light-gradient {
    background: rgba(221, 218, 255, 0.2);
    background: linear-gradient(180deg, rgba(221, 218, 255, 0.2), hsla(0, 0%, 100%, 0) 80%);
    background: -moz-linear-gradient(180deg, rgba(221, 218, 255, 0.2) 0, hsla(0, 0%, 100%, 0) 80%);
}

.bg-light-gradient-bottom {
    background: rgba(221, 218, 255, 0.3);
    background: linear-gradient(1turn, rgba(221, 218, 255, 0.3), hsla(0, 0%, 100%, 0) 80%);
    background: -moz-linear-gradient(1turn, rgba(221, 218, 255, 0.3) 0, hsla(0, 0%, 100%, 0) 80%);
}

.bg-light-gradient-top {
    background: rgba(221, 218, 255, 0.3);
    background: linear-gradient(180deg, rgba(221, 218, 255, 0.3), hsla(0, 0%, 100%, 0) 80%);
    background: -moz-linear-gradient(180deg, rgba(221, 218, 255, 0.3) 0, hsla(0, 0%, 100%, 0) 80%);
}

.bg-gradient-mix-shade {
    background: linear-gradient(270.06deg, #4a52ff 0.05%, #c678ff 54.16%, #fe5d75 99.95%);
}

@media (min-width: 768px) {
    .mw-md-130 {
        max-width: 130% !important;
    }
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}