﻿/*AllControls Css */


.CardListControl-Main



.CardListRow-Main {
    min-width: 200px
}

.CardListRow-Second {
    margin: 0px 5px;
}
.cardlistrow-Img {
    width: 25px;
    height: 25px;
}
 .HiCard-header {
    display: flex; 
    align-items: center; 
}
 .HiCard-header-P {
    margin-bottom: 0; 
}

 .HiCard-Subdiv {
    margin-left: auto; 
}


/*list selector*/

.listSelector-Mode-DivVirtual-Main {
    background-color: rgb(69 73 79 / 4%);
    padding: 2px;
    border-radius: 0px 0px 12px 12px;
    height: 100%;
}

.listSelector-Mode-DivVirtual-Second {
    height: 100%
}

.listSelector-Mode-DivVirtual-buttonbold {
    max-height: 60px;
    overflow: hidden;
}

.listSelector-Mode-TableVirtual-Main {
    background-color: rgb(69 73 79 / 4%);
    padding: 14px;
    border-radius: 0px 0px 12px 12px;
    height: 100%;
}


.listSelector-Mode-TableVirtual-Second {
    height: 100%
}

.listSelector-Mode-MSVirtual-Main {
    background-color: rgb(69 73 79 / 4%);
    padding: 14px;
    border-radius: 0px 0px 12px 12px;
    height: 100%;
}
.listSelector-Mode-MSVirtual-Second {
    height: 100%
}

.listSelector-Mode-DivPage-Main {
    background-color: rgb(69 73 79 / 4%);
    padding: 14px;
    border-radius: 0px 0px 12px 12px;
    height: 100%;
}
.listSelector-Mode-DivPage-Second {
    height: 100%
}

.listSelector-Mode-TablePage-Main {
    background-color: rgb(69 73 79 / 4%);
    padding: 14px;
    border-radius: 0px 0px 12px 12px;
    height: 100%;
}
.listSelector-Mode-TablePage-Second {
    height: 100%
}

.listSelector-Mode-Radzon-Main {
    background-color: rgb(69 73 79 / 4%);
    padding: 14px;
    border-radius: 0px 0px 12px 12px;
    height: 100%;
}

.listSelector-Mode-Card-Main {
    background-color: rgb(69 73 79 / 4%);
    padding: 14px;
    border-radius: 0px 0px 12px 12px;
    height: 100%;
    overflow-y: scroll;
}
.listSelector-Mode-Card-Second {
    height: 100%
}

.listSelector-Mode-CardVirtual-Main {
    background-color: rgb(69 73 79 / 4%);
    padding: 14px;
    border-radius: 0px 0px 12px 12px;
    height: 100%;
    overflow-y: scroll;
}
.listSelector-Mode-CardVirtual-Second {
    height: 100%
}
    .listSelector-Mode-Detail-Main {
        background-color: rgb(69 73 79 / 4%);
        padding: 14px;
        border-radius: 0px 0px 12px 12px;
        height: 100%;
    }

.listSelector-Mode-Detail-Second {
    border-radius: 12px;
    background-color: white;
    height: 100%;
    overflow-y: scroll;
    border: 1px solid #dfe5ec;
}

.listSelector-Mode-More-Main {
    background-color: rgb(69 73 79 / 4%);
    padding: 14px;
    border-radius: 0px 0px 12px 12px;
    height: 100%;
}

.listSelector-Mode-More-Second {
    height: 100%
}




/*MorelistControl-*/

.MoreListControl-MainContainer {
    height: 100%;
    display: grid;
    grid-template-columns: auto 15px;
}

.MoreListControl-Second {
    overflow-y: hidden;                                        /* scroll-unable-to run*/
    overflow-x: scroll;
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-rows: auto 1fr;
}

.MoreListControl-Third {
    background-color: #dee2e6a3;
    max-height: 60px;
}

.MoreListControl-body {
    overflow-y: scroll;
    overflow-x: hidden;
}




/*MorelistRow*/
.MoreListRow-Main {
    margin-top: 1px;
}

.MoreListRow-ThirdMain {
    padding: 15px 2px;
}




/*MsVirtual*/

.MSVirtualListControl-MainContainer {
    display: grid;
    grid-template-columns: auto 15px;
    height: 100%;
}

.MSVirtualControl-Second {
    overflow-y: scroll;
    overflow-x: scroll;
    height: 100%;
    width: 100%;
}

.MSVirtualControl-Table {
    background-color: #f8fafb;
}

.MSVirtualControl-Thead {
    border-radius: 12px 12px 0px 0px;
    border-bottom: 1px solid #f8fafb;
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #e5e5e5;
}





/*PagingList*/
.PagingListControl-MainContainer {
    height: 100%;
    display: grid;
    grid-template-columns: auto 15px;
}


.PagingListControl-SecondMain {
    overflow-y: hidden;
    overflow-x: scroll;
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-rows: auto 1fr
}

.PagingListControl-ThirdMain {
    background-color: #dee2e6a3;
    max-height: 60px;
}

    .PagingListControl-body {
        overflow-y: scroll;
        overflow-x: hidden
    }




/* PAGELISTROW*/
.PagingListRow-Main {
    margin-top: 1px;
}

.PagingListRow-ThirdMain {
}






/*PagingTableList*/
.PagingTableList-Control-Main {
    width: calc(100vw - 140px)
}

.PagingTableList-Control-Second {
    overflow: scroll
}

.PagingTableList-Control-Thead {
    cursor: pointer !important;
    background-color: #f2f3f3;
}







/*RadzenList*/




.RadgenListControl {
    height: 100%
}







/*VirtualCardList*/

.VirtualCardList-Main {
    overflow-y: scroll
}





/*.VirtualCardRow*/


.VirtualCardRow-Main {
    min-width: 200px
}
.VirtualCardRow-Second {
    margin: 0px 5px;
}

.VirtualCardRow-Img {
    width: 25px;
    height: 25px
}






/*VirtuallistControl*/
.VirtualListControl-Main {
    height: 100%;
    display: grid;
    grid-template-columns: auto 15px;
}

.VirtualListControl-Second {
    overflow-y: hidden;
    overflow-x: scroll;
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-rows: auto 1fr
}

.VirtualListControl-Third {
    background-color: #dee2e6a3;
    max-height: 60px;
}

.VirtualListControl-vg {
    width: auto;
    height: 100%
}
.VirtualListControl-top {
    height: 25px
}
.VirtualListControl-containerlist {
    height: auto;
    width: auto;
    background-color: transparent;
}

.VirtalListControl-Bottom {
    height: 25px
}

.VirtalListControl-Containersb {
    position: relative;
    width: 15px;
    height: 100%;
    background-color: #dddddd;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.VirtualListControl-upbutton {
    border-radius: 12px 12px 0px 0px;
    width: 100%;
    background-color: #ccc;
    text-align: center;
    cursor: pointer
}

.VirtualListControl-midspace {
    position: absolute;
    top: 20px;
    right: 0px;
    width: 100%;
    bottom: 20px
}

.VirtualListControl-handle {
    width: 100%;
    height: 10px;
    background-color: #888888;
    border-radius: 5px;
    cursor: pointer;
    position: absolute
}

.VirtualListControl-scrollindicator {
    position: absolute;
    border: 1px solid slategrey;
    border-radius: 8px;
    background-color: white;
}


.VirtualListControl-downbutton {
    border-radius: 0px 0px 12px 12px;
    width: 100%;
    background-color: #ccc;
    text-align: center;
    cursor: pointer
}




/*
    VirtualListRow*/
.VirtalListRow-Main {
    margin-top: 2px;
}

    .VirtalListRow-Main:hover {
        background-color: lightblue;
    }








/* VirtualTableControl*/
.VirtualTableControl-Main {
    display: grid;
    grid-template-columns: auto 15px;
    height: 100%;
}

.VirtualTableControl-SecondMain {
    overflow-y: hidden;
    overflow-x: scroll;
    height: 100%;
    width: 100%;
}

.VirtualTableControl-vg {
    grid-column: 1;
    border-radius: 12px 12px 12px 12px;
    width: fit-content;
}

.VirtualTableControl-Table {
    background-color: #f8fafb;
}

.VirtualTableControl-Thead {
    border-radius: 12px 12px 0px 0px;
    border-bottom: 1px solid #f8fafb;
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #e5e5e5;
}

.VirtualTableControl-Tbody {
    overflow: scroll;
}


.VirtualTableControl-containersb {
    grid-column: 2;
    position: relative;
    width: 15px;
    height: 100%;
    background-color: #dddddd;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.VirtualTableControl-upbutton {
    width: 100%;
    background-color: #ccc;
    text-align: center;
    cursor: pointer
}


.VirtualTableControl-midspace {
    position: absolute;
    top: 20px;
    right: 0px;
    width: 100%;
    bottom: 20px
}

.VirtualTableControl-handle {
    width: 100%;
    height: 10px;
    background-color: #888888;
    border-radius: 5px;
    cursor: pointer;
    position: absolute
}

.VirtualTableControl-scrollindicator {
    position: absolute;
    border: 1px solid slategrey;
    border-radius: 8px;
    background-color: white;
}

.VirtualTableControl-downbutton {
    width: 100%;
    background-color: #ccc;
    text-align: center;
    cursor: pointer
}




/*DCFieldSelector*/
.DCFieldSelector-Select {
    height: 100%;
}




/*DIFilter*/
.DIFilter-Main {
    height: 100%;
}
.DIFilter-Second {
    height: 95%;
    overflow: auto;
}

.DIFilter-btn-filter {
    padding: 1px 12px;
}

.DIFilter-btn-Cancel {
    padding: 1px 12px;
}













/*FilterRow*/

.MainDivOne {
    margin-bottom: 5px;
    display: flex;
    white-space: nowrap;
}

#mySelect {
    height: 100%;
}

.MainDivOne-One-input {
    margin-left: 2px;
    width: fit-content;
    min-width: 100px;
    height: 100%;
}

.MainDivOne-Two {
    margin-top: 2px;
}

.MainDivOne-Two-all {
    padding: 2px 8px
}

.MainDivTwo {
    margin-left: 15px
}







/*    MdiChildWindow*/
.MdiChildWindow-ModalCrossedButton {
    position: absolute;
    top: 20px;
    right: 20px;
}


/*MdiReport*/
.MdiReport-Main {
    background-color: white;
    z-index: 200;
    width: 75%;
    top: 0px;
    position: fixed;
    padding-top: 10px;
    padding-left: 20px;
}








/*
SHARED
*/

/*BZButton*/

.BzButton {
    padding: 1px 12px;
}





/*BZButton*/

.BzButtonEdit {
    overflow: hidden;
    width: 200px
}


/*BZCombo*/
.BZCombo {
    overflow: hidden;
    width: 200px
}

.BZCombo-Main {
    display: block;
    background-color: #99979725
}

.BZCombo-Typename {
    color: red
}





/*BZComboBox*/
.BZComboBox-Main {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex: 1 25px;
    min-width: 125px;
    border-style: solid;
    border-width: 1px
}

.BZComboBox-Text {
    flex-grow:1;
}

.BZComboBox-Img
{
    width:25px;
    height:25px;
}


/* BZDateTime*/
.BZDateTime {
    width: 200px;
}






/* BZEnterBox*/
.BZEnterBox {
    width: 200px;
}





/*   BZEnumTextBlock*/

.BZEnumTextBlock {
    overflow: hidden;
}




/* BZFileControl*/
.BZFileControl {
    overflow: scroll
}

/*BZ-GRID-FORM-SG-STARTING:-*/

/*BZGridFormSG ,,ToolBar Styling */

/* button {
                                                                                        background-color: transparent;
                                                                                        padding: 5px 5px;
                                                                                        border: none;
                                                                                    } */
.multi-button {
    border-radius: 12px;
    background-color: white;
    display: inline-flex;
    border: 1px solid #bfbebec4;
    margin-left: 5px;
    margin-right: 5px;
}

.indvidualcontent {
    padding: 2px 12px;
    background: #fff;
    color: #4A5568;
    border: 0px solid #A0AEC0;
    margin: .1em;
    transition: background .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
    box-shadow: 0 0 0 #BEE3F8;
    transform: translateY(0);
}

    .indvidualcontent:first-of-type {
        border-radius: .5em 0 0 .5em;
    }

    .indvidualcontent:last-of-type {
        border-radius: 0 .5em .5em 0;
    }



.multi-button:hover .indvidualcontent {
    color: #A0AEC0;
}

    .multi-button:hover .indvidualcontent:hover {
        background: #bdbdbd96;
        color: #000;
        box-shadow: 0 0 0.8em 0 #bdbdbd96
    }

.BzimgButton:hover {
    color: #A0AEC0;
}

.highlight-img:hover {
    filter: brightness(1.2); /* Adjust brightness to highlight */
    transition: filter 0.3s; /* Add a smooth transition effect */
}
/*********************************
                            APTO Dropdown Styles
                          **********************************/

.apto-dropdown-wrapper {
    width: fit-content;
    height: fit-content;
    float: left;
    position: relative;
}

.apto-trigger-dropdown {
    width: fit-content;
    height: fit-content;
    background-color: #fff;
    border: 0;
    padding: 0 20px;
    transition: 0.2s ease-in;
    cursor: pointer;
}

    .apto-trigger-dropdown:hover {
        background-color: #eee;
    }

    .apto-trigger-dropdown .fa-caret-down {
        float: right;
        line-height: 22px;
    }

    .apto-trigger-dropdown svg {
        width: 25px;
        float: left;
        height: 25px;
    }

.dropdown-menu {
    width: 180px;
    display: none;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 45px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

    .dropdown-menu.show {
        display: block;
    }

.dropdown-item svg {
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 10px;
    color: #222;
}

.dropdown-item {
    width: 100%;
    height: 50px;
    line-height: 25px;
    border: 0;
    padding: 0 20px;
    cursor: pointer;
    transition: 0.2s ease-in;
    background-color: #fff;
    font-weight: 700;
    font-family: Montserrat, serif;
    color: #5a616c;
    text-align: left;
}

    .dropdown-item:hover {
        background-color: #e5e5e5;
    }

    .dropdown-item:not(:last-child) {
        border-bottom: 1px solid #e5e5e5;
    }


.BZGridFormSG-Main {
    box-shadow: 0px 1px 2px rgba(69, 73, 79, 0.3), 0px 1px 3px 1px rgba(69, 73, 79, 0.15);
    border-radius: 12px;
    height: 100%;
    overflow: hidden;
    display:grid;
    grid-template-rows:auto 1fr;
}

.BZGridFormSG-Second {
    background-color: rgb(69 73 79 / 4%);
    padding: 2px;
    border-radius: 12px 12px 0px 0px;
    border-bottom: 1px solid #dfe5ec;
    scrollbar-width: 5px;
    white-space: nowrap;
    display: flex;
}

.BZGridFormSG-Third {
    overflow-y: hidden;
    scrollbar-width: thin;
    overflow-x: auto;
}


.BZGridFormSG-Fourth {
    display: inline-flex;
}

.BZGridFormSG-displayRecordNo {
    width: 50px
}

.BZGridFormSG-TotalRecord {
    font-size: 19px;
}


.BZGridFormSG-SearchText {
    width: 70px
}

.BZGridFormSG-Second-Main {
    height: fit-content;
}

.BZGridFormSG-Second-Second {
    z-index: 200;
    margin: 5px;
}

.BZGridFormSG-Second-Third {
    z-index: 20;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #ccc;
    padding: 5px 12px;
    border-radius: 4px;
}

.BZGridFormSG-Second-ul {
    text-wrap: nowrap;
    list-style: none;
    margin: 0;
    padding: 0;
}



.BZGridFormSG-Second-li {
    padding: 8px 12px;
    cursor: pointer;                          /*    not-applying*/
}





/*.BZGridFormVL*/
.BZGridFormVL-Main {
    display: grid;
    overflow: hidden; /* Girirajcomputercsschecck*/
    //margin: 10px;
    height: calc(100% - 10px)
}

.BZGridFormVL-Second {
    display: grid;
    grid-template-rows: auto 1fr;
    overflow-y: hidden;
    margin-top: 10px;
    width:100%;
    height:100%;
}



/*.BZHtmlEdit*/
.BZHtmlEdit {
    overflow: hidden /* Girirajcomputercsschecck*/
}


/*.BZLabel*/
.BZLabel {
    overflow: hidden
}
/* Girirajcomputercsschecck*/






/*.BZListBox*/
.BZListBox-Main {
    box-shadow: 0px 1px 2px rgba(69, 73, 79, 0.3), 0px 1px 3px 1px rgba(69, 73, 79, 0.15);
    border-radius: 12px;
    height: 100%;
    overflow: hidden;
}


.BZListBox-Second {
    background-color: rgb(69 73 79 / 4%);
    padding: 12px;
    border-radius: 12px 12px 0px 0px;
    border-bottom: 1px solid #dfe5ec;
    scrollbar-width: 5px;
    white-space: nowrap;
    display: flex;
}

.BZListBox-Third {
    overflow-y: hidden;
    scrollbar-width: thin;
    overflow-x: auto;
}

/*
BZMap*/

.BzMap {
    width: 500px;
    height: 500px; /* Girirajcomputercsschecck*/
    background-color: beige;
}


/*BzNumericEdit*/

.BzNumericEdit-Input { /* Girirajcomputercsschecck*/
    width: 200px;
}



/*.BzPsControl*/
.BzPsControl-Status-P {
    width: max-content !important;
}

.BzPsControl-Status-third {
    min-width: 100px
}


/*.BZRow*/
.BzRow-Main {
    margin-top: 1px /* Girirajcomputercsschecck*/
}




/*.BzRowNC*/
.BzRowNC-Main { /* Girirajcomputercsschecck*/
    margin-top: 4px
}


/*.BzSoButton*/
.BzSoButton {
    justify-content: flex-start;
    overflow: hidden;
    background-color: transparent;
    padding: 5px 5px;
    border: none;
    display: inline-flex;
    resize: horizontal
}


/*
.BzWizardForm*/

.BzWizardForm-Main {
    height: 100%;
    display: grid;
    grid-template-rows: 1fr auto
}


.BzWizardForm-Second {
    overflow-y: auto;
}


.BzWizardForm-Third {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 3px;
}


/*Modal*/
/*Himanshi style somewhere used byy sir*/

/* MyComponent.razor.css */
.side-modal {
    position: fixed;
    top: 0;
    left: auto;
    right: 0; /* Position on the right side */
    width: 50%; /* Cover half of the screen */
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: transform 225ms cubic-bezier(0, 0, 0.2, 1) 0ms; /* Transition for transform */
    transform: translateX(100%); /* Initially off-screen */
    overflow-y: auto; /* Allow vertical scrolling if content exceeds the height */
    z-index: 1200; /* Ensure modal appears above other content */
}

.side-modal.active {
    transform: translateX(0); /* Slide in from the right when active */
}

/* Additional styles for modal content */
.modal-content {
    flex: 1 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    outline: 0;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1100;
    opacity: 0;
    transition: opacity 0.3s ease;
}

    .modal-overlay.active {
        opacity: 1;
    }

.modal-third {
    padding: 10px
}

.modal-fourth {
    display: block;
    background-color: #99979725
}


/*TabSet*/
.TabSet-Main {
    display: flex;
    white-space: nowrap;
    overflow: auto;
    cursor: pointer;
}

.TabSet-Second {
    overflow-y: hidden;
    overflow-x: auto;
    scrollbar-width: thin;
    flex-direction: row
}

.TabSet-ul-one {
    height: 45px; /* Girirajcomputercsschecck*/
    flex-wrap: nowrap;
}

.TabSet-ul-Second {
    height: fit-content;
}

.TabSet-Body {
    overflow: hidden;
    display: grid;
    grid-template-rows: 1fr;
    width: 100%;
    height:100%
}

.ActiveTab {
    background-color: beige;
    border: .5px solid blue;
}

.NotActiveTab {
    background-color: white;
    border:.5px solid black;
}

/*.VTabSet*/
.VTabSet-Main {
    height: 100vh;
    width: 100vw;
    display: grid;
    grid-template-columns: auto 1fr
}


.VTabSet-Second { /* Girirajcomputercsschecck*/
    height: 100vh
}



.VTabSet-Body {
    width: 100%;
    height: 100vh;
    overflow-x: auto;
    overflow-y: auto
}

.VTabSet-Bodysecond {
    height: 100vh;
    width: 100%
}