@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    height: 100%;
    background-color: #f7f7f7;
}

@font-face {
    src: url(../Font/Roboto-Regular.ttf);
    font-family: 'ToolShop';
}

@font-face {
    src: url('../Font/Roboto-Black.ttf');
    font-family: 'ToolShop2';
}

@font-face {
    src: url('../Font/NRT-Reg.ttf');
    font-family: 'ToolShop3';
}

@font-face {
    src: url(../Font/sarkar_korek.otf);
    font-family: 'ToolShop4';
}

@font-face {
    src: url('../Font/UniQAIDAR_Hewal001.ttf');
    font-family: 'ToolShop5';
}

a, .btn-link {
    color: #0366d6;
}
.tool-modal {
    font-family: ToolShop4 !important;
}
.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
.log-form {
    flex: 1;
}

.log-form {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    height: 400px;
    padding: 1rem;
    direction: rtl;
}

.validation-message {
    color: red !important;
    font-size: .8em;
}

.log-form-field {
    padding: .5rem 0;
    width: 100%;
}

.log-form-field-wrap {
}

    .log-form-field-wrap p {
        display: none;
    }

.log-label {
}

.log-form-field-wrap {
}

.login {
    padding: .5rem;
    box-shadow: 0 0 10px 0 #00000031;
    border-radius: 4px;
    height: 500px;
    width: 60%;
    background-color: white;
    max-width: 750px;
}

.login-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
    gap: .5rem;
}

.login-section-detail {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex: 1;
    gap: 5px;
    flex-wrap: wrap;
}

.login-form, .login-demo {
    height: 100%;
    flex: 1;
    flex-basis: 170px;
}

.login-demo {
    background-image: radial-gradient( circle farthest-corner at 16.5% 28.1%, rgba(15,27,49,1) 0%, rgba(0,112,218,1) 90% );
    color: white;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    padding: 1rem;
}

.demo-content {
    display: flex;
    justify-content: stretch;
    align-items: end;
    flex-direction: column;
}

    .demo-content h1 {
    }

    .demo-content div.demo-image {
        justify-content: center;
        display: flex;
        width: 100%;
        margin-top: 1rem;
        left: -20%;
        position: absolute;
        bottom: -20%;
       
    }

        .demo-content div.demo-image img {
            height: 300px;
        }

.login-section-footer {
    background-image: radial-gradient( circle 1224px at 10.6% 8.8%, rgba(255,255,255,1) 0%, rgba(153,202,251,1) 100.2% );
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
}

.footer-reklam {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    direction: rtl;
}

.reklam-content {
    display: flex;
    align-items: center;
    width: 100% !important;
    gap: 1rem;
}

    .reklam-content .reklam-image {
        margin-right: auto;
    }

        .reklam-content .reklam-image img {
            height: 30px;
            border-radius: 5px;
        }

.reklam-coontact {
    padding: 0 1rem;
    font-size: 14px;
}

.login-form {
    display: flex;
    justify-content: center;
    align-items: start;
}

.form {
    width: 80%;
}

.form-items {
    display: flex;
    flex-direction: column;
    direction: rtl;
    gap: 2rem;
}
.brcodetxt{
    border:1px solid rgb(25, 25, 25, 0.15);
    border-radius:4px;
    padding:3px;
}
.form-item {
    display: flex;
    flex-direction: column;
}

    .form-item input[type=text],
    .form-item input[type=password] {
        padding: .5rem;
        border-radius: 5px;
        border: 1px solid rgb(139, 139, 139);
        background-color: whitesmoke;
    }

        .form-item input[type=text]:focus {
            border: 1px solid rgba(0,85,255,1);
        }

    .form-item button {
        font-family: ToolShop3;
        outline: none;
        border: none;
        border-radius: 5px;
        padding: .5rem;
        background-color: rgb(0, 76, 195);
        color: white;
        cursor: pointer;
    }

        .form-item button:hover {
            background-color: rgb(17, 96, 220);
        }

@media (max-width: 725px) {
    .login {
        width: 90%;
        height: unset;
    }

    .demo-content h1 {
        font-size: 20px;
        line-height: 20px;
        flex: 3;
        text-align: right;
    }

    .login-demo {
        height: 50px;
        flex-basis: 300px;
    }

    .reklam-coontact {
        padding: 0 1rem;
        font-size: 10px;
    }

    .reklam-content .reklam-image img {
        height: 20px;
    }

    .demo-content {
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: start;
    }

        .demo-content div.demo-image {
            flex: 1;
        }

            .demo-content div.demo-image img {
                width: 150px;
                height: 150px;
                opacity: .2;
                border-radius: 10%;
            }
}
.page {
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content:space-between;
    font-family: ToolShop4;
}

.main {
    flex: 1;
}


    .main .top-row .buttons {
        margin-right: auto;
    }
    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
        gap:1rem;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }
.k-table-tbody .k-master-row.k-table-row {
    border-bottom: 1px solid black !important;
}
/* overlay */
.initial-data-loader .k-loader-container-overlay.k-overlay-light {
    background-color: white;
    width: 100%;
    height: 100%;
}

/* panel */
.initial-data-loader .k-loader-container-panel {
}

/* animation */
.initial-data-loader .k-loader {
}

/* text */
.initial-data-loader .k-loader-container-label {
    font-weight: bold;
}

.initial-data-loader .k-loader-container-overlay.k-overlay-light {
}

.k-loader-container {
    z-index: 100010 !important;
    position: fixed !important;
}
.MyTelerikNotification {
    z-index: 11000 !important;
}

    .MyTelerikNotification .k-notification {
        width: 250px;
        z-index: 11000 !important;
        height: 40px;
    }

    .MyTelerikNotification .k-notification,
    .MyTelerikNotification .k-notification-content {
        font-family: ToolShop4;
        font-size: .9em !important;
        text-align: center;
    }
.cloud {
    color: #EBEBEB;
    font-size: 90px !important;
}
.Grid1.k-grid {
    font-family: ToolShop4 !important;
    width: 100%;
}
.tool-form1 {
    direction: rtl;
    /*justify-content:right;
    grid-template-columns:repeat(auto-fit,300px);
    gap:1rem;
    padding:1rem;*/
}
    .tool-form1 .k-input {
        border-color: #0000002e !important;
    }
.k-table-td .span-prices {
    display: block;
}
.tool-form1 .k-input.k-invalid {
    border-color: #d51923 !important;
}
.toolbar-grid {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.toolbar-grid-row {
    padding: .5rem;
    display: flex;
    align-items: end;
    gap: .5rem;
    width: 100%;
}
.toolbar-grid-row .tool-form1 {
    display: flex;
    gap: 10px;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap !important;
    width: 100%;
}
.k-grid-norecords .k-badge-container {
    display: inline-block
}
.k-form-md .k-form-field, .k-form-md .k-form-buttons {
    margin-top: 14px !important;
}
.k-grid-norecords p {
    font-size: 1.2em !important;
}

.k-grid-norecords .k-badge-container > .k-badge {
    position: absolute;
    left: 70px;
    top: 25px;
}

.k-grid-norecords {
    top: 100px;
    left: 50%;
}

    .k-grid-norecords:hover {
        background-color: #ffffff !important;
    }

.k-grid.Grid1,
/* grid toolbar */
.k-grid.Grid1 .k-toolbar,
/* grid cells */
.k-grid.Grid1 table,
/* textboxes */
.k-grid.Grid1 .k-input,
/* date pickers */
.k-grid.Grid1 .k-picker,
/* buttons */
.k-grid.Grid1 .k-button,
/* column and filter menu */
.k-popup,
.k-popup .k-input,
.k-popup .k-picker,
.k-popup .k-button,
/* dropdowns */
.k-popup .k-list {
    font-size: 11px !important;
}


    .k-grid.modal-grid,
    /* grid toolbar */
    .k-grid.modal-grid .k-toolbar,
    /* grid cells */
    .k-grid.modal-grid table,
    /* textboxes */
    .k-grid.modal-grid .k-input,
    /* date pickers */
    .k-grid.modal-grid .k-picker,
    /* buttons */
    .k-grid.modal-grid .k-button,
    /* column and filter menu */
    .k-popup,
    .k-popup .k-input,
    .k-popup .k-picker,
    .k-popup .k-button,
    /* dropdowns */
    .k-popup .k-list {
        font-size: 11px !important;
    }

.card-actions .k-button{
    font-size:12px !important;
}
.card-image {
    aspect-ratio: 16 / 9;

}
.k-grid.modal-grid .k-table-th {
    font-size: 11px !important;
    padding: 6px 6px;
    text-align: center !important;
    justify-content: center;
}

        .k-grid.modal-grid .k-table-td {
            text-align: center !important;
            justify-content: center;
        }

    .k-grid.Grid1 .k-table-th {
        text-align: center !important;
        justify-content: center;
    }

    .k-grid.Grid1 .k-table-td {
        text-align: center !important;
        justify-content: center;
    }

        .k-grid.Grid1 .k-table-td:last-child {
            padding: 9px;
        }
.tool-head-summery {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    gap: 1rem;
    padding:0 0rem 1rem;
}
.tool-summery-card {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    padding:.5rem 1rem;
    background-color: white;
    border-radius:3px;
    box-shadow:0 0 5px 0 rgba(0,0,0,0.1);
}
.pos-billing-actions .demo-section{
    display:flex;
    gap:2rem;
}
.tool-summery-card > span {
    background-color: rgb(112, 172, 255, 0.15);
    display: block;
    width: 40px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 5px 0 #0366d679;
}
    .tool-card-content {
        font-size:12px;
    }
        .tool-card-content span {
            padding:4px;
            border-radius:8px;
        }
.k-grid .k-pager {
    direction: ltr;
}

.k-actions-stretched > * {
    flex: unset !important;
    font-size: 12px !important;
}

.k-grid.Grid1 table thead {
    color: #606060;
}


.tool-modal {
    min-width: 300px;
    max-width: 1200px;
    min-height: 400px;
}
    .tool-modal.large-m {
        min-width: 1200px !important;
        max-width: 1200px !important;
        min-height: 200px;
        max-height: 650px;
    }
    .tool-modal.medium-m {
        min-width: 800px !important;
        max-width: 800px !important;
        min-height: 200px;
        max-height: 650px;
    }

    .tool-modal .k-dialog-wrapper {
        z-index: 50 !important;
    }
.tool-alert {
    min-height: 150px;
    min-width: 200px;
    height: 100px !important;
    width: 200px !important;
}

.tool-alert-md {
    min-height: 250px;
    min-width: 200px;
    width: 300px !important;
}

.tool-modal-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction:column;
}

.tool-modal-form {
    display: flex;
    font-family: ToolShop4;
    align-items: center;
    justify-content: center;
    flex-direction:column;
}

.tool-modal-form lebel{
}
 .k-form-label {
    font-size: 13px !important;
}

.tool-modal-form .tool-res-form {
    width: 95%;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-family: ToolShop4;
    flex-wrap: wrap;
    justify-content: start;
    padding: 1rem;
    direction: rtl;
}

    .tool-modal-form .k-form-field{
        font-size: 13px !important;
    }

.main .top-row a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

    .sidebar .top-row {
        background-color: rgba(0,0,0,0.4);
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }

        .sidebar .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .sidebar .nav-item a {
            color: #d7d7d7;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .sidebar .nav-item a.active {
                background-color: rgba(255,255,255,0.25);
                color: white;
            }

            .sidebar .nav-item a:hover {
                background-color: rgba(255,255,255,0.1);
                color: white;
            }

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.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;
}
.tool-window-title{
    color:white;
    background-color:red;
    width:100%;
    height:100%;
    line-height:30px;
}
.k-window{
    font-family:ToolShop4 !important;
    box-shadow:0 0 20px 0px #ffffff54 !important;
    max-height:00px;
}

.k-window-titlebar{
    background-color:#1861ac !important;
    color:white !important;
}


#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.breadcrumb-wrapper {
    max-width: calc(680px + 6em) !important;
    background-color: transparent !important;
}

.tool-page {
    display: flex;
    justify-content: center;
    align-content: center;
    min-height: 85vh;
}

.tool-section {
}

.tool-head-content {
    direction: rtl;
    font-family: ToolShop4;
}
.tool-section-actions {
    direction: rtl;
    font-family: ToolShop4;
    padding: 1rem 1rem;
    display: flex;
    gap: 1rem;
    background-color: white;
    margin-bottom:1rem;
}
    .tool-section-actions.pricelist > * {
        width: 150px !important;
    }
.tool-modal-form-head{
    display:flex;
    justify-content:right;
    align-items:center;
    gap:1rem;
    width:100%;
    flex-wrap:wrap;
    padding:0 0 1rem;
}
.save-btn{
    margin-right:auto;
}
.tool-card-header * {
    font-family: ToolShop4;
    min-height: 40px;
    font-size: 14px !important;
}
.tool-section-body {
    padding: 1rem;
}

.tool-head-title {
    padding: 0 1rem;
    background-color: #0366d6;
    color: lightyellow;
    border: 1px solid #1b6ec2;
    box-shadow: 0 0 10px 0 rgb(16, 66, 157, 0.3);
    margin: 1rem 0;
    height: 40px;
}

    .tool-head-title h6 {
        line-height: 40px;
    }

.tool-head-info {
    padding: 1rem;
}

.tool-main-menu {
}

.tool-items {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding: 2rem;
    direction: rtl;
}

.tool-item {
    width: 200px;
    height: 195px;
    border: 1px solid black;
    padding: .3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    position: relative;
    border: 1px solid #d6d5d5;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    background-color: white;
}

.tool-window-footer{
    width:100%;
}

.window-footer-items{
    display:flex;
    gap:1rem;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
}
.window-footer-item:not(:nth-child(3)){
    border-left:1px solid #8f8c8c;
    padding-left:1rem;
}
.md-modal {
    width: 60%;
}

    .tool-modal.sm-modal {
        width: 40%;
        height: 200px !important;
    }

    .tool-item .icon i {
        font-size: 17px;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        background-color: #0366d6;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tool-item .icon {
        background-color: #f7f7f7;
        color: white;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: -20px;
        z-index: 100;
        overflow: hidden;
        box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    }

        .tool-item .icon:after {
            content: '';
            position: absolute;
            width: 80%;
            height: 80%;
            background-color: #f7f7f7;
            border-radius: 50%;
            box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
            z-index: -10;
        }


    .tool-item .tool-item-overlay {
        width: 100%;
        border-radius: 10px;
        height: 100%;
        top: 0;
        position: absolute;
        overflow: hidden;
    }

        .tool-item .tool-item-overlay::before {
            content: '';
            top: 0;
            width: 100%;
            height: 100%;
            background-color: #0366d6;
            position: absolute;
            transform: rotateZ(45deg);
            top: -30%;
        }

.tool-item .tool-item-content {
    width: 90%;
    height: 90%;
    border: 1px solid #d6d5d5;
    border-radius: 10px;
    z-index: 0;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    font-family: ToolShop4;
    background-color: white;
    text-align: center;
    position: relative;
    padding: 1rem;
    display:flex;
    flex-direction:column;
    align-items:center;
}

        .tool-item .tool-item-content h5 {
            margin-top: 1rem;
        }

        .tool-item .tool-item-content p {
            font-size: 11px;
        }

        .tool-item .tool-item-content .k-button {
            font-size: 12px;
            position:absolute;
            bottom:.5rem;
        }


    .tool-item:nth-child(odd) .tool-item-overlay::before {
        background-color: #0E2954;
    }

    .tool-item:nth-child(odd) .icon i {
        background-color: #144272;
    }

    .tool-item:nth-child(odd) .tool-item-content h5 {
        color: #205295;
    }




/*-----------------------------POS--------------------*/

.pos-head{
    display:flex;
    justify-content:center;
    align-items:center;
    background-color:#205295;
    height:45px;
}
    .pos-head .head-content {
        width: 95%;
        display: flex;
        justify-content: end;
        font-family:ToolShop4;
        font-size:10px !important;
        gap:1rem;
    }

.pos-body {
    font-family: ToolShop4;
}

    .pos-body .title-tab {
        color: #000000;
        outline: unset !important;
    }

.Grid1 tr td:nth-child(4),
.Grid1 tr td:nth-child(6){
    padding:0;
}

.pos-sell-secion {
    display: flex;
    justify-content: flex-start;
    gap: 0.6rem;
    flex-wrap: wrap;
}
.pos-items {
    flex: 1;
    min-width: 290px;
    min-height:400px;
    max-height:400px;
}
    .pos-items .item {
        display: flex;
        gap: .2rem;
        max-height: 600px;
        overflow-y: scroll;
        margin-top: 10px;
        flex-wrap: wrap;
        max-height: 340px;
    }
        .pos-items .item .item-button {
            font-size:11px;
            height:30px;
            flex:content;
        }
.pos-billing-head{
    margin-bottom:1rem;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
}
.item-quan{
    background-color:#0366d6;
    color:white;
    padding:2px;
    position:relative;
    border-radius:4px;
    margin-right:10px;
}
.item-quan.red{
    background-color:red;
    color:white;
}

.billing-head-right {
    margin-left: auto;
    display:flex;
    gap:1rem;
}
.billing-head-left {
    margin-right: auto;
    display:flex;
    gap:1rem;
}
.tool-btngroup .k-button{
    font-size:12px !important;
    margin-left:3px;
}
.billing-head-left label {
    font-size: 12px;
    width: 120px;
    line-height: 2;
}
.pos-billing {
    min-width: 290px;
    flex: 4;
}
.pos-summery{
    width:100%;
}
.pos-items,
.pos-summery,
.pos-billing {
    position: relative;
    padding: .5rem;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0px 2px 8px 0px #1861ac18;
}
/*    .pos-billing .bill-grid{
        max-height:300px;
        overflow-y:auto;
    }*/

    .pos-billing::before,
    .pos-items::before {
        content: '';
        background-color: #1861ac;
        width: 100%;
        height: 3px;
        position: absolute;
        top: 0;
        left: 0;
    }
.pos-summery-content {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap:wrap;
}
.pos-summation,
.pos-invoice-number {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    justify-content: end;
}
.pos-summation ,.pos-invoice-number{
    padding: 0 2rem;
}
.pos-invoice-detail {
    margin-right: auto;
    display:flex;
    justify-content:center;
    align-items:center;
}
.pos-invoice-detail,
.pos-invoice-number,
.pos-brand{
}

.pos-summation span:first-child {
    color: #0366d6;
    font-weight: bold;
    font-size: 22px;
}
    .pos-invoice-number span:first-child {
        color: #0366d6;
        font-weight: bold;
        font-size: 22px;
    }
.pos-brand label {
    font-weight: bold;
    font-size: 20px;
    padding: 1rem;
    background-color: #0072ff13;
    border-radius: 5px;
    line-height: .7;
    border: 1px solid #0072ff1e;
    color: #0055bedf;
    box-shadow:0 0 10px 0px #00000018;
}
.price-list-card {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    align-items: start;
}

@media (max-width: 767.98px) {
    /*.main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }*/
    .pos-summation,
    .pos-invoice-number {
        margin-left: unset;
    }
    .pos-items {
        min-height:unset;
    }
        .pos-invoice-number {
        padding: 0 2rem;
    }

    .pos-invoice-detail {
        margin-right: unset;
    }

    .pos-invoice-detail,
    .pos-invoice-number,
    .pos-brand {
        min-width: 33.33%;
        margin-top:.3rem;
        text-align:center;
    }
    .billing-head-left {
        margin-right: auto;
        display: flex;
        flex-wrap:wrap;
    }
    .billing-head-left label {
        width: 300px;
        line-height: 2;
        margin-top:1rem;
    }
    .pos-brand{
        order:3;
    }
}

@media (max-width: 768px) {
    .tool-modal {
        width: 95% !important;
        height: 95% !important;
    }
        .tool-modal.large-m {
            min-width: unset !important;
            max-width: unset !important;
            min-height: unset !important;
            max-height: unset !important;
        }

    .tool-modal-form .tool-res-form .k-form-field {
        width: 100%;
    }


    .main .top-row {
        position: sticky;
        top: 0;
        z-index: 1000;
    }

    .tool-form1 .k-form-field {
    }

    .tool-modal-form .tool-res-form .k-form-field {
        width: 100%;
    }

    .tool-form1.form-modal {
        width: 100%;
        height: 90%;
    }

    .tool-form1.form-modal {
        width: 100%;
        height: 90%;
    }

    .tool-form1 .k-d-grid {
        display: unset;
    }
}
