/* /DiagramEditor/DiagramEditor.razor.rz.scp.css */
.diagram-drag-item[b-1p1c0am70p] {
    position: relative;
    z-index: 1;
}


.diagram-bar-top[b-1p1c0am70p] {
    padding: 18px 0px 17px 1px;
    background-color: #F5F9FD;
    border-radius: 10px;
    width: 50%;
    position: absolute;
    top: 103px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.diagram-bar-buttons[b-1p1c0am70p] {
    width: 50%;
    position: absolute;
    top: 171px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/*.div-zoom {
    margin: 0px 40.5% 0px 0%;
}*/


@media (max-width: 1210px) {

    .diagram-bar-top[b-1p1c0am70p] {
        padding: 18px 0px 17px 1px;
        background-color: #F5F9FD;
        border-radius: 10px;
        width: 100%;
        position: absolute;
        top: 103px;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }

    .diagram-bar-buttons[b-1p1c0am70p] {
        width: 100%;
        position: absolute;
        top: 171px;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }


    /*    .div-zoom {
        margin: 0px 0% 0px 0%;
    }*/
}



.box-body-top[b-1p1c0am70p] {
    width: 60px;
    height: 60px;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 25px;
    margin-bottom: 1px px;
    border-radius: 10px;
    cursor: move;
}


    .box-body-top:hover[b-1p1c0am70p] {
        box-shadow: 0 10px 20px 0 rgba(0,0,0,0.5);
    }

    /* to not drag the shadow */
    .diamond-body:active[b-1p1c0am70p],
    .box-body-top:active[b-1p1c0am70p] {
        box-shadow: none;
    }


.diamond-body-top[b-1p1c0am70p] {
    width: 55px;
    height: 55px;
    background-color: rgb(10 23 118);
    border-radius: 10px;
    transform: rotate(45deg);
    cursor: move;
}


    .diamond-body-top:hover[b-1p1c0am70p] {
        box-shadow: 0 10px 20px 0 rgba(0,0,0,0.5);
    }

    /* to not drag the shadow */
    .diamond-body:active[b-1p1c0am70p],
    .diamond-body-top:active[b-1p1c0am70p] {
        box-shadow: none;
    }

.btn-name-modal[b-1p1c0am70p]{
    clear:right;
    margin-top:5px;
}
/* /DiagramProcess/Modal/ModalRecordMenu.razor.rz.scp.css */
/* Check this file is the same of ModalTeamRecordMenu.razor.css*/

.item-header[b-kq4jqykizz] {
    border-bottom: 2px solid #333;
    min-height: 50px;
    padding: 11px 0px 0px 10px;
}

.text-overflow[b-kq4jqykizz] {
    overflow: hidden;
}


.itemshow[b-kq4jqykizz] {
    height: 50px;
    border-bottom: 2px solid #d8e1e8;
    opacity: 1;
    padding: 5px 10px 0px 10px;
}

.hide-row[b-kq4jqykizz] {
    opacity: 0;
    height: 0; /* Reduce height to 0 during the removal animation */
    margin: 0; /* Remove any margin during the animation */
    padding: 0; /* Remove any padding during the animation */
    border: none; /* Remove any borders during the animation */
    pointer-events: none;
    overflow: hidden; /* Hide any overflowing content during the collapse */
    transition: all 0.5s ease-out; /* transitions  */
}

.icon-right[b-kq4jqykizz] {
    float: right;
}

.grid-container[b-kq4jqykizz] {
    display: grid;
    grid-template-columns: 10% 30% 7.5% 15% 50px 100px;
    gap: 1px; /* Adjust the gap between columns as needed */
    align-items: center;
    justify-content: space-between;
    height: 38px;
}

.grid-dimon-container[b-kq4jqykizz] {
    display: grid;
    grid-template-columns: 5% 25% 7.5% 15% 50px 15.5% 100px;
    gap: 1px; /* Adjust the gap between columns as needed */
    align-items: center;
    justify-content: space-between;
    height: 38px;
}

.grid-end-items[b-kq4jqykizz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item1[b-kq4jqykizz] {
    width: 60%; /* Adjust the width as needed */
}

.item2[b-kq4jqykizz] {
    width: 40%; /* Adjust the width as needed */
}

.btn-modal-add[b-kq4jqykizz]{
    float:right;
}

.col-text-center[b-kq4jqykizz] {
    text-align: center;
}


.form-modal[b-kq4jqykizz] {
    padding: 15px;
}


@media (max-width: 826px) {
    /* Small screens */
    .fs-sm[b-kq4jqykizz] {
        font-size: 14px;
    }
}

.word-nowrap[b-kq4jqykizz] {
    white-space: nowrap; /* Prevent text from wrapping */
}

.transparent-modal *[b-kq4jqykizz] {
    background-color: transparent !important;
}

/* 
   .transparent-modal .blazor-modal-header {
        border-radius: 10px 10px 0px 0px;
    }

    .transparent-modal .edit-modal-body {
        border-radius: 0px 0px 10px 10px;
    }

    .transparent-modal .itemshow {
        border-bottom: 1px solid transparent;
    }
*/
/* /DiagramTeam/Modal/ModalTeamRecordMenu.razor.rz.scp.css */
/* Check this file is the same of ModalTeamRecordMenu.razor.css*/

.item-header[b-e3zfw0hiua] {
    border-bottom: 2px solid #333;
    min-height: 50px;
    padding: 11px 0px 0px 10px;
}

.text-overflow[b-e3zfw0hiua] {
    overflow: hidden;
}


.itemshow[b-e3zfw0hiua] {
    height: 50px;
    border-bottom: 2px solid #d8e1e8;
    opacity: 1;
    padding: 5px 10px 0px 10px;
}

.hide-row[b-e3zfw0hiua] {
    opacity: 0;
    height: 0; /* Reduce height to 0 during the removal animation */
    margin: 0; /* Remove any margin during the animation */
    padding: 0; /* Remove any padding during the animation */
    border: none; /* Remove any borders during the animation */
    pointer-events: none;
    overflow: hidden; /* Hide any overflowing content during the collapse */
    transition: all 0.5s ease-out; /* transitions  */
}

.icon-right[b-e3zfw0hiua] {
    float: right;
}

.grid-container[b-e3zfw0hiua] {
    display: grid;
    grid-template-columns: 10% 30% 7.5% 15% 50px 100px;
    gap: 1px; /* Adjust the gap between columns as needed */
    align-items: center;
    justify-content: space-between;
    height: 38px;
}

.grid-dimon-container[b-e3zfw0hiua] {
    display: grid;
    grid-template-columns: 5% 25% 7.5% 15% 50px 15.5% 100px;
    gap: 1px; /* Adjust the gap between columns as needed */
    align-items: center;
    justify-content: space-between;
    height: 38px;
}

.grid-end-items[b-e3zfw0hiua] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item1[b-e3zfw0hiua] {
    width: 60%; /* Adjust the width as needed */
}

.item2[b-e3zfw0hiua] {
    width: 40%; /* Adjust the width as needed */
}

.btn-modal-add[b-e3zfw0hiua] {
    float: right;
}

.col-text-center[b-e3zfw0hiua] {
    text-align: center;
}


.form-modal[b-e3zfw0hiua] {
    padding: 15px;
}


@media (max-width: 826px) {
    /* Small screens */
    .fs-sm[b-e3zfw0hiua] {
        font-size: 14px;
    }
}
/* /Pages/Component/CropperComponent.razor.rz.scp.css */

.cropper-bg[b-5am8rpcy4g] {
    height: 400px;
    background-color: whitesmoke;
    border-radius: 5px;
}
/* /Pages/Licence/Licence.razor.rz.scp.css */
.pricing-container[b-gakrao9hx1] {
    display: grid;
    grid-template-columns: repeat(4, minmax(200px, 1fr));
    grid-gap: 20px;
    justify-items: center;
    align-items: stretch;
    margin: 0 auto;
    max-width: 80%;
}

.pricing-column[b-gakrao9hx1] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 300px;
}

    .pricing-column h2[b-gakrao9hx1] {
        margin-top: 20px;
    }

    .pricing-column p[b-gakrao9hx1] {
        margin-bottom: 20px;
    }

    .pricing-column .desciption[b-gakrao9hx1] {
        font-size: 12px;
        padding: 10px;
        text-align: center;
        height: 140px;
    }


    .pricing-column .price[b-gakrao9hx1] {
        font-size: 14px;
        font-weight: bold;
        padding: 10px;
    }

    .pricing-column .desciption p[b-gakrao9hx1] {
        margin-bottom: 0px;
    }

    .pricing-column .button[b-gakrao9hx1] {
        display: inline-block;
        padding: 10px 20px;
        background-color: #4CAF50;
        color: white;
        text-decoration: none;
        border-radius: 5px;
        margin-bottom: 20px;
        width: 80%;
        margin: 10px auto;
        border: none;
    }

    .pricing-column .button[b-gakrao9hx1] {
        display: inline-block;
        padding: 10px 20px;
        background-color: #4CAF50;
        color: white;
        text-decoration: none;
        border-radius: 5px;
        margin-bottom: 20px;
        max-width: 80%;
        margin: 10px auto;
        transition: background-color 0.3s;
    }

        .pricing-column .button:hover[b-gakrao9hx1] {
            background-color: #45a049;
            cursor: pointer;
        }

.licence-card[b-gakrao9hx1] {
    background-color: #fff;
}


@media (max-width: 1538px) {
    .pricing-container[b-gakrao9hx1] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Modal/FormDragComponent.razor.rz.scp.css */
.container-item-form[b-hnxonurr23] {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100px;
    width: 95%;
    background-color: #ffffff;
    margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1) !important;
}

.item-icon[b-hnxonurr23] {
    height: 96px;
    width: 25%;
    padding: 5px;
    background-color: rgb(138, 241, 3);
    text-align: center;
}

.item-title[b-hnxonurr23] {
    font-weight: bold;
    margin: 0;
}

.item-desc[b-hnxonurr23] {
    height: 46px;
    width: 75%;
/*    background-color: rgb(241, 3, 229);*/
    padding: 5%;
    color: rgb(0, 0, 0);
    font-size: 1em;
    text-align: left;
}

.form-drag-icon[b-hnxonurr23] {
    margin: 25% 10% 0% 10%;
    border: 1px solid #0094ff;
    padding: 15px;
    border-radius: 10%;
    background-color: #0094ff;
    z-index: 1;
}


.first-icon[b-hnxonurr23] {
    height:100%;
}

.second-text[b-hnxonurr23] {
    height: 100%;
}

/* /Pages/Modal/ModalConfirm.razor.rz.scp.css */
.confirm-modal-name[b-kcw9jlco7s] {
    height: 20%;
    width: 35%;
    margin: auto;
    margin-top: 10%;
    background-color: white;
    -webkit-box-shadow: 6px 4px 38px -21px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 4px 38px -21px rgba(0,0,0,0.75);
    box-shadow: 6px 4px 38px -21px rgba(0,0,0,0.75);
    border-radius: 10px 10px 10px 10px;
    /*overflow: hidden;*/
}

.confirm-modal-header[b-kcw9jlco7s] {
    /*    background-color: #363636;
    color: white;*/
    padding: 16px 16px 5px 16px;
    border-radius: 10px 10px 0px 0px;
}

.confirm-modal-body[b-kcw9jlco7s] {
/*    padding: 0px 0px 0px 10px;
    overflow-x: hidden;
    border-radius: 0px 0px 10px 10px;*/
    height: 60px;
}

.confirm-modal-footer[b-kcw9jlco7s] {
    /* background-color: #004085;*/
    margin: 16px 0px 0px 14px;
}

/* /Pages/Modal/ModalCookies.razor.rz.scp.css */
.modal-body[b-3m0k9d58s7] {
    padding: 10px;
    border-radius: 10px;
    overflow-y: auto;
    background-color: #f5f9fd;
    margin-bottom: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #ccc;
}


@media (max-width: 950px) {

    .modal-with[b-3m0k9d58s7]{
       width: 100%;
    }
}
/* /Pages/Modal/ModalCropper.razor.rz.scp.css */
.cropper-modal-bg[b-n16oxizhhs] {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 15;
}

.cropper-modal-name[b-n16oxizhhs] {
/*    height: 70%;*/
    width: 45%;
    margin: auto;
    margin-top: 5%;
    background-color: white;
    -webkit-box-shadow: 6px 4px 38px -21px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 4px 38px -21px rgba(0,0,0,0.75);
    box-shadow: 6px 4px 38px -21px rgba(0,0,0,0.75);
    border-radius: 10px 10px 10px 10px;
    /*overflow: hidden;*/
}

.cropper-modal-header[b-n16oxizhhs] {
    /*background-color: #D8E1E8;*/
    /*background-color: #F5F9FD;*/
    padding: 18px;
    border-radius: 10px 10px 0px 0px;
    height: 70px;
}

.cropper-modal-body[b-n16oxizhhs] {
    padding: 10px;
    overflow-x: hidden;
    border-radius: 0px 0px 10px 10px;
}

.cropper-modal-footer[b-n16oxizhhs] {
    /* background-color: #004085;*/
    padding: 16px 0px 0px 14px;
}



@media (max-width: 768px) {
    .cropper-modal-name[b-n16oxizhhs] {
        height: 100%;
        width: 100%;
        margin: auto;
        margin-top: 0%;
        background-color: white;
        -webkit-box-shadow: 6px 4px 38px -21px rgba(0,0,0,0.75);
        -moz-box-shadow: 6px 4px 38px -21px rgba(0,0,0,0.75);
        box-shadow: 6px 4px 38px -21px rgba(0,0,0,0.75);
        border-radius: 0px 0px 0px 0px;
    }
}
/* /Pages/Modal/ModalDeleteYesNo.razor.rz.scp.css */
.modal-yn-question[b-wc4t6oysrc] {
  /*  height: 200px;*/
    width: 38%;
    margin: auto;
    margin-top: 18%;
    background-color: white;
    -webkit-box-shadow: 6px 4px 38px -21px rgb(0 0 0 / 75%);
    -moz-box-shadow: 6px 4px 38px -21px rgba(0,0,0,0.75);
    box-shadow: 6px 4px 38px -21px rgb(0 0 0 / 75%);
    border-radius: 10px;
}

@media (max-width: 768px) {
    .modal-yn-question[b-wc4t6oysrc] {
        margin: auto;
        width: 95%;
        margin-top: 50%;
        background-color: white;
        -webkit-box-shadow: 6px 4px 38px -21px rgb(0 0 0 / 75%);
        -moz-box-shadow: 6px 4px 38px -21px rgba(0,0,0,0.75);
        box-shadow: 6px 4px 38px -21px rgb(0 0 0 / 75%);
        border-radius: 10px;
    }
}

.modal-yn-body[b-wc4t6oysrc] {
    padding: 10px;
    overflow-x: hidden;
    border-radius: 0px 0px 10px 10px;
/*    height: 300px;*/
}



.modal-yn-header[b-wc4t6oysrc] {
/*    background-color: #363636;
    color: white;*/
    padding: 18px;
    border-radius: 10px 10px 0px 0px;
    position: relative;
}

/* /Pages/Modal/ModalFieldSettings.razor.rz.scp.css */

.field-definition-modal[b-xv3w3jym4x] {
    /*margin: 15%;*/
    height: 200px;
    width: 38%;
    margin: auto;
    margin-top: 10%;
    background-color: white;
    -webkit-box-shadow: 6px 4px 38px -21px rgb(0 0 0 / 75%);
    -moz-box-shadow: 6px 4px 38px -21px rgba(0,0,0,0.75);
    box-shadow: 6px 4px 38px -21px rgb(0 0 0 / 75%);
    border-radius: 10px;
}


.field-definition-body[b-xv3w3jym4x] {
    background-color: white;
}



.field-definition-header[b-xv3w3jym4x] {
    border-radius: 10px 10px 0px 0px
}
/* /Pages/Modal/ModalFormBuilder.razor.rz.scp.css */
.modal-def-yes-button[b-fk8yvxc07h] {
    margin: 1% 5% 1% 36%;
    padding: 5px 20px 5px 20px;
}

.modal-def-no-button[b-fk8yvxc07h] {
    margin: 1% 5% 1% 1%;
    padding: 5px 20px 5px 20px;
}

.item-box-title[b-fk8yvxc07h] {
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 5px;
}

.container-drop-modal[b-fk8yvxc07h] {

    flex-direction: row;
    display: flex;
}

.form-row[b-fk8yvxc07h] {
    display: flex;
 /*   justify-content: flex-end;*/
    padding: .5em;
}

.modal-settings-lable-db[b-fk8yvxc07h] {
    padding: 5px 5px 5px 5px;
    margin: 0px 10px 0px 0px;
}

/* apagar delete*/
.modal-settings-db[b-fk8yvxc07h] {
    padding: 5px 200px 5px 5px;
}


.drag-m-items[b-fk8yvxc07h] {
    /*  background-color: rgb(3, 19, 241);*/
    height: 100px;
    width: 100%;
    /*   border: 2px solid rgb(0, 0, 0);*/
    /*border-radius: 1%;*/
}

    .drag-m-items:hover[b-fk8yvxc07h] {
        /*        cursor: pointer;
        cursor: hand;*/
        cursor: -webkit-grab;
        transform: translateX(-7px);
    }

/* For older browsers */
.no-select[b-fk8yvxc07h] {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.duplicate-label[b-fk8yvxc07h] {
    border: 2px solid red;
}

.duplicate-form-border[b-fk8yvxc07h] {
    border: 1px solid #eb3434;
}

.card-box[b-fk8yvxc07h] {
    background-color: #ffffff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1) !important;
    /*border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
}

/*.card-box-body {
  height: 200px;
}*/


.btn-fill-height[b-fk8yvxc07h] {
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* To make buttons fill the entire height */
    justify-content: center;
    align-items: center; /* Add this line to center horizontally */
}

.btn-thash-p[b-fk8yvxc07h] {
    top: 10px;
    right: -75px;
}

.btn-edit-p[b-fk8yvxc07h] {
    top: 10px;
    right: -30px;
}

.form-comp-p[b-fk8yvxc07h] {
    padding: 0px 10px 0px 15px;
}

.fab-mobile[b-fk8yvxc07h] {
    position: fixed;
    bottom: 8%;
    right: 14%;
    width: 50px;
    height: 50px;
    background-color: #2196F3;
    border-radius: 50%;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    z-index: 1;
    text-align: center;
    line-height: 50px;
}


    .fab-mobile :hover[b-fk8yvxc07h] {
        background-color: #0c7cd5;
        cursor: pointer;
    }


.disable-drag[b-fk8yvxc07h]  .container-item-form {
    background-color: #d9d9d9 !important;
}




/* form-tooltip */

.form-tooltip[b-fk8yvxc07h] {
    position: relative;
}

    .form-tooltip .tooltip-text[b-fk8yvxc07h] {
        visibility: hidden;
        width: 200px;
        background-color: black;
        color: white;
        text-align: center;
        border-radius: 4px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        transition: opacity 0.3s;
    }

        .form-tooltip .tooltip-text[b-fk8yvxc07h]::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            border-width: 5px;
            border-style: solid;
            border-color: black transparent transparent transparent;
        }

        .form-tooltip:hover .tooltip-text[b-fk8yvxc07h] {
            visibility: visible;
            opacity: 1;
            top: -86px;
            left: 154px;
        }

/* form-tooltip */
/* /Pages/Payments/PaymentSucess.razor.rz.scp.css */
.pay-center[b-r673xkzkqr] {
    text-align: center;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
        

h1[b-r673xkzkqr] {
    color: #333;
}

p[b-r673xkzkqr] {
    color: #666;
    font-size: 18px;
    line-height: 1.5;
}

.button[b-r673xkzkqr] {
    display: inline-block;
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    transition-duration: 0.4s;
    border: none;
}

    .button:hover[b-r673xkzkqr] {
        background-color: #45a049;
    }
/* /Pages/Pitch.razor.rz.scp.css */
.square-red[b-3wvr3xqn42] {
    width: 100px;
    height: 100px;
    background-color: red;
    position: absolute;
}

.square-green[b-3wvr3xqn42] {
    width: 10px;
    height: 10px;
    background-color: green;
    position: absolute;
}


.square-lightpink[b-3wvr3xqn42] {
    width: 10px;
    height: 10px;
    background-color: lightpink;
    position: absolute;
}

/* /Pages/Process/AllWorkFlows.razor.rz.scp.css */
.m-title-p[b-3f8m8diwba] {
    float: left;
    padding-left: 12px
}

.m-option-p[b-3f8m8diwba] {
    padding: 10px 0 10px 0
}

.i-star-p[b-3f8m8diwba] {
    float: left;
    margin: 6px 6px 6px 10px;
}


.m-star-p[b-3f8m8diwba] {
    float: left;
    margin: 8px 6px 4px 0px;
}

/* /Pages/Process/LobbyTableAllWorkFlows.razor.rz.scp.css */
.text-center-modal-1[b-sb74dokn40] {
    margin: 4% 1% 1% 16%;
}


.disabled td[b-sb74dokn40] {
    color: rebeccapurple;
    background-color: orange;
    cursor: not-allowed;
}


/* CSS styles for the table */
.table-app[b-sb74dokn40] {
    width: 100%;
    /*    border-collapse: collapse;
    border: 1px solid #ccc;*/
    margin-bottom: 20px;
    /*border-radius: 10px;*/ /* Add rounded corners */
    overflow: auto; /* Clip content to rounded corners */
}

th:first-child[b-sb74dokn40] {
    border-top-left-radius: 10px;
}

th:last-child[b-sb74dokn40] {
    border-top-right-radius: 10px;
}



th[b-sb74dokn40], td[b-sb74dokn40] {
    padding: 10px;
    text-align: left;
    border-bottom: 2px solid #E8EEF3; /* Make bottom border transparent */
    vertical-align: middle;
}

th[b-sb74dokn40] {
    background-color: #f2f2f2;
}

tr[b-sb74dokn40] {
    background-color: #FFFFFF;
    padding-bottom: 10px;
}


/*tr:hover {
    background-color: #f5f5f5;
}*/


tbody > tr:hover[b-sb74dokn40] {
    background-color: #f2f2f2;
    cursor: pointer; /* Change the cursor to a pointer */
}


@media (max-width: 982px ) {

    .solicitate-permission-header tr[b-sb74dokn40] {
        display: none;
    }

    .solicitate-permission tr[b-sb74dokn40] {
        border-bottom: 3px solid #f5f9fd;
    }

        .solicitate-permission tr > td[b-sb74dokn40] {
            display: block;
            text-align: start !important;
            border-bottom: none !important;
            border-top: none !important;
        }

            .solicitate-permission tr > td[b-sb74dokn40]::before {
                content: attr(data-cell);
                font-weight: 700;
                /*    text-transform:capitalize;*/
            }
}
/* /Pages/Process/LobbyTableMyWorkFlows.razor.rz.scp.css */
.text-center-modal-1[b-7zk7dh8ps4] {
    margin: 4% 1% 1% 16%;
}


.disabled td[b-7zk7dh8ps4] {
    color: rebeccapurple;
    background-color: orange;
    cursor: not-allowed;
}


/* CSS styles for the table */
.table-app[b-7zk7dh8ps4] {
    width: 100%;
    /*    border-collapse: collapse;
    border: 1px solid #ccc;*/
    margin-bottom: 20px;
    /*border-radius: 10px;*/ /* Add rounded corners */
    overflow: auto; /* Clip content to rounded corners */
}

th:first-child[b-7zk7dh8ps4] {
    border-top-left-radius: 10px;
}

th:last-child[b-7zk7dh8ps4] {
    border-top-right-radius: 10px;
}



th[b-7zk7dh8ps4], td[b-7zk7dh8ps4] {
    padding: 10px;
    text-align: left;
    border-bottom: 2px solid #E8EEF3; /* Make bottom border transparent */
    vertical-align: middle;
}

th[b-7zk7dh8ps4] {
    background-color: #f2f2f2;
}

tr[b-7zk7dh8ps4] {
    background-color: #FFFFFF;
    padding-bottom: 10px;
}


/*tr:hover {
    background-color: #f5f5f5;
}*/


tbody > tr:hover[b-7zk7dh8ps4] {
    background-color: #f2f2f2;
    cursor: pointer; /* Change the cursor to a pointer */
}


@media (max-width: 982px ) {

    .solicitate-permission-header tr[b-7zk7dh8ps4] {
        display: none;
    }

    .solicitate-permission tr[b-7zk7dh8ps4] {
        border-bottom: 3px solid #f5f9fd;
    }

        .solicitate-permission tr > td[b-7zk7dh8ps4] {
            display: block;
            text-align: start !important;
            border-bottom: none !important;
            border-top: none !important;
        }

            .solicitate-permission tr > td[b-7zk7dh8ps4]::before {
                content: attr(data-cell);
                font-weight: 700;
                /*    text-transform:capitalize;*/
            }
}
/* /Pages/Process/ProcessChartMenu.razor.rz.scp.css */
.chart-card[b-q7oja0drhm] {
    width: 100%;
    height: 300px;
    background-color: white;
    border-radius: 5px;
    margin: 10px;
}


.chart-card-b[b-q7oja0drhm] {
    width: 100%;
    height: 100%;
    margin: 0px 10px 10px 10px;
    background-color: white;
    border-radius: 5px;
}



.m-text-h5[b-q7oja0drhm] {
    margin: 0px 0px 10px 10px;
}

.m-text-h4[b-q7oja0drhm] {
    margin: 0px 0px 0px 10px;
}
/* /Pages/Process/ProcessData.razor.rz.scp.css */
.table-p[b-yxq190qrld]{
    margin: 10px;
}

.data-textarea[b-yxq190qrld]{
    width: 100%;
    height: 100%;
}

/* CSS styles for the table */
.table-app[b-yxq190qrld] {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    border-radius: 10px; /* Add rounded corners */
    overflow: hidden; /* Clip content to rounded corners */
}

th[b-yxq190qrld], td[b-yxq190qrld] {
    padding: 10px;
    text-align: left;
    border-bottom: 2px solid #E8EEF3; /* Make bottom border transparent */
    vertical-align: middle;
}

th[b-yxq190qrld] {
    background-color: #f2f2f2;
}

tr[b-yxq190qrld] {
    background-color: #FFFFFF;
    padding-bottom: 10px;
}
/* /Pages/Process/ProcessModalShare.razor.rz.scp.css */

.edit-modal-content-share[b-7wy3776jpo] {
    -moz-box-shadow: 6px 4px 38px -21px rgba(0,0,0,0.75);
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
}

.edit-modal-share[b-7wy3776jpo] {
    height: 70%;
    width: 50%;
    margin: auto;
    margin-top: 10%;
    background-color: white;
    -webkit-box-shadow: 6px 4px 38px -21px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 4px 38px -21px rgba(0,0,0,0.75);
    box-shadow: 6px 4px 38px -21px rgba(0,0,0,0.75);
    border-radius: 10px 10px 10px 10px;
}

@media (max-width: 768px) {
    .edit-modal-share[b-7wy3776jpo] {
        height: 100%;
        width: 100%;
        margin: auto;
        background-color: white;
        -webkit-box-shadow: 6px 4px 38px -21px rgba(0,0,0,0.75);
        -moz-box-shadow: 6px 4px 38px -21px rgba(0,0,0,0.75);
        box-shadow: 6px 4px 38px -21px rgba(0,0,0,0.75);
        border-radius: 10px 10px 10px 10px;
    }
}

@media (max-width: 982px ) {
    .solicitate-permission > th[b-7wy3776jpo] {
        display: none;
    }

    solicitate-permission > td[b-7wy3776jpo] {
        display: block;
        text-align: start !important;
        border-bottom: none !important;
        border-top: none !important;
    }

        solicitate-permission > td[b-7wy3776jpo]::before {
            content: attr(data-cell);
            font-weight: 700;
            /*    text-transform:capitalize;*/
        }
}

/* /Pages/SettingsPage.razor.rz.scp.css */
/*.settings-card-bg {
    width: 100%;
    height: fit-content;*/
    /*    background: linear-gradient( to bottom, #D7E7F8 0px, #D7E7F8 118px, white 12%, white 100% );*/
    /*background: linear-gradient( to bottom, var(--bs-primary) 0px, var(--bs-primary) 118px, white 12%, white 100% );

}*/

.settings-card-bg[b-nyddscvov8] {
    width: 100%;
    height: 117px;
    background-color: var(--bs-primary);
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    border-radius: 0.325rem 0.325rem 0 0;
    z-index: 1;
}

.settings-picture[b-nyddscvov8]{
    z-index:2;
}

/* /Pages/Team/Modal/ModalInviteToMyTeam.razor.rz.scp.css */
.chip-container[b-v1mvytfnu5] {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.chip[b-v1mvytfnu5] {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 16px;
    padding: 4px 8px;
    margin: 4px;
    flex-wrap: wrap;
    /* disable text selection */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer */
    user-select: none;
}

.close-button[b-v1mvytfnu5] {
    display: inline-block;
    margin-left: 4px;
    cursor: pointer;
}

.b-p-padding[b-v1mvytfnu5] {
    padding-left: 5px;
}


.team-modal-content[b-v1mvytfnu5] {
    width: 60%;
    /*height: 50%;*/
    margin: auto;
    margin-top: 5%;
    background-color: white;
    /* border-radius: 5px; */
    /* -webkit-box-shadow: 6px 4px 38px -21px rgb(0 0 0 / 75%); */
    -moz-box-shadow: 6px 4px 38px -21px rgba(0,0,0,0.75);
    box-shadow: 6px 4px 38px -21px rgb(0 0 0 / 75%);
    overflow: hidden;
    border-radius: 10px 10px 10px 10px
}


@media (max-width: 768px) {
    .team-modal-content[b-v1mvytfnu5] {
        width: 100%;
        height: 100%;
        margin: auto;
        margin-top: 0%;
        background-color: white;
        /* border-radius: 5px; */
        /* -webkit-box-shadow: 6px 4px 38px -21px rgb(0 0 0 / 75%); */
        -moz-box-shadow: 6px 4px 38px -21px rgba(0,0,0,0.75);
        box-shadow: 6px 4px 38px -21px rgb(0 0 0 / 75%);
        overflow: hidden;
        border-radius: 0px 0px 0px 0px
    }
}
/* /Pages/Team/TeamRegistration.razor.rz.scp.css */
.team-center[b-whzpzd99bp] {
    text-align: center;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* /Pages/TermsAndConditions.razor.rz.scp.css */
.cursor-pointer-tac[b-epmy8slqwc] {
    cursor: pointer; /* Ensure cursor changes to pointer on hover */
}

    .cursor-pointer-tac:hover[b-epmy8slqwc] {
        text-decoration: underline;
        color: #007bff;
    }
/* /Shared/Alerts.razor.rz.scp.css */
/* Alert Message */
.alert-position[b-pv44i2bo43] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.gree-bg[b-pv44i2bo43] {
    /* Green background color for the container */
    background-color: #6bb983;
}

.red-bg[b-pv44i2bo43] {
    /* Red background color for the container */
    background-color: #b34b41;
}

.blue-bg[b-pv44i2bo43] {
    /* Blue background color for the container */
    background-color: var(--bs-primary);
}


.alert-container[b-pv44i2bo43] {
    /* Optional: Adding padding and margin for spacing */
    padding: 10px;
    margin: 10px;
    /* Display as flex to allow for easy positioning of elements */
    display: flex;
    /* Center the elements horizontally */
    justify-content: center;
    /* Center the items vertically */
    align-items: center;
    /* Adding border-radius to make the corners softer */
    border-radius: 8px;
    /* Optional: Adding a box shadow for a subtle effect */
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.alert-container-hide[b-pv44i2bo43] {
    display: none;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-cvgkm490ro] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-cvgkm490ro] {
    flex: 1;
}

.top-row[b-cvgkm490ro] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-cvgkm490ro]  a, .top-row[b-cvgkm490ro]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-cvgkm490ro]  a:hover, .top-row[b-cvgkm490ro]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-cvgkm490ro]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

/*@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row ::deep a, .top-row ::deep .btn-link {
        margin-left: 0;
    }
}*/

/*@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth ::deep a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
*/

.content-container[b-cvgkm490ro] {
   /* margin-left: 250px;*/ /* Adjust the margin to accommodate the sidebar */
    transition: margin-left 0.3s ease-in-out;
}

.sidebar[b-cvgkm490ro] {
    width: 250px;
    height: 100%;
    position: fixed;
    top: 0;
    left: -250px; /* Hide the sidebar initially */
    background-color: white;
    color: #fff;
    transition: left 0.3s ease-in-out;
    z-index:5;
}


.side-btn-icon[b-cvgkm490ro] {
    height: 40px;
    width: 17%;
    margin-right: 5px;
    padding: 0px;
    text-align: center;
    position: absolute;
    left: 250px;
    bottom: 42px;
    background-color: white;
    color: black;
    border-radius: 0px 10px 10px 0px; /* top-left, top-right, bottom-right, bottom-left */
}

.side-btn-icon-mobile[b-cvgkm490ro]{
    visibility:hidden;
    height: 40px;
    width: 17%;
    margin-right: 5px;
    padding: 0px;
    text-align: center;
    position: absolute;
    left: 250px;
    bottom: 42px;
    background-color: white;
    color: black;
    border-radius: 0px 10px 10px 0px; /* top-left, top-right, bottom-right, bottom-left */
}

.side-btn-icon:hover[b-cvgkm490ro] {
    height: 40px;
    width: 17%;
    margin-right: 5px;
    padding: 0px;
    background-color: rgb(187, 187, 187);
    border-radius: 0px 10px 10px 0px;
    text-align: center;
    cursor: pointer;
}


.side-btn-icon-p[b-cvgkm490ro] {
    padding: 0.5rem 1rem 1rem 0.9rem;
}

.side-btn-top-close[b-cvgkm490ro] {
    visibility: hidden;
}

@media (max-width: 768px) {

    .sidebar[b-cvgkm490ro] {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: -100%; /* Hide the sidebar initially */
        background-color: white;
        color: #fff;
        transition: left 0.3s ease-in-out;
        z-index: 5;
    }

    .side-btn-icon[b-cvgkm490ro]{
        visibility:hidden;
    }

    .side-btn-top-close[b-cvgkm490ro] {
        visibility: visible;
    }

    .side-btn-icon-mobile[b-cvgkm490ro] {
        visibility: visible;
        height: 40px;
        width: 17%;
        margin-right: 5px;
        padding: 0px;
        text-align: center;
        position: absolute;
        left: 100%;
        bottom: 42px;
        background-color: white;
        color: black;
        border-radius: 0px 10px 10px 0px; /* top-left, top-right, bottom-right, bottom-left */
    }
}
/* /Shared/NavBarLeft.razor.rz.scp.css */
.navbar-toggler[b-x1656rqpwl] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-x1656rqpwl] {
    height: 3.5rem;
    background-color: #FEFEFF
}

.navbar-brand[b-x1656rqpwl] {
    font-size: 1.1rem;
}

.oi[b-x1656rqpwl] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}



.nav-item-home[b-x1656rqpwl] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item-home[b-x1656rqpwl]  a {
        color: #42525E;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item-home[b-x1656rqpwl]  a:hover {
            background-color: var(--hover-gray-color);
        }

.nav-item[b-x1656rqpwl] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-x1656rqpwl] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-x1656rqpwl] {
        padding-bottom: 1rem;
    }

    .nav-item[b-x1656rqpwl]  a {
        color: #42525E;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-x1656rqpwl]  a.active {
            /*    background-color: rgba(255,255,255,0.25);
            color: orangered;*/
            background-color: #056AD5;
            color: white;
        }

        .nav-item[b-x1656rqpwl]  a svg {
            fill: #42525E;
        }

.nav-item[b-x1656rqpwl]  a.active svg {
    fill: #fff;
}

.svg-no-bg[b-x1656rqpwl]  a.active svg {
    fill: #fff0;
    stroke: white;
}

.svg-no-bg[b-x1656rqpwl]  a svg {
    fill: #fff0;
    stroke: #42525E;
}



.nav-item[b-x1656rqpwl]  a:hover {
    /*    background-color: rgba(255,255,255,0.1);
    color: rebeccapurple;*/
    background-color: var(--hover-gray-color);
}

/*@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .collapse {*/
        /* Never collapse the sidebar for wide screens */
        /*display: block;
    }
}*/



.collapse[b-x1656rqpwl] {
    /* Never collapse the sidebar for wide screens */
/*    display: block;*/
    left: -250px;
}

.nav-item-logout[b-x1656rqpwl] {
    position: absolute;
    bottom: 1%;
    width: 100%;
    cursor: pointer;
}

    .nav-item-logout[b-x1656rqpwl]  a {
        border-radius: 4px;
        height: 3rem;
    }

    .nav-item-logout[b-x1656rqpwl]  a:hover {
        background-color: var(--hover-gray-color);
        border-radius: 4px;
        height: 3rem;
    }

.img-log-bg[b-x1656rqpwl] {
    background-color: #ebf3fc80;
    width: 125px;
    height: 125px;
}
/* /Shared/NavBarTop.razor.rz.scp.css */
.container-drop-menu[b-68stxajalv] {
    display: flex; /* or inline-flex */
    max-height: 50%;
}

.drop-menu-items[b-68stxajalv] {
    /*background-color: rgb(255, 255, 255);*/
    height: 50px;
    /*border: 2px solid rgb(0, 0, 0);*/
    padding: 15px;
    cursor: pointer;
    /*border-radius: 1%;*/
}

    .drop-menu-items:hover[b-68stxajalv] {
        background-color: rgb(218, 218, 218)
    }

.drop-menu[b-68stxajalv] {
    background-color: #fff;
    border: 1px solid rgb(218, 218, 218);
/*    width: 20%;*/
    /* box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%); */
    position: absolute;
    top: 7%;
    right: 1%;
    z-index: 4;
    border-radius: 5px;
}

.drop-menu-notification[b-68stxajalv] {
    background-color: #fff;
    border: 1px solid rgb(218, 218, 218);
    width: 300px;
    /* box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%); */
    position: absolute;
    top: 7%;
    right: 1%;
    z-index: 4;
    border-radius: 5px;
    height: 90%;
}

@media (max-width: 768px) {
    .drop-menu-notification[b-68stxajalv] {
        width: 100%;
        right: 0;
        left: 0;
        top: 7%;
        height: 80%;
    }
}


.to-hide-drop-menu[b-68stxajalv] {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    position: fixed;
    /* background-color: red; */
    z-index: 3;
}


.drop-menu-sha[b-68stxajalv] {
    border: 1px solid rgb(0, 0, 0);
}


.drop-menu-line[b-68stxajalv] {
    border: 1px solid rgb(218, 218, 218);
}

.drop-menu-env[b-68stxajalv] {
    height: 50px;
    /*border: 2px solid rgb(0, 0, 0);*/
    padding: 15px;
}




/*Left icons */


.container-diagram-top[b-68stxajalv] {
    display: flex; /* or inline-flex */
    flex-direction: column;
    flex-wrap: wrap;
    height: 43px;
    /*width: 250px;*/
}

.diagram-name[b-68stxajalv] {
    margin-left: 10px;
    line-height: 40px; /* Vertically center text */
}



.item-diagram-title[b-68stxajalv] {
    height: 20px;
    width: 100%;
    /*background-color: rgb(241, 31, 3);*/
    /*padding: 5%;*/
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-size: 1em;
    text-align: left;
}

.item-menu-title[b-68stxajalv] {
    height: 40px;
    width: 100%;
    /*background-color: rgb(241, 31, 3);*/
    /*padding: 5%;*/
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-size: 1em;
    text-align: left;
    padding: 10px;
}

.item-diagram-desc[b-68stxajalv] {
    height: 20px;
    width: 100%;
    /*background-color: rgb(241, 3, 229);*/
    /*padding: 5%;*/
    color: rgb(0, 0, 0);
    font-size: 1em;
    text-align: left;
}

.boxed-diagram[b-68stxajalv] {
    margin: 16% 10% 0% 10%;
    border: 1px solid #0094ff;
    padding: 5px;
    border-radius: 10%;
    background-color: #0094ff;
    z-index: 1;
}


.icon-notific[b-68stxajalv]  svg rect {
    fill: #EBF3FC;
}


.icon-notific:hover[b-68stxajalv]  svg rect {
    fill: #c0defb;
}


.allert-p[b-68stxajalv] {
    position: absolute;
    top: -6px;
    left: 32px;
}

.avatar-img-bg[b-68stxajalv] {
    background-color: #EBF3FC;
    height: 44px;
    width: 44px;
}

.top-name[b-68stxajalv] {
    width: 135px;
    white-space: nowrap; /* Prevent text from wrapping to the next line */
    overflow: hidden; /* Hide any text that overflows the container */
    text-overflow: ellipsis; /* Add an ellipsis (...) at the end of the overflowing text */
}
/* /Shared/NavBarTopArrowLeft.razor.rz.scp.css */
.arrow-p[b-dxnihh1xhw] {
    position: absolute;
    left: 0px;
    top: 47px;
}


.round-btn[b-dxnihh1xhw] {
    background-color: #007bff; /* Blue color */
    color: white;
    border: none;
    padding: 15px 20px;
    font-size: 16px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease;
}

    .round-btn:hover[b-dxnihh1xhw] {
        background-color: #0056b3; /* Darker blue on hover */
    }



.arrow-p svg rect[b-dxnihh1xhw] {
    fill: #EBF3FC;
}

