﻿#Notification {
    position: fixed;
    top: -9em;
    left: calc(50% - 13.1em);
    width: 27em;
    z-index: 11000;
    background: #ffffff;
    box-shadow: #808080 1px 1px 5px 1px;
    border-radius: .5em;
    font-size: 1em;
    transition: 600ms;

}

.Notify-header {
    background: green;
    border-radius: .3em .3em 0 0;
    padding: 0 .6em;
    font-size: 1.2em;
    color: #ffffff;
}

    .Notify-header div {
        color: unset;
        display: inline-block;
        vertical-align: middle;
    }

        .Notify-header div:last-child {
            float: left;
            margin-top: .5em;
            cursor: pointer;
            transition: 200ms;
            /*            border-radius:50%;
            border:1px solid #30bb08;
            width:1.1em;
            height:1.1em;
            text-align:center;*/
        }

            .Notify-header div:last-child:hover {
                color: #fc9a12;
                transform: rotateZ(90deg);
            }

.Notify-Body {
    padding: 1em;
}

    .Notify-Body div {
        display: inline-block;
        vertical-align: top;
    }

.fanotifystyle {
    font-size: 2em;
    margin-left: .5em;
    color: green;
}

.Notify-Title {
    position: relative;
    white-space: pre-wrap;
    width: calc(100% - 4em);
    font-size: .9em;
    counter-reset: item-counter;
}

.Notify-Item {
    position: relative;
    margin-bottom: .4em;
    text-align: justify;
    counter-increment: item-counter;
    padding-right: 1.5em;
}

    .Notify-Item::before {
        content: counter(item-counter) ". ";
        position: absolute;
        right: 0;
        font-weight: bold;
    }

.Notify-Progress {
    height: .3em;
    border-radius: 1em;
    width: 100%;
}

#YesNoQuistion {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.70);
    justify-items: center;
    align-items: center;
    z-index: 999;
    top: 0;
    left: 0;
}

.Quistion-Window {
    width: 28em;
    background: white;
    margin: auto;
    transform: translateY(-4em);
    border: 2px #1d3344 solid;
    border-radius: .5em;
    padding-bottom: .3em;
}

.Quistion-header {
    border-radius: .28em .28em 0 0;
    background: #1d3344;
    padding: 0 .6em;
    font-size: 1.2em;
    color: white;
}

    .Quistion-header div {
        color: unset;
        display: inline-block;
        vertical-align: top;
    }

        .Quistion-header div:last-child {
            float: left;
            margin-top: .3em;
            font-size: 1.2em;
            cursor: pointer;
            transition: 200ms;
        }

            .Quistion-header div:last-child:hover {
                color: #fc9a12;
                transform: rotateZ(90deg);
            }

.Quistion-Body {
    padding:1.5em;
}
    .Quistion-Body .fanotifystyle,
    .Quistion-Body .Quistion-Message {
        display: inline-block;
        vertical-align: top;
    }

.Quistion-Body .fanotifystyle2 {
    font-size: 5em;
    margin-left: .5em;
    color: unset;
}
    .Quistion-Message {
        width: calc(100% - 5em - 4px);
    }
        .Quistion-Title, .Quistion-Button {
            display: block;
            width: 100%;

        }
.Quistion-Button{
    margin-top:1em;
}
.Quistion-btn {
    display: inline-block;
    vertical-align: top;
    background: white;
    border-radius: .2em;
    box-shadow: 0 1px 2px 1px #c3c1c1;
    width: 6em;
    text-align: center;
    cursor: pointer;
    font-size:1.1em;
    font-weight:bold;
}
    .Quistion-btn:last-child {
        margin-right:2em;
    }

    .Quistion-btn:hover {
        background: #0e79b0;
        color:white;
    }


:root {
    --geo-bg: rgba(18, 18, 18, .55);
    --geo-border: rgba(255,255,255,.22);
    --geo-blur: 14px;
    --geo-text: #fff;
    --geo-accent: #21c998;
    --geo-accent-2: #10a37f;
    --geo-danger: #e74c3c;
    --geo-danger-2: #c0392b;
    --geo-shadow: 0 -12px 40px rgba(0,0,0,.35);
}

@media (prefers-color-scheme: light) {
    :root {
        --geo-bg: rgba(255,255,255,.72);
        --geo-border: rgba(0,0,0,.08);
        --geo-text: #0f172a;
        --geo-shadow: 0 -10px 28px rgba(0,0,0,.12);
    }
}

.geo-consent-wrap {
    position: fixed;
    inset: auto 0 0 0;
    z-index: 9999;
    pointer-events: none;
}

.geo-consent-bar {
    pointer-events: auto;
    margin: 0 auto 16px auto;
    max-width: min(980px, 92vw);
    background:#1d3344;
    color: white;
    border: 1px solid var(--geo-border);
    border-radius: 18px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: var(--geo-shadow);
    transform: translateY(120%);
    opacity: 0;
    animation: geoSlideUp7 .45s ease-out forwards;
}

.geo-consent-icon {
    flex: 0 0 auto;
    width: 3em;
    height: 3em;
    border-radius: 1em;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--geo-accent), var(--geo-accent-2));
    color: #fff;
    font-size: 1.25em;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(16,163,127,.35);
    animation: geoPulse 1.8s infinite ease-in-out;
    margin : 0 1em;
}

.geo-consent-text {
    line-height: 1.75;
    font-family: "Segoe UI", system-ui, Tahoma, Arial;
    flex: 1 1 auto;
}

    .geo-consent-text .geo-title {
        font-size: 1em;
        font-weight: 800;
        display: block;
        margin-bottom: 4px;
        color:#25b4fe;
    }

.geo-consent-list {
    margin-right:1.5em;
    padding: 0;
    list-style :circle;
    font-size: .9em;
}

    .geo-consent-list li {
        margin: 4px 0;
    }

.geo-title a {
    font-family: Tajawal-Regular, sans-serif;
    color: inherit;
    text-decoration: underline dotted;
    text-underline-offset: .5em;
    margin-right:.5em;
}



.geo-btn {
    display:block;
    border: 0;
    border-radius: .7em;
    padding: .75em 2em;
    font-weight: 700;
    font-size: 1em;
    margin:.5em;
    cursor: pointer;
    transition: .25s transform, .25s opacity, .25s background;
    text-align:center;
}

    .geo-btn:focus-visible {
        outline: 2px solid #fff;
        outline-offset: 2px
    }

.geo-allow {
    background: linear-gradient(135deg, #116e9d, #0f8dce);
    color: #fff;
}

    .geo-allow:hover {
        transform: translateX(1px)
    }

.geo-deny {
    background: linear-gradient(135deg, var(--geo-danger), var(--geo-danger-2));
    color: #fff;
}

    .geo-deny:hover {
        transform: translateX(1px)
    }

@media (max-width: 640px) {
    .geo-consent-bar {
        padding: 14px;
        gap: 12px
    }

    .geo-consent-icon {
        width: 3em;
        height: 3em;
        font-size: 1.5em;
    }

    .geo-btn {
        padding: 9px 14px
    }
}

/* Animations */
@keyframes geoSlideUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes geoPulse {
    0%,100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.08);
    }
}