@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');


html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

/*Cards*/
.rz-card {
    --rz-card-shadow: var(--rz-shadow-0);
}

/*Grid pagination*/
.rz-paginator-page.rz-paginator-element {
    font-weight: normal;
    font-size: 0.875rem;
}
.rz-paginator .rz-paginator-prev {
    margin-right: auto;
}
.rz-paginator .rz-paginator-next {
    margin-left: auto;
}
.rz-paginator .rz-paginator-last {
    margin-right: unset;
}
.rz-paginator .rz-paginator-first {
    margin-left: unset;
}
/*Buttons*/
.rz-button-md {
    font-size: 1.0625rem;
    font-weight: normal;
    padding: 0 2rem;
    height: 2.1875rem;
}
/*Radzen Switch (Vertically center same as test in column)*/
.rz-switch {
    position: relative; 
    display: inline-block;
    vertical-align: unset;
    width: 3rem;
    min-width: 3rem;
    height: 1.8rem;
}

#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;
    }

/*Headings*/

h2, .h2 {
    margin-bottom: 0.5rem;
}


/* Grid footer Update */

.rz-paginator {
    background: rgb(51,62,72);
}

.rz-paginator-page.rz-state-active {
    color: rgb(150,193,30);
    font-family: calibri;
}

.rz-paginator-page {
    background: rgb(51,62,72);
    color: rgb(150,193,30);
}

.rz-paginator-last, .rz-paginator-next {
    background: rgb(51,62,72) !important;
    color: rgb(150,193,30) !important;
}

.rz-paginator-first, .rz-paginator-prev {
    background: rgb(51,62,72) !important;
    color: rgb(150,193,30) !important;
}

.rz-paginator-summary {
    color: rgb(150,193,30) !important;
    font-family: calibri;
    font-size: 12px !important;
    text-transform: uppercase;
    padding-left: 0px;
}

.rz-pagesize-text {
    color: rgb(150,193,30) !important;
    font-family: calibri;
    font-size: 12px !important;
    text-transform: uppercase;
}
.rz-paginator {
    height: 54px;
}
.rz-card {
    overflow-x: hidden !important;
}
.rz-datatable-emptymessage {
    font-size: 0.875rem;
}

/*.rz-radiobutton-box {
    border: 1px solid #4dabdc;
}*/

.rz-radiobutton-box.rz-state-disabled.rz-state-active, .rz-chkbox-box.rz-state-disabled.rz-state-active {
    opacity: 1;
}
.rz-grid-table thead th .rz-column-title-content {
    color: rgb(150,193,30);
}
*::selection {
    background-color: rgb(112 169 219 / 50%);
}
.rz-tabview-nav li a {
    color: rgb(150,193,30);
}
.rz-label {
    font-family: calibri;
}
.rz-chkbox-box .rzi {
    background: #479cc8 !important;
}

/**/
.loading-blur {
    filter: blur(2px);
}
.loading-blur-remove {   
    transition: filter 1.5s ease; /* You can adjust the duration and timing function as needed */
}


.container-content {
    position: relative;
    /*background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);*/
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    border-radius: 8px;
    z-index: 1;
    animation: colorChange 2s linear infinite;
}

@keyframes colorChange {
    0%, 100% {
        /*background-color: #3498db;*/
        background-color: rgba(0, 0, 0, 0.2);
    }

    25% {
        /*background-color: #e74c3c;*/
        background-color: rgba(70, 70, 70, 0.2);
    }

    50% {
        /*background-color: #f39c12;*/
        background-color: rgba(120, 120, 120, 0.2);
    }

    75% {
        /*background-color: #27ae60;*/
        background-color: rgba(180, 180, 180, 0.2);
    }
}

/*MainLayout.razor*/
.sidebar, topRightNavBar {
    background: linear-gradient(180deg, rgb(51, 62, 72) 0%, #505c67 70%) !important;
    color: rgb(150, 193, 30) !important;
    font-family: Calibri !important;
    font-weight: bold !important;
}

    .sidebar .nav-item a {
        color: rgb(150, 193, 30) !important;
        font-family: Calibri !important;
        font-weight: bold !important;
    }

.content {
    padding-bottom: 64px;
}

.main .top-row {
    background: rgb(51, 62, 72) !important;
    color: rgb(150, 193, 30) !important;
    font-family: Calibri !important;
    font-weight: bold !important;
    z-index: 100 !important;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 64px;
}

.logoImg {
    width: 200px !important;
    height: 55px !important;
}

.bg {
    background-color: #fefefd;
}

@page {
    size: landscape;
}

@media (min-width: 768px) {
    .sidebar {
        width: 250px !important;
    }
}

oi oi-menu slide-bar {
    cursor: pointer;
}
/**/
/*NavMenu.razor*/
.arrowPosition {
    position: absolute;
    right: 35px;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

#topRowNav {
    display: none;
    height: 70px;
    background: rgb(51, 62, 72) !important;
}

.sidebar .nav-item a {
    font-size: 1.09rem !important;
}

@media (max-width: 640px) {
    .smallLogo {
        display: inline-block !important;
    }

    .fullSizeLogo {
        display: none !important;
    }

    .navbar_logo_brand {
        height: 50px !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}

@media (min-width: 641px) {
    .smallLogo {
        display: none !important;
    }

    .fullSizeLogo {
        display: inline-block !important;
    }

    .navbar_logo_brand {
        height: 170px !important;
    }
}


@media only screen and (max-width: 767px) {
    #topRowNav {
        display: block;
    }
}

.reports .rz-label {
    color: rgb(150, 193, 30) !important;
    font-size: 1.15rem;
}

.navbar-toggler {
    background-color: unset !important;
}
/**/
/*Radzen Tabs*/
.rz-tabview-nav li {
    border: solid 1px #4e4d4d;
    border-top-width: 2px;
    border-bottom-color: #4e4d4d;
    background-color: rgb(51,62,72);
    border-radius: 4px 4px 0 0;
}
.rz-tabview-title {
    color: rgb(150, 193, 30) !important;
    font-size: 1.09rem !important
}
.rz-tabview-nav .rz-tabview-selected a {
    color: rgb(150,193,30);
    font-family: Calibri;
    font-weight: bold;
}
.textbox, .rz-button-text, input, textarea, .rz-dropdown, .rz-dropdown-item, .rz-button-text {
    font-family: calibri;
    font-weight: bold;
}
    label, .textbox, .rz-dropdown, .rz-dropdown-item, .rz-button-text, b {
        font-family: calibri;
        font-weight: bold;
    }
.page {
    font-size: 1.09rem !important;
}
.rz-textbox, .rz-dropdown, .rz-dropdown-item, .rz-button-text {
    font-size: 1.09rem !important;
}
.rz-fileupload .rz-button, .rz-fileupload .rz-paginator-element {
    background-color: rgb(39,96,146);
    padding-left: 35px;
    padding-right: 35px;
    text-decoration: solid;
}
.rz-button.rz-primary.rz-shade-default, .rz-primary.rz-shade-default.rz-paginator-element{
    background-color: rgb(39,96,146);
    padding-left: 35px;
    padding-right: 35px;
    text-decoration: solid;
}
/**/
/*homepage*/
.animate-charcter {
    text-transform: uppercase;
    background-image: linear-gradient( -225deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100% );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}
/**/
/*Syncfusion Uploader*/
.e-file-select-wrap
{
    text-align:left !important;
}
.e-headercell {
    background-color: #333e48 !important;
    color:white;
}
.e-detailheadercell {
    background-color: #333e48 !important;
}
.e-filterbarcell {
    background-color: #cfcccc !important;    
}
.e-first {
    background-color: #b3b3b3 !important;
    color: black !important;
}
.e-prev {
    background-color: #b3b3b3 !important;
    color: black !important;
}
.e-last {
    background-color: #b3b3b3 !important;
    color: black !important;
}
.e-next {
    background-color: #b3b3b3 !important;
    color: black !important;
}
.e-grid .e-altrow {
    background-color: #f2f2f2;
}
.e-emptyrow{
    font-weight:600;
}
.e-detailcell {
    background-color: #e9e8e8 !important;
}
.e-btn{
    width:150px !important;
}
.row{
    padding:6px !important;
}
/**/
/*Chatbox*/


/** {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    overflow: hidden;
    background: #f2f2f2;
}*/

#click {
    display: none;
}

.labelChatCircle {
    position: absolute;
    right: 30px;
    bottom: 0px;
    height: 55px;
    width: 55px;
    background: linear-gradient(180deg, rgb(51, 62, 72) 0%, #505c67 70%) !important;
    text-align: center;
    line-height: 55px;
    border-radius: 50px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    z-index: 9999;
}

.labelChatCircle i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
}

    .labelChatCircle i.fas {
        opacity: 0;
        pointer-events: none;
    }

#click:checked ~ .labelChatCircle i.fas {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) rotate(180deg);
}

#click:checked ~ .labelChatCircle i.fab {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%) rotate(180deg);
}

.wrapper {
    position: absolute;
    right: 30px;
    bottom: 0px;
    max-width: 400px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 15px 20px rgba(0,0,0,0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}

#click:checked ~ .wrapper {
    opacity: 1;
    bottom: 65px;
    pointer-events: auto;
    z-index: 9999;
}

.wrapper .head-text {
    line-height: 60px;
    color: #fff;
    border-radius: 15px 15px 0 0;
    padding: 0 20px;
    font-weight: 500;
    font-size: 20px;
    background: linear-gradient(180deg, rgb(51, 62, 72) 0%, #505c67 70%) !important;
}

.wrapper .chat-box {
    padding: 20px;
    width: 400px;
}

.chat-box .desc-text {
    color: #515365;
    text-align: center;
    line-height: 25px;
    font-size: 17px;
    font-weight: 500;
}

.chat-box form {
    padding: 10px 15px;
    margin: 20px 0;
    border-radius: 25px;
    border: 1px solid lightgrey;
}

    .chat-box form .field {
        height: 50px;
        width: 100%;
        margin-top: 20px;
    }

        .chat-box form .field:last-child {
            margin-bottom: 15px;
        }

form .field input,
form .field button,
form .textarea textarea {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    border: 1px solid lightgrey;
    outline: none;
    border-radius: 25px;
    font-size: 16px;
    transition: all 0.3s ease;
}

    form .field input:focus,
    form .textarea textarea:focus {
        border-color: #fc83bb;
    }

    form .field input::placeholder,
    form .textarea textarea::placeholder {
        color: silver;
        transition: all 0.3s ease;
    }

    form .field input:focus::placeholder,
    form .textarea textarea:focus::placeholder {
        color: lightgrey;
    }

.chat-box form .textarea {
    height: 70px;
    width: 100%;
}

    .chat-box form .textarea textarea {
        height: 100%;
        border-radius: 50px;
        resize: none;
        padding: 15px 20px;
        font-size: 16px;
    }

.chat-box form .field button {
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background: -webkit-linear-gradient(left, #a445b2, #fa4299);
    transition: all 0.3s ease;
}

.chat-box form .field button:active {
    transform: scale(0.97);
}
.divTableContent {    
    flex: 1;
    overflow-y: scroll;
    height: 250px;
    width: 100%;    
    margin-bottom:10px;
}
.divTableCell, .divTableHead {
    border: 0px solid #999999;    
    padding: 3px 10px;    
}
.divTable {
    height: 260px;
    margin-top: 0px;
    display: flex;
    flex-direction: column;    
    width: 100%;
}
div.ex3 {
    background-color: lightblue;
    width: 110px;
    height: 110px;
    overflow: auto;
}
.divChatContent {
    height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid rgb(223 224 225);
    padding: 10px;
}
.footer
{
    overflow:hidden !important;
}
.rz-dialog-title{
    color:inherit !important;
}
.rz-dialog-titlebar-close .rzi-times {
    color: inherit !important;
    cursor:pointer;
}
.width-35 {
    width: 35px !important;
}
.width-40 {
    width: 40px !important;
}
.width-45 {
    width: 45px !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.e-dashboardlayout.e-control .e-panel .e-panel-container
{
    
}
.dashboard-panel {
    
}

/*Loading - start*/
.container-content {
    position: relative;
    /*background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);*/
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    border-radius: 8px;
    z-index: 1;
    animation: colorChange 2s linear infinite;
}

@keyframes colorChange {
    0%, 100% {
        /*background-color: #3498db;*/
        background-color: rgba(0, 0, 0, 0.2);
    }

    25% {
        /*background-color: #e74c3c;*/
        background-color: rgba(70, 70, 70, 0.2);
    }

    50% {
        /*background-color: #f39c12;*/
        background-color: rgba(120, 120, 120, 0.2);
    }

    75% {
        /*background-color: #27ae60;*/
        background-color: rgba(180, 180, 180, 0.2);
    }
}
/*Loading - end*/

.alert-secondary {
    color: #1c5370 !important;
    background-color: #d7ecf7 !important;
    border-color: #c6e4f4 !important;
}

.sidebar .sb-sidenav-footer {
    padding: 0.75rem;
    position:fixed;
    bottom:0;
}

/*sfgrid*/

.table_component {
    overflow: auto;
    width: 100%;
    height: 100%;
}

.table_component table {
    border: 1px solid #000000;
    height: 100%;
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
    border-spacing: 1px;
    text-align: center;
}

.table_component caption {
    caption-side: top;
    text-align: center;
}

.table_component th {
    border: 1px solid #000000;
    background-color: #333e48;
    color: #96c11e;
    padding: 5px;
}

.table_component td {
    border: 1px solid #000000;
    background-color: #ffffff;
    color: #000000;
    padding: 5px;
}
.e-grid th.e-headercell[aria-sort="ascending"]:not(.e-columnselection) .e-headertext, .e-grid th.e-headercell[aria-sort="descending"]:not(.e-columnselection) .e-headertext, .e-grid th.e-headercell[aria-sort="ascending"] .e-sortfilterdiv, .e-grid th.e-headercell[aria-sort="descending"] .e-sortfilterdiv {
    color: white !important;
}
.e-headertext {
    color: white !important;
}