body {
    font-family: 'Poppins', sans-serif;
    font-size: .875rem;
}

/*body {*/
/*    */
/*}*/

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}


/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    /* / Behind the navbar / */
    padding: 75px 0 0;
    /* / Height of navbar / */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
    .sidebar {
        top: 5rem;
    }
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 88px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
    /* / Scrollable contents if viewport is shorter than content. / */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}

.jquey-data-table-new {
    margin-top: 70px !important;
}
.jquey-data-table-new .dataTables_filter {
    z-index: 9999;
    top: 23px !important;
    position: absolute !important;
}
.custom-filter-header .dig-main-requirements .dig-filter {
    margin-bottom: 10px;
}
.custom-filter-header .dig-main-requirements .dig-title {
    top: 0px;
}
.custom-filter-header .dig-main-requirements .dig-filter .row {
    position: absolute;
    right: 0px;
    margin-top: 20px;
}
.custom-filter-header .dig-main-requirements .dig-filter .row > div {
    flex: 0 0 25%;
    max-width: 25%;
}
.custom-filter-header .dig-main-requirements .row.dig-title .book-icon {
    top: 10px !important;
}
.select2-custom .dig-main-requirements .dig-filter .select2-container {
    max-width: 150px;
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #999;
}

.sidebar .nav-link.active {
    color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}


.dig-head {
    background: #0189D7;
}

.dig-head .logo {
    background: #FAFAFA;
    padding-top: 0px;
    padding-bottom: 0px;
}

.sidebar .nav-link .menu-img {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    top: 1px;
}

.sidebar .nav-link:hover {
    color: #4589d7;
}

.sidebar {
    background: #FAFAFA;
}

.sidebar li.nav-item {
    /*padding: 8px 0px;*/
}

.sidebar li.nav-item.active {
    /* background-color: #0189D7; */
}

.sidebar li.nav-item.active a {
    /* color: #fff; */
}

.sidebar li.nav-item a {
    position: relative;
}

.sidebar li.nav-item .dropdown-toggle::after {
    display: none;
}

.sidebar li.nav-item a i {
    float: right;
    position: relative;
    top: 4px;
}

.dig-main-content {
    padding-top: 50px;
}

.main h1 {
    color: #070817;
    opacity: 1;
    font-size: 28px;
}

.dig-filter {

    /*margin-top: -25px;*/
    margin-bottom: -30px;

}

.dig-filter .btn-add-changes .plusicon,
div .btn-primary .plusicon {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

/* css for add button list */
.dig-filter .btn-add-changes {
    background: #060607;
    border-radius: 4px;
    opacity: 1;
    color: #FFFFFF;
    opacity: 1;
    font-size: 14px;
    padding: 10px 18px;
    float: right;
    text-decoration: none;
    position: absolute;
    right: 50px;
    width: auto;
    top: -40px;
    margin-right: 20px;
}

.dig-filter input.search {
    max-width: 268px;
    border-radius: 4px;
    outline: none;
    box-shadow: none;
}

.dig-table table th {
    font-weight: 500;
    position: relative;
}

table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting_asc_disabled:after,
table.dataTable>thead .sorting_desc_disabled:after {
    right: 0;
}

table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:before {
    right: 0;
}

.dig-table table th.sorting:after,
.dig-table table th.sorting:before {
    display: none;
}

.dig-table table th.sorting_desc:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url("../images/sorting.svg");
    background-repeat: no-repeat;
    background-position: center;
    top: 9px;
    right: 0px;
    transform: rotate(180deg);
    position: absolute;
    display: inline-block;
}

.dig-table table th.sorting_asc:before {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url("../images/sorting.svg");
    background-repeat: no-repeat;
    background-position: center;
    top: 9px;
    right: 0px;
    position: absolute;
    display: inline-block;
}

.dig-table td p.danger,
.dig-table td p.success {}

.dig-table td p.danger {
    color: #D54C34;
}

.dig-table td p.success {
    color: #229066;
}

.dig-table td .btn-action {
    background: transparent;
    border: none;
    outline: none;
    color: #B1B1B1;
}

.dig-table td {
    vertical-align: middle;
    font-size: 14px;
}

.dig-table td:last-child {
    text-align: center;
}

.dig-table td p {
    margin-bottom: 0px;
}

.dig-table thead {
    background: #EBECEF;
}

.dig-table th {
    color: #8A949F;
    font-size: 14px;
}

.dataTables_wrapper {
    width: 100%;
}

.dataTables_filter .form-control {
    max-width: 268px;
    border-radius: 4px;
    outline: none;
    box-shadow: none;
    padding: 8px 12px;
    height: auto;
    /* margin-left: 0px !important; */
    margin-left: -305px !important;
    min-width: 268px;
}

#issues-development-requirement-table_wrapper .dataTables_filter .form-control {
    max-width: 168px;
    border-radius: 4px;
    outline: none;
    box-shadow: none;
    padding: 8px 12px;
    height: auto;
    /* margin-left: 0px !important; */
    margin-left: -305px !important;
    min-width: 168px;
}



div.dataTables_wrapper div.dataTables_filter {
    position: relative;
}

.add-view-modal-popup .modal-dialog {
    max-width: 1200px;
}

.dig-modal-body h3 {
    letter-spacing: 0px;
    color: #060607;
    text-transform: uppercase;
    font-size: 14px;
    background: #EBECEF;
    border-radius: 4px;
    padding: 10px;
    margin: 5px 15px 20px;
    font-weight: 500;
}

.dig-modal-body label {
    letter-spacing: 0px;
    color: #070817;
    font-size: 13px;
    font-weight: 500;
}


.dig-modal-body .text-box {
    border: 1px solid #a6a6a2;
    border-radius: 4px;
    color: #070817;
    font-size: 13px;
}



.dig-modal-footer .btn-deactivate {
    letter-spacing: 0px;
    color: #D53434;
    font-size: 14px;
    padding: 6px 12px;
    border: 1px solid #D53434;
    border-radius: 4px;
    float: left;
}

.dig-modal-footer .btn-cancel {
    border: 1px solid #060607;
    border-radius: 4px;
    color: #000000;
    font-size: 14px;
    letter-spacing: 0px;
    padding: 6px 12px;
    min-width: 104px;
    margin-right: 15px;
}

.dig-modal-footer .btn-save {
    background-color: #060607;
    border: 1px solid #060607;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: 0px;
    min-width: 104px;
}

.dig-modal-footer .row {
    width: 100%;
}

.dig-modal-footer .save-button {
    text-align: right;
}

.form-group textarea {
    font-size: 13px;
    color: #070817;
    border: 1px solid #a6a6a2;
    height: 56px;
    overflow: hidden;
}

.form-group input {
    font-size: 13px;
}

.table-responsive td {
    font-size: 13px;
    /* line-height: 0px; */
}

#startDate {
    height: 30px;
    border: 1px solid #a6a6a2;
}

#endDate {
    height: 30px;
    border: 1px solid #a6a6a2;
}

.table-responsive th {
    font-size: 13px;
}

.dig-modal-footer {
    padding: 15px;
}

.bigtablist {
    padding-left: 0px;
    margin-bottom: 30px;
}

.bigtablist li {
    list-style: none;
}

.dig-modal-body .bigtablist li a {
    color: #070817;
    font-size: 14px;
    border: none;
    border-bottom: 3px solid transparent;
    font-weight: 500;
}

.dig-modal-body .bigtablist li a:hover {
    border-left: none;
    border-right: none;
}

.dig-modal-body .nav-tabs .nav-item.show .nav-link,
.dig-modal-body .nav-tabs .nav-link.active,
.dig-modal-body .nav-tabs .nav-link:hover {
    background-color: transparent;
    border: none;
    border-bottom: 3px solid #0189D7;
}

div .btn-primary,
div .btn-primary:hover {
    background: #060607;
    border-radius: 4px;
    color: #FFFFFF;
    opacity: 1;
    font-size: 14px;
    padding: 10px 18px;
    float: right;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.nav-item .submenu {
    display: none;
}

.nav-item .submenu a {
    display: block;
}

.processes-row {
    margin-bottom: 20px;
}

.processes-row h4 {
    color: #060607;
    font-size: 18px;
}

div .text-box {
    outline: none !important;
    box-shadow: none !important;
    height: 28px;

}


.dig-table td .dropdown-menu.show {
    left: -75px !important;
    padding: 10px 20px;
}

.dig-table td .dropdown-item:focus,
.dig-table td .dropdown-item:hover {
    background: transparent;
}

.dig-table td .dropdown-item {
    border-bottom: 1px solid #dee2e6;
    color: #000000;
    font-size: 16px;
    padding: 10px;
}

.dig-table td .dropdown a:last-child {
    border-bottom: none;
}

.dig-title .book-icon {
    text-align: right;
    position: relative;
    top: 15px;
    left: 40px;
}

.add-view-modal .modal-title {
    font-size: 22px;
    color: #070817;
}

.custom-checkbox {
    text-align: left;
}

.custom-checkbox-columns {
    float: left;
    margin-left: 2%;
}


.header-dropdown {
    position: relative;
}

.header-dropdown .profile-button {
    outline: none;
    box-shadow: none;
    border: none;
    background: #2EA4E8;
    border-radius: 25px;
    color: #fff;
}

.header-dropdown .dropdown-menu {
    position: absolute;
    right: 0;
    left: unset;
}

.header-dropdown .dropdown-menu a {
    text-align: center;
}

/*li {*/
/*    list-style: none;*/
/*}*/

/*Login page  */
.login-page {
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    flex-direction: column;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.login-page img {
    margin-bottom: 32px;
}

.welcome-text {
    color: #060607;
    font: normal normal 600 32px/22px Poppins;
}

.welcome-description {
    color: #747586;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 22px;
}

.form-group {
    margin-bottom: 25px;
}

.form-group:last-child {
    margin-bottom: 33px;
}

.form-group label {
    color: #070817;
    font-size: 13px;
    line-height: 22px;
}

.form-group .input-group input {
    border-left: none;


}


.form-group .input-group input::placeholder {
    color: #99A8B2;
    font-size: 13px;
    line-height: 22px;
}

.form-control:focus {
    border-color: #ced4da;
    box-shadow: none;
}

.input-group-text {
    background-color: #fff;

}

.input-group-text img {
    margin: 0;
}

button.btn.btn-lg.btn-primary.btn-block {
    line-height: 22px;
    text-align: left;
    font-size: 14px;
    margin-bottom: 24px;
    border: none;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

button.btn.btn-lg.btn-primary.btn-block span {
    float: right;
}

button.btn.btn-lg.btn-primary.btn-block span>img {
    margin: 0;
}

form.form-signin a {
    color: #013594;
    font-size: 14px;
    line-height: 22px;
}

.form-group .input-group .show-password-icon {
    border-right: none;
}

footer.mastfoot.mt-auto p {
    color: #070817;
    line-height: 22px;
    font-size: 13px;
}

@media (max-width: 767px) {
    nav.navbar .navbar-toggler {
        background: #4589d7;
        border: 1px solid #4589d7;
        /* top: 19px; */
    }

    .sidebar {
        padding: 35px 0px;
    }

    .dig-filter .btn-add-changes {
        position: relative;
        top: 0px;
        float: left;
    }

    .dig-title .book-icon {
        top: -40px;
    }

    .dig-modal-footer .save-button {
        text-align: left;
        padding-top: 20px;
    }
}

@media (min-width: 992px) {
    .dig-table .table-responsive {
        overflow: visible;
    }

    /*search modufication*/
    div.dataTables_wrapper div.dataTables_filter {
        top: -15.5px;
        margin-left: 305px;
    }
}

label.error {
    color: red !important;
}

.upload-img-circle {
    width: 200px;
    height: 200px;
    margin: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    border: 1px solid #cccc;
    position: relative;
    background-size: contain;
    background-position: center center;
}

.upload-img-circle p {
    margin: 0;
    font-family: "Source Sans Pro", sans-serif;
    max-width: 115px;
    margin: 10px auto 0 auto;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.23;
    text-align: center;
    color: #646d82;
}

.upload-img-circle #file {
    width: 200px;
    height: 200px;
    opacity: 0;
    position: absolute;
    border-radius: 50%;
    cursor: pointer;
}

.upload-img-circle {
    width: 160px;
    height: 161px;
}

.upload-img-circle #file {
    width: 160px;
    height: 161px;
}

.clear_upload {
    cursor: pointer;
    display: none;
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 50px;
    background-color: #ff3b00;
    color: #fff;
    z-index: 101;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    line-height: 50px;

    font-size: 21px;
}

.image_added .clear_upload {
    display: block;
}


.upload-img-circle.image_added label {
    opacity: 0;
}


.modal {
    overflow-y: auto;
}

/*My Custom CSS*/

.status-img {
    width: 20px;
    height: 20px;
}

.select2-selection select2-selection--single {
    font-size: 13px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
}

/*/ /*/

.deactivate-status-modal {
    background-color: #d45757;
    /*background-color: #0189d7; */

}

.activate-status-modal {
    background-color: #0189d7;
}

.successMesage {
    background-color: #0189d7;
}

.success-text {
    color: #0189d7;
}

.success-text {
    color: #0189d7;
}

.success-text {
    color: #0189d7;
}

.logo-image {
    height: 190px;
    width: 100%;
}

.displayFlex {
    display: flex;
}

.logoBox {
    height: 120px;
    width: 140px;
    border: 1px solid gray;
}

#chooseFileHide {
    visibility: hidden;
}

#logoTitles {
    height: 80px;
    width: 100%;
    border: 1px solid gray;
    background-color: orange;
}

#logoTitle {
    height: 80px;
    width: 50%;

}

#forgotPasswordIcon {
    height: 1px;
    width: 100%;
    margin-left: 80%;
}

.forgotPasswordMessage {
    color: white;
    font-size: 15px;
    text-align: center;
    margin-bottom: 3%;
    text-transform: capitalize;
}

.columnsFilteringToggle {
    height: auto;
    width: 200px;
}

.columnsFilteringToggleImg {
    margin-top: 0%;
    height: 40px;
    width: 35px;
}

.columnsFilteringToggleLink {
    float: left;
    margin-left: 2%;
}

.columnsFilteringToggle {
    height: auto;
    width: 200px;
}

.columnsFilteringToggleImg {
    margin-top: 0%;
    height: 40px;
    width: 35px;
}

.columnsFilteringToggleLink {
    float: left;
    margin-left: 2%;
}

.customModalTitleDiv {
    height: 40px;
    width: 25%;
}

.customModalTitleMessageDiv {
    height: 40px;
    width: 65%
}

.customModalTitle {
    display: flex;
    height: 40px;
    width: 100%;
}

.msgModalTitle {
    margin-top: 0.5%;
    text-align: center;
    color: #0189d7;
}

.list-checkbox {
    transform: scale(2);
    width: 20px;
    width: 20px;

}

#modulesTab-table td {
    color: white;
    border: none;
    padding: 15px 8px 15px 8px;
}

#modulesTab-table th {
    color: black;
    border: none;
    background-color: white;
}

#modulesTab-table_filter {
    display: none;
}

#modulesTab-table_length {
    display: none;
}

#modulesTab-table_info {
    display: none;
}

/*.pagination{*/
/*    display: none;*/
/*}*/

.permission-checkbox-div {
    height: 20px;
    width: 10%;
}

.permission-checkbox-p-div {
    height: 20px;
    width: 60%;
    margin-left: 8%;
}

/* css for filter box */
.filter-data-box-from-data-table {
    width: 268px;
    height: 38px;
    margin-left: 300px;
}


.filter-data-box-from-data-table-development-need {
    width: 218px;
    height: 38px;
    margin-left: 180px;
}

/*#units-filter{*/
/*    margin-left: 76px;*/
/*    width: 160px;*/
/*    height: 37px;*/

/*}*/

/*#functions-filter{*/
/*    margin-left: 0px;*/
/*    width: 160px;*/
/*    height: 37px;*/
/*}*/



.filter-data-box-from-data-table-steps-filter {
    width: 168px;
    height: 38px;
    margin-left: 245px;
}

#graph-form .select2-selection.select2-selection--single,
#graph-form .select2-selection.select2-selection--multiple {
    min-height: 35px;
    padding: 4px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#graph-form .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 0;
    width: auto;
}

#graph-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 24px;
}

#graph-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 0px;
}

#graph-form .select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    margin: 0;
    line-height: 24px;
}

#graph-form .select2-container--default .select2-search--inline .select2-search__field {
    height: 24px;
    margin-top: 0px;
}

#graph-form .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #aaa;
}


/*.development-need-documentation{*/
/*    margin-left: 385px;*/
/*}*/

.filtering-button-list {
    top: -48px;
    margin-right: 15px;
}

/* css for datatable */

/*My Custom CSS*/
.status-img {
    width: 20px;
    height: 20px;
}

/*/ /*/
.deactivate-status-modal {
    background-color: #d45757;
    /*background-color: #0189d7; */

}

.activate-status-modal {
    background-color: #0189d7;
}

.successMesage {
    background-color: #0189d7;
}

.success-text {
    color: #0189d7;
}

.success-text {
    color: #0189d7;
}

.btn-no-access {
    margin-left: 300px;
}

.success-text {
    color: #0189d7;
}

.logo-image {
    height: 190px;
    width: 100%;
}

.displayFlex {
    display: flex;
}

.logoBox {
    height: 120px;
    width: 140px;
    border: 1px solid gray;
}

#chooseFileHide {
    visibility: hidden;
}

#logoTitles {
    height: 80px;
    width: 100%;
    border: 1px solid gray;
    background-color: orange;
}

#logoTitle {
    height: 80px;
    width: 50%;

}

#forgotPasswordIcon {
    height: 1px;
    width: 100%;
    margin-left: 80%;
}

.forgotPasswordMessage {
    color: white;
    font-size: 15px;
    text-align: center;
    margin-bottom: 3%;
    text-transform: capitalize;
}

.columnsFilteringToggle {
    height: auto;
    width: 200px;
}

.columnsFilteringToggleImg {
    margin-top: 0%;
    height: 40px;
    width: 35px;
}

.columnsFilteringToggleLink {
    float: left;
    margin-left: 2%;
}

.columnsFilteringToggle {
    height: auto;
    width: 200px;
}

.columnsFilteringToggleImg {
    margin-top: 0%;
    height: 40px;
    width: 35px;
}

.columnsFilteringToggleLink {
    float: left;
    margin-left: 2%;
}

.customModalTitleDiv {
    height: 40px;
    width: 25%;
}

.customModalTitleMessageDiv {
    height: 40px;
    width: 65%
}

.customModalTitle {
    display: flex;
    height: 40px;
    width: 100%;
}

.msgModalTitle {
    margin-top: 0.5%;
    text-align: center;
    color: #0189d7;
}


.dropdown-importance-mission {
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    color: #D80089;
}

/*.select2-results__option {*/
/*    !*background-color: red;*!*/
/*    color: yellow;*/
/*}*/

.select2-selection__rendered[title="Mission Critical"],
.select2-selection__rendered[title="Elintärkeä"] {
    color: #D80089 !important;
}

.select2-selection__rendered[title="Critical"],
.select2-selection__rendered[title="Kriittinen"] {
    color: #E26900 !important;
}

.select2-selection__rendered[title="High"],
.select2-selection__rendered[title="Korkea"] {
    color: #00A07B !important;
}

.select2-selection__rendered[title="Moderate"],
.select2-selection__rendered[title="Kohtalainen"] {
    color: #0357A2 !important;
}

.select2-selection__rendered[title="Moderate"] {
    color: #0357A2 !important;
}


.select2-selection__rendered[title="Poor"],
.select2-selection__rendered[title="Huono"] {
    color: #F07300 !important;
}

.select2-selection__rendered[title="Very Poor"],
.select2-selection__rendered[title="Erittäin huono"] {
    color: #BA1000 !important;
}


.select2-selection__rendered[title="Fair"],
.select2-selection__rendered[title="Kohtalainen"] {
    color: #FCD600 !important;
}

.select2-selection__rendered[title="Low"],
.select2-selection__rendered[title="Matala"] {
    color: #009CEC !important;
}

.select2-selection__rendered[title="Good"],
.select2-selection__rendered[title="Hyvä"] {
    color: #00941A !important;
}

.select2-selection__rendered[title="Very Good"],
.select2-selection__rendered[title="Erittäin hyvä"] {
    color: #100EED !important;
}

.select2-selection__rendered[title="Excellent"],
.select2-selection__rendered[title="Erinomainen"] {
    color: #9100D4 !important;
}

.select2-selection__rendered[title="No Rating Or Relevance"],
.select2-selection__rendered[title="Ei arviota tai merkitystä"] {
    color: #808080 !important;
}


.select2-selection__rendered[title="Unsurvivable"] {
    color: #ff0000 !important;
}

.select2-selection__rendered[title="Intolerable"] {
    color: #c90016 !important;
}

.select2-selection__rendered[title="Undesirable"] {
    color: #ff782d !important;
}

.select2-selection__rendered[title="Tolerable"] {
    color: #f0ea00 !important;
}

.select2-selection__rendered[title="Manageable"] {
    color: #00ff00 !important;
}

.select2-selection__rendered[title="Acceptable"] {
    color: #008000 !important;
}


/*.select2-results__option[id*="select2-procImportance-container"] {*/
/*    color: red;*/
/*}*/

/*.select2-results__options[id*="select2-procImportance-container"] .select2-results__option:nth-child(1) {*/
/*    color: red;*/
/*}*/

.list-checkbox {
    transform: scale(2);
    width: 20px;
    width: 20px;

}

#modulesTab-table td {
    color: white;
    border: none;
    padding: 15px 8px 15px 8px;
}

#modulesTab-table th {
    color: black;
    border: none;
    background-color: white;
}

#modulesTab-table_filter {
    display: none;
}

#modulesTab-table_length {
    display: none;
}

#modulesTab-table_info {
    display: none;
}

/*.pagination{*/
/*    display: none;*/
/*}*/

.permission-checkbox-div {
    height: 20px;
    width: 10%;
}

.permission-checkbox-p-div {
    height: 20px;
    width: 60%;
    margin-left: 8%;
}

.change-message {
    display: none;
}

.ml-11 {
    margin-left: 11rem !important;
}

.ml-7 {
    margin-left: 7rem !important;
}

/* css for filter box */
.filter-data-box-from-data-table {
    width: 268px;
    height: 38px;
    margin-left: 300px;
}

.filtering-button-list {
    top: -48px;
    margin-right: 15px;
}

/* css for datatable */
.jquey-data-table {
    margin-top: -85px;
}
.jquey-data-table-new {
    margin-top: 0px;
}

/*.select2-custom .dig-filter .select2-container {
    max-width: 130px;
}
.custom-filter-header .dig-title {
    position: relative;
    top: 122px;
}
.custom-filter-header .row.dig-title .book-icon {
    top: -45px !important;
}*/

/* CSS Chnages */
/* 29-07-2022 */
.sidebar li.nav-item.mt-1,
.sidebar li.nav-item.mt-4,
.sidebar li.nav-item.mt-2 {
    margin: 0 !important;
}

.sidebar li.nav-item ul i {
    margin: 0 !important;
}

ul.human-show .menu-img,
ul.business-show .menu-img,
ul.administration-show .menu-img {
    display: none !important;
}

ul.home-show .menu-img,
ul.business-show .menu-img,
ul.administration-show .menu-img {
    display: none !important;
}

.sidebar .nav-link .menu-img {
    display: none;
}

.sidebar li.nav-item ul {
    padding-left: 15px;
}

nav#sidebarMenu ul ul li a {
    padding-top: 4px;
    padding-bottom: 4px;
}

.sidebar li.nav-item a i {
    margin-top: 0 !important;
}

.table td,
.table th {
    padding: 6px 8px;
    line-height: 1.2;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
    vertical-align: middle;
}

.form-group {
    margin-bottom: 10px;
}

.form-group:last-child {
    margin-bottom: 15px;
}

.form-group label {
    margin-bottom: 2px;
}

.dig-table table th.sorting_asc:before {
    top: 50%;
    margin-top: -15px;
}

/* 01-08-2022 */
.dig-table table th.sorting_desc:after {
    top: 50%;
    margin-top: -15px;
}

/* 01-08-2022 */
.dig-head h2.col-md-6.col-sm-12.p-0 img {
    margin-left: 6px;
}

.modal-header>div>div {
    width: 80% !important;
}

form#contact-form {
    padding-top: 8px;
}

.dig-table td .dropdown-menu.show {
    left: -35px !important;
    padding: 0px 8px;
}

.dig-table td .dropdown-item {
    font-size: 13px;
    padding: 6px 8px;
}

.dig-table td .dropdown-item .status-img {
    width: 18px;
    height: 18px;
}

/* 02-08-2022 */
.dig-filter .btn-add-changes {
    right: 60px;
}

.filtering-button-list {
    margin-right: 25px;
}

.columnsFilteringToggleImg {
    height: 37px;
    width: 37px;
}

.filtering-button-list .dropdown-toggle img {
    width: 37px !important;
    height: 37px !important;
}

.dig-title .book-icon {
    left: 30px;
}

.empty-label {
    display: block;
    min-height: 20px;
}

/* 02-08-2022 */
/* Responsive CSS Chnages */
@media (max-width: 1366px) {
    div.dataTables_wrapper div.dataTables_info {
        padding-top: 5px;
    }

    .modal-content {
        width: 100%;
        margin: 0 auto;
    }

    .dig-head h2.col-md-6.col-sm-12.p-0 {
        right: 11.5% !important;
    }
}

@media (max-width: 1199px) {
    .dig-table .table-responsive {
        overflow: auto;
    }

    .dig-head h2.col-md-6.col-sm-12.p-0 {
        right: 10.5% !important;
    }
}

@media (max-width: 1026px) {
    .jquey-data-table {
        margin-top: -85px;
    }

    div.dataTables_wrapper div.dataTables_filter {
        top: 0;
    }

    div#contactFooter button {
        margin-bottom: 10px;
        margin-right: 8px !important;
    }
}

@media (max-width: 996px) {
    .dig-head h2.col-md-6.col-sm-12.p-0 {
        right: 9.5% !important;
    }
}

@media (max-width: 920px) {
    .dig-head h2.col-md-6.col-sm-12.p-0 {
        right: 4.5% !important;
    }

    .filter-data-box-from-data-table {
        width: 200px;
        margin-left: 220px;
    }

    .dataTables_filter .form-control {
        max-width: 200px;
        min-width: 160px;
        margin-left: 0 !important;
    }
}

@media (max-width: 840px) {
    .filter-data-box-from-data-table {
        width: 180px;
        margin-left: 190px;
    }

    .dataTables_filter .form-control {
        max-width: 180px;
        min-width: 160px;
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 1026px) and (min-width: 768px) {
    .sidebar {
        padding: 50px 0 0;
    }
}

@media (max-width: 767.98px) {

    /* .dig-head .logo img {
        max-width: 35%;
    } */
    .navbar .navbar-toggler {
        top: 12% !important;
        right: 1rem;
        background: #4589d7;
        border: 1px solid #4589d7;
    }

    .sidebar {
        top: 5rem !important;
        z-index: 9999 !important;
        padding-top: 0 !important;
    }

    .dig-head h2.col-md-6.col-sm-12.p-0 {
        right: unset !important;
        padding: 15px 0 !important;
        margin: 0;
        padding-left: 15px !important;
        width: 70%;
        max-width: 70%;
    }

    .header-dropdown .dropdown-menu {
        right: unset;
    }

    .filter-data-box-from-data-table {
        margin: 0;
        width: 100%;
        margin-bottom: 25px;
    }

    .dig-filter .btn-add-changes {
        position: relative;
        top: -32px;
        float: none;
        right: 0;
    }

    .dataTables_wrapper {
        width: 100%;
        margin-top: 36px;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        margin-left: 0;
        margin-top: 12px;
        margin-bottom: 6px;
        width: 100%;
    }

    .dataTables_filter .form-control {
        max-width: 100%;
        margin-left: 0 !important;
    }

    div.dataTables_wrapper div.dataTables_filter label {
        width: 100%;
    }

    div#contacts-table_wrapper .pull-left {
        float: none;
    }

    div#contactFooter {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 640px) {

    /* .dig-head .logo img {
        max-width: 35%;
    }
    nav.navbar .navbar-toggler {
        top: 19px !important;
    } */
    .modal-content {
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 540px) {

    /* .dig-head .logo img {
        max-width: 45%;
    }
    nav.navbar .navbar-toggler {
        top: 35px !important;
    } */
    .sidebar {
        top: 6rem !important;
    }

    .col-md-12.col-sm-12.save-button {
        flex-wrap: wrap;
    }
}

@media (max-width: 520px) {
    /* .dig-head .logo img {
        max-width: 65%;
    } */
}

@media (max-width: 420px) {
    /* .dig-head .logo img {
        max-width: 80%;
    } */
}

@media (max-width: 320px) {
    .sidebar {
        top: 5rem !important;
    }

    .dig-head span.dynamic-title {
        font-size: 28px;
    }

    /* nav.navbar .navbar-toggler {
        top: 26px !important;
    } */
}

@media (max-width: 300px) {

    /* nav.navbar .navbar-toggler {
        top: 12% !important;
    } */
    .navbar-toggler-icon {
        width: 16px;
        height: 16px;
    }
}

@media (min-width: 992px) {
    .dig-table .table-responsive {
        overflow: auto;
    }

    div.dataTables_wrapper div.dataTables_filter {
        top: 0px;
    }
}

@media (min-width: 1680px) {
    .sidebar {
        padding: 90px 0 0 !important;
    }
}

/*New CSS changes from Dinesh*/
a.navbar-brand img {
    max-width: 220px;
}

nav#sidebarMenu {
    max-width: 252px;
    width: 100%;
}

.sidebar {
    max-width: 252px;
}

[role='main'].main {
    max-width: calc(100% - 237px);
}

.dynamic-title-container {
    padding-left: 1.5rem;
}

img.start_images {
    max-width: 64px;
    margin-left: 15px;
}

.img-start {
    display: flex;
    align-items: center;
}

/* 29-07-2022 */

/* Progress input css*/

.input-progress-icon {
    position: absolute;
    top: 33px;
    right: 20px;
}


/* Start 30-01-2023 */
.login-page {
    display: block;
    position: relative;
}

.bg-image {
    width: 100%;
}

.bg-image video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
}

.bg-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
}

.login-page .login-page-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    min-height: 100vh;
}

.login-form {
    padding: 34px;
    max-width: 350px;
    margin: 20px;
    background-color: rgba(18, 131, 208, 0.8);
}

.error-form {
    padding: 34px;
    max-width: 600px;
    margin: 20px;
    background-color: rgba(18, 131, 208, 0.8);
}


.head-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.language-dropdown select {
    background-color: #003C724D;
    border: 1px solid #003C724D;
    border-radius: 4px;
    color: #FFFFFF;
    opacity: 1;
    font-size: 14px;
    padding: 2px 5px;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.language-dropdown select option {
    color: #FFFFFF;
    background: #16649280;
}

.form-signin {
    padding: 0px;
    max-width: 100%;
}

.welcome-text {
    color: #FFFFFF;
}

.form-signin .welcome-description {
    text-align: justify;
    color: #FFFFFF;
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 18px;
}

.login-type {
    margin-top: 24px;
}

.form-signin button.btn.btn-lg.btn-primary.btn-block {
    margin-bottom: 8px;
    background-color: rgba(0, 60, 114, 0.82);
    justify-content: space-between;
}

form.form-signin a {
    color: #FFFFFF;
}

.cta-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    white-space: nowrap;
    flex-wrap: nowrap;
}

.mastfoot.mt-auto.copyrights .inner.displayFlex {
    justify-content: center;
}

.mastfoot.mt-auto.copyrights p {
    margin: 0;
    color: #FFFFFF;
    text-align: center;
}

.login-page .form-group label {
    color: #FFFFFF;
}

.login-form::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.login-form::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.login-form::-webkit-scrollbar-thumb {
    background: #888;
}

.login-form::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.login-form .input-group input,
.login-form .input-group-text,
.login-form .input-group .form-control:focus {
    background-color: #003C724D;
    border: none;
}

.login-form .input-group input,
.login-form .input-group-text {
    color: #FFFFFF;
}

.login-form .input-group input::-webkit-input-placeholder {
    color: #FFFFFF;
}

.login-form .input-group input:-ms-input-placeholder {
    color: #FFFFFF;
}

.login-form .input-group input::placeholder {
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .login-form {
        padding: 24px;
    }
}

@media (max-width: 354px) {
    .login-form {
        padding: 18px;
        max-width: 300px;
    }

    .login-type {
        margin-top: 8px;
    }

    .login-page .brand-img img {
        margin-bottom: 8px;
    }

    .cta-btn {
        flex-wrap: wrap;
    }
}

@media (max-height: 680px) and (min-width: 1150px) {
    .brand-img img {
        max-width: 280px;
        margin: 0 auto;
    }

    .brand-img {
        text-align: center;
    }

    .login-form {
        max-width: 500px;
    }

    .error-page {
        text-align: center;
    }

    .error-page img {
        max-width: 120px;
        margin: 0 auto;
    }
}

/* End 30-01-2023 */

/* CSS for the New start page */
.new-box-warp {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 15px 15px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.nb-heading {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
}

.nb-box-header img.start_images {
    margin-left: 10px;
    max-width: 48px;
}

.nb-box-header {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.nb-box-header .nb-heading {
    flex: 0 0 75%;
    max-width: calc(100% - 58px);
}

.nb-box-header img {
    flex: 0 0 25%;
    max-width: 25%;
}

.row.gutter-10 {
    margin-right: -10px;
    margin-left: -10px;
}

.gutter-10 div[class^="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.new-box-warp .footer-warp .btn {
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    padding-right: 10px;
    padding-left: 10px;
}

.footer-warp {
    flex-wrap: wrap;
}

@media (max-width: 1366px) {
    .nb-box-header .nb-heading {
        word-break: break-all;
        font-size: 18px;
    }

    .col-lg-3 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

@media (max-width: 1024px) {
    .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 640px) {
    [role='main'].main {
        max-width: 100%;
    }
}

/* /* graph */
@media (min-height: 1100px) {
    [role='main'].main {
        height: calc(100vh - 92px);
    }

    .dig-main-content.network-graph {
        height: 100%;
    }

    div#business-process-map-network-graph {
        height: 100%;
    }

    .network-graph .DVSL-container.DVSL-NetChart.DVSL-flat {
        height: 100% !important;
    }

    .network-graph canvas.DVSL-canvas {
        height: calc(100% - 50px) !important;
    }
}

@media (min-height: 1200px) {
    [role='main'].main {
        height: calc(100vh - 250px);
    }
}

* #linkToDocs {
    color: #0b75c9;
    cursor: pointer;
}

#linkToPlan {
    color: #0b75c9;
    cursor: pointer;
}

.linkToDocumentation {
    color: #0b75c9;
    cursor: pointer;
}


#process-and-tech-map-graph {
    height: 800px;
    /*width: 100%;*/
}





#development-need-map-graph {
    height: 800px;
    /*width: 100%;*/
}

#framework-requirement-map-graph {
    height: 800px;
}

#business-process-map-network-graph {
    height: 800px;
}

#human-group-in-process-network-graph {
    height: 800px;
}

#service-map-graph {
    height: 800px;
    /*width: 100%;*/
}

#process-activity-map-graph {
    height: 800px;
}

#tech-relation-map-graph {
    height: 800px;
    /*width: 100%;*/
}


#notification-map-graph {
    height: 800px;
    /*width: 100%;*/
}

#integration-map-graph {
    height: 800px;
    /*width: 100%;*/
}

#process-responsibility-map-graph {
    height: 800px;
    /*width: 100%;*/
}

#concept-data-map-graph {
    height: 800px;
    /*width: 100%;*/
}


.filter-data-box-from-data-table-development-need {
    height: 32px;
}


.table-field-input .dataTables_filter .form-control {
    max-width: 168px;
    border-radius: 4px;
    outline: none;
    box-shadow: none;
    padding: 8px 12px;
    height: auto;
    /* margin-left: 0px !important; */
    margin-left: -305px !important;
    min-width: 168px;
}

.table-filter-select .filter-data-box-from-data-table {
    margin-left: 180px;
}

@media (max-width: 1520px) {

    .filter-data-box-from-data-table-development-need,
    .table-filter-select .filter-data-box-from-data-table {
        width: 180px;
        font-size: 10px;
    }
}

@media (max-width: 1360px) {

    .filter-data-box-from-data-table-development-need,
    .table-filter-select .filter-data-box-from-data-table {
        width: 165px;
    }
}

@media (max-width: 1300px) {

    .filter-data-box-from-data-table-development-need,
    .table-filter-select .filter-data-box-from-data-table {
        width: 148px;
        font-size: 9px;
    }
}

@media (max-width: 1210px) {

    .filter-data-box-from-data-table-development-need,
    .table-filter-select .filter-data-box-from-data-table {
        width: 120px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
}

/*tool tip*/


.tooltip-text {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.tooltip-text .hover-text {
    visibility: hidden;
    background-color: #EEE;
    border: 1px solid #dee2e6;
    color: #000000;
    text-align: left;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 55px;
    margin-left: 10px;
    box-shadow: 0px 1px 15px #CFCFCF50;
    max-width: 100%;
    min-width: 300px;
}

.tooltip-text .hover-text::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #FFFFFF transparent transparent;
}

.tooltip-text:hover .hover-text {
    visibility: visible;
}


.link-remove {
    color: red;
}

.link-delete {
    color: red;
}

#partner-twin-checkbox {
    width: 15px;
    height: 15px;
    transform: scale(1.4);
    cursor: pointer;
}


.float-right-with-margin {
    float: right;
    margin-right: 2rem;
    /* You can adjust the margin value as needed */
}


/*@media (max-width: 420px) {*/
/*    .tooltip-text .hover-text {*/
/*        max-width: 190px;*/
/*    }*/
/*}*/
/*@media (max-width: 359px) {*/
/*    .tooltip-text .hover-text {*/
/*        max-width: 170px;*/
/*    }*/
/*}*/

@media (max-width: 420px) {
    .tooltip-text .hover-text {
        min-width: 250px;
    }
}

@media (max-width: 375px) {
    .tooltip-text .hover-text {
        min-width: 200px;
    }
}

@media (max-width: 320px) {
    .tooltip-text .hover-text {
        min-width: 150px;
    }
}


#development-gantt-graph {
    width: auto;
    margin: 1em auto;
}

.highcharts-treegrid-node-level-1 {
    font-size: 13px;
    font-weight: bold;
}



/*Development Need Labels*/
.row.dig-title {
    align-items: flex-end;
}

.row.dig-title .book-icon {
    margin-bottom: 13px;
}

#development-need-filter-form .filter-data-box-from-data-table-development-need {
    height: 38.6px;
}

#development-need-filter-form label.form-label {
    font-size: 13px;
    margin-bottom: 0;
}

#development-need-filter-form .select2-container--default .select2-selection--multiple,
.table-filter-select .select2-container--default .select2-selection--multiple {
    padding: 7px 12px;
}

.row.dig-title .book-icon {
    top: 10px !important;
}

/* css for Development needs[issues and requirement] */
.filter-data-box-col {
    margin-left: 180px;
}

.filter-data-box-col label {
    display: block;
    line-height: 18.4px;
}

.filter-data-box-col .filter-data-box-from-data-table-development-need {
    margin-left: 0;
}

.select2-custom .select2-container {
    width: 100% !important;
}

.filter-data-box-from-data-table-development-need,
.select2-custom .select2-container .select2-selection--multiple .select2-selection__rendered {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    display: inline-block;
}

.filter-data-box-col .filter-data-box-from-data-table-development-need:focus,
.filter-data-box-col .filter-data-box-from-data-table-development-need:focus-visible {
    outline: 0;
}

.select2-custom .select2-container--default .select2-selection--multiple,
.select2-custom .select2-container--default.select2-container--focus .select2-selection--multiple,
.filter-data-box-col .filter-data-box-from-data-table-development-need,
#issues-development-requirement-table_wrapper .dataTables_filter .form-control,
.select2-custom .select2-container--default .select2-selection--single,
.custom-filter-header input[type="search"].form-control {
    border: 1px solid #000000 !important;
    padding: 8px 12px !important;
    font-size: 14px;
    border-radius: 4px !important;
    min-height: 38px;
    line-height: 18px !important;
    height: 38px !important;
}

.custom-filter-header input[type="search"].form-control {
    max-width: 168px !important;
    min-width: 168px !important;
}

.select2-custom .select2-container--default .select2-selection--single .select2-selection__arrow,
.filter-data-box-col .select2-custom .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none !important;
}

.select2-custom .select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-custom .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 !important;
    line-height: 18px !important;
    font-size: 14px;
}

.dataTables_wrapper .dataTables_filter label .form-control {
    margin-top: 2px;
}

.select2-custom span.select2-search.select2-search--inline textarea {
    height: 1px !important;
    margin: 0 !important;
    display: block;
}

.select2-custom .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 0 !important;
}

.graph-notification .dig-main-content {
    padding-top: 12px;
}

.graph-notification span.select2-search.select2-search--inline textarea {
    height: 1px !important;
    margin: 0 !important;
    display: block;
}

.graph-notification .select2-container--default .select2-selection--multiple {
    padding: 4px 12px !important;
}

.custom-filter-header .filter-data-box-from-data-table {
    margin-left: 0;
}

.custom-tr-width {
    width: 100% !important;
}

.custom-tr-width th {
    width: auto !important;
    min-width: 150px !important;
}

.custom-tr-width th:last-child {
    min-width: inherit !important;
}

.custom-tr-width th .select2-dropdown-field>span {
    width: 100% !important;
    max-width: 128px;
    min-width: 128px;
    display: block;
}

.custom-tr-width th#descriptionTechApplication {
    min-width: 360px !important;
}

.custom-tr-width th#descriptionTechTechnology {
    min-width: 360px !important;
}

.custom-tr-width th#descriptionTechIot {
    min-width: 360px !important;
}

@media (max-width: 1199px) {
    .dig-head .logo {
        width: 100%;
    }

    [role='main'].main {
        max-width: 100%;
    }

    .filtering-button-list {
        margin-right: 0;
    }

    .col-md-12.dig-main-content {
        right: unset !important;
    }

    .select2-custom .select2-container {
        width: 100% !important;
    }

    .navbar .navbar-toggler {
        top: 25px !important;
        right: 1rem;
        background: #4589d7;
        border: 1px solid #4589d7;
    }

    .sidebar {
        top: 5rem !important;
        z-index: 9999 !important;
        padding-top: 0 !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .navbar .navbar-toggler.d-md-none {
        display: block !important
    }

    .sidebar #sidebarMenu.d-md-block {
        display: unset !important;
    }

    #issues-development-requirement-table_wrapper .dataTables_filter .form-control,
    .custom-filter-header input[type="search"].form-control {
        max-width: 120px !important;
        min-width: 120px !important;
    }

    .filter-data-box-col {
        margin-left: 120px;
    }

    .dynamic-title-container {
        padding-top: 20px;
    }

    .dig-title .book-icon {
        left: 105px;
    }

    .filtering-button-list {
        margin-right: 35px;
    }

    .dig-filter .btn-add-changes {
        right: 70px;
    }
}

@media (device-width: 1199px) {
    .dig-title .book-icon {
        left: 105px;
    }

    .filtering-button-list {
        margin-right: 35px;
    }

    .dig-filter .btn-add-changes {
        right: 70px;
    }
}

@media (max-width: 1024px) {
    .dig-title .book-icon {
        left: 90px;
    }
}

@media (max-width: 992px) {
    .filter-data-box-col {
        margin-left: 0px;
    }
}

@media (device-width: 992px) {
    .filter-data-box-col {
        margin-left: 120px;
    }
}

@media (max-width: 920px) {
    .two-col-sect.filter-data-box-col {
        margin-left: 120px;
    }
}

@media (max-width: 860px) {
    .dig-title .book-icon {
        left: 75px;
    }
}

@media (max-width: 768px) {
    .dig-title .book-icon {
        left: 0;
    }

    .filtering-button-list {
        margin-right: 55px;
    }

    .dig-filter .btn-add-changes {
        right: 0;
    }

    .custom-filter-header input[type="search"].form-control {
        margin-top: 12px;
        margin-left: 15px !important;
    }
}

@media (device-width: 768px) {
    .dig-title .book-icon {
        left: 75px;
    }

    .filtering-button-list {
        margin-right: 34px;
    }
}

@media (min-width: 1200px) {
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .navbar .navbar-toggler.d-md-none {
        display: none !important
    }

    .sidebar #sidebarMenu.d-md-block {
        display: block !important;
    }
}

.modal {
    z-index: 1050;
    /* Default value, adjust if necessary */
}

.fullscreen #process-activity-map-graph {
    height: 100vh;
}

.fullscreen #integration-map-graph {
    height: 100vh;
}

#graph-filter {
    width: 30%;
    height: 40px;
    margin: 5px;
}


.btn-black {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
}

.btn-black:hover,
.btn-black:focus,
.btn-black:active {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;

}

/*Graphs modification*/
.fullscreen-view {
    overflow-x: hidden;
}

.fullscreen-view .sidebar {
    display: none;
}

.fullscreen-view main[role="main"].main {
    max-width: 100%;
    padding: 0 !important;
}

.fullscreen #process-service-map-graph {
    height: 100vh;
}

button#extendButton svg {
    margin-right: 8px;
}

.open-btn {
    font-size: 14px;
    line-height: 1.2;
    padding: 10px 12px;
    font-weight: normal;
    min-height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dig-filter .btn-add-changes {
    margin-top: -1px;
    position: relative;
    right: 0;
}

/* css for process map button */
.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-buttons {
    display: flex;
    align-items: center;
}

#process-service-map {
    margin-right: 10px;
    font-size: 14px;
}

/*Full screen map scaling(Responsiveness)*/
#process-activity-map-graph,
#process-service-map-graph,
#human-group-in-process-network-graph,
#integration-map-graph {
    height: 400px;
}

.fullscreen-view main[role="main"].main {
    height: calc(100vh - 98px);
}

@media (min-height: 768px) {

    #process-activity-map-graph,
    #integration-map-graph {
        height: calc(100vh - 330px);
    }

    .row-one-field #process-service-map-graph,
    .row-one-field #human-group-in-process-network-graph {
        height: calc(100vh - 280px);
    }
}

.select2-custom-width th {
    min-width: 120px;
}

.custom-context-menu .modal-header {
    padding: 8px 12px;
    border-bottom: 1px solid #ddd;
}

.custom-context-menu .modal-header .modal-title {
    word-break: break-all;
}

.custom-context-menu .modal-header .close {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    padding: 0;
    margin: 0px;
}

.custom-context-menu .modal-body {
    padding: 12px;
}

.custom-context-menu .modal-body .form-group {
    margin-bottom: 12px;
}

.custom-context-menu .form-group .form-label {
    font-size: 12px;
    margin-bottom: 4px;
    display: block;
}

.custom-context-menu .form-group .form-select {
    width: 100%;
    padding: 4px 6px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 12px;
    height: 28px;
}

.custom-context-menu .modal-footer {
    padding: 8px 12px;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
}

.custom-context-menu .modal-footer>*,
.custom-context-menu .modal-footer .btn {
    margin: 0px !important;
}

.custom-context-menu .modal-footer .modal-footer-btn {
    display: flex;
}

.custom-context-menu .modal-footer .btn {
    background: black;
    color: white;
    border: 1px solid #ddd;
    padding: 4px 8px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
    text-decoration: none;
}

.custom-context-menu .modal-footer .btn.btn-cancel {
    background: none;
    color: #212529;
}

.custom-context-menu .modal-footer .btn:not(:first-child) {
    margin-left: 8px !important;
}

/* Step task list column alignment */
#step-task-table {
    table-layout: fixed;
    width: 100%;
}

#step-task-table .startDate,
#step-task-table .developmentStep {
    width: 96px !important;
}

/* Finish issue title lenght is different */
/* #step-task-table .startDate, #step-task-table .developmentStep { 
    width: 66px !important;
} */
#step-task-table .name {
    width: 256px !important;
}

#step-task-table .parentTask {
    width: 225px !important;
}

#step-task-table .assignedTo {
    width: 144px !important;
}

#step-task-table .taskstatus {
    width: 120px !important;
}

#step-task-table .prog,
#step-task-table .workload {
    width: 40px !important;
}

#step-task-table .importance {
    width: 140px !important;
}

#step-task-table .resourcedHumanGroup {
    width: 160px !important;
}

#step-task-table .modifiedon {
    width: 90px !important;
}

#step-task-table .modifiedby {
    width: 80px !important;

}

@media (min-height: 600px) {
    #business-process-map-network-graph {
        height: calc(100vh - 280px);
    }

}


/* Application Heat Map */
.heatmap-scroll-wrapper {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}

/*Inner chart container */
.heatmap-scroll-wrapper #container {
    display: inline-block;
    width: auto;
    min-width: 100%;
    box-sizing: border-box;
}


#partner-twin-checkbox {
    width: 15px;
    height: 15px;
    transform: scale(1.4);
    cursor: pointer;
}

/* Partner Twin specific styles */
/* Partner Twin Navigation Tabs Styling */
.partner-twin-tabs {
    display: flex;
    margin-top: 20px;
    /* Space below the header */
    margin-bottom: 15px;
    /* Reduced space before the filters */
    border-bottom: 1px solid #dee2e6;
    padding-left: 0;
    /* Remove left padding for alignment */
    margin-left: 0;
    /* Align with table */
}

/* Partner Twin Filter Section - Fixed wrapper outside DataTable */
.partner-twin-filters-wrapper {
    margin-top: 0;
    margin-bottom: 15px;
    /* Reduced space before table */
    padding: 0;
    /* Remove padding for alignment */
    margin-left: 0;
    /* Align with table */
}

.partner-twin-filters-wrapper .form-control {
    border: 1px solid #ced4da;
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 4px;
    height: 38px;
}

.partner-twin-filters-wrapper .serviceListStatus {
    width: 420px !important;
    min-width: 420px !important;
    max-width: 420px !important;
}

.partner-twin-filters-wrapper .partner-twin-search {
    width: 420px !important;
    min-width: 420px !important;
    max-width: 420px !important;
}

/* Override the conflicting search input width for Partner Twin */
.custom-filter-header .partner-twin-filters-wrapper input[type="search"].form-control.partner-twin-search {
    width: 420px !important;
    min-width: 420px !important;
    max-width: 420px !important;
}

/* Hide DataTable's default search box for Partner Twin */
.custom-filter-header #service-partner-twin-table_wrapper .dataTables_filter {
    display: none !important;
}


/* Reduce padding/margin for Partner Twin page elements alignment */
.custom-filter-header.partner-twin-page .partner-twin-tabs {
    margin-top: 20px !important;
    padding-left: 0 !important;
}

.custom-filter-header.partner-twin-page .partner-twin-filters-wrapper {
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    padding-left: 0 !important;
}

/* Align Partner Twin table with filters and tabs */
.custom-filter-header.partner-twin-page .jquey-data-table {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.custom-filter-header.partner-twin-page .jquey-data-table .table-responsive {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.partner-twin-tabs .nav-link {
    padding: 10px 20px;
    text-decoration: none;
    border: none;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
}

/* Home button - always blue background with white text */
.partner-twin-tabs .nav-link.home-btn {
    background-color: #0189D7 !important;
    color: white !important;
    border-radius: 0;
}

/* Active tab - white background with blue bottom border */
.partner-twin-tabs .nav-link.active:not(.home-btn) {
    background-color: white !important;
    color: #0189D7 !important;
    border-bottom: 3px solid #0189D7 !important;
}

/* Inactive tabs - white background, no border */
.partner-twin-tabs .nav-link:not(.active):not(.home-btn) {
    background-color: white !important;
    color: #6c757d !important;
    border-bottom: 3px solid transparent !important;
}

.partner-twin-tabs .nav-link:not(.active):not(.home-btn):hover {
    color: #0189D7 !important;
    border-bottom: 3px solid #0189D7 !important;
}

/* Partner Twin Table Spacing - Consistent spacing between elements */
.custom-filter-header.partner-twin-page .dig-table.jquey-data-table {
    margin-top: 0px !important;
}

.custom-filter-header.partner-twin-page .partner-twin-filters-wrapper {
    margin-bottom: 15px !important;
}

/* Ensure proper spacing between filters and table */
.partner-twin-page .partner-twin-filters-wrapper {
    padding-bottom: 0px;
}

.partner-twin-page .dig-table {
    margin-top: 0px !important;

}

