.app {
    padding: 0px 20px 40px 20px;
    font-family: Cabin, sans-serif !important;
}

.body {
    font-family: Cabin, sans-serif !important;
}

.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:hover .fa-plus-circle {
    cursor: pointer;
}

.us-href-link:hover {
    cursor: pointer;
    font-weight: 700;
}

.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;
}

.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;
}

.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
}