*:focus {
    outline: none;
}

@font-face {
    font-family: "Dirooz";
    src: url("../../fonts/Dirooz.ttf");
}

@font-face {
    font-family: "nazanin";
    src: url("../../fonts/BNAZNNBD.ttf");
}

body {
    overflow-y: hidden;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s;
}

.hikelasfirstbaner {
    -webkit-text-stroke: 0.1vw black;
    text-shadow: 2vw 2vw 1w #000;
    position: absolute;
    top: 0;
    width: 100vw;
    line-height: 70vh;
    color: #354463;
    opacity: 0;
    transition: all 0.5s;
    text-align: center;
    font-family: nazanin;
    font-size: 8vw;
    filter: blur(100px);
    white-space: nowrap
}

.pagediscover2css {
    position: absolute;
    bottom: 10vh;
    width: 100vw;
    line-height: 30vh;
    color: #7f7f7f;
    font-family: nazanin;
    opacity: 0;
    transition: all 0.5s;
    text-align: center;
    font-size: 4vw;
    filter: blur(100px)
}

.hikelasdiscovcss {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 110vh;
    text-align: left;
    z-index: 2000;
    font-family: nazanin;
    display: none;
    background: linear-gradient(#e9efff, #c1d3ff);
    opacity: 1;
    transition: opacity 0.5s;
    width: 0vw;
    height: 0vh;
}

.fieldHKitemscss {
    position: relative;
    height: 10vw;
    width: 10vw;
    overflow: hidden;
    float: right;
    margin: 1.3vw;
    cursor: pointer;
    padding: 0.5vw;
    background-color: #ffffff;
    border-radius: 1vw;
    box-shadow: #d1d1d1 0 0 0.2vw;
    transition: all 0.2s;
    color: #0094ff;
}

    .fieldHKitemscss:hover {
        box-shadow: #d1d1d1 0.05vw 0.25vw 1vw;
    }


.filedscss {
    position: relative;
    margin: 1.3vw;
    height: 11vw;
    width: 11vw;
    background-color: azure;
    float: right;
    color: #2c2c2c;
}

.guideHKbodycss {
    width: 100vw;
    height: 65vw;
    padding: unset;
    position: relative;
    top: 16vw;
    left: 0;
    background: linear-gradient(rgba(255, 255, 255, 0.00), #afddff,rgba(255, 255, 255, 0.00)) !important;
    float: left;
    z-index: 1;
}

.allguideLBcss {
    position: absolute;
    top: -13vw;
    right: 24.5vw;
    width: 49.4vw;
    height: 3vw;
    padding: 0.3vw;
    margin: 0.5vw;
    background-color: #343434;
    color: #ffffff;
    font-family: Dirooz;
    font-size: 1.5vw;
    direction: rtl;
    text-align: center;
    line-height: 3vw;
    border-radius: 0.5vw 0.5vw 0 0;
    float: right;
    cursor: default;
    z-index: 2;
}

.allguidedisLBcss {
    position: absolute;
    top: -10vw;
    right: 24.5vw;
    width: 48vw;
    height: auto;
    padding: 0.3vw;
    padding-right: 1vw;
    padding-left: 1vw;
    margin: 0.5vw;
    background-color: rgba(228, 228, 228, 0.50);
    color: #000000;
    font-family: Dirooz;
    font-size: 1vw;
    direction: rtl;
    text-align: justify;
    line-height: 2.5vw;
    border-radius: 0.5vw;
    float: right;
    cursor: default;
    z-index: 1;
}

.guidebardivcss {
    position: absolute;
    top: 0vw;
    right: 25vw;
    width: 50vw;
    height: 4.5vw;
    background-color: rgba(209, 209, 209, 0.28);
    font-family: Dirooz;
    font-size: 1vw;
    direction: rtl;
    text-align: center;
    line-height: 3vw;
    border-radius: 1vw;
    z-index: 2
}

.platformBNcss {
    position: relative;
    right: 2vw;
    width: 10vw;
    height: 3vw;
    padding: 0.3vw;
    margin: 0.5vw;
    background-color: #c8c8c8;
    font-family: Dirooz;
    font-size: 1vw;
    direction: rtl;
    text-align: center;
    line-height: 3vw;
    border-radius: 0.5vw;
    transition: all 0.25s;
    float: right;
    cursor: pointer;
    z-index: 1
}

    .platformBNcss:hover {
        background-color: #a4a4a4;
    }

.clickedplatformBNcss {
    position: relative;
    right: 2vw;
    width: 10vw;
    height: 3vw;
    padding: 0.3vw;
    margin: 0.5vw;
    background-color: #343434;
    color: #ffffff;
    font-family: Dirooz;
    font-size: 1vw;
    direction: rtl;
    text-align: center;
    line-height: 3vw;
    border-radius: 0.5vw;
    float: right;
    cursor: pointer;
    z-index: 1;
}


.laptopHKdivcss {
    position: absolute;
    top: 2vw;
    right: 0vw;
    width: 100vw;
    height: 45vw;
    background-color: transparent;
    background-image: url('../../images/laptop.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 65vw;
    z-index: 1
}









.homepagelaptopscreenHKdivcss {
    position: absolute;
    top: 0vw;
    right: 0vw;
    width: 100vw;
    height: 45vw;
    background-image: url('../../images/laptopscreenhomepageguide.png');
    background-position: 50.3% 8.55vw;
    background-repeat: no-repeat;
    background-size: 47.8vw;
    background-color: transparent;
    transition: all 0.5s;
    z-index: 1
}
.homepagelaptopscreenHKdivcss:lang(ar) {
    position: absolute;
    top: 0vw;
    right: 0vw;
    width: 100vw;
    height: 45vw;
    background-image: url('../../images/laptopscreenhomepageguide-ar.png');
    background-position: 50.3% 8.55vw;
    background-repeat: no-repeat;
    background-size: 47.8vw;
    background-color: transparent;
    transition: all 0.5s;
    z-index: 1
}

.Hikelasesguidedivcss {
    position: absolute;
    top: 9.5vw;
    right: 4.5vw;
    width: 12vw;
    background-color: aqua;
    transition: all 0.5s;
    background-color: rgba(255, 255, 255, 0.50);
    font-family: Dirooz;
    font-size: 0.8vw;
    direction: rtl;
    padding: 0.5vw;
    text-align: center;
    border: solid 0.1vw rgba(133, 133, 133, 0.2);
    border-radius: 0.5vw;
    transform: translate(0,-50%);
    cursor: pointer;
    z-index: 2
}
.Hikelasesguidedivcss:lang(ar) {
    position: absolute;
    top: 8vw;
    right: 4.5vw;
    width: 12vw;
    background-color: aqua;
    transition: all 0.5s;
    background-color: rgba(255, 255, 255, 0.50);
    font-family: Dirooz;
    font-size: 1vw;
    direction: rtl;
    padding: 0.5vw;
    text-align: center;
    border: solid 0.1vw rgba(133, 133, 133, 0.2);
    border-radius: 0.5vw;
    transform: translate(0,-50%);
    cursor: pointer;
    z-index: 2
}

    .Hikelasesguidedivcss:hover {
        background-color: #99ff70;
    }

        .Hikelasesguidedivcss:hover ~ #Hikelaseslocateguidediv {
            transition: all 0.5s;
            background-color: rgba(255, 255, 255, 0.34);
            animation-name: guidelocatediv;
            animation-duration: 0.5s;
            animation-play-state: running;
            animation-iteration-count: infinite;
            animation-direction: alternate-reverse
        }

.Hikelaseslocateguidedivcss {
    position: absolute;
    top: 14.75vw;
    right: 26vw;
    width: 4.75vw;
    height: 1.5vw;
    transition: all 0.5s;
    background-color: transparent;
    z-index: 2;
}

.personalinfoguidedivcss {
    position: absolute;
    top: 3.6vw;
    right: 4.5vw;
    width: 12vw;
    background-color: rgba(255, 255, 255, 0.50);
    font-family: Dirooz;
    font-size: 0.8vw;
    direction: rtl;
    padding: 0.5vw;
    text-align: center;
    border: solid 0.1vw rgba(133, 133, 133, 0.2);
    border-radius: 0.5vw;
    cursor: pointer;
    transform: translate(0,-50%);
    transition: all 0.5s;
    z-index: 2
}

    .personalinfoguidedivcss:lang(ar) {
        position: absolute;
        top: 1.2vw;
        right: 4.5vw;
        width: 12vw;
        background-color: rgba(255, 255, 255, 0.50);
        font-family: Dirooz;
        font-size: 0.8vw;
        direction: rtl;
        padding: 0.5vw;
        text-align: center;
        border: solid 0.1vw rgba(133, 133, 133, 0.2);
        border-radius: 0.5vw;
        cursor: pointer;
        transform: translate(0,-50%);
        transition: all 0.5s;
        z-index: 2
    }

.personalinfoguidedivcss:hover {
    background-color: #99ff70;
}

    .personalinfoguidedivcss:hover ~ #personalinfolocateguidediv {
        transition: all 0.5s;
        background-color: rgba(255, 255, 255, 0.34);
        animation-name: guidelocatediv;
        animation-duration: 0.5s;
        animation-play-state: running;
        animation-iteration-count: infinite;
        animation-direction: alternate-reverse
    }

.personalinfolocateguidedivcss {
    position: absolute;
    top: 13.3vw;
    right: 26vw;
    width: 4.75vw;
    height: 1.5vw;
    transition: all 0.5s;
    background-color: transparent;
    z-index: 2;
}

.examsguidedivcss {
    position: absolute;
    top: 19.5vw;
    right: 4.5vw;
    width: 12vw;
    background-color: rgba(255, 255, 255, 0.50);
    font-family: Dirooz;
    font-size: 0.8vw;
    direction: rtl;
    padding: 0.5vw;
    text-align: center;
    border: solid 0.1vw rgba(133, 133, 133, 0.2);
    transition: all 0.5s;
    border-radius: 0.5vw;
    cursor: pointer;
    z-index: 2
}
.examsguidedivcss:lang(ar) {
    position: absolute;
    top: 20vw;
    right: 4.5vw;
    width: 12vw;
    background-color: rgba(255, 255, 255, 0.50);
    font-family: Dirooz;
    font-size: 0.8vw;
    direction: rtl;
    padding: 0.5vw;
    text-align: center;
    border: solid 0.1vw rgba(133, 133, 133, 0.2);
    transition: all 0.5s;
    border-radius: 0.5vw;
    cursor: pointer;
    z-index: 2
}

    .examsguidedivcss:hover {
        background-color: #99ff70;
    }

        .examsguidedivcss:hover ~ #examslocateguidediv {
            transition: all 0.5s;
            background-color: rgba(255, 255, 255, 0.34);
            animation-name: guidelocatediv;
            animation-duration: 0.5s;
            animation-play-state: running;
            animation-iteration-count: infinite;
            animation-direction: alternate-reverse
        }

.mainguidedivcss {
    position: absolute;
    top: 26.5vw;
    right: 4.5vw;
    width: 12vw;
    background-color: rgba(255, 255, 255, 0.50);
    font-family: Dirooz;
    font-size: 0.8vw;
    direction: rtl;
    padding: 0.5vw;
    text-align: center;
    border: solid 0.1vw rgba(133, 133, 133, 0.2);
    transition: all 0.5s;
    border-radius: 0.5vw;
    cursor: pointer;
    z-index: 2
}

    .mainguidedivcss:hover {
        background-color: #99ff70;
    }

        .mainguidedivcss:hover ~ #mainlocateguidediv {
            transition: all 0.5s;
            background-color: rgba(255, 255, 255, 0.34);
            animation-name: guidelocatediv;
            animation-duration: 0.5s;
            animation-play-state: running;
            animation-iteration-count: infinite;
            animation-direction: alternate-reverse
        }

.questionsguidedivcss {
    position: absolute;
    top: 12.6vw;
    right: 4.5vw;
    width: 12vw;
    background-color: rgba(255, 255, 255, 0.50);
    font-family: Dirooz;
    font-size: 0.8vw;
    direction: rtl;
    padding: 0.5vw;
    text-align: center;
    border: solid 0.1vw rgba(133, 133, 133, 0.2);
    transition: all 0.5s;
    border-radius: 0.5vw;
    cursor: pointer;
    z-index: 2
}
.questionsguidedivcss:lang(ar) {
    position: absolute;
    top: 11.6vw;
    right: 4.5vw;
    width: 12vw;
    background-color: rgba(255, 255, 255, 0.50);
    font-family: Dirooz;
    font-size: 0.8vw;
    direction: rtl;
    padding: 0.5vw;
    text-align: center;
    border: solid 0.1vw rgba(133, 133, 133, 0.2);
    transition: all 0.5s;
    border-radius: 0.5vw;
    cursor: pointer;
    z-index: 2
}

    .questionsguidedivcss:hover {
        background-color: #99ff70;
    }

        .questionsguidedivcss:hover ~ #questionslocateguidediv {
            transition: all 0.5s;
            background-color: rgba(255, 255, 255, 0.34);
            animation-name: guidelocatediv;
            animation-duration: 0.5s;
            animation-play-state: running;
            animation-iteration-count: infinite;
            animation-direction: alternate-reverse
        }

.questionslocateguidedivcss {
    position: absolute;
    top: 16.23vw;
    right: 26vw;
    width: 4.75vw;
    height: 1.5vw;
    transition: all 0.5s;
    background-color: transparent;
    z-index: 2;
}

.examslocateguidedivcss {
    position: absolute;
    top: 17.7vw;
    right: 26vw;
    width: 4.75vw;
    height: 1.5vw;
    transition: all 0.5s;
    background-color: transparent;
    z-index: 2;
}

.mainlocateguidedivcss {
    position: absolute;
    top: 19.1vw;
    right: 26vw;
    width: 4.75vw;
    height: 1.5vw;
    transition: all 0.5s;
    background-color: transparent;
    z-index: 2;
}

.Hikelasesstateguidedivcss {
    position: absolute;
    top: 32vw;
    right: 4.5vw;
    width: 12vw;
    background-color: rgba(255, 255, 255, 0.50);
    font-family: Dirooz;
    font-size: 0.8vw;
    direction: rtl;
    padding: 0.5vw;
    text-align: center;
    border: solid 0.1vw rgba(133, 133, 133, 0.2);
    transition: all 0.5s;
    border-radius: 0.5vw;
    cursor: pointer;
    z-index: 2
}

    .Hikelasesstateguidedivcss:hover {
        background-color: #99ff70;
    }

        .Hikelasesstateguidedivcss:hover ~ #Hikelasesstatelocateguidediv {
            transition: all 0.5s;
            background-color: rgba(255, 255, 255, 0.34);
            animation-name: blackguidelocatediv;
            animation-duration: 0.5s;
            animation-play-state: running;
            animation-iteration-count: infinite;
            animation-direction: alternate-reverse;
        }

.Hikelasesstatelocateguidedivcss {
    position: absolute;
    top: 14.7vw;
    right: 33.1vw;
    width: 12vw;
    height: 9.6vw;
    transition: all 0.5s;
    background-color: transparent;
    z-index: 2;
    border: dashed 0px black;
}

.rememberpassguidedivcss {
    position: absolute;
    top: 6.2vw;
    left: 4vw;
    width: 12vw;
    background-color: rgba(255, 255, 255, 0.50);
    font-family: Dirooz;
    font-size: 0.8vw;
    direction: rtl;
    padding: 0.5vw;
    text-align: center;
    border: solid 0.1vw rgba(133, 133, 133, 0.2);
    transition: all 0.5s;
    border-radius: 0.5vw;
    cursor: pointer;
    transform: translate(0, -50%);
    z-index: 2
}

    .rememberpassguidedivcss:hover {
        background-color: #99ff70;
    }

        .rememberpassguidedivcss:hover ~ #rememberpasslocateguidediv {
            transition: all 0.5s;
            background-color: rgba(255, 255, 255, 0.34);
            animation-name: blackguidelocatediv;
            animation-duration: 0.5s;
            animation-play-state: running;
            animation-iteration-count: infinite;
            animation-direction: alternate-reverse
        }

.rememberpasslocateguidedivcss {
    position: absolute;
    top: 8.55vw;
    right: 43.8vw;
    width: 2.8vw;
    height: 1.3vw;
    transition: all 0.5s;
    border-radius: 0.1vw;
    background-color: transparent;
    z-index: 2;
}
.rememberpasslocateguidedivcss:lang(ar) {
    position: absolute;
    top: 8.55vw;
    right: 45.4vw;
    width: 3.4vw;
    height: 1.3vw;
    transition: all 0.5s;
    border-radius: 0.1vw;
    background-color: transparent;
    z-index: 2;
}

.teachersplatformtestguidedivcss {
    position: absolute;
    top: 22vw;
    left: 4vw;
    width: 12vw;
    background-color: rgba(255, 255, 255, 0.50);
    font-family: Dirooz;
    font-size: 0.8vw;
    direction: rtl;
    padding: 0.5vw;
    text-align: center;
    border: solid 0.1vw rgba(133, 133, 133, 0.2);
    transition: all 0.5s;
    border-radius: 0.5vw;
    transform: translate(0,-50%);
    cursor: pointer;
    z-index: 2
}

    .teachersplatformtestguidedivcss:hover {
        background-color: #99ff70;
    }

        .teachersplatformtestguidedivcss:hover ~ #teachersplatformtestlocateguidediv {
            transition: all 0.5s;
            background-color: rgba(255, 255, 255, 0.34);
            animation-name: blackguidelocatediv;
            animation-duration: 0.5s;
            animation-play-state: running;
            animation-iteration-count: infinite;
            animation-direction: alternate-reverse
        }

.teachersplatformtestlocateguidedivcss {
    position: absolute;
    top: 29.9vw;
    right: 47.4vw;
    width: 4.4vw;
    height: 1.95vw;
    transition: all 0.5s;
    background-color: transparent;
    border-radius: 0.3vw 0.3vw 0 0;
    transition: all 0.5s;
    z-index: 2;
}

.studentsplatformtestguidedivcss {
    position: absolute;
    top: 30vw;
    left: 4vw;
    width: 12vw;
    background-color: rgba(255, 255, 255, 0.50);
    font-family: Dirooz;
    font-size: 0.8vw;
    direction: rtl;
    padding: 0.5vw;
    text-align: center;
    border: solid 0.1vw rgba(133, 133, 133, 0.2);
    border-radius: 0.5vw;
    transition: all 0.5s;
    transform: translate(0,-50%);
    cursor: pointer;
    z-index: 2
}

    .studentsplatformtestguidedivcss:hover {
        background-color: #99ff70;
    }

        .studentsplatformtestguidedivcss:hover ~ #studentsplatformtestlocateguidediv {
            transition: all 0.5s;
            background-color: rgba(255, 255, 255, 0.34);
            animation-name: blackguidelocatediv;
            animation-duration: 0.5s;
            animation-play-state: running;
            animation-iteration-count: infinite;
            animation-direction: alternate-reverse
        }

.studentsplatformtestlocateguidedivcss {
    position: absolute;
    top: 29.9vw;
    right: 52.6vw;
    width: 4.45vw;
    height: 1.95vw;
    transition: all 0.5s;
    background-color: transparent;
    border-radius: 0.3vw 0.3vw 0 0;
    transition: all 0.5s;
    z-index: 2;
}

.panelstateguidedivcss {
    position: absolute;
    top: 14vw;
    left: 4vw;
    width: 12vw;
    background-color: rgba(255, 255, 255, 0.50);
    font-family: Dirooz;
    font-size: 0.8vw;
    direction: rtl;
    padding: 0.5vw;
    text-align: center;
    border: solid 0.1vw rgba(133, 133, 133, 0.2);
    border-radius: 0.5vw;
    transition: all 0.5s;
    transform: translate(0,-50%);
    cursor: pointer;
    z-index: 2
}

    .panelstateguidedivcss:hover {
        background-color: #99ff70;
    }

        .panelstateguidedivcss:hover ~ #panelstatelocateguidediv {
            transition: all 0.5s;
            background-color: rgba(255, 255, 255, 0.34);
            animation-name: blackguidelocatediv;
            animation-duration: 0.5s;
            animation-play-state: running;
            animation-iteration-count: infinite;
            animation-direction: alternate-reverse
        }

.panelstatelocateguidedivcss {
    position: absolute;
    top: 14.7vw;
    right: 46vw;
    width: 25.4vw;
    height: 9.6vw;
    transition: all 0.5s;
    background-color: transparent;
    z-index: 2;
}













.teacherlaptopscreenHKdivcss {
    visibility: hidden;
    position: absolute;
    top: 0vw;
    right: 0vw;
    width: 100vw;
    height: 45vw;
    background-image: url('../../images/laptopscreenteachersroomguide.png');
    background-position: 50.3% 8.55vw;
    background-repeat: no-repeat;
    background-size: 47.8vw;
    background-color: transparent;
    transition: all 0.5s;
    z-index: 1
}
.teacherlaptopscreenHKdivcss:lang(ar) {
    visibility: hidden;
    position: absolute;
    top: 0vw;
    right: 0vw;
    width: 100vw;
    height: 45vw;
    background-image: url('../../images/laptopscreenteachersroomguide-ar.png');
    background-position: 50.3% 8.55vw;
    background-repeat: no-repeat;
    background-size: 47.8vw;
    background-color: transparent;
    transition: all 0.5s;
    z-index: 1
}

.screensharingguidedivcss {
    position: absolute;
    top: 5vw;
    right: 4.5vw;
    width: 12vw;
    transition: all 0.5s;
    background-color: rgba(255, 255, 255, 0.50);
    font-family: Dirooz;
    font-size: 0.8vw;
    direction: rtl;
    padding: 0.5vw;
    text-align: center;
    border: solid 0.1vw rgba(133, 133, 133, 0.2);
    border-radius: 0.5vw;
    cursor: pointer;
    z-index: 2
}

    .screensharingguidedivcss:hover {
        background-color: #81aaff;
    }

        .screensharingguidedivcss:hover ~ #screensharinglocateguidediv {
            transition: all 0.5s;
            background-color: rgba(255, 255, 255, 0.34);
            animation-name: guidelocatediv;
            animation-duration: 0.5s;
            animation-play-state: running;
            animation-iteration-count: infinite;
            animation-direction: alternate-reverse
        }

.screensharinglocateguidedivcss {
    position: absolute;
    top: 13.3vw;
    right: 26vw;
    width: 4.75vw;
    height: 1.5vw;
    transition: all 0.5s;
    background-color: transparent;
    z-index: 2;
}

.webcamsharingguidedivcss {
    position: absolute;
    top: 10vw;
    right: 4.5vw;
    width: 12vw;
    background-color: rgba(255, 255, 255, 0.50);
    font-family: Dirooz;
    font-size: 0.8vw;
    direction: rtl;
    padding: 0.5vw;
    text-align: center;
    border: solid 0.1vw rgba(133, 133, 133, 0.2);
    border-radius: 0.5vw;
    cursor: pointer;
    z-index: 2
}

    .webcamsharingguidedivcss:hover {
        background-color: #81aaff;
    }

        .webcamsharingguidedivcss:hover ~ #webcamsharinglocateguidediv {
            transition: all 0.5s;
            background-color: rgba(255, 255, 255, 0.34);
            animation-name: guidelocatediv;
            animation-duration: 0.5s;
            animation-play-state: running;
            animation-iteration-count: infinite;
            animation-direction: alternate-reverse
        }

.webcamsharinglocateguidedivcss {
    position: absolute;
    top: 14.75vw;
    right: 26vw;
    width: 4.75vw;
    height: 1.5vw;
    transition: all 0.5s;
    background-color: transparent;
    z-index: 2;
}

.micsharingguidedivcss {
    position: absolute;
    top: 15vw;
    right: 4.5vw;
    width: 12vw;
    background-color: rgba(255, 255, 255, 0.50);
    font-family: Dirooz;
    font-size: 0.8vw;
    direction: rtl;
    padding: 0.5vw;
    text-align: center;
    border: solid 0.1vw rgba(133, 133, 133, 0.2);
    transition: all 0.5s;
    border-radius: 0.5vw;
    cursor: pointer;
    z-index: 2
}

    .micsharingguidedivcss:hover {
        background-color: #81aaff;
    }

        .micsharingguidedivcss:hover ~ #micsharinglocateguidediv {
            transition: all 0.5s;
            background-color: rgba(255, 255, 255, 0.34);
            animation-name: guidelocatediv;
            animation-duration: 0.5s;
            animation-play-state: running;
            animation-iteration-count: infinite;
            animation-direction: alternate-reverse
        }

.micsharinglocateguidedivcss {
    position: absolute;
    top: 16.2vw;
    right: 26vw;
    width: 4.75vw;
    height: 1.5vw;
    transition: all 0.5s;
    background-color: transparent;
    z-index: 2;
}

.chatsharingguidedivcss {
    position: absolute;
    top: 20vw;
    right: 4.5vw;
    width: 12vw;
    background-color: rgba(255, 255, 255, 0.50);
    font-family: Dirooz;
    font-size: 0.8vw;
    direction: rtl;
    padding: 0.5vw;
    text-align: center;
    border: solid 0.1vw rgba(133, 133, 133, 0.2);
    transition: all 0.5s;
    border-radius: 0.5vw;
    cursor: pointer;
    z-index: 2
}

    .chatsharingguidedivcss:hover {
        background-color: #81aaff;
    }

        .chatsharingguidedivcss:hover ~ #chatsharinglocateguidediv {
            transition: all 0.5s;
            background-color: rgba(255, 255, 255, 0.34);
            animation-name: guidelocatediv;
            animation-duration: 0.5s;
            animation-play-state: running;
            animation-iteration-count: infinite;
            animation-direction: alternate-reverse
        }

.chatsharinglocateguidedivcss {
    position: absolute;
    top: 17.6vw;
    right: 26vw;
    width: 4.75vw;
    height: 1.5vw;
    transition: all 0.5s;
    background-color: transparent;
    z-index: 2;
}

.faragirsharingguidedivcss {
    position: absolute;
    top: 25vw;
    right: 4.5vw;
    width: 12vw;
    background-color: rgba(255, 255, 255, 0.50);
    font-family: Dirooz;
    font-size: 0.8vw;
    direction: rtl;
    padding: 0.5vw;
    text-align: center;
    border: solid 0.1vw rgba(133, 133, 133, 0.2);
    transition: all 0.5s;
    border-radius: 0.5vw;
    cursor: pointer;
    z-index: 2
}

    .faragirsharingguidedivcss:hover {
        background-color: #81aaff;
    }

        .faragirsharingguidedivcss:hover ~ #faragirsharinglocateguidediv {
            transition: all 0.5s;
            background-color: rgba(255, 255, 255, 0.34);
            animation-name: guidelocatediv;
            animation-duration: 0.5s;
            animation-play-state: running;
            animation-iteration-count: infinite;
            animation-direction: alternate-reverse
        }

.faragirsharinglocateguidedivcss {
    position: absolute;
    top: 19vw;
    right: 26vw;
    width: 4.75vw;
    height: 1.5vw;
    transition: all 0.5s;
    background-color: transparent;
    z-index: 2;
}

.onlinefaragirstateguidedivcss {
    position: absolute;
    top: 3.8vw;
    left: 4vw;
    width: 12vw;
    background-color: rgba(255, 255, 255, 0.50);
    font-family: Dirooz;
    font-size: 0.8vw;
    direction: rtl;
    padding: 0.5vw;
    text-align: center;
    border: solid 0.1vw rgba(133, 133, 133, 0.2);
    transition: all 0.5s;
    border-radius: 0.5vw;
    cursor: pointer;
    z-index: 2
}

    .onlinefaragirstateguidedivcss:hover {
        background-color: #81aaff;
    }

        .onlinefaragirstateguidedivcss:hover ~ #onlinefaragirstatelocateguidediv {
            transition: all 0.5s;
            background-color: rgba(255, 255, 255, 0.34);
            animation-name: blackguidelocatediv;
            animation-duration: 0.5s;
            animation-play-state: running;
            animation-iteration-count: infinite;
            animation-direction: alternate-reverse
        }

.onlinefaragirstatelocateguidedivcss {
    position: absolute;
    top: 8.65vw;
    right: 47vw;
    width: 8.3vw;
    height: 1.2vw;
    transition: all 0.5s;
    border-radius: 0.25vw;
    background-color: transparent;
    z-index: 2;
}
.onlinefaragirstatelocateguidedivcss:lang(ar) {
    position: absolute;
    top: 8.65vw;
    right: 44.8vw;
    width: 10.2vw;
    height: 1.2vw;
    transition: all 0.5s;
    border-radius: 0.25vw;
    background-color: transparent;
    z-index: 2;
}

.whiteboardsharingguidedivcss {
    position: absolute;
    top: 13.8vw;
    left: 4vw;
    width: 12vw;
    background-color: rgba(255, 255, 255, 0.50);
    font-family: Dirooz;
    font-size: 0.8vw;
    direction: rtl;
    padding: 0.5vw;
    text-align: center;
    border: solid 0.1vw rgba(133, 133, 133, 0.2);
    transition: all 0.5s;
    border-radius: 0.5vw;
    cursor: pointer;
    z-index: 2
}

    .whiteboardsharingguidedivcss:hover {
        background-color: #81aaff;
    }

        .whiteboardsharingguidedivcss:hover ~ #whiteboardsharinglocateguidediv {
            transition: all 0.5s;
            background-color: rgba(255, 255, 255, 0.34);
            animation-name: blackguidelocatediv;
            animation-duration: 0.5s;
            animation-play-state: running;
            animation-iteration-count: infinite;
            animation-direction: alternate-reverse
        }

.whiteboardsharinglocateguidedivcss {
    position: absolute;
    top: 18.5vw;
    right: 71.3vw;
    width: 2.45vw;
    height: 2.4vw;
    transition: all 0.5s;
    background-color: transparent;
    border-radius: 0 1.5vw 1.5vw 0;
    transition: all 0.5s;
    z-index: 2;
}

.mediasharingguidedivcss {
    position: absolute;
    top: 23.5vw;
    left: 4vw;
    width: 12vw;
    background-color: rgba(255, 255, 255, 0.50);
    font-family: Dirooz;
    font-size: 0.8vw;
    direction: rtl;
    padding: 0.5vw;
    text-align: center;
    border: solid 0.1vw rgba(133, 133, 133, 0.2);
    border-radius: 0.5vw;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 2
}

    .mediasharingguidedivcss:hover {
        background-color: #81aaff;
    }

        .mediasharingguidedivcss:hover ~ #mediasharinglocateguidediv {
            transition: all 0.5s;
            background-color: rgba(255, 255, 255, 0.34);
            animation-name: blackguidelocatediv;
            animation-duration: 0.5s;
            animation-play-state: running;
            animation-iteration-count: infinite;
            animation-direction: alternate-reverse
        }

.mediasharinglocateguidedivcss {
    position: absolute;
    top: 20.9vw;
    right: 71.25vw;
    width: 2.55vw;
    height: 2.4vw;
    transition: all 0.5s;
    background-color: transparent;
    border-radius: 0 1.2vw 1.2vw 0;
    transition: all 0.5s;
    z-index: 2;
}

.netstateguidedivcss {
    position: absolute;
    top: 31.5vw;
    left: 4vw;
    width: 12vw;
    background-color: rgba(255, 255, 255, 0.50);
    font-family: Dirooz;
    font-size: 0.8vw;
    direction: rtl;
    padding: 0.5vw;
    text-align: center;
    border: solid 0.1vw rgba(133, 133, 133, 0.2);
    border-radius: 0.5vw;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 2
}

    .netstateguidedivcss:hover {
        background-color: #81aaff;
    }

        .netstateguidedivcss:hover ~ #netstatelocateguidediv {
            transition: all 0.5s;
            background-color: rgba(255, 255, 255, 0.34);
            animation-name: blackguidelocatediv;
            animation-duration: 0.5s;
            animation-play-state: running;
            animation-iteration-count: infinite;
            animation-direction: alternate-reverse
        }

.netstatelocateguidedivcss {
    position: absolute;
    top: 30.8vw;
    right: 47.7vw;
    width: 5.8vw;
    height: 1.2vw;
    transition: all 0.5s;
    background-color: transparent;
    z-index: 2;
}

@keyframes guidelocatediv {
    0% {
        background-color: transparent;
    }

    100% {
        background-color: rgba(255, 255, 255, 0.34);
    }
}

@keyframes blackguidelocatediv {
    0% {
        background-color: transparent;
    }

    100% {
        background-color: rgba(0, 0, 0, 0.34);
    }
}
















.studentlaptopscreenHKdivcss {
    visibility: hidden;
    position: absolute;
    top: 0vw;
    right: 0vw;
    width: 100vw;
    height: 45vw;
    background-image: url('../../images/laptopscreenstudentsroomguide.png');
    background-position: 50.3% 8.55vw;
    background-repeat: no-repeat;
    background-size: 47.8vw;
    background-color: transparent;
    transition: all 0.5s;
    z-index: 1
}

.screenshowguidedivcss {
    position: absolute;
    top: 4vw;
    right: 4.5vw;
    width: 12vw;
    transition: all 0.5s;
    background-color: rgba(255, 255, 255, 0.50);
    font-family: Dirooz;
    font-size: 0.8vw;
    direction: rtl;
    padding: 0.5vw;
    text-align: center;
    border: solid 0.1vw rgba(133, 133, 133, 0.2);
    border-radius: 0.5vw;
    cursor: pointer;
    z-index: 2
}

    .screenshowguidedivcss:hover {
        background-color: #ffb355;
    }

        .screenshowguidedivcss:hover ~ #screenshowlocateguidediv {
            transition: all 0.5s;
            background-color: rgba(255, 255, 255, 0.34);
            animation-name: guidelocatediv;
            animation-duration: 0.5s;
            animation-play-state: running;
            animation-iteration-count: infinite;
            animation-direction: alternate-reverse
        }

.screenshowlocateguidedivcss {
    position: absolute;
    top: 13.3vw;
    right: 26vw;
    width: 4.75vw;
    height: 1.5vw;
    transition: all 0.5s;
    background-color: transparent;
    z-index: 2;
}

.webcamshowguidedivcss {
    position: absolute;
    top: 11vw;
    right: 4.5vw;
    width: 12vw;
    background-color: rgba(255, 255, 255, 0.50);
    font-family: Dirooz;
    font-size: 0.8vw;
    direction: rtl;
    padding: 0.5vw;
    text-align: center;
    border: solid 0.1vw rgba(133, 133, 133, 0.2);
    border-radius: 0.5vw;
    cursor: pointer;
    z-index: 2
}

    .webcamshowguidedivcss:hover {
        background-color: #ffb355;
    }

        .webcamshowguidedivcss:hover ~ #webcamshowlocateguidediv {
            transition: all 0.5s;
            background-color: rgba(255, 255, 255, 0.34);
            animation-name: guidelocatediv;
            animation-duration: 0.5s;
            animation-play-state: running;
            animation-iteration-count: infinite;
            animation-direction: alternate-reverse
        }

.webcamshowlocateguidedivcss {
    position: absolute;
    top: 14.75vw;
    right: 26vw;
    width: 4.75vw;
    height: 1.5vw;
    transition: all 0.5s;
    background-color: transparent;
    z-index: 2;
}

.voiceshowguidedivcss {
    position: absolute;
    top: 16.15vw;
    right: 4.5vw;
    width: 12vw;
    background-color: rgba(255, 255, 255, 0.50);
    font-family: Dirooz;
    font-size: 0.8vw;
    direction: rtl;
    padding: 0.5vw;
    text-align: center;
    border: solid 0.1vw rgba(133, 133, 133, 0.2);
    transition: all 0.5s;
    border-radius: 0.5vw;
    cursor: pointer;
    z-index: 2
}

    .voiceshowguidedivcss:hover {
        background-color: #ffb355;
    }

        .voiceshowguidedivcss:hover ~ #voiceshowlocateguidediv {
            transition: all 0.5s;
            background-color: rgba(255, 255, 255, 0.34);
            animation-name: guidelocatediv;
            animation-duration: 0.5s;
            animation-play-state: running;
            animation-iteration-count: infinite;
            animation-direction: alternate-reverse
        }

.voiceshowlocateguidedivcss {
    position: absolute;
    top: 16.2vw;
    right: 26vw;
    width: 4.75vw;
    height: 1.5vw;
    transition: all 0.5s;
    background-color: transparent;
    z-index: 2;
}

.micshowguidedivcss {
    position: absolute;
    top: 19.6vw;
    right: 4.5vw;
    width: 12vw;
    background-color: rgba(255, 255, 255, 0.50);
    font-family: Dirooz;
    font-size: 0.8vw;
    direction: rtl;
    padding: 0.5vw;
    text-align: center;
    border: solid 0.1vw rgba(133, 133, 133, 0.2);
    transition: all 0.5s;
    border-radius: 0.5vw;
    cursor: pointer;
    z-index: 2
}

    .micshowguidedivcss:hover {
        background-color: #ffb355;
    }

        .micshowguidedivcss:hover ~ #micshowlocateguidediv {
            transition: all 0.5s;
            background-color: rgba(255, 255, 255, 0.34);
            animation-name: guidelocatediv;
            animation-duration: 0.5s;
            animation-play-state: running;
            animation-iteration-count: infinite;
            animation-direction: alternate-reverse
        }

.micshowlocateguidedivcss {
    position: absolute;
    top: 17.62vw;
    right: 26vw;
    width: 4.75vw;
    height: 1.5vw;
    transition: all 0.5s;
    background-color: transparent;
    z-index: 2;
}

.chatshowguidedivcss {
    position: absolute;
    top: 24.9vw;
    right: 4.5vw;
    width: 12vw;
    background-color: rgba(255, 255, 255, 0.50);
    font-family: Dirooz;
    font-size: 0.8vw;
    direction: rtl;
    padding: 0.5vw;
    text-align: center;
    border: solid 0.1vw rgba(133, 133, 133, 0.2);
    transition: all 0.5s;
    border-radius: 0.5vw;
    cursor: pointer;
    z-index: 2
}

    .chatshowguidedivcss:hover {
        background-color: #ffb355;
    }

        .chatshowguidedivcss:hover ~ #chatshowlocateguidediv {
            transition: all 0.5s;
            background-color: rgba(255, 255, 255, 0.34);
            animation-name: guidelocatediv;
            animation-duration: 0.5s;
            animation-play-state: running;
            animation-iteration-count: infinite;
            animation-direction: alternate-reverse
        }

.chatshowlocateguidedivcss {
    position: absolute;
    top: 19.1vw;
    right: 26vw;
    width: 4.75vw;
    height: 1.5vw;
    transition: all 0.5s;
    background-color: transparent;
    z-index: 2;
}

.onlineteacherstateguidedivcss {
    position: absolute;
    top: 3.8vw;
    left: 4vw;
    width: 12vw;
    background-color: rgba(255, 255, 255, 0.50);
    font-family: Dirooz;
    font-size: 0.8vw;
    direction: rtl;
    padding: 0.5vw;
    text-align: center;
    border: solid 0.1vw rgba(133, 133, 133, 0.2);
    transition: all 0.5s;
    border-radius: 0.5vw;
    cursor: pointer;
    z-index: 2
}

    .onlineteacherstateguidedivcss:hover {
        background-color: #ffb355;
    }

        .onlineteacherstateguidedivcss:hover ~ #onlineteacherstatelocateguidediv {
            transition: all 0.5s;
            background-color: rgba(255, 255, 255, 0.34);
            animation-name: blackguidelocatediv;
            animation-duration: 0.5s;
            animation-play-state: running;
            animation-iteration-count: infinite;
            animation-direction: alternate-reverse
        }

.onlineteacherstatelocateguidedivcss {
    position: absolute;
    top: 8.65vw;
    right: 46.75vw;
    width: 5vw;
    height: 1.2vw;
    transition: all 0.5s;
    border-radius: 0.1vw;
    background-color: transparent;
    z-index: 2;
}

.whiteboardshowguidedivcss {
    position: absolute;
    top: 13.8vw;
    left: 4vw;
    width: 12vw;
    background-color: rgba(255, 255, 255, 0.50);
    font-family: Dirooz;
    font-size: 0.8vw;
    direction: rtl;
    padding: 0.5vw;
    text-align: center;
    border: solid 0.1vw rgba(133, 133, 133, 0.2);
    transition: all 0.5s;
    border-radius: 0.5vw;
    cursor: pointer;
    z-index: 2
}

    .whiteboardshowguidedivcss:hover {
        background-color: #ffb355;
    }

        .whiteboardshowguidedivcss:hover ~ #whiteboardshowlocateguidediv {
            transition: all 0.5s;
            background-color: rgba(255, 255, 255, 0.34);
            animation-name: blackguidelocatediv;
            animation-duration: 0.5s;
            animation-play-state: running;
            animation-iteration-count: infinite;
            animation-direction: alternate-reverse
        }

.whiteboardshowlocateguidedivcss {
    position: absolute;
    top: 18.5vw;
    right: 71.35vw;
    width: 2.4vw;
    height: 2.4vw;
    transition: all 0.5s;
    background-color: transparent;
    border-radius: 0 1.5vw 1.5vw 0;
    transition: all 0.5s;
    z-index: 2;
}

.mediashowguidedivcss {
    position: absolute;
    top: 23.5vw;
    left: 4vw;
    width: 12vw;
    background-color: rgba(255, 255, 255, 0.50);
    font-family: Dirooz;
    font-size: 0.8vw;
    direction: rtl;
    padding: 0.5vw;
    text-align: center;
    border: solid 0.1vw rgba(133, 133, 133, 0.2);
    border-radius: 0.5vw;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 2
}

    .mediashowguidedivcss:hover {
        background-color: #ffb355;
    }

        .mediashowguidedivcss:hover ~ #mediashowlocateguidediv {
            transition: all 0.5s;
            background-color: rgba(255, 255, 255, 0.34);
            animation-name: blackguidelocatediv;
            animation-duration: 0.5s;
            animation-play-state: running;
            animation-iteration-count: infinite;
            animation-direction: alternate-reverse
        }

.mediashowlocateguidedivcss {
    position: absolute;
    top: 20.9vw;
    right: 71.25vw;
    width: 2.6vw;
    height: 2.4vw;
    transition: all 0.5s;
    background-color: transparent;
    border-radius: 0 1.2vw 1.2vw 0;
    transition: all 0.5s;
    z-index: 2;
}

.studentnetstateguidedivcss {
    position: absolute;
    top: 31.5vw;
    left: 4vw;
    width: 12vw;
    background-color: rgba(255, 255, 255, 0.50);
    font-family: Dirooz;
    font-size: 0.8vw;
    direction: rtl;
    padding: 0.5vw;
    text-align: center;
    border: solid 0.1vw rgba(133, 133, 133, 0.2);
    border-radius: 0.5vw;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 2
}

    .studentnetstateguidedivcss:hover {
        background-color: #ffb355;
    }

        .studentnetstateguidedivcss:hover ~ #studentnetstatelocateguidediv {
            transition: all 0.5s;
            background-color: rgba(255, 255, 255, 0.34);
            animation-name: blackguidelocatediv;
            animation-duration: 0.5s;
            animation-play-state: running;
            animation-iteration-count: infinite;
            animation-direction: alternate-reverse
        }

.studentnetstatelocateguidedivcss {
    position: absolute;
    top: 30.8vw;
    right: 47.7vw;
    width: 5.8vw;
    height: 1.2vw;
    transition: all 0.5s;
    background-color: transparent;
    z-index: 2;
}












































.loginHKbodycss {
    width: 100vw;
    height: 65vw;
    padding: unset;
    position: relative;
    top: 0vw;
    left: 0;
    background: linear-gradient(rgba(255, 255, 255, 0.00), #afddff) !important;
    float: left;
    z-index: 1;
}

.bodychildcss {
    position: relative;
    top: 0vw;
    left: 0;
    width: 70vw;
    background-color: transparent;
    float: left;
    padding-top: 3vw;
    padding-bottom: 8vw;
    padding-left: 15vw;
    padding-right: 15vw;
    background: linear-gradient(#f1f1f1, #ffffff) !important;
    box-shadow: #d1d1d1 0 -0.05vw 0.05vw;
    z-index: 1;
    display:none;
}

.teachersHKlogindivcss {
    position: absolute;
    top: 35vw;
    right: 17.5vw;
    width: 65vw;
    height: 12vw;
    background-color: #b7e9ff;
    border-radius: 2vw 2vw 2vw 2vw;
    border: solid #58a1cf 1vw;
    z-index: 1
}

.childbodyheadlabelcss {
    position: absolute;
    top: -3.5vw;
    right: 15vw;
    height: 4vw;
    width: 25vw;
    background: linear-gradient(#f1f1f1, #f1f1f1);
    border-radius: 0.5vw 0.5vw 0 0;
    font-family: Dirooz;
    font-size: 1.5vw;
    text-align: center;
    line-height: 3vw;
    color: #0f0f0f;
    box-shadow: #d1d1d1 0 -0.05vw 0.05vw;
    z-index: 0;
}

.hikelaslbcss {
    color: #0fdb07;
}

.teachersHKlogincss {
    position: absolute;
    top: -30vw;
    height: 42vw;
    width: 65vw;
    background-color: azure;
    background-position: center -2vw;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: transparent;
    cursor: pointer;
    background-image: url(../../images/BstudentMteacher.png);
    border: none;
    border-radius: 1vw 1vw 1vw 1vw;
    overflow: hidden;
    z-index: 0
}

.FHKphotocss {
    position: absolute;
    background-size: cover;
    width: 10vw;
    height: 10vw;
    background-image: url(../../images/notfindimage.jpg);
    background-position: top center;
    border: none;
    border-radius: 0.5vw;
    background-color: #f1eded;
    cursor: pointer
}

.fieldnamecss {
    position: absolute;
    bottom: 0.5vw;
    width: 10vw;
    height: 2vw;
    font-family: Dirooz;
    font-size: 1vw;
    line-height: 2vw;
    color: #000000;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.80)
}

.NHKDataListcss {
    position: relative;
    right: 1vw;
    top: 1vw;
    left: 1vw;
    float: right
}

.resultBNcss {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    border-radius: 0.3vw;
    float: right;
    border: none;
    z-index: 2;
    cursor: pointer
}

.studentsHKlogindisdivcss {
    position: absolute;
    bottom: 1vw;
    left: 1vw;
    width: 28vw;
    height: 12vw;
    background-color: rgba(25, 117, 114,0.5);
    border-radius: 1vw
}

.studentsHKlogindislbcss {
    position: absolute;
    margin: 1vw;
    left: 0;
    right: 0;
    color: white;
    font-family: Dirooz;
    font-size: 1vw;
    line-height: 2vw;
    text-align: justify;
    direction: rtl
}

.studentsHKloginhrefcss {
    position: absolute;
    bottom: -1.5vw;
    left: 9vw;
    width: 12vw;
    height: 3vw;
    background-color: #146562;
    border-radius: 0.6vw;
    color: white;
    font-family: Dirooz;
    font-size: 1.2vw;
    line-height: 3vw;
    text-align: center;
    cursor: pointer;
    text-decoration: none
}

.bodylogincss {
    position: absolute;
    top: -2vw;
    height: 30vw;
    width: 30vw;
    background-color: azure;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    cursor: pointer;
}

.NODataListcss {
    position: relative;
    right: 1vw;
    top: 1vw;
    left: 1vw;
    float: right
}

.resultBNcss {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    border-radius: 0.3vw;
    float: right;
    border: none;
    z-index: 2;
    cursor: pointer
}

.FHKDataListcss {
    position: relative;
    right: 1vw;
    top: 1vw;
    left: 1vw;
    float: right
}

.photocss {
    background-size: cover;
    width: 15vw;
    height: 15vw;
    background-image: url(../../images/notfindimage.jpg);
    background-position: top center;
    border: solid 1px #cfcfcf;
    border-radius: 0.5vw;
    background-color: #f1eded;
    background-size: cover;
    cursor: pointer
}

.offlinenamecss {
    position: absolute;
    top: 16vw;
    width: 15vw;
    height: auto;
    font-family: Dirooz,Arial, Helvetica, sans-serif;
    font-size: 1vw;
    line-height: 2vw;
    color: #000000;
    text-align: justify;
    text-align-last: center;
    background-color: rgba(255, 255, 255, 0.50);
    direction: rtl;
    left: 0.5vw;
}

.teachersHKlogindisdivcss {
    position: absolute;
    bottom: 1vw;
    left: 10vw;
    width: 45vw;
    height: 8vw;
    background-color: rgba(255, 255, 255, 0.90);
    border-radius: 1vw
}

.teachersHKlogindislbcss {
    position: absolute;
    margin: 1vw;
    left: 0;
    right: 0;
    color: rgb(4, 4, 4);
    font-family: Dirooz;
    font-size: 1vw;
    line-height: 2vw;
    text-align: justify;
    direction: rtl;
    font-weight: bold
}

.teachersHKloginhrefcss {
    position: absolute;
    bottom: -6.5vw;
    left: 20vw;
    width: 25vw;
    height: 4vw;
    background-color: #2d5169;
    border-radius: 0.6vw;
    color: white;
    font-family: Dirooz;
    font-size: 2vw;
    line-height: 4vw;
    text-align: center;
    cursor: pointer;
    text-decoration: none
}

.footercss {
    position: relative;
    top: 0vw;
    left: 0;
    width: 100vw;
    height: 20vw;
    background-color: #313131;
    float: right;
}

.kelasdivcss {
    position: relative;
    height: 22vw;
    width: 15vw;
    overflow: hidden;
    float: right;
    margin: 0.7vw;
    cursor: pointer;
    padding: 0.5vw;
    background-color: #ffffff;
    border-radius: 1vw;
    box-shadow: #D0D1D1 0 0 0.2vw;
    transition: all 0.2s;
}

    .kelasdivcss:hover {
        box-shadow: #d1d1d1 0.05vw 0.25vw 1vw;
    }

.sharpbarcss {
    position: fixed;
    top: 0;
    left: -45vw;
    width: 5vw;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    transform-origin: center center;
    transform: skewX(-30deg);
}

.BHKDataListcss {
    position: relative;
    right: 1vw;
    top: 1vw;
    left: 1vw;
    float: right
}

.OHKDataListcss {
    position: relative;
    right: 1vw;
    top: 1vw;
    left: 1vw;
    float: right
}








.start__arrow__body__green {
    position: absolute;
    border-radius: 50%;
    background-color: #51ac01;
    border: solid 0.2vw #3fdb00;
}

.arrow__body__green {
    position: absolute;
    width: 49.75%;
    height: 49.75%;
    border-style: solid;
    border-color: #3fdb00;
}

.start__arrow__body__blue {
    position: absolute;
    border-radius: 50%;
    background-color: #00b3e2;
    border: solid 0.2vw #50daff;
}

.arrow__body__blue {
    position: absolute;
    width: 49.75%;
    height: 49.75%;
    border-style: solid;
    border-color: #00b3e2;
}

.start__arrow__body__red {
    position: absolute;
    border-radius: 50%;
    background-color: #e40000;
    border: solid 0.2vw #ff4848;
}

.arrow__body__red {
    position: absolute;
    width: 49.75%;
    height: 49.75%;
    border-style: solid;
    border-color: #ff4848;
}

.arrow__body__curve__top__left {
    top: 0;
    left: 0;
}

.arrow__body__curve__top__right {
    top: 0;
    left: 50%;
}

.arrow__body__curve__bottom__left {
    top: 50%;
    left: 0;
}

.arrow__body__curve__bottom__right {
    top: 50%;
    left: 50%;
}

.arrow__body__top__right {
    border-top-width: 0.25vw;
    border-bottom-width: 0;
    border-right-width: 0.25vw;
    border-left-width: 0;
    border-top-right-radius: 100%;
}

.arrow__body__top__left {
    border-top-width: 0.25vw;
    border-bottom-width: 0;
    border-right-width: 0;
    border-left-width: 0.25vw;
    border-top-left-radius: 100%;
}

.arrow__body__bottom__right {
    border-top-width: 0;
    border-bottom-width: 0.25vw;
    border-right-width: 0.25vw;
    border-left-width: 0;
    border-bottom-right-radius: 100%;
}

.arrow__body__bottom__left {
    border-top-width: 0;
    border-bottom-width: 0.25vw;
    border-right-width: 0;
    border-left-width: 0.25vw;
    border-bottom-left-radius: 100%;
}

.start__arrow__body__top__left {
    top: -0.5vw;
    left: -0.5vw;
    width: 0.5vw;
    height: 0.5vw;
}

.start__arrow__body__top__right {
    top: -0.5vw;
    right: -0.5vw;
    width: 0.5vw;
    height: 0.5vw;
}

.start__arrow__body__bottom__left {
    bottom: -0.5vw;
    left: -0.5vw;
    width: 0.5vw;
    height: 0.5vw;
}

.start__arrow__body__bottom__right {
    bottom: -0.5vw;
    right: -0.5vw;
    width: 0.5vw;
    height: 0.5vw;
}


.arrow__A__1 {
    position: absolute;
    top: 4vw;
    left: 74.85vw;
    width: 7vw;
    height: 10vw;
}

:lang(ar) {
}

.arrow__A__2 {
    position: absolute;
    top: 9.5vw;
    left: 74.85vw;
    width: 7vw;
    height: 6vw;
}

.arrow__A__3 {
    position: absolute;
    top: 16vw;
    left: 74.85vw;
    width: 7vw;
    height: 1vw;
}

.arrow__A__4 {
    position: absolute;
    top: 18.5vw;
    left: 74.85vw;
    width: 7vw;
    height: 5vw;
}

.arrow__A__5 {
    position: absolute;
    top: 20vw;
    left: 74.85vw;
    width: 7vw;
    height: 9vw;
}

.arrow__A__6 {
    position: absolute;
    top: 25vw;
    left: 61vw;
    width: 20.75vw;
    height: 9vw;
}

.arrow__A__7 {
    position: absolute;
    top: 6.25vw;
    left: 17.25vw;
    width: 35vw;
    height: 3vw;
}
.arrow__A__7:lang(ar) {
    position: absolute;
    top: 6.25vw;
    left: 17.25vw;
    width: 33vw;
    height: 3vw;
}

.arrow__A__8 {
    position: absolute;
    top: 13vw;
    left: 17.25vw;
    width: 23.75vw;
    height: 3vw;
}

.arrow__A__9 {
    position: absolute;
    top: 21vw;
    left: 17.25vw;
    width: 33vw;
    height: 8vw;
}

.arrow__A__10 {
    position: absolute;
    top: 32.5vw;
    left: 17.25vw;
    width: 27.75vw;
    height: 8vw;
}

.arrow__B__1 {
    position: absolute;
    top: 7vw;
    left: 74.85vw;
    width: 7vw;
    height: 7vw;
}

.arrow__B__2 {
    position: absolute;
    top: 12vw;
    left: 74.85vw;
    width: 7vw;
    height: 3.5vw;
}

.arrow__B__3 {
    position: absolute;
    top: 17.25vw;
    left: 74.85vw;
    width: 7vw;
    height: 0vw;
}

.arrow__B__4 {
    position: absolute;
    top: 18.5vw;
    left: 74.85vw;
    width: 7vw;
    height: 3.5vw;
}

.arrow__B__5 {
    position: absolute;
    top: 20vw;
    left: 74.85vw;
    width: 7vw;
    height: 9vw;
}

.arrow__B__6 {
    position: absolute;
    top: 4.8vw;
    left: 17.25vw;
    width: 31.5vw;
    height: 3vw;
}

.arrow__B__7 {
    position: absolute;
    top: 16vw;
    left: 17.25vw;
    width: 8.25vw;
    height: 3.5vw;
}

.arrow__B__8 {
    position: absolute;
    top: 22.5vw;
    left: 17.25vw;
    width: 8.25vw;
    height: 3.5vw;
}

.arrow__B__9 {
    position: absolute;
    top: 32.5vw;
    left: 17.25vw;
    width: 32.5vw;
    height: 8vw;
}

.arrow__C__1 {
    position: absolute;
    top: 7vw;
    left: 74.85vw;
    width: 7vw;
    height: 7vw;
}

.arrow__C__2 {
    position: absolute;
    top: 12vw;
    left: 74.85vw;
    width: 7vw;
    height: 3.5vw;
}

.arrow__C__3 {
    position: absolute;
    top: 17.25vw;
    left: 74.85vw;
    width: 7vw;
    height: 0vw;
}

.arrow__C__4 {
    position: absolute;
    top: 18.5vw;
    left: 74.85vw;
    width: 7vw;
    height: 3.5vw;
}

.arrow__C__5 {
    position: absolute;
    top: 20vw;
    left: 74.85vw;
    width: 7vw;
    height: 9vw;
}

.arrow__C__6 {
    position: absolute;
    top: 4.75vw;
    left: 17.25vw;
    width: 33.5vw;
    height: 3vw;
}

.arrow__C__7 {
    position: absolute;
    top: 16vw;
    left: 17.25vw;
    width: 8.25vw;
    height: 3.5vw;
}

.arrow__C__8 {
    position: absolute;
    top: 22.5vw;
    left: 17.25vw;
    width: 8.25vw;
    height: 3.5vw;
}

.arrow__C__9 {
    position: absolute;
    top: 32.75vw;
    left: 17.25vw;
    width: 32.25vw;
    height: 8vw;
}



