/* @font-face {
    font-family: 'Akira';
    src: url('./fonts/AKIRA_EXPANDED.OTF') format('opentype');
}

@font-face {
    font-family: 'Bigerover';
    src: url('./fonts/BIGEROVER-6Y4WX.OTF') format('opentype');
}

@font-face {
    font-family: 'Gilroy';
    src: url('./fonts/Gilroy/Gilroy-Regular_0.ttf') format('truetype');
} */

/* .akiraFont{
    font-family: 'Akira' !important;
}

.bigeroverFont{
    font-family: 'Bigerover' !important;
    /* aspect-ratio: 14/8; */
/* } */

/* .gilroyFont{
    font-family: 'Gilroy' !important;
}  */

body {
    margin: 0;
}

::-webkit-scrollbar {
    display: none;
}

.bg-dark-input {
    background-color: #161616 !important;
}


.bg {
    color: white !important;
    /* background: linear-gradient(123.9deg, #29A5DE 24.41%, #2B3C8E 94.01%) !important; */
    background-color: #D43737 !important;
}

.border-gd {
    width: 100%;
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    padding: 1.05px;
}

.border-gd::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    padding: 0.6px;
    background: linear-gradient(123.9deg, #29A5DE 24.41%, #2B3C8E 94.01%);
    ;
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

p.fs-7,
ol.fs-7,
ul.fs-7,
h6.fs-7,
span.fs-7,
input.fs-7,
button.fs-7 {
    font-size: 0.875rem !important;
}

p.fs-75 {
    font-size: 0.78rem !important;
}

p.fs-8,
ol.fs-8,
ul.fs-8,
h6.fs-8,
li.fs-8,
span.fs-8 {
    font-size: 0.75rem !important;
}


p.fs-9,
ol.fs-9,
ul.fs-9,
li.fs-9,
span.fs-9 {
    font-size: 0.68rem !important;
}

p.fs-10,
ol.fs-10,
ul.fs-10 {
    font-size: 0.6rem !important;
}

p.link {
    color: #D43737 !important;
    cursor: pointer;
}

p.error_message {
    margin: 0;
    color: #d43737e7 !important;
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

.lc-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.lc-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.input-before-icon {
    position: absolute;
    left: 15px;
    top: 12px;
    z-index: 9999;
    font-size: larger;
    color: #8F8F8F !important;
}

.input-after-icon {
    position: absolute;
    right: 0px;
    top: 25px;
    z-index: 9999;
    font-size: larger;
    color: white !important;
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    width: 60px;
}

.input-after-icon-sm {
    position: absolute;
    right: -6px;
    top: 19px;
    z-index: 9999;
    font-size: larger;
    color: white !important;
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    width: 60px;
}


.multi-select-input {
    width: 100%;
    height: 58px;
    margin: 6px 0px 2px 0px;
    padding: 0 .5rem;
    display: flex;
    align-items: center;
    background-color: #1F2025 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0px solid #48556F !important;
    border-radius: 8px !important;
    color: #8F8F8F !important;
    font-size: 16px !important;
    /* text-indent: 1px; */
    /* text-overflow: ''; */
}

.multi-select-input .dropdown-container {
    width: 100%;
}

.multi-select-input button {
    margin-left: auto;
}

.messageBar {
    background-color: #282831 !important;
    border: 0px solid #48556F !important;
    border-radius: 18px !important;
    color: white !important;
    font-size: 14px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    line-height: 1.4 !important;
    padding-left: 40px !important;
}

.input-outline-orange:focus,
.input-outline-orange:focus-within {
    outline: #F68B28 !important;
    border: 0px !important;
    box-shadow: 0 0 0 0.15rem rgba(246, 140, 40, 0.24) !important;
}

::placeholder {
    color: #8F8F8F !important;
    /* opacity: 0.3; */
}

/* hide arrow of select field */
/* select {
    /* -webkit-appearance: none;
    -moz-appearance: none; */
/* text-indent: 1px; */
/* text-overflow: ''; */
/* }  */

.Toastify__toast {
    background-color: #0D0D1C !important;
}

.blur {
    filter: blur(30px) !important;
}


.select {
    background-color: #26262E !important;
    border: 0px solid #48556F !important;
    border-radius: 18px !important;
    color: white !important;
    font-size: 16px !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    line-height: 1.4 !important;
    padding: 10px;
    margin: 4px 0px 8px 0px;
    width: 100%;
    height: 50px;
    /*  arrow working */
    background-image: linear-gradient(50deg, transparent 50%, white 60%), linear-gradient(125deg, white 40%, transparent 50%) !important;
    background-position: calc(100% - 20px) 20px, calc(100% - 15px) 20px, 100% 0;
    background-size: 6px 10px, 6px 10px;
    background-repeat: no-repeat;

    /*  hide default arrow */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* .select::placeholder {
    color: #8F8F8F !important;
} */

.select:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(246, 139, 40, 0.1);
}

.select:required:invalid {
    color: #8F8F8F !important;
}

.label-placeholder {
    color: #8F8F8F !important;
}

.note {
    list-style-type: circle;
}

option {
    color: white;
}

.w-fit-content {
    width: fit-content !important;
}


.animate-splash {
    -o-animation: transparent 3s ease-in-out;
    animation: transparent 3s ease-in-out;
}

.animate-splash-image {
    -o-animation: scale-down 3s ease-in-out;
    animation: scale-down 3s ease-in-out;
}

@keyframes transparent {
    0% {}

    100% {
        background-color: transparent;
    }
}

@keyframes scale-down {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    20% {
        transform: scale(1.4);
    }

    90% {
        opacity: 0;
        transform: scale(0);
    }
}