@font-face {
    font-family: Lalezar;
    src: url(/Resources/Font/Lalezar-Regular.ttf);
}

* {
    font-display: swap !important;
    font-family: "Lalezar" !important;
    font-weight: 100 !important;
}

body {
    transition: all .3s;
}

.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

input::placeholder {
    font-size: 1rem;
}

#FarawayLand {
    fill: var(--bs-logo) !important;
}

.background-blure {
    background: url(/SiteData/Media/Global/BG_Pattern.svg);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    opacity: 1;
    z-index: -1;
}

.background-blure-intro {
    background: var(--bs-body-bg);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(20px);
}

.svg-base-dark {
    fill: var(--bs-svg-base-dark);
}

.svg-sec-base-dark {
    fill: var(--bs-svg-sec-base-dark);
}

.svg-base-light {
    fill: var(--bs-svg-base-light);
}

.svg-sec-base-light {
    fill: var(--bs-svg-sec-base-light);
}

.svg-base-gray {
    fill: var(--bs-svg-base-gray);
}

.svg-sec-base-gray {
    fill: var(--bs-svg-sec-base-gray);
}

.svg-base-primary {
    fill: var(--bs-svg-base-primary);
}

.svg-sec-base-primary {
    fill: var(--bs-svg-sec-base-primary);
}

.Size_pic_efore_upload_250px {
    max-height: 250px;
}

.div_pic_efore_upload_250px {
    height: calc(250px + 2rem);
}
/*Change Mode (Dark,Light)*/
.color-changer-mode {
    z-index: 999;
    top: 105px;
    width: 40px;
    height: 41px;
    line-height: 43px;
    background-color: var(--bs-gray-dark);
}

    .color-changer-mode i {
        position: relative;
        left: 2px;
        top: 2px;
    }
