﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    background-color: #eaf0ff;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #FD740D;
}

.btn-primary {
    color: #FFF !important;
    background-color: #FD740D !important;
    border-color: #FD740D !important;
}



.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#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;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.rz-data-grid {
    z-index: 1 !important;
}

@media (min-width: 768px) {

    .navbar-toggler {
        display: none !important;
    }
}

.cs-toast {
    display: none;
    padding: 1.5rem;
    color: #fff;
    z-index: 999;
    position: fixed;
    width: 25rem;
    top: 2rem;
    border-radius: 1rem;
    right: 2rem;
}

.cs-toast-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
    font-size: 1.5rem;
}

.cs-toast-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 1rem;
}

    .cs-toast-body p {
        margin-bottom: 0;
    }

.cs-toast-visible {
    display: flex;
    flex-direction: row;
    animation: fadein 1.5s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.nav-link {
    color: #000000 !important;
}

/* Header top bar*/
.header {
    transition: all 0.5s;
    z-index: 9;
    height: 60px;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
    padding-left: 20px;
    /* Toggle Sidebar Button */
    /* Search Bar */
}

    .header .toggle-sidebar-btn {
        font-size: 32px;
        padding-left: 10px;
        cursor: pointer;
        color: #012970;
    }

    .header .search-bar {
        min-width: 360px;
        padding: 0 20px;
    }

@media (max-width: 1199px) {
    .header .search-bar {
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        padding: 20px;
        box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
        background: white;
        z-index: 9999;
        transition: 0.3s;
        visibility: hidden;
        opacity: 0;
    }

    .header .search-bar-show {
        top: 60px;
        visibility: visible;
        opacity: 1;
    }
}

.header .search-form {
    width: 100%;
}

    .header .search-form input {
        border: 0;
        font-size: 14px;
        color: #012970;
        border: 1px solid rgba(1, 41, 112, 0.2);
        padding: 7px 38px 7px 8px;
        border-radius: 3px;
        transition: 0.3s;
        width: 100%;
    }

        .header .search-form input:focus,
        .header .search-form input:hover {
            outline: none;
            box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
            border: 1px solid rgba(1, 41, 112, 0.3);
        }

    .header .search-form button {
        border: 0;
        padding: 0;
        margin-left: -30px;
        background: none;
    }

        .header .search-form button i {
            color: #012970;
        }

/* header topbar */

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
    list-style: none;
}

.header-nav > ul {
    margin: 0;
    padding: 0;
}

.header-nav .nav-icon {
    font-size: 22px;
    color: #012970;
    margin-right: 25px;
    position: relative;
}

.header-nav .nav-profile {
    color: #012970;
}

    .header-nav .nav-profile img {
        max-height: 36px;
    }

    .header-nav .nav-profile span {
        font-size: 14px;
        font-weight: 600;
    }

.header-nav .badge-number {
    position: absolute;
    inset: -2px -5px auto auto;
    font-weight: normal;
    font-size: 12px;
    padding: 3px 6px;
}

.header-nav .notifications {
    inset: 8px -15px auto auto !important;
}

    .header-nav .notifications .notification-item {
        display: flex;
        align-items: center;
        padding: 15px 10px;
        transition: 0.3s;
    }

        .header-nav .notifications .notification-item i {
            margin: 0 20px 0 10px;
            font-size: 24px;
        }

        .header-nav .notifications .notification-item h4 {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 5px;
        }

        .header-nav .notifications .notification-item p {
            font-size: 13px;
            margin-bottom: 3px;
            color: #919191;
        }

        .header-nav .notifications .notification-item:hover {
            background-color: #f6f9ff;
        }

.header-nav .messages {
    inset: 8px -15px auto auto !important;
}

    .header-nav .messages .message-item {
        padding: 15px 10px;
        transition: 0.3s;
    }

        .header-nav .messages .message-item a {
            display: flex;
        }

        .header-nav .messages .message-item img {
            margin: 0 20px 0 10px;
            max-height: 40px;
        }

        .header-nav .messages .message-item h4 {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 5px;
            color: #444444;
        }

        .header-nav .messages .message-item p {
            font-size: 13px;
            margin-bottom: 3px;
            color: #919191;
        }

        .header-nav .messages .message-item:hover {
            background-color: #f6f9ff;
        }

.header-nav .profile {
    min-width: 240px;
    padding-bottom: 0;
    top: 8px !important;
}

    .header-nav .profile .dropdown-header h6 {
        font-size: 18px;
        margin-bottom: 0;
        font-weight: 600;
        color: #444444;
    }

    .header-nav .profile .dropdown-header span {
        font-size: 14px;
    }

    .header-nav .profile .dropdown-item {
        font-size: 14px;
        padding: 10px 15px;
        transition: 0.3s;
    }

        .header-nav .profile .dropdown-item i {
            margin-right: 10px;
            font-size: 18px;
            line-height: 0;
        }

        .header-nav .profile .dropdown-item:hover {
            background-color: #f6f9ff;
        }

.hideinfo {
    display: none;
}

.ainfo:hover + .hideinfo {
    display: block;
    color: #012970;
    position: absolute;
    z-index: 1049;
}

.hide {
    display: none !important;
}

body {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    background-color: #fff;
}

.timeline {
    border-left: 3px solid #727cf5;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(114, 124, 245, 0.09);
    margin: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    /* max-width: 40%;*/
    height: 80%;
}

@media (max-width: 500px) {
    .timeline {
        max-width: 98%;
        padding: 25px;
    }
}

.timeline h1 {
    font-weight: 300;
    font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
}

.timeline .event {
    border-bottom: 1px dashed #e8ebf1;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

@media (max-width: 500px) {
    .timeline .event {
        padding-top: 30px;
    }
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -207px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
}

@media (max-width: 500px) {
    .timeline .event:before {
        left: 0px;
        text-align: left;
    }
}

.timeline .event:after {
    -webkit-box-shadow: 0 0 0 3px #727cf5;
    box-shadow: 0 0 0 3px #727cf5;
    left: -55.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

@media (max-width: 500px) {
    .timeline .event:after {
        left: -31.8px;
    }
}

.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid #727cf5;
}

    .rtl .timeline .event::before {
        left: 0;
        right: -170px;
    }

    .rtl .timeline .event::after {
        left: 0;
        right: -55.8px;
    }

.inner .show {
    height: 250px !important;
    overflow-y: auto;
}

.card-actions {
    position: absolute;
    top: 0;
    right: 0;
}

.btn-card-action {
    padding: calc(.75rem + 2px) calc(1.25rem + 2px);
    font-size: 1.25rem;
    color: #212529;
    text-align: center;
    border: 0;
}

    .btn-card-action:hover,
    .btn-card-action:focus,
    .btn-card-action:active {
        color: #212529;
        box-shadow: none;
    }

.card-actions .dropdown-menu {
    padding: .25rem 0;
    border-radius: 0;
    margin: -1px 0 0 0px;
    border-color: rgb(225 225 225);
}

    .card-actions .dropdown-menu .dropdown-item {
        font-size: 0.8125rem;
        padding: .25rem .75rem;
    }

        .card-actions .dropdown-menu .dropdown-item i {
            margin-right: .5rem;
            width: 1rem;
        }


/****center Div Popup***/
.centerdiv {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2000;
    height: 100%;
    background-color: #000000;
    opacity: .80;
    display: block;
}

.centerdivspinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    z-index: 2000;
    height: 50px;
    opacity: .80;
    display: block;
    border: groove 1px #0071c1;
}
/****center Div Popup***/
/*Quick Grid */

/*Quick Grid*/
.bootstrap-select .dropdown-menu {
    width: 280px !important;
    /*background-color: #fff;
    border: solid 1px rgba(1, 41, 112, 0.1) !important;*/
}

.form-control {
    /* border: 1px solid #ced4da !important;*/
    /*padding:1rem;*/
}

.form-container {
    padding: 1rem;
}

.disabled {
    background-color: #e9ecef !important;
    opacity: 1;
}

/*.card-body {
    padding: 1rem !important;
}*/

.dot {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.stepper
.line {
    width: 2px;
    background-color: lightgrey !important;
}

.lead {
    font-size: 1.1rem;
}

/**************Enhanced CSS*/


@media (min-width: 1200px) {
    .header {
        left: 230px;
    }
}

@media (min-width: 992px) {
    .header {
        height: 80px;
        left: 231px;
    }
}

@media (min-width: 576px) {
    .header {
        height: 70px;
    }
}

.header {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-bottom: 1px solid rgba(230, 231, 239, 0.85);
    transition: all 0.25s;
}

@media (min-width: 1200px) {
    .content-body-components {
        padding-right: 270px;
    }
}

.content-body-components {
    color: #575d78;
    line-height: 1.65;
}

@media (min-width: 576px) {
    .content-body {
        padding: 0 20px 20px;
    }
}

.content-body {
    padding: 0 15px 15px;
    position: relative;
}

*, *::before, *::after {
    box-sizing: border-box;
}

.circle-img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
}

    .circle-img img {
        height: 70px;
        transform: translateX(-50%);
        margin-left: 50%;
    }

#wrapper {
    display: flex;
}

    #wrapper #content-wrapper {
        background-color: ##eaf0ff;
        width: 100%;
        overflow-x: hidden;
    }

        #wrapper #content-wrapper #content {
            flex: 1 0 auto;
        }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 768px) {
    .container-small {
        width: 300px;
    }

    .container-large {
        width: 970px;
    }
}

@media (min-width: 992px) {
    .container-small {
        width: 500px;
    }

    .container-large {
        width: 1170px;
    }
}

@media (min-width: 1200px) {
    .container-small {
        width: 700px;
    }

    .container-large {
        width: 1500px;
    }
}

.container-small, .container-large {
    max-width: 100%;
}

@media (min-width: 576px) {
    .container-sm {
        max-width: 400px !important;
    }
}

#accordionSidebar {
    color: #fff !important;
}

.customwidth200 {
    width: 200px !important;
}

.customwidth120 {
    width: 120px !important;
}

/**Blinking red*/
.blinking {
    -webkit-animation: 1s blink ease infinite;
    -moz-animation: 1s blink ease infinite;
    -ms-animation: 1s blink ease infinite;
    -o-animation: 1s blink ease infinite;
    animation: 1s blink ease infinite;
}

@keyframes blink {
    from, to {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    from, to {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    from, to {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@-ms-keyframes blink {
    from, to {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@-o-keyframes blink {
    from, to {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}
/* Dialog flow chat bot*/
df-messenger {
    --df-messenger-bot-message: #F2F2F2; /* Bot message background color (Light Gray) */
    --df-messenger-bot-message-text-color: #333333; /* Bot message text color (Dark Gray) */
    --df-messenger-user-message: #FD740D; /* User message background color (Orange) */
    --df-messenger-user-message-text-color: #FFFFFF; /* User message text color (White) */
    --df-messenger-font-color: #333333; /* Default font color (Dark Gray) */
    --df-messenger-button-titlebar-color: #FD740D; /* Title bar background color (Orange) */
    --df-messenger-send-icon: #FD7F0D; /* Send icon color (Orange) */
    --df-messenger-input-box-color: #FFFFFF; /* Input box background color (White) */
    --df-messenger-input-font-color: #333333; /* Input box font color (Dark Gray) */
    --df-messenger-input-placeholder-color: #888888; /* Input box placeholder color (Gray) */
    --df-messenger-chat-background-color: #FFFFFF; /* Chat background color (White) */
    --df-messenger-chat-icon: https://cdn-icons-png.flaticon.com/512/6014/6014401.png;
}

    /* Customize the first bot message */
    df-messenger .df-messenger-wrapper .df-messenger-chat .df-message-list .df-message--bot:first-child .message {
        background-color: #FD740D !important; /* Background color for initial message */
        color: #FFFFFF !important; /* Text color for initial message */
    }

    /* Custom CSS for chip size and alignment */
    df-messenger .df-chip {
        height: 100px; /* Adjust the height as needed */
        min-width: 150px; /* Adjust the width as needed */
        display: flex;
        flex-direction: column; /* Stack icon above text */
        align-items: center;
        justify-content: center;
        background-color: #E6E6FA; /* Pastel lavender */
    }


        /* Custom CSS for chip font size */
        df-messenger .df-chip .chip-title {
            font-size: 16px; /* Adjust the font size as needed */
        }

    /* Custom CSS for chat title bar */
    df-messenger .df-messenger-titlebar {
        font-size: 24px;
    }

    /* Custom CSS for accordion */
    df-messenger .df-accordion {
        border: 5px solid #FD740D; /* Border color */
        border-radius: 8px; /* Border radius */
        overflow: hidden; /* Hide overflow */
        background-color: #E6E6FA; /* Pastel lavender background color */
        color: #333333; /* Text color */
        font-size: 16px; /* Font size */
    }

        df-messenger .df-accordion .df-accordion-title {
            background-color: #FD740D; /* Title background color (Orange) */
            color: #FFFFFF; /* Title text color (White) */
            padding: 10px; /* Padding */
            cursor: pointer; /* Pointer cursor */
        }

        df-messenger .df-accordion .df-accordion-content {
            padding: 10px; /* Padding */
            display: none; /* Hide content by default */
        }

            df-messenger .df-accordion .df-accordion-content.open {
                display: block; /* Show content when open */
            }

div.chat-wrapper {
    height: 400px !important;
}
.table > thead {
    background:#e8e8e8!important;
}



/*fire crackers*/
@keyframes explode {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    50% {
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        transform: scale(0);
        opacity: 0;
    }
}

.firecracker {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
    animation: explode 1s linear infinite;
}

    .firecracker:nth-child(2) {
        background-color: yellow;
        animation-delay: 0.1s;
    }

    .firecracker:nth-child(3) {
        background-color: orange;
        animation-delay: 0.2s;
    }

    .firecracker:nth-child(4) {
        background-color: blue;
        animation-delay: 0.3s;
    }

    .firecracker:nth-child(5) {
        background-color: green;
        animation-delay: 0.4s;
    }
/*sky fire crackers*/

@keyframes shoot {
    0% {
        transform: translateY(100vh);
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translateY(-10vh);
        opacity: 0;
    }
}

@keyframes explode {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    50% {
        transform: scale(2);
        opacity: 0.8;
    }

    100% {
        transform: scale(3);
        opacity: 0;
    }
}

.firework {
    position: absolute;
    width: 5px;
    height: 20px;
    background-color: white;
    bottom: 0;
    left: 50%;
    animation: shoot 1.5s ease-in-out forwards;
}

.explosion {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
    animation: explode 1s ease-out forwards;
}

    .explosion:nth-child(2) {
        background-color: yellow;
        animation-delay: 0.1s;
    }

    .explosion:nth-child(3) {
        background-color: blue;
        animation-delay: 0.2s;
    }

    .explosion:nth-child(4) {
        background-color: green;
        animation-delay: 0.3s;
    }
