.app {
    padding: 0px 20px 40px 20px;
}

.heading {
    font-weight: 700;
    color: #333333;
    line-height: 1.5;
    font-size: 22px;
    font-weight: 700;
    color: orangered;
}

.heading-img {
    width: 30px;
    margin: -10px 10px 0px 10px;
}

.card-single {

    /* border-radius: 10px; */

    /* border: 3px solid #e4e4e4; */

    /* padding: 20px; */

    /* max-width: 1280px; */

    /* margin-top: 30px; */

    /* font-size: 12px; */

    /* overflow: auto; */
}

.card-single-full {
    max-width: 100% !important;
}

.card-numbering {
    background-color: #28a79e;
    color: white !important;
    font-size: 24px;
    padding: 0px 8px;
    margin-right: 5px;
    border-radius: 4px;
}

.card-title {
    line-height: 1.5;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    padding: 2px 0px;
}

.section-body {
    padding: 0px;
    margin-top: 35px;
}

.card-body {
    padding: 0px;
}

.business-case-sect-img {
    width: 30px;
}

.business-case-sect-title {
    font-size: 16px;
    line-height: 1.5;
    /* font-weight: 700; */
    color: #333;
    /* margin-bottom: 12px; */
    padding: 0px 0px 0px 0px;
}

.business-case-relation-case {
    background-color: #3B82F6;
    color: white;
    padding: 0px 10px 1px 10px;
    margin-right: 5px;
    border-radius: 6px;
    margin-bottom: 5px;
    width: fit-content;
}


.financial-statement-img-icon {
    height: 20px;
}

.heading-icons {
    font-size: 28px;
    color: black;
    margin: -10px 10px 0px 10px;
    font-weight: 300;
}


.block-single-p {
    min-height: 50px;
    padding: 20px;
    z-index: 1;
    width: 200px;
    padding: 5px 0px 10px 0px;

    border-radius: 5px;
    margin: 10px 25px 50px 25px;

    /* background-color: white; */
    height: fit-content;
}

.block-single {
    min-height: 50px;
    padding: 20px;
    z-index: 1;
    width: 200px;
    padding: 5px 0px 10px 0px;
    /* border: 1px solid #3333; */
    border-radius: 5px;
    margin: 10px 25px 50px 25px;
    font-size: 12px;
    /* background-color: white; */
    height: fit-content;
}

.data-flow-canvas {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block-single-entity {
    width: 100%;
    border: 1px solid #333333;
    border-radius: 5px;
    padding: 10px 5px 10px 5px;
    /* background-color: white; */
}

.df-rel-condition {
    margin: 10px 5px 1px 5px;
    border-radius: 4px;
    background-color: #3333;
    font-size: 10px;
}

.df-rel-database {
    color: cornflowerblue;
    font-size: 11px;
}

.form-canvas {
    background-color: #fbfbfb;
    border-radius: 5px;
    padding: 20px;
    border: 1px solid #c2c2c2;
    overflow: auto;
}

.form-canvas-main {
    background-color: white;
    border-radius: 5px;
    padding: 10px 30px;
    box-shadow: 0px 0px 5px gray;
}

.us-page-view-canvas {
    background-color: #fbfbfb;
    border-radius: 5px;
    padding: 20px;
    overflow: auto;
    border-right: 1px solid #c2c2c2;
    border-left: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;

}

.b4555 {
    font-weight: 700;
}

.bnn555 {
    background-color: #F96D22;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    padding: 0px 5px 2px 5px;
}


.setter34 {
    background: orange;
    /* opacity: 0.9; */
    padding: 0px 5px 0px 5px;
    margin: 1px 0px 0px 5px !important;
    border-radius: 5px;
    color: white;
    width: fit-content;
}

.heading-new-item {
    color: orangered;
    cursor: pointer;
    font-size: 20px;
    border-radius: 6px;
}


.heading-new-item:hover {
    box-shadow: 0px 0px 10px gray;
}

.pt-10 {
    padding-top: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-30 {
    margin-top: 30px;
}


#body_of_toaster {
    position: absolute;
    right: 0;
}

.toast {
    position: relative;
    bottom: -10px;
    right: 50px;
}

.toast-header .text-primary {
    color: #575757 !important;
}

.toast-body {
    padding: 0.75rem;
    color: #ffd9d9;
    width: 300px;
}

.card-oper-icon {
    color: #333333;
    cursor: pointer !important;
    font-size: 16px;
    margin-left: 5px;
    border-radius: 10px;
    padding: 2px 5px;
}


.card-oper-icon:hover {
    box-shadow: 0px 0px 10px gray;
}

.card-heading-title:hover .heading-new-item {
    visibility: visible
}

.card-heading-title:not(:hover) .heading-new-item {
    visibility: hidden
}



.card-title:hover .card-oper-icon {
    visibility: visible;
}

.card-title:not(:hover) .card-oper-icon {
    visibility: hidden;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: #E4E4E4;
    z-index: 200000000;
    padding: 4px 0px 0px 10px;
    padding-left: 30px;
    padding-top: 10px;
}

.footer-img-icon {
    width: 20px;
    height: 20px;
    margin-left: 3px;
    margin-top: -5px;
}

.footer-img-lnk-9 {
    margin-left: 10px;
    cursor: pointer;
}

.footer-checkbox {

    display: inline-grid;
    accent-color: #f4f4f4f4;
    width: 17px;
    height: 17px;
}

.pro-heading:not(:hover) .pr-heading-update {
    visibility: hidden;
}

.pr-heading-update {
    cursor: pointer;
}

.menu-icon {
    padding-top: 1px;
    font-size: 20px;
    margin-left: 5px;
    color: orangered;
    opacity: 0.5;
}

.menu-icon-c {
    width: 17px;
    height: 17px;
    font-size: 20px;
    margin-left: 5px;
}

.menu-title {
    margin-top: 1px;
    margin-left: 2px;
    padding: 0px 3px;
    border-radius: 3px;

}

.menu-icon-checkbox {
    display: inline-grid;
    accent-color: #f4f4f4f4;
    width: 23px;
}

.menu-icon-hover:hover {
    box-shadow: 0px 0px 5px orangered;
    cursor: pointer;
}

.cloud-id-div {
    font-family: monospace;
    font-size: 14px;
    color: #575757;
    opacity: 0.6;
}

.pro-heading-icon {
    margin-right: 10px;
    opacity: 0.6;
    cursor: pointer;

}

.need-save {
    background-color: greenyellow;
    padding: 0px 10px;
    font-weight: 600;
}

.css-froat:hover {
    cursor: pointer;
    font-weight: 600;
    text-decoration: underline;
}

.need-save-new {
    background-color: yellow !important;
    padding: 0px 10px;
    border: 2px solid #3780FF;
    font-weight: 600;
}

.sub-section-title:not(:hover) .card-section-oper-icon {
    visibility: hidden;
}

.card-section-oper-icon:hover {
    box-shadow: 0px 0px 10px gray;
}


.card-section-oper-icon {
    color: #333333;
    cursor: pointer !important;
    font-size: 16px;
    margin-left: 5px;
    border-radius: 10px;
    padding: 2px 5px;
}

.form-span-label {
    margin-top: 10px;
}

.tr-sa-fd:not(:hover) .sa-fd {
    visibility: hidden;
}



.sa-fd {
    cursor: pointer;
    width: 10px !important;
}

.tr-sa-fd:not(:hover) .sa-fd-6 {
    visibility: hidden;
}

.sa-fd-6 {
    cursor: pointer;
}

.td-sa-fd {
    cursor: pointer !important;
    width: 10px !important;
}

.arrow-move:not(:hover) .sa-fd-i {
    visibility: hidden;
}


.block-single:not(:hover) .fa-plus-circle {
    visibility: hidden;
}


.block-single:not(:hover) .inekk {
    visibility: hidden;
}


.block-single:hover .fa-plus-circle {
    cursor: pointer;
}

.us-href-link:hover {
    cursor: pointer;
    font-weight: 700;
}

.block-entity{
    word-break: break-all;
}

.h-link:hover {
    cursor: pointer;
    font-weight: 700;
    color: red;
}

.block-single:not(:hover) .ent-icon-fll {
    visibility: hidden;
}

.ent-icon-fll:hover {
    cursor: pointer;
    font-weight: 600;

}


.portlet-placeholder {
    border: 1px dotted black;
    margin: 10px 25px 50px 25px;

    height: 50px;
    width: 200px;
    background-color: yellow;
}

.klb-yy7 {
    width: 200px;
    background-color: yellow;

    border-radius: 5px;
    box-shadow: 0px 0px 7px burlywood;
    padding: 5px;
    border: 0px solid gray;

    font-size: 12px;
    height: fit-content;
    z-index: 1000;
}

.ui-drop-hover {
    border: 2px solid yellowgreen !important;
}

.block-single-new {
    min-height: 50px;
    padding: 20px;
    z-index: 1;
    width: 200px;
    padding: 5px 5px 10px 5px;
    cursor: pointer;
    color: #28a79e;
    margin: 10px 25px 50px 25px;
    font-size: 24px;
    /* background-color: white; */
    height: fit-content;
}

.edit-range-div:not(:hover) .input-range-co {
    visibility: hidden;
}

.input-add-z44 {
    cursor: pointer;
    padding: 5px 10px;
}

.input-add-z44:hover {
    box-shadow: 0px 0px 10px gray;
}

.hu-iu-re {
    border: 1px solid gray;
    box-shadow: 0px 0px 10px gray;
    border-radius: 5px;
}

.hh-po-00:not(:hover) .dd {
    visibility: hidden;
}

.comp-title-span:hover {
    cursor: text;
}

.css-style {
    font-size: 12px;
    padding: 0px 5px;
}

.css-table-ht td {
    vertical-align: middle !important;

}

.ooo-ppp:hover {
    cursor: pointer;
}

.li-ty-66 {
    margin-top: 6px !important;
}

.li-ty-66:not(:hover) i {
    visibility: hidden;
}

.fv-gh-r>label {
    margin-bottom: 0px !important;
}

.fe-tg-t:not(:hover) .tg-5t {
    visibility: hidden;
}

.li-09-hu:not(:hover) .fa-trash {
    visibility: hidden;
}

.hover-footer {
    cursor: pointer;
    padding: 5px 5px;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 400;
}

.hover-footer:hover {
    background-color: #EEEEEE;


    border-radius: 5px;
}

.active-footer {
    /* background-color: blue; */
    /* color:white; */
    /* border-radius: 5px;
     */
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: 4px solid #3780FF !important;
    color: #3780FF !important;
    font-size: 16px;
    font-weight: 700;

}

.href {
    cursor: pointer;
}

.href:hover{
    cursor: pointer !important;
    text-decoration: underline;
    font-weight: 600;
    color:blue;
}

.tr-group-ln {
    background-color: darkseagreen !important;
}

.tr-table-ln {
    background-color: khaki !important;
}

.ggt-009p {
    color: white;
    background-color: green;
    border-radius: 5px;
    padding: 0px 10px;
}

.ggt-009o {
    color: white;
    background-color: red;
    border-radius: 5px;
    padding: 0px 10px;
}

.asdf-rf {
    background-color: green;
    color: white;
    font-size: 15px;
    padding: 1px 5px;
    border-radius: 140px;
    height: fit-content;
}

.rr444r {
    background-color: #e4e4e4;
    width: fit-content;
    padding: 2px 20px;
    color: #333333;
    border-radius: 5px;
    margin: 0px 10px 10px 5px;
}

.yu-op-oi:hover {
    cursor: pointer;
    background-color: yellowgreen !important;
    ;
}

.ter-uo-09 {
    background-color: red;
    border-radius: 5px;
    padding: 1px 5px;
    font-size: 14px;
    color: white;
}

.ter-uo-08 {
    background-color: green;
    border-radius: 5px;
    padding: 1px 5px;
    font-size: 14px;
    color: white;
}

.issue-status-core {
    padding: 0px 5px 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    max-height: 15px !important;
    width: fit-content;
    text-wrap: nowrap;
}

.issue-status-new {
    background-color: orange;
}

.issue-status-closed {
    background-color: blue;
    color: white;
}

.issue-status-waiting {
    background-color: yellowgreen;
}

.issue-status-ongoing {
    background-color: green;
    color: white;
}

.issue-status-draft {
    background-color: #3333;
}

.issue-status-canceled {
    background-color: red;
    color:white;
}

.event-action {
    padding: 0px 10px 1px 10px;
    border-radius: 5px;
    background-color: #FCBD06;
    font-size: 12px;
    font-weight: 400;
    margin-right: 5px;
}

.cs-mi-09 {
    max-width: 70px;
    border: 1px solid red;
    border-radius: 3px;
}

.cs-mi-08 {
    max-width: 70px;
    border: 1px solid green;
    border-radius: 3px;
}

.ty-eh-sm {
    font-weight: 500;
    font-style: italic;
    margin-left: 10px;
}

.ty-sh-sm {
    font-weight: 500;
    font-style: italic;
    margin-left: 10px
}

.file-upload .file-upload-select {
    display: block;
    color: #2f3337;
    cursor: pointer;
    text-align: left;
    background: #ececec;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
}

.file-upload .file-upload-select .file-select-button {
    background: #2A74B3;
    padding: 10px;
    color: #fff;
    display: inline-block;
}

.file-upload .file-upload-select .file-select-name {
    display: inline-block;
    padding: 10px;
}

.file-upload .file-upload-select input[type="file"] {
    display: none;
}

.componentinfo-image-canvas-img {
    border: 3px dashed rgb(199 199 199 / 98%);
    background: #f8f8f8;
    padding: 20px 20px;
    border-radius: 6px;
}

/* calendar page ucun */

.calendar-container {
    background: #fff;
    /* width: 450px; */
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.calendar-container header {
    display: flex;
    align-items: center;
    padding: 25px 30px 10px;
    justify-content: space-between;
}

header .calendar-navigation {
    display: flex;
}

header .calendar-navigation span {
    height: 38px;
    width: 38px;
    margin: 0 1px;
    cursor: pointer;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    user-select: none;
    color: #aeabab;
    font-size: 1.9rem;
}

.calendar-navigation span:last-child {
    margin-right: -10px;
}

header .calendar-navigation span:hover {
    background: #f2f2f2;
}

header .calendar-current-date {
    font-weight: 500;
    font-size: 1.45rem;
}

.calendar-body {
    padding: 20px;
}

.calendar-body ul {
    list-style: none;
    flex-wrap: wrap;
    display: flex;
    text-align: center;
}

.calendar-body .calendar-dates {
    margin-bottom: 20px;
}

.calendar-body li {
    width: calc(100% / 7);
    font-size: 1.07rem;
    color: #414141;
}

.calendar-body .calendar-weekdays li {
    cursor: default;
    font-weight: 500;
}

.calendar-body .calendar-dates li {
    margin-top: 30px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    padding: 0px 3px 0px 3px;
}

.calendar-dates li.inactive {
    color: #aaa;
}

.calendar-dates li.active {
    color: #fff;
}

.calendar-dates li::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.calendar-dates li.active::before {
    background: #6332c5;
}

.calendar-dates li:not(.active):hover::before {
    background: #e4e1e1;
}


.oi-p0o-0:not(:hover) .tt {
    visibility: hidden;
}

.q-i-gunu {
    background-color: yellowgreen;
}

.zi-rt-pi-rt-44:not(:hover) .tr5 {
    visibility: hidden;
}

.ef-ef-logo {
    color: yellow;
    font-weight: 900;
    font-size: 20px;
}

.ef-ef-logo-o {
    font-size: 20px;
    color: white;
    font-weight: 900;
}

.menu-active {
    border-bottom: 5px solid #3780FF;
}

/* end calendar page ucun */

.yt-oo:not(:hover) .fa-arrows{
    visibility: hidden;
}

.yt-oo:not(:hover) .fa-pencil{
    visibility: hidden;
}

.tr-active-09{
    box-shadow: -4px 0px 5px red;
    background-color: #3333 !important;
}

.table-container {
    width: 100%;
    overflow-x: auto; /* Enable horizontal scrolling */
    margin-bottom: 20px;
    position: relative;
}
 