@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html, body {
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.button-link {
    text-decoration: 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;
    }

.title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-bottom: 0.625rem;
}

    .title.title-secondary {
        padding-top: 0.313rem;
        padding-bottom: 0;
        color: var(--bs-secondary-color);
    }

.title-header-text {
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 600;
    letter-spacing: 0rem;
    padding: 0.3125rem 0;
}

.title-content-text {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 2.5rem;
    letter-spacing: 0rem;
}

.main-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.block-content {
    width: 31.25rem;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    max-width: 100%;
}


.or {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .or .or-line {
        border-bottom: 1px solid var(--bs-body-color);
        width: 100%;
        opacity: 0.2;
    }

    .or .or-text {
        padding: 0 0.625rem 0px 0.625rem;
        font-size: 0.75rem;
        line-height: 1.125rem;
        color: var(--bs-body-color);
        opacity: 0.7;
    }

.links-area {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    padding-top: 0.625rem;
}

.links-container {
    display: flex;
    gap: 0.25rem;
    justify-content: center;
    align-items: center;
}

    .links-container .dot {
        height: 0.3125rem;
        width: 0.3125rem;
        margin: 0 0.1875rem;
        border-radius: 50%;
        background-color: var(--bs-body-color);
        opacity: 0.7;
    }

.manage-layout {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.info-message::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.15;
    background: var(--bs-primary);
    z-index: -1;
}

.info-message {
    padding: 0.625rem 1rem 0.625rem 1rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .info-message.info-panel {
        margin-bottom: 0.625rem;
    }

.manage-content {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.large-input {
    height: 4.3125rem;
    font-size: 1.875rem;
}

.title-content-text-secondary {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.button-group {
    display: flex;
    flex-direction: row;
    gap: 0.625rem;
}

.confirm-button {
    margin-top: 0.3125rem;
}

.display-desktop {
    display: block;
}

.display-mobile {
    display: none;
}

.icon-external-provider {
    width: 1rem;
    height: 1rem;
}

.icon-google {
    background-image: url("/images/account/providers/google-logo.svg")
}

.icon-facebook {
    background-image: url("/images/account/providers/facebook-logo.svg")
}

.icon-microsoft {
    background-image: url("/images/account/providers/microsoft-logo.svg")
}

.icon-twitter {
    background-image: url("/images/account/providers/x-logo.svg")
}

@media (max-width: 768px) {
    .display-desktop {
        display: none;
    }

    .display-mobile {
        display: block;
    }
}

.plus-btn {
    border-radius: 90px;
    border: 2px rgb(128, 128, 128);
   
    background-color:transparent;
    color:gray
}

.autoGridHeight {
}

.w-15 {
    width: 15%;
}
.w-10 {
    width: 10%;
}
.float-right {
    float: right;
}
.windowHeaderButton {
    background-color: transparent;
    float: right;
    color:gray;
    font-weight:bolder;
    border:none;
    margin-top:5px;
    margin-left:10px;
}
.windowHeaderButton:hover {
    cursor:pointer;
    float: right;
    color: gray;
    font-weight:900;
    border: none;
}

.dropdown {
    /* position: absolute;
        display: inline-block;
        z-index: 5;
        margin-top: 20px; */
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    right: 10px;
    min-width: 320px;
    z-index: 1;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,.1);
    border-radius: 5px;
}

    .dropdown-content a {
        color: black;
        padding: 10px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn IMG {
    background-color: #fff;
}

button.dropbtn {
    border: none;
    background-color: #fff;
}

    button.dropbtn IMG {
        cursor: pointer;
        border-radius: 50%;
        width: 25px;
        padding: 5px;
    }

button.dropbtn-flag {
    margin-top: 10px;
    border: none;
    background-color: #fff;
}

    button.dropbtn-flag IMG {
        cursor: pointer;
    }

.dropdown-img {
    margin-top: 2px;
    padding: 10px 10px 0px 10px;
    width: 20px;
    float: left;
}

.dropdown-flag {
    margin: 15px;
   
    float: left;
}

.dropdown-hr {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    height: 0;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: rgba(0,0,0,.1);
}
.separating-line {
    border-top: solid;
    border-color: gray;
    width: 100%;
    border-width: 1px;
    margin: 10px;
    box-shadow: 3px 3px 3px gray;
   
}
.popup-header-menu {
    position: absolute;
    background-color:transparent;
    box-shadow: 3px 3px 3px gray;
    top: 0px;
    left:0px;
    width:100%;
    border-radius:3px;
    z-index: 999;
    opacity: 0.9;
    
}
.popup-header-dxmenu {
    opacity: 0.7;
    background-color:transparent;
   
   
}
.popup-header-caption {
    position: absolute;
    background-color: transparent;
    top: 10px;
    z-index: 999;
    opacity: 0.9;
    font-size:large;
    width:100%;
    margin:auto;
    height:16px;
    text-align:center;
}

.loading {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 10%;
    background: #000;
    z-index: 9999;
    background-color: transparent;
   
}

.loading-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 100px;
    line-height: 100px;
}

    .loading-text span {
        display: inline-block;
        margin: 0 5px;
        color: #000;
        font-family: "Quattrocento Sans", sans-serif;
    }

        .loading-text span:nth-child(1) {
            filter: blur(0px);
            -webkit-animation: blur-text 1.5s 0s infinite linear alternate;
            animation: blur-text 1.5s 0s infinite linear alternate;
        }

        .loading-text span:nth-child(2) {
            filter: blur(0px);
            -webkit-animation: blur-text 1.5s 0.2s infinite linear alternate;
            animation: blur-text 1.5s 0.2s infinite linear alternate;
        }

        .loading-text span:nth-child(3) {
            filter: blur(0px);
            -webkit-animation: blur-text 1.5s 0.4s infinite linear alternate;
            animation: blur-text 1.5s 0.4s infinite linear alternate;
        }

        .loading-text span:nth-child(4) {
            filter: blur(0px);
            -webkit-animation: blur-text 1.5s 0.6s infinite linear alternate;
            animation: blur-text 1.5s 0.6s infinite linear alternate;
        }

        .loading-text span:nth-child(5) {
            filter: blur(0px);
            -webkit-animation: blur-text 1.5s 0.8s infinite linear alternate;
            animation: blur-text 1.5s 0.8s infinite linear alternate;
        }

        .loading-text span:nth-child(6) {
            filter: blur(0px);
            -webkit-animation: blur-text 1.5s 1s infinite linear alternate;
            animation: blur-text 1.5s 1s infinite linear alternate;
        }

        .loading-text span:nth-child(7) {
            filter: blur(0px);
            -webkit-animation: blur-text 1.5s 1.2s infinite linear alternate;
            animation: blur-text 1.5s 1.2s infinite linear alternate;
        }

@-webkit-keyframes blur-text {
    0% {
        filter: blur(0px);
    }

    100% {
        filter: blur(4px);
    }
}

@keyframes blur-text {
    0% {
        filter: blur(0px);
    }

    100% {
        filter: blur(4px);
    }
}

.panel {
    background-color: whitesmoke;
    margin: 5px;
    padding: 10px;
    border-radius: 10px;
}
    .panel:hover {
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    }

.w-33 {
    width: 33% !important;
}