/* THIS FILE IS NOT INCLUDED ANYMORE */

@font-face {
    src: url("../summernote/font/summernote.woff2") format('woff2'),
        url("../summernote/font/summernote.woff") format('woff'),
        url("../summernote/font/summernote.ttf") format('ttf'),
        url("../summernote/font/summernote.eot") format('eot');
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
    margin: 0;
}

label.error {
    color: #F00;
    font-size: 14px;
}

.form-label {
    font-weight: 550 !important;
}

.field {
    margin-top: 15px;
}

.required:after {
    content: "*" !important;
    color: red !important;
}

.rounded-top-left-right-sm {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.rounded-top-left-right-md {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}

.rounded-top-left-right-lg {
    border-top-right-radius: 8px !important;
    border-top-left-radius: 8px !important
}

.customPrimary {
    background: #4287f5;
}

.btn-custom-primary {
    background: #6097f1;
    color: white;
}

.btn-custom-primary:hover {
    background: #4387f5;
    color: white;
}

.btn:focus {
    box-shadow: none !important;
}

.btn:focus,
.accordion-button:focus,
.form-control:focus,
.form-select:focus,
.form-check-input:focus {
    box-shadow: none !important;
}

.btn:focus-visible {
    border: 1px dotted black;
}

.accordion-button {
    /*background-color: #f7ecf7 !important;*/
}

.accordion-button:not(.collapsed) {
    background-color: #f7ecf7 !important;
    color: black;
}

.dashboard-accordion {
    background-color: #B580D1 !important;
    color: white;
    font-size: 16px !important;
    padding: 10px !important;
}

.dashboard-accordion:not(.collapsed) {
    background-color: #B580D1 !important;
    color: white;
}

a.paginate_button {
    display: inline-block;
    color: #0ba6ff !important;
    background-color: #ffffff !important;
    border: 1px solid lightgrey !important;
    padding: 2px 6px;
    margin-left: 2px;
    text-align: center;
    cursor: pointer;
    *cursor: hand;
}

.page-item {
    background-color: lightgrey !important;
    border: 1px solid black;
}

.page-link {
    color: black !important;
}

a.paginate_button.active {
    background-color: #24a0ed !important;
    color: #ffffff !important;
}

a.paginate_active {
    background-color: blue !important;
    border: 1px solid black;
}

a.paginate_button_disabled {
    color: #3d6672;
    background-color: red !important;
}

.paging_full_numbers a:active {
    outline: none
}

.paging_full_numbers a:hover {
    text-decoration: none;
    background-color: green !important;
    color: #24a0ed;
}

table.dataTable {
    position: relative;
    top: 10px;
    font-size: .8rem;
    margin-bottom: 15px;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 14px 14px;
}

div.dataTables_paginate span>a {
    text-align: center;
}

div.dataTables_info {
    padding: 9px 6px 6px 6px;
}

.bg-primary,
.btn-primary {
    background-color: #ba88bc !important;
    border: 1px solid #ba88bc !important;
}

.btn-primary:hover {
    background-color: #c473bb !important;
    border: 1px solid #c473bb !important;
}

.bg-secondary {
    background-color: #ededed !important;
    border: 1px solid #646566 !important;
}

.bg-card {
    background-color: #fafafa !important;
    border: 1px solid #dadada !important;
    color: #545454;
}
.btn-outline-purple{
    color: #c473bb;
    border-color: #c473bb;
}
.btn-outline-purple:hover {
    color: #fff;
    background-color: #c473bb;
    border-color: #c473bb;
}
/*
.btn-secondary {
    background-color: #646566 !important;
    border: 1px solid #646566 !important;
}
*/

/**
Start For point asset comment view page
 */

.profile-content {
    padding: 10px;
    border-radius: 4px
}

.profile-content:after,
.profile-content:before {
    content: '';
    display: table;
    clear: both
}

.timeline {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative
}

.timeline:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    width: 5px;
    background: #2d353c;
    left: 20%;
    margin-left: -2.5px
}

.timeline>li {
    position: relative;
    min-height: 50px;
    padding: 20px 0
}

.timeline .timeline-time {
    position: absolute;
    left: 0;
    width: 18%;
    text-align: right;
    top: 30px
}

.timeline .timeline-time .date,
.timeline .timeline-time .time {
    display: block;
    font-weight: 600
}

.timeline .timeline-time .date {
    line-height: 16px;
    font-size: 12px
}

.timeline .timeline-time .time {
    line-height: 24px;
    font-size: 20px;
    color: #242a30
}

.timeline .timeline-icon {
    left: 15%;
    position: absolute;
    width: 10%;
    text-align: center;
    top: 40px
}

.timeline .timeline-icon a {
    text-decoration: none;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 20px;
    background: #d9e0e7;
    line-height: 10px;
    color: #fff;
    font-size: 14px;
    border: 5px solid #B580D1;
    transition: border-color .2s linear
}

.timeline .timeline-body {
    margin-left: 23%;
    margin-right: 0%;
    background: #fff;
    position: relative;
    padding: 20px 25px;
    border-radius: 6px
}

.timeline .timeline-body:before {
    content: '';
    display: block;
    position: absolute;
    border: 10px solid transparent;
    border-right-color: #fff;
    left: -20px;
    top: 20px
}

.timeline .timeline-body>div+div {
    margin-top: 15px
}

.timeline .timeline-body>div+div:last-child {
    margin-bottom: -20px;
    padding-bottom: 20px;
    border-radius: 0 0 6px 6px
}

.timeline-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e7eb;
    line-height: 30px
}

.timeline-header .userimage {
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 40px;
    overflow: hidden;
    margin: -2px 10px -2px 0
}

.timeline-header .username {
    font-size: 16px;
    font-weight: 600
}

.timeline-header .username,
.timeline-header .username a {
    color: #2d353c
}

.timeline img {
    max-width: 100%;
    display: block
}

.timeline-content {
    letter-spacing: .25px;
    line-height: 18px;
    /*font-size: 13px*/
}

.timeline-content:after,
.timeline-content:before {
    content: '';
    display: table;
    clear: both
}


/**
End point asset comment view page
 */

.nav-link {
    display: block;
    padding: 0.5rem 0.8rem;
}

.badge-new {
    padding: 5px 10px !important;
    font-size: 12px !important;
    /*font-size: 100% !important;*/
    font-weight: 500 !important;
}


/* Active menu link css */

.nav-item>.nav-link.active {
    background-color: rgba(0, 0, 0, .1) !important;
    color: black !important;
}

.current {
    color: white !important;
}

.nav-treeview>.nav-item>.nav-link.active {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24) !important;
}


/* Active menu link css ends*/


/* nav tab css on page detail page */
.nav-tabs>.nav-item>.nav-link {
    background-color: #FFFFFF !important;
    color: #221551 !important;
}

.nav-tabs .nav-item .nav-link:hover {
    background-color: lightgrey !important;
}

.nav-tabs>.nav-item>.nav-link.active {
    background-color: #b580d1 !important;
    color: #FFFFFF !important;
}

.map-tabs>.nav-item>.nav-link {
    padding: 0 !important;
    padding: 4px 7px !important;
    border: 1px solid lightgray;
    background-color: #FFFFFF !important;
    color: #000000 !important;
}

.map-tabs .nav-item .nav-link:hover {
    background-color: lightgray !important;
}

.map-tabs>.nav-item>.nav-link.active {
    background-color: lightgray !important;
    color: #000000 !important;
}

.nav-pills .nav-link {
    background-color: #FFFFFF !important;
    color: #221551 !important;
    text-align: left !important;
    font-size: 13px !important;
}

.nav-pills .nav-link:hover {
    background-color: lightgrey !important;
}

.nav-pills .nav-link.active {
    background-color: #221551 !important;
    color: #FFFFFF !important;
}


/* margin classes  */

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.bg-brown {
    background-color: #996600;
}

.card {
    margin-bottom: 1rem !important;
}

.bg-custom-purple {
    background-color: #B580D1 !important;
    color: #FFFFFF;
}

.bg-custom-purple-lite {
    background-color: #d9b7ed !important;
    color: #000 !important;
}

.text-custom-purple {
    color: #B580D1 !important;
}

.px-2 {
    padding-left: .5rem !important;
}

.py-2 {
    padding-bottom: .5rem !important;
}

.odd {
    background-color: #fcf1ff !important;
}

table.dataTable thead th {
    border-bottom: 1px solid #b1acac;
}

table.dataTable tbody td {
    border: 1px dotted #cbcbcb;
}



.badge {
    padding: 5px 10px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}

.badge-success {
    background-color: #93ea76;
}

.badge-primary {
    background-color: #76aaea;
}

.badge-secondary {
    background-color: #eab676;
}

.badge-dark {
    background-color: #000000;
}

.badge-danger {
    background-color: #dc3545;
}

.badge-warning {
    background-color: #aa8209;
}

.badge-info {
    background-color: #0dcaf0;
}

.dropdown {
    margin: 0px 3px;
}

.dropdown-menu {
    padding: 0;
}

.bg-action-button {
    /*background-color: #606060;*/
    /*color: #FFF;*/
}

.bg-action {
    background-color: #606060;
    color: #FFF;

}

div.bg-danger {
    background-color: #E07b39;
}

.small-box {
    padding: 4px;
    border-radius: 5px 5px;
}

.inner {
    color: #FFFFFF;
    padding: 0px 12px;
}

.bg-all-issue {
    background-color: #606060;
}

.bg-open-issue {
    background-color: #B680D1;
}

.bg-progress-issue {
    background-color: #099e3d;
}

.small-box {
    border-radius: 0.25rem;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.small-box-bg-light-purple {
    background-color: #fcf1ff !important;
}

.small-box>.inner {
    padding: 10px;
}

.small-box h3,
.small-box p {
    z-index: 5;
}

.small-box-bg-light-purple h3 {
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0;
    white-space: nowrap;
    color: #000000;
    font-size: 2.2rem;
}

.small-box-bg-light-purple h5 {
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0;
    white-space: nowrap;
    color: #000000;
    font-size: 1.5rem;
}

.small-box p {
    font-size: 1rem;
    color: #000000;
}

.small-box .icon {
    color: rgba(0, 0, 0, .15);
    z-index: 0;
    position: absolute;
    top: 28px;
    right: 17px;
    width: 45px;
}

.small-box .icon>i.fa,
.small-box .icon>i.fab,
.small-box .icon>i.fad,
.small-box .icon>i.fal,
.small-box .icon>i.far,
.small-box .icon>i.fas,
.small-box .icon>i.ion {
    font-size: 70px;
    top: 20px;
}

sup {
    top: -0.5em;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

.add-remedial {
    text-decoration: none;
    color: #514979 !important;
}

.view-remedial {
    text-decoration: none;
    border-bottom: 1px dotted #cbcbcb;
    color: #514979 !important;
}

.view-remedial:hover,
.add-remedial:hover {
    cursor: pointer;
    background-color: #B680D1;
    color: #FFF !important;
}

.btn-link {
    text-decoration: none;
    color: #514979 !important;
}

.btn-link:hover {
    cursor: pointer;
    background-color: #ba88bc !important;
    border-color: #ba88bc !important;
    color: #FFF !important;
}
table.dataTable thead .sorting_asc {
    background-repeat: no-repeat !important;
}
table.dataTable thead .sorting_both:after table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    color: rgb(76, 0, 255) !important;
    opacity: 0.6 !important;
}

select.dropdown {
    padding: 3px 3px;
    background-color: #B680D1;
    font-weight: bold;
    color: #FFF;
}

#remedial_status {
    background-color: #B680D1 !important;
    width: 135px;
}

.border-bottom {
    border-bottom: 1px solid #CCC;
    padding: 0px 0px;
}

.progress {
    height: 25px !important;
}

.progress-bar {
    height: 18px !important;
    background-color: #4ae039;
}

.progress-sm {
    height: 20px !important;
    background-color: white;
    border: 1px solid #CCC;
}

.bg-red {

    background-color: #c50d0d !important;
}

.bg-green {

    background-color: #0e7920 !important;
}


.tenant-navbar-brand-main {
    text-align: center;
}

.tenant-navbar-brand {
    display: inherit;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
}

.tenant-navbar-brand img {
    max-width: 90%;
    display: inline-block;
}

.tenant-brand-text {
    color: #000;
    font-weight: 300 !important;
    white-space: pre-wrap !important;
}


.bg-amber {
    background-color: #FFBF00 !important;
    color: #000000 !important;
}

.badge-health-status {
    color: #000;
    display: inline-block;
    height: 44px;
    width: 106px;
    margin: 0.5rem;
    padding: 0.5rem;
    text-align: center;

}

/* MSCC5 video progress visualization */

.mscc-progress {
    display: flex;
    height: 30px;
    background-color: #f5f5f5;
}

.mscc-progress-segment {
    flex: 1;
    text-align: center;
    line-height: 30px;
    color: black;
    border-radius: 10%;
}

.mscc-progress-segment.active {
    background-color: #93ea76;
}

@media screen and (max-width: 767px) {

    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        text-align: none !important;
        display: inline !important;
    }

    #data-table_filter {
        margin-left: 3% !important;
    }

    #form-search .w-50 {
        width: 100% !important;
    }

    .container-fluid .page-actions {
        margin-top: 12px !important;
    }

    /* set tenant logo width & brand text on mobile screen */
    .mobile-header .tenant-navbar-brand,
    .tenant-navbar-brand-main {
        text-align: left !important;
    }

    .mobile-header img {
        width: 120px !important;
    }

    .mobile-header span {
        font-size: 0.85rem !important;
        margin-left: 0.25rem !important;
    }

    .mobile-header div.border-bottom {
        border-bottom: 0px !important;
    }

    .tenant-navbar-brand {
        font-size: 0.85rem !important;
    }

    /* set action button spacing */
    .page-actions a {
        margin-bottom: 0.25rem !important;
    }

    .dd-py {
        padding: 8px 0px !important;
    }
}

/* set all actions buttons */
.table .btn {
    white-space: nowrap !important;
}

/* set table header columns */
table thead tr {
    white-space: nowrap !important;
}

/* sidebar toggle button color */
a.nav-link.sidebar-toggle {
    color: rgba(0, 0, 0, .55) !important;
}

.label-header-row {
    padding: 13px 0px 4px 15px;
    background-color: #ededed !important;
    ;
    border-bottom: 1px solid #b1acac;
}

/* Nav bar top right*/
.ms-auto {
    margin-left: auto !important;
}

.dropdown-toggle::after {
    display: none !important;
}

hr {
    margin: 1px !important;
}

.accordion-item {
    margin-bottom: 10px !important;
}

.accordion-header-color {
    background-color: #ecccfb !important;
}

#notificationbarDropdown {
    padding: 12px !important;
}

.dropdown-menu {
    min-width: 21rem !important;
    font-size: 14px !important;
}

.actions ul.c-custom-dropdown {
    min-width: 14rem !important;
}

/* Custom dropdown */

/* Commented out as this was applying everywhere, including to General Comments on View Test Sheet, and it's
   way to light to read. If we actually need it for the custom drop-down then it needs higher specificity.
p {
    color: #b3b3b3;
    font-weight: 300;
}*/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

a,
a:hover {
    text-decoration: none !important;
}

.content {
    padding: 7rem 0;
}

h2 {
    font-size: 20px;
}

/*.custom-dropdown .btn:active, .custom-dropdown .btn:focus {*/
/*    -webkit-box-shadow: none !important;*/
/*    box-shadow: none !important;*/
/*    outline: none;*/
/*}*/

/*.custom-dropdown .btn.btn-custom {*/
/*    border: 1px solid #efefef;*/
/*}*/

/*.custom-dropdown .title-wrap {*/
/*    padding-top: 10px;*/
/*    padding-bottom: 10px;*/
/*}*/

/*.custom-dropdown .title {*/
/*    font-size: 12px;*/
/*    font-weight: 700;*/
/*    text-transform: uppercase;*/
/*}*/

.custom-dropdown .dropdown-link {
    color: #888;
    display: inline-block;
    padding-right: 0px;
    position: relative;
}

.custom-dropdown .dropdown-link .wrap-icon {
    font-size: 30px;
}

.custom-dropdown .dropdown-link .number {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #007bff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-size: 11px;
    top: 4px;
    right: 2px;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
}

.custom-dropdown .dropdown-menu {
    width: 380px !important;
}

.notify-head h6 {
    font-weight: 550 !important;
}

.notify-head a:hover {
    text-decoration: underline !important;
}

.notify-footer a:hover {
    text-decoration: underline !important;
}

.notify-details {
    display: flex;
    justify-content: start;
}

.notify-details a:hover {
    text-decoration: underline !important;
}

.custom-dropdown .notify-content {
    max-height: calc(100vh - 200px);
    overflow-y: scroll;
    scroll-behavior: initial;
    scrollbar-width: thin;
}

/*.custom-dropdown .dropdown-menu {*/
/*    border: 1px solid transparent;*/
/*    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);*/
/*    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);*/
/*    margin-top: 0px !important;*/
/*    padding-top: 0;*/
/*    padding-bottom: 0;*/
/*    padding: 10px;*/
/*    opacity: 0;*/
/*    left: 0 !important;*/
/*    -webkit-transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;*/
/*    -o-transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;*/
/*    transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;*/
/*    visibility: hidden;*/
/*    width: 300px !important;*/
/*}*/

/*.custom-dropdown .dropdown-menu.active {*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*    margin-top: 10px !important;*/
/*}*/

/*.custom-dropdown .custom-notifications {*/
/*    list-style: none;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    height: 200px;*/
/*    overflow-y: scroll;*/
/*    border-bottom: 1px solid #efefef;*/
/*}*/

/*.custom-dropdown .custom-notifications > li {*/
/*    display: block;*/
/*    font-size: 14px;*/
/*    margin-bottom: 10px;*/
/*}*/

/*.custom-dropdown .custom-notifications > li:last-child {*/
/*    margin-bottom: 0;*/
/*}*/

/*.custom-dropdown .custom-notifications > li > a {*/
/*    display: block;*/
/*    padding: 20px;*/
/*    color: #bfbfbf;*/
/*}*/

/*.custom-dropdown .custom-notifications > li > a:hover {*/
/*    background: #f9f9f9;*/
/*}*/

/*.custom-dropdown .custom-notifications > li > a .img {*/
/*    -webkit-box-flex: 0;*/
/*    -ms-flex: 0 0 40px;*/
/*    flex: 0 0 40px;*/
/*}*/

/*.custom-dropdown .custom-notifications > li > a .img img {*/
/*    width: 40px;*/
/*    border-radius: 50%;*/
/*}*/

/*.custom-dropdown .custom-notifications > li > a .text {*/
/*    margin-top: 0px;*/
/*}*/

/*.custom-dropdown .custom-notifications > li > a .text strong {*/
/*    font-weight: 700;*/
/*    color: #000;*/
/*}*/

/*.custom-dropdown .custom-notifications > li.unread a {*/
/*    background: #fffaef;*/
/*}*/

.select2-container--bootstrap-5 {
    max-width: 100%;
}

/* Address modal */
.modal-dialog-scrollable.address-modal {
    /*height: calc(100% - 19rem);*/
    /*max-width: 600px;*/
    /*top: 4%;*/
}

.address-modal-open {
    /*z-index: 0000;*/
}

.filter-span {
    margin-left: 4px;
}

@media (max-width: 576px) {
    .modal-dialog-scrollable.address-modal {
        /*height: calc(100% - 19rem);*/
        /*top: 4%;*/
    }

    .filter-span {
        margin: 0 !important;
        display: block !important;
    }
}

.table-responsive,
.table-responsive-md {
    /*min-height: 550px !important;*/
    margin: 10px 0px !important;
    scrollbar-width: thin;
}

.user-name-mobile {
    display: none;
}

@media screen and (max-width: 428px) {
    #data-table_filter {
        margin-left: 1% !important;
    }

    .icon-notifications {
        font-size: 24px !important;
    }

    .user-info-img {
        height: 35px !important;
        width: 35px !important;
    }

    .user-name-mobile {
        display: inline-block;
    }

    .user-info-text {
        display: none !important;
    }
}

@media screen and (max-width: 418px) {
    #data-table_filter {
        margin-left: 2px !important;
        float: left !important;
    }
}

body {
    overflow-x: auto;
}

.ipsum-logo-menu {
    max-width: 100%;
    display: inline-block;
}

.ipsum-logo-menu-mini {
    display: none;
    width: 75px;
    margin: -8px 0px 4px -16px;
}

.cursor-pointer {
    cursor: pointer !important;
}

.date-range {
    font-size: 13px !important;
}

.text-underline-hover:hover {
    text-decoration: underline !important;
}


.steps-form {
    display: table;
    width: 100%;
    position: relative;
}

.steps-form .steps-row {
    display: flex;
    justify-content: space-between;
}

.steps-form .steps-row.multi-line-steps {
    flex-flow: row wrap;
    align-content: space-between;
    justify-content: start;
}

.steps-form .steps-row:before {
    top: 25px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

.steps-form .steps-row .steps-step {
    text-align: center;
    position: relative;
}

.steps-form .steps-row .steps-step p {
    margin-top: 0.5rem;
    color: #000000;
}

.steps-form .steps-row .steps-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.steps-form .steps-row .steps-step .btn-circle {
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 11px 0;
    font-size: 17px;
    line-height: 1.428571429;
    border-radius: 40px;
    margin-top: 0;
    color: white;
}

.start {
    background-color: #0094FF;
}

.progress {
    background-color: #BA88BB;
}

.primary-progress {
    background-color: #0d6efd;
}

.bg-red-lighten-1 {
    background-color: #ef9a9a !important;
}

.bg-red-lighten-2 {
    background-color: #e57373 !important;
}

.bg-red-darken-1 {
    background-color: #d32f2f !important;
}

.bg-red-darken-2 {
    background-color: #b71c1c !important;
}

.bg-light1 {
    background-color: #E9DFEC !important;
}

.no-space {
    padding-right: 0;
    padding-left: 0;
}

.link-primary {
    color: #9a2686 !important;
}

#text-paragraph p {
    color: #221551 !important;
}

.fw-600 {
    font-weight: 600;
}

.alert.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: absolute;
    right: 15px;
    top: 16px;
    color: inherit;
}

.table-group {
    background-color: #D6ABED !important;
    color: #142499 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f6d0f7 !important;
}


/**
For specific div or section loaded style
 */
.loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #9531c5;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.c-line-marker-notes {
    display: inline-block;
    width: 30px;
    height: 3px;
    margin-right: 5px;
    position: relative;
    top: -4px;
}


.sfg-tab-list{
   border-bottom: 1px solid;
}

/** Strength Bar Indicator */
.password-strength {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.strength-bar {
    width: 20%;
    height: 5px;
    background-color: #ddd;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

.strength-bar.active {
    background-color: #0d6efd;
}

.strength-bar:nth-child(1).active {
    background-color: #ff4d4d;
    /* Very Weak */
}

.strength-bar:nth-child(2).active {
    background-color: #ffcc00;
    /* Weak */
}

.strength-bar:nth-child(3).active {
    background-color: #99cc00;
    /* Fair */
}

.strength-bar:nth-child(4).active {
    background-color: #66cc66;
    /* Strong */
}

.strength-bar:nth-child(5).active {
    background-color: #3399ff;
    /* Very Strong */
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
  }


 .priority-list {
    display: flex;
    padding-left: 0;
    justify-content: center; /* Center the items horizontally */
    list-style-type: none;            
    border-radius: 5px;
 }

 .priority-item {
    display: flex;
    align-items: center;
    padding: 10px;
    margin-right: 15px;
 }

 .priority-item span {
    margin-left: 10px;
    font-weight: 400;
}

.priority-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.detail-card:hover .card-body {
    background-color: #f8d7da; /* Light red background */
}
    
