#progress-bar {
    background-color: var(--bs-theme);
    height:20px;
    width:0%;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;
}
#progress-div {
    border:var(--bs-theme) 1px solid;
    padding: 5px 0px;
    margin:30px 0px;
    border-radius:4px;
    text-align:center;
}

.hide{
    display: none !important;
}
body{
    font-weight: 400;
}
.spinner-border{
    width: 1rem;
    height: 1rem;
}
.spinner_loader{
    margin-top: 100px;
    position: absolute;
    margin-left: 53%;
}

.error{
    color: var(--bs-theme);
}
.app-sidebar .app-sidebar-content .menu{
    padding: 1rem 1rem 0.5rem;
    padding-top: 2rem;
}
.app-sidebar .app-sidebar-content .menu .menu-header{
    padding: 0;
    padding-bottom: 1rem;
}
.app-sidebar .app-sidebar-content .menu .btn{
    width: 100%;
    text-align: left;
    margin-bottom: 15px;

}
.app-sidebar .app-sidebar-content .menu .menu-item.active>.btn, .app-sidebar .app-sidebar-content .menu .btn:hover, .app-sidebar .app-sidebar-content .menu .btn:focus{
    color: #000;
    background-color: var(--bs-theme);
    border-color: var(--bs-theme);
    box-shadow: none;
}
.app-sidebar .app-sidebar-content .menu .btn .menu-icon{
    width: 22px;
    display: inline-block;
}
.app-header .menu .menu-item .project_dropdown{
    color: var(--bs-theme);
    border: 1px solid var(--bs-theme);
    padding: 2px 15px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    margin-left: 10px;
}
.app-header .menu .menu-item .project_dropdown + .dropdown-menu[data-bs-popper]{
    left: 115px;
    min-width: 15rem;
}
.app-header .menu .menu-item .project_dropdown:hover{
    background-color: var(--bs-theme);
    color: #000;
}
.app-header .brand{
    width: 15.875rem;
}
.app-header .menu .menu-item .project_dropdown b{
    margin-left: 10px;
}
input[type="checkbox"][readonly] {
    pointer-events: none;
}
.app-theme-panel .app-theme-panel-container{
    top: 0;
    bottom: 0;
    width: 17rem;
}
.app-theme-panel .app-theme-panel-content{
    height: 100%;
    width: 100%;
}
.app-theme-panel{
    right: -20rem;
    display: none !important;
}
.activity_log_html tr td{
    border-bottom: 1px solid rgba(255,255,255,.3);
    padding-bottom: 10px;
    padding-top: 10px;
}
.app-theme-panel .app-theme-toggle-btn{
    top: 18px;
}
.mailbox .mailbox-detail .mailbox-detail-content{
    padding-bottom: 0px;
}
.mailbox .mailbox-detail{
    border: 1px solid rgba(255,255,255,.3);
    margin: 10px;
    padding: 15px;
    /*width: 65%;*/
    float: left;
}
.mailbox .mailbox-detail.my_correspondence_left{
    width: 65%;
    float: right;
}
.mailbox .mailbox-detail .mailbox-detail-header{
/*    border-bottom: 0px;
    padding-bottom: 0px;*/
}

.light-pastel-grey{
    background-color: rgba(60,210,165,0.3) !important;
}
#light_theme{
    background-image: url(images/cover_light.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: initial;
    background-size: cover;
    color: #000;
}
#light_theme .modal-content, #light_theme .app-header .menu-toggler .bar{
    background-color: #fff;
    color: #000;
}
#light_theme .card{
    --bs-border-color: #000;
}
#light_theme .h1, #light_theme .h2, #light_theme .h3, #light_theme .h4, #light_theme .h5, #light_theme .h6, #light_theme h1, #light_theme h2, #light_theme h3, #light_theme h4, #light_theme h5, #light_theme h6, #light_theme .text-white{
    color: #000 !important;
}
#light_theme .table, #light_theme .dropdown-item, #light_theme .breadcrumb-item.active, #light_theme .breadcrumb-item+.breadcrumb-item::before,
#light_theme .picker .pc-select .pc-list ul>li, #light_theme .picker .pc-select .pc-element, #light_theme .form-select, #light_theme .picker>.pc-element .pc-close, #light_theme .picker>.pc-element{
    color: #000;
}
#light_theme .picker>.pc-element{
    background: rgb(133 133 133 / 30%);
}
#light_theme .form-control, #light_theme .picker .pc-select .pc-list input[type=search], #light_theme .picker, .form-check .form-check-input{
    border: 1px solid #a5a1a1;
    border-radius: 4px;
    color: #000;
}
#light_theme .dropdown-menu, #light_theme .picker .pc-select .pc-list{
    border: 1px solid #989895;
    background-color: rgb(255 255 255 / 98%);
}
#light_theme tr{
    border-color: #b7b7b7;
}
#light_theme .page-item.disabled .page-link{
    color: rgb(0 0 0 / 70%);
    background-color: rgb(227 227 227 / 80%);
}
#light_theme .modal-header{
    border-bottom: 1px solid rgb(0 0 0 / 30%);
}
#light_theme .modal-footer{
    border-top: 1px solid rgb(0 0 0 / 30%);
}
#light_theme .btn-success, #light_theme .app-sidebar .app-sidebar-content .menu .menu-item.active .btn, #light_theme .app-sidebar .app-sidebar-content .menu .btn:hover, #light_theme .app-sidebar .app-sidebar-content .menu .btn:focus
,#light_theme .btn-outline-theme:hover{
    color: #fff;
}
#light_theme .app-header{
    background: rgb(60 210 165);
}
#light_theme .app-header label{
    color: #fff;
}
#light_theme .app-header .menu .menu-item .project_dropdown{
    color: #ffffff;
    border: 1px solid #ffffff;
}
body .form-switch .form-check-input{
    border: 1px solid rgb(255 255 255 / 100%);
    cursor: pointer;
    margin-left: 0px;
    border-radius: 50px;
    background-image: url('../css/images/switch_dot.png') !important;
}
// my code
#light_theme .nav.nav-tabs.nav-tabs-v2>.nav-item>.nav-link:hover
{
    color: #000;
}
#light_theme .nav.nav-tabs.nav-tabs-v2>.nav-item>.nav-link.active
{
    color: #000;
}
#light_theme .nav.nav-tabs.nav-tabs-v2>.nav-item>.nav-link
{
    color:rgb(4 4 4 / 50%);
}
#light_theme .note-editor.note-frame, #light_theme .note-editor.note-frame .note-toolbar .note-btn-group>.note-btn, #light_theme .page-link {
    color: #000;
}
#light_theme .app-theme-panel .app-theme-panel-content{
    background: rgba(255,255,255,0.95);
    border-left: 1px solid #989895;
}
#light_theme .accordion-item{
    background-color: rgb(255,255,255);
}
#light_theme .table-hover>tbody>tr:hover>*,#light_theme .page-item.active, #light_theme .accordion-button {
    color: #000;
    background-color: var(--bs-theme);
}
#light_theme .form-select-sm {
    border-color: #989895;
}
#light_theme .dropdown-divider {
    border-color: #989895;
}
#light_theme:before{
    background-image: url(images/pattern2.png);
}

body #light_theme{
    color: #000;
}
#light_theme .cke_top{
    border-bottom: 1px solid rgb(0 0 0 / 30%);
}
#light_theme .cke_chrome{
    border: 1px solid rgb(0 0 0 / 30%);
}
#light_theme .nav-tabs{
    border-bottom: 1px solid rgb(0 0 0 / 30%);
}
#light_theme .picker .pc-select .pc-element{
    background-image: url('../css/images/arrow_down_black.png');
    background-size: 12px 6px;
}
#light_theme .btn-close{
    background-image: url('../css/images/cross.png');
}
#light_theme .accordion-item{
    border: 1px solid rgb(0 0 0 / 30%);
}
#light_theme .accordion-header .header_title1, #light_theme .accordion-header .header_title2{
    color: #fff;
}
#light_theme .accordion-button::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
.accordion-item{
    margin-bottom: 10px;
}
#light_theme .activity_log_html .bg-white{
    background-color: #3cd2a5 !important;
    color: #fff !important;
}
#light_theme .form-select{
    background-image: url('../css/images/arrow_down_black.png');
    background-size: 12px 6px;
}
#light_theme input::file-selector-button {
    color: #000;
}
#light_theme .note-editor.note-frame .note-toolbar {
    border-color: #989895;
}
#light_theme .activity_log_html tr td{
    border-bottom: 1px solid rgb(14 14 14 / 30%);
}
#light_theme .mailbox .mailbox-detail {
    border: 1px solid rgb(14 14 14 / 30%);
}
#light_theme .brand .brand-img .text-theme{
    color: #fff !important;
}

.flowchart-operator .flowchart-operator-title{
    background: var(--bs-theme);
}
.btn_with_loader .spinner-border{
    position: absolute;
    top: 12px;
}
.btn_with_loader {
    position: relative;
}
.ViewSDK_parentRelativeHeight {
    height: 100vh !important;
}
.app-sidebar .app-sidebar-content .menu .menu-item .menu-link {
    color : var(--bs-theme);
}

.app-sidebar .app-sidebar-content .menu .menu-item .menu-link:focus, .app-sidebar .app-sidebar-content .menu .menu-item .menu-link:hover {
    color : black;
}
.app-sidebar .app-sidebar-content .menu .menu-item.active>.menu-link .menu-icon{
    color: #000000;
}

.app-sidebar .app-sidebar-content .menu .menu-item .menu-link .menu-icon {
    margin-right: 0.1rem;
}

.app-sidebar .app-sidebar-content .menu .menu-item .menu-link {
    padding: 0.34rem 0.4rem;
}

.app-sidebar .app-sidebar-content .menu .menu-item .btn-outline-theme {
    display: flex;
}
.flowchart-operator{
    background: transparent;
    color: #fff;
}
.flowchart-operator .flowchart-operator-title{
    background: transparent;
    color: #3cd2a5;
}
.flowchart-link path{
    stroke: rgb(110 110 110);
}
.flowchart-link rect{
    fill: rgb(110 110 110);
}
.flowchart-operator-inputs .flowchart-operator-connector-small-arrow, .flowchart-operator-outputs .flowchart-operator-connector-small-arrow{
    border-left-color: rgb(46 46 46) !important;
}
.flowchart-operator.selected{
    border-color: #CCCCCC;
}
.swal-modal{
    background-color: #131a20;
    border: 1px solid rgba(255,255,255,.3);
}
.swal-title{
    color: rgb(255 255 255 / 65%);
}
.swal-icon--warning{
    border-color: rgba(255,255,255,.3);
    -webkit-animation: none;
    animation: none;
}
.swal-icon--warning__body, .swal-icon--warning__dot{
    background-color: rgba(255,255,255,.3);
}
.app-sidebar{
    width: 17.875rem;
}

.text-signature-preview {
    background-color: white;
    text-align: center;
    font-size: 43px;
    border: 1px dashed #ddd;
    color:black;
}
.text-signature{
    width: 400px;
    height: 150px;
    margin: 1px auto;
    padding-top: 40px;   
    background-color: white;
    text-align: center;
    font-size: 43px;
    border: 1px dashed #ddd;
    color: black;
}
.signature_modal .tab-content>.tab-pane{
    padding: 22px 0px;
    padding-bottom: 0px;
}
.signature_modal .dropzone .dz-message{
    color: #000;
    font-size: 19px;
}
.signature_modal .form-group{
    margin-bottom: 1rem;
}
.signature_modal .form-group label{
    margin-bottom: 0.5rem;
}
.signature_modal select option{
    color: #000;
}
.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover{
    background: transparent!important;
    color: #3cd2a5 !important;
    border: 1px solid #3cd2a5 !important;
}
.datepicker table tr td.today:hover{
    color: #000 !important;
}
.datepicker table{
    border-collapse: separate;
}
.swal-button--danger, .swal-button--danger:not([disabled]):hover{
    color: #000;
    background-color: #3cd2a5;
    border-color: #3cd2a5;
}
#toast-container>.toast-success{
    background-image: none;
    background-color: #3cd2a5 !important;
    box-shadow: none !important;
    color: #000 !important;
    opacity: 1 !important;
    bottom: 0px;   
}
#toast-container>.toast-success .toast-success, .toast-close-button{
    color: #000 !important;
}
.form-group .note-editor.note-frame, .form-group .note-editor.note-airframe{
    border: 1px solid rgba(255,255,255,.3);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
label .text-success{
    font-size: 20px;
    vertical-align: middle;
    line-height: 9px;
}
.issue_document .text-white {
    color: #000 !important;
}

.arrow-1 {
    width:100px;
    height:25px;
    display: flex;
}

.arrow-1:before {
    content: "";
    background: currentColor;
    width:15px;
    clip-path: polygon(0 10px,calc(100% - 15px) 10px,calc(100% - 15px) 0,100% 50%,calc(100% - 15px) 100%,calc(100% - 15px) calc(100% - 10px),0 calc(100% - 10px));
    animation: a1 1.5s infinite linear;
}
@keyframes a1 {
    90%,100%{flex-grow: 1}
}

.app-sidebar .app-sidebar-content .menu .projects {
    display: flex;
}
.tour_popup {
    position: fixed;
    background: rgba(0,0,0,0.9);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    z-index: 99;
    display: none;
}
.tour_popup .tour_content {
    margin-left: 20px;
    text-align: center;
    position: absolute;
    left: 270px;
    display: flex;
    align-items: center;
    /*bottom: 15%;*/
    column-gap: 35px;
}
.tour_popup .tour_content img{
    width: 94px;
    right: 0;
    top: 0;
    transform: rotate(-50deg);
}
.tour_open .menu:after {
    position: absolute;
    background: rgba(0,0,0,0.9);
    left: 0;
    top: 0;
    right: 0;
    bottom: 67px;
    color: #fff;
    z-index: 0;
    content: "";
    width: 100%;
    overflow-x: hidden;
}
.column_visible_btn .dropdown-item a{
    padding-left: 25px;
    position: relative;
}
.column_visible_btn .dropdown-menu{
    min-width: 15rem;
    padding: 5px;
}
.column_visible_btn .dropdown-toggle{
    color: #000;
    background-color: #3cd2a5;
    border-color: #3cd2a5;
    min-width: 178px;
}
.column_visible_btn .dropdown-toggle .caret{
    display: none;
}
.column_visible_btn{
    margin-right: 10px;
}
.column_visible_btn .multiselect-container>li>a>label{
    padding: 5px 10px 5px 10px;
    width: 100%;
    position: relative;
}
.multiselect-container>li>a>label>input[type=checkbox]{
    display: none;
}
.column_visible_btn .multiselect-container>li>a>label:before{
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid rgb(61 210 165);
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    background: #3dd2a5;
}
.column_visible_btn .multiselect-container>li.active>a>label:after{
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 15px;
    width: 7px;
    height: 14px;
    border: solid #000;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
    border-radius: 21px;
}
.tour_open .tour_popup {
    display: block;
}
.project_hide .pc-close {
    display: none;
}
.project_hide .pc-select .pc-element {
    display: none !important;
}
.iti {
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #555; 
}
.iti__selected-dial-code {
    color:#fff;
}
.datepicker.datepicker-dropdown {
    z-index: 10000 !important;
}
.form-select:not([multiple]) option{
    background: rgb(37,54,64,100%);
    color: #3cd2a5;
    position: relative;
}
.advance_search {
    float: right;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover, 
textarea:-webkit-autofill:focus {
  /*-webkit-box-shadow: 0 0 0px 1000px #1a2530 inset;*/
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.75);
}
.modal-body input:-webkit-autofill, .modal-body input:-webkit-autofill:hover, .modal-body input:-webkit-autofill:focus{
    -webkit-box-shadow: 0 0 0px 1000px #202b36 inset;
}
.note-editable p {
    margin-bottom: 0 !important;
}
.email_preview table tr td img{
    margin-top: 0px !important;
}
.email_preview .white_background{
    background:rgba(255,255,255) !important;
}
.email_preview .no_background{
    background:transparent !important;
}
.email_preview tr th:nth-child(2){
    text-align: center;
}
.email_preview .footer td p{
    font-size: 13px !important;
    line-height: 24px !important;
}
.email_preview .footer{
    height: 500px !important;
    background-image: url('../img/footer_back_system.png') !important;
}
.email_preview .footer img{
    width: 270px !important;
}
.email_preview .header{
    height: 195px !important;
}
.email_preview .header .from_logo{
    margin-right: 0px !important;
    height: 130px !important;
    width: 130px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.email_preview .header .to_logo{
    margin-left: 0px !important;
    height: 130px !important;
    width: 130px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important
}
/*.email_preview .header .from_logo img, .email_preview .header .to_logo img{
    border-radius: 100px;
}*/
.email_preview .header .arrow_icon{
    width: 130px;
}
.email_preview .side_borders{
    width: 1px !important;
}
.show_password .input-group-text{
    position: absolute;
    right: 0;
    z-index: 999;
    height: 34px;
    cursor: pointer;
}
.show_password .error{
    display: block;
    width: 100%;
}
.avtar_capture #my_camera{
    width: 100% !important;
    height: auto !important;
}
.avtar_capture #my_camera video{
    width: 100% !important;
    height: auto !important;
}
.avtar_capture .preview_image{
    width: 100% !important;
}
.avtar_capture .preview{
    margin-top: 8px;
}
.avtar_capture h5{
    font-size: 13px;
}
.swal-text{
    color:rgba(255, 255, 255, 0.75);
}
table{
    letter-spacing: 0;
}
.show#delete_counter_modal{
    display: flex !important;
    align-items : center;
}
#delete_counter_modal .modal-dialog {
    min-width: 500px;
}
.min_width_dropdown{
    min-width: 15rem;
}
.default_doc_icon {
    margin-right: 5px;
    object-fit: contain;
    width: 16px;
}
.email_preview .footer_logo{
    width: 110px;
}

.highlight_document div {
    background-color: #3cd2a5;
    padding-left: 5px;
}
.dashboard_charts th{
    text-align : center;
}
.flowchart-operator .flowchart-operator-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.workflow_view tr td:nth-child(n) {  
  /* your stuff here */
  /*font-weight: bold;*/
  border: none;
}
.workflow_view tr td:first-child {  
  /* your stuff here */
  font-weight: bold;
  /*border: none;*/
}
.flowchart-operator .flowchart-operator-inputs, .flowchart-default-operator .flowchart-operator-outputs {
    display: block;
    width: 100%;
}
.dashboard_charts .col-4 {
    display: flex;
}
.dashboard_charts .chart_box {
    margin-bottom: 30px;
    border:1px solid #ffffff;
    padding: 10px;
}
.dashboard_charts .chart_box table,
.dashboard_charts .chart_box table h6{
    color : #7b7d7e;
}
.dashboard_charts .chart_box table tr {
    border-color : #7b7d7e;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: rgba(28,38,47,.95); 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #3cd2a5; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #3cd2a5; 
}
.sign.request .app-sidebar {
    z-index: 9;
}
.dashboard .counts_card .org_count svg{
    width: 75px;
    height: 75px;
}
.dashboard .counts_card h3{
    font-size: 75px;
}
.dashboard .small{
    font-size: 15px;
    color: #fff;
}
.ledger_label{
    column-gap: 25px;
    flex-wrap: wrap;
    row-gap: 10px;
}
.ledger_label li{
    column-gap: 15px;
}
.ledger_label li .rounded-pill{
    background-color: #6DCFA8
}
.ledger_label li:nth-child(2) .rounded-pill{
    background-color: #236364;
}
.ledger_label li:nth-child(3) .rounded-pill{
    background-color: #4F907A;
}
.ledger_label li:nth-child(4) .rounded-pill{
    background-color: #0F494A;
}
.ledger_label li:nth-child(5) .rounded-pill{
    background-color: #1B6C6E;
}
.tab_view_card .nav-pills .nav-link.active{
    background: rgba(40, 182, 157, 0.5);
    border-radius: 100px;
    color: #fff;
}
.tab_view_card .nav-pills .nav-link.active:hover{
    color: #fff;
}
.tab_view_card .nav-pills .nav-link{
    font-weight: 600;
    font-size: 14px;
}
.tab_view_card .nav-pills .nav-link:hover{
    color: rgba(var(--bs-theme-rgb),.75);
}
.dashboard .table tr>th{
    font-weight: normal;
}
.counts_card .ledger_label{
    row-gap: 0px;
}
.counts_card .ledger_label li span{
    font-size: 14px;
}
.counts_card table tbody td{
    border-bottom: 1px solid rgba(255,255,255,.3);
    padding: 0;
    font-size: 14px;
}
.counts_card table tbody tr:last-child td{
    border-bottom: none;
}
/*.counts_card{
    height: 155px;
}*/
.no_chart_box {
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    padding-top: 10px;
}
.no_chart_box img {
    height : 200px;
}
.package_chart .package_chart_box{
    display: flex;
    flex-direction: column-reverse;
}
.package_chart .ledger_label li, .package_chart .ledger_label li span.d-flex{
    width: 100%;
}
.package_chart .ledger_label{
    padding: 0px 15px !important;
}
.flex-column .ledger_label{
    flex-direction: column;
    row-gap: 0;
}
.flex-column .ledger_label li{
    width: 100%;
}
.country_chart .apexcharts-canvas {
    margin-left: auto;
}