﻿/*@import url("https://fonts.googleapis.com/icon?family=Material+Icons+Round");
@import url(https://fonts.googleapis.com/css?family=PT+Sans);
*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css");

html {
    font-size: 1.4em;
}

:root {
    --main-color: #e17043;
}

/** {
    font-family: "Gabriola", serif !important;
}
*/
.wrap-break {
    overflow-wrap: break-word !important;
}

.flagbtn {
    border: unset;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.imgoverlaytxt {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.imgoverlaytitle {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
}

.carouselimg {
    display: unset;
}

.aclickable:hover {
    cursor: pointer;
    color: var(--main-color) !important;
    font-size: medium;
}

.iframe-container {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .iframe-container iframe {
        width: 100%;
    }
}

.svg-img-sm {
    max-width: 40%;
}

.svg-img-md {
    max-width: 70%;
}

.nav-brand {
    font-weight: bold;
    font-size: large;
}

@media only screen and (max-width: 425px) {
    .svg-img {
        max-width: 100%;
    }
}

header {
    padding-top: 9.5rem;
    padding-bottom: 6rem;
}

section {
    padding-top: 9rem;
    padding-bottom: 9rem;
}

html {
    scroll-padding-top: 3.5rem;
}

#wrapper {
    overflow-x: hidden;
}

.img-resp {
    max-width: 100%;
    height: auto;
    border: 0 !important;
    background-color: inherit;
    border-radius: .25rem !important;
}

a {
    text-decoration: unset !important;
}

    a:hover {
        cursor: pointer;
    }

.textarea {
    height: 150px;
}

.img-cover {
    background-size: cover;
}
/* Start sidebar*/
/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    overflow-x: hidden;
}

/* Toggle Styles */
#sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #wrapper.he-IL {
        padding-right: 0;
    }

    #wrapper.toggled {
        padding-left: 250px;
    }

    #wrapper.he-IL.toggled {
        padding-right: 0px;
    }

#sidebar-wrapper {
    z-index: 1000;
    padding-top: 60px;
    position: fixed;
    left: 250px;
    background: white;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*#sidebar-wrapper.he-IL {
    right: 250px !important;
    left:unset !important;
    margin-right: -250px !important;
}*/

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    /*width: 100%;*/
    /*position: absolute;*/
}

#wrapper.toggled #page-content-wrapper {
    min-width: 100vw;
}

#wrapper.he-IL.toggled #page-content-wrapper.he-IL {
    /*margin-right: -250px;*/
    margin-left: 0px !important;
}


/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebar-nav li {
        text-indent: 20px;
        line-height: 40px;
    }

        .sidebar-nav li a {
            display: block;
            text-decoration: none;
            color: #999999;
        }

            .sidebar-nav li a:hover {
                text-decoration: none;
                color: #fff;
                background: rgba(255,255,255,0.2);
            }

            .sidebar-nav li a:active,
            .sidebar-nav li a:focus {
                text-decoration: none;
            }

    .sidebar-nav > .sidebar-brand {
        height: 65px;
        font-size: 18px;
        line-height: 60px;
    }

        .sidebar-nav > .sidebar-brand a {
            color: #999999;
        }

            .sidebar-nav > .sidebar-brand a:hover {
                color: #fff;
                background: none;
            }

@media(max-width: 768px) {
    #wrapper.he-IL.toggled {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }
        /*  #wrapper.he-IL {
        padding-right: 250px;
        padding-left: 0px !important;
    }*/

        #wrapper.toggled {
            padding-left: 0;
        }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

/* End sidebar*/

.e-toast-content {
    z-index: 1031;
}

.breadcrumb {
    font-size: x-large;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}
/*Start spinner*/
#drag-container, #spin-container {
    height: 300px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-10deg);
    transform: rotateX(-10deg);
}

    #drag-container img, #drag-container video {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        line-height: 200px;
        font-size: 50px;
        text-align: center;
        -webkit-box-shadow: 0 0 8px #fff;
        box-shadow: 0 0 8px #fff;
        -webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0005);
    }

        #drag-container img:hover, #drag-container video:hover {
            -webkit-box-shadow: 0 0 15px #fffd;
            box-shadow: 0 0 15px #fffd;
            -webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0007);
        }

    #drag-container p {
        font-family: Serif;
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%) rotateX(90deg);
        transform: translate(-50%,-50%) rotateX(90deg);
        color: #fff;
    }

#ground {
    width: 900px;
    height: 900px;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) rotateX(90deg);
    transform: translate(-50%,-50%) rotateX(90deg);
    background: -webkit-radial-gradient(center center, farthest-side, #9993, transparent);
}

#music-container {
    position: absolute;
    top: 0;
    left: 0;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    to {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    to {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@-webkit-keyframes spinRevert {
    from {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }

    to {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes spinRevert {
    from {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }

    to {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

.he-IL-txt {
    float: right;
    text-align: right;
    direction: rtl;
}

p {
    margin-top: 0;
    margin-bottom: 0.5rem !important;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: unset;
    background-color: #fff;
    background-clip: border-box;
    border: 1 px solid rgba(0,0,0,.125);
    border-radius: 0.25 rem;
}

a {
    color: var(--main-color) !important;
}

    a:hover {
        color: black !important;
    }

.btn-primary {
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: var(--main-color) !important;
}

.list-group-item-light {
    color: #636464;
    background-color: #fefefe;
}

.nav-link {
    color: var(--main-color) !important;
}

.glow {
    color: #000;
    text-align: center;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
}



@-webkit-keyframes glow {

    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
    }

    to {
        text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
    }
}

.img-logo-navbar {
    height: 39px;
}

.img-logo {
    height: 150px;
}

.neonText-light {
    color: #fff;
    text-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #0fa, 0 0 82px #0fa, 0 0 92px #0fa, 0 0 102px #0fa, 0 0 151px #0fa;
}

.neonText-dark {
    color: #000000;
    text-shadow: 0 0 7px #000000, 0 0 10px #000, 0 0 21px #000000, 0 0 42px #0fa, 0 0 82px #0fa, 0 0 92px #0fa, 0 0 102px #0fa, 0 0 151px #0fa;
}

.my-reconnect-modal > div {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
    background-color: #fff;
    opacity: 0.8;
    text-align: center;
    font-weight: bold;
}

.components-reconnect-hide > div {
    display: none;
}

.components-reconnect-show > div {
    display: none;
}

.components-reconnect-show > .show {
    display: none;
}

.components-reconnect-failed > div {
    display: none;
}

.components-reconnect-failed > .failed {
    display: none;
}

.components-reconnect-rejected > div {
    display: none;
}

.components-reconnect-rejected > .rejected {
    display: none;
}

.projectName {
    font-size: 2.5rem;
}

.h-block-100 {
    height: 550px;
}

.w-block-100 {
    width: 650px;
}

.w-max-500 {
    max-width: 650px;
}

.h-max-500 {
    max-height: 550px;
}

@media(max-width:500px) {
    .w-max-500 {
        max-width: 100% !important;
    }

    .h-max-500 {
        max-height: 100% !important;
    }
}

@media(max-width:426px) {
    #sidebar-wrapper.he-IL {
        right: 250px !important;
        /*left: unset !important;*/
        margin-right: -105px !important;
    }
}

.he-IL {
    direction: rtl;
}

.breadcrumb-app {
    list-style: none;
    display: flex;
    padding: unset;
}

.breadcrumb-app-item {
    padding: 5px;
}

.font-xsm {
    font-size: x-small;
}
