
/* body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.5) !important; 
    z-index: 99999;
} */
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;
}
.ck-content .reviewedText{
    border-bottom: 1px dashed;
}
.ck-content .replaceText{
    border-bottom: 1px dashed;
}
.ck-content .commentText{
    border-bottom: 1px dashed;
}

.strikeClass {
    border-bottom: 1px solid red !important;
    border-left: 7px solid red !important;
}
.document-details-content .strikeClass{
     border-bottom: 0px !important;
     border-left: 0px !important;
}

.editorSec mark {
    color:inherit !important;
}
.ck-editor__editable[role=textbox] {
    min-height: 200px;
    position: relative;
    outline: none !important;
    cursor: default;    
}
.ck-content .pen-green {
    background-color: transparent;
    color: var(--ck-highlight-pen-green) !important;
}
.ck-content .pen-red {
    background-color: transparent;
    color: var(--ck-highlight-pen-red) !important;
}
.ck.ck-editor__top.ck-reset_all {
    z-index: var(--ck-z-modal);
    position: sticky;
    top: 56px !important;
}

.nochild:after{
  display: none;
}

.opd::after{
    background-image: var(--bs-accordion-btn-active-icon) !important;
    transform: var(--bs-accordion-btn-icon-transform);
}
select {
    cursor: pointer !important;
}

.d-info{
    font-size: 12px;
    color: gray;
    align-items: center;
    font-weight: 400;
}
div.otp {
    display: none;
}
.hilight{
    background: #FFF145;
    /* background: #088672; */
}
.validation-msg {
   color:  red;
}
.error {
    color:  red;
 }
.export-icon{
    float: right;
    width: 35px;
}
.a-link{
    text-decoration: none !important;
}

.lang-heading{
    font-size:18px;
    color: #088672;
}
.list-sec{
    padding:3px;
    border-bottom:1px solid gainsboro;
    color: black;
    font-size: 12px;
}
.list-sec img{
    margin-right: 5px;
}
.list-sec a{
    text-decoration: none;
    color:black;
}
.notice-list{
    column-count:2; 
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 10px !important; 
    margin-bottom: 20px;
    margin-left: 10px !important;

}
.notice-list-home{
    column-count:2; 
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 10px !important; 
    margin-bottom: 20px;
   

}
.notice-list li{
    margin-bottom: 3px;
}
.notice-list a {
    text-decoration: none;
    text-overflow: ellipsis;
    color: #000;
    font-size: 12px;
}
.notice-list-home a {
    text-decoration: none;
    color: #000;
    font-size: 12px;
    text-overflow: ellipsis;
}

.delete-icon{
    width: 20px !important;
    display: none;
}
.notice-sec{
    border-bottom: 1px solid gainsboro;
}
div.list-sec:hover img.delete-icon {
  display: flex;
} 

.cmtLable{
    height: 23px !important;
}
.publicContent{
    min-height: 548px;
}
.publicContent a {
    text-decoration: none;
}
.lang-list-head{
    background: #e5e5e5;
    color: black;
    padding: 10px;
    margin-bottom: 20px;

    /* margin-left: 10px; */
}
.lang-list-head:hover{
    background:#088672;
    color: white;
}
.admin-lang-list a{
   text-decoration: none;
}
.section-heading{
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: 400;
}
.editorSec p {
    margin-bottom: 0;
}
.download-icon{
    width:40px;
}
.nt-list-sec .download-icon{
    width:20px;
}
.modal-confirm {		
    color: #636363;
    width: 325px;
    margin: 30px auto;
}
.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}
.modal-confirm .modal-header {
    border-bottom: none;   
    position: relative;
}
.modal-confirm h4 {
    width: 100%;
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -15px;
}
.modal-confirm .form-control, .modal-confirm .btn {
    min-height: 40px;
    border-radius: 3px; 
}
.modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -5px;
}	
.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
}	
.modal-confirm .icon-box {
    color: #fff;		
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #088672;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-confirm .icon-box i {
    font-size: 58px;
    position: relative;
    top: 3px;
}
.modal-confirm .btn {
    color: #fff;
    border-radius: 4px;
    background: #088672;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
}
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
    background: #088672;
    outline: none;
}
.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

.publicContent .ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
     border-color: transparent;
     background: transparent; 
}
.publicContent .ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable, .ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners{
    border-color: transparent;
    background: transparent; 
    box-shadow: none;
}
.publicContent .ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable, .ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners{
    box-shadow: none;

}

.publicContent .ck.ck-editor__main h1{
        font-family: "PT Serif" !important;
        font-size:22px;
    }
.publicContent .ck.ck-editor__main h2{
        font-family: "PT Serif" !important;
        font-size:19px;
        color: orange;
    }
.publicContent table {
    user-select: none; 
    -webkit-user-select: none; /* Safari, Chrome */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* Internet Explorer/Edge */
    user-select: none;  
}

.ck.ck-editor__main h2{
    font-family: "PT Serif" !important;
    font-size:19px;
    color: orange;
}
.publicContent .ck.ck-editor__main h3{
        font-family: 'PT Serif' !important;
        font-size: 15px;
    }
    .publicContent .ck.ck-editor__main h4{
        font-family: 'PT Serif' !important;
        font-size: 15px;
    }
    .publicContent .ck.ck-editor__main h5{
        font-family: 'PT Serif' !important;
        font-size: 15px;
    }
    .publicContent .ck.ck-editor__main h6{
        font-family: 'PT Serif' !important;
        font-size: 15px;
    }
.publicContent .ck.ck-editor__main p{
        font-family: 'Calibri ' !important;
        
}
.publicContent .ck.ck-editor__main .ck-content span {
    font-style: inherit !important;
   
}

.publicContent .ck-content .reviewedText, .publicContent .ck-content .replaceText, .publicContent .ck-content .commentText {
     border-bottom: none !important;
}
.publicContent{
    caret-color: transparent;
}
.publicContent .ck-editor__top{
    display: none !important;
}

.publicContent .ck .ck-widget:hover {
    outline-color: transparent;
}
.publicContent .ck .ck-widget.ck-widget_with-selection-handle>.ck-widget__type-around>.ck-widget__type-around__button_before {
    margin-left: 20px;
    display: none;
}
.publicContent .ck .ck-widget__selection-handle{
    display: none;
}
.publicContent .ck .ck-widget:not(.ck-widget_selected)>.ck-widget__type-around>.ck-widget__type-around__button {
    background: var(--ck-color-widget-type-around-button-hover);
    display: none;
}
.publicContent .ck.ck-editor__editable .table .ck-table-column-resizer {
    display: none;
}
.publicContent .cke_dialog_ui_input_row_alignment {
    display: none !important;
}
.cke_dialog_table {
    display: none !important;
}
.repo-folder{
    display: flex;
    margin-left: 20px;
    text-align: center;
   
 
}
.folder-name{
    font-size: 12px;
    overflow-wrap: anywhere;
    line-height: 18px;
    margin-bottom: 10px;
}
.success-msg{
    font-size: 13px;
    color: #088672;
}
nav .breadcrumb{
    font-size: 10px;
}





.context-menu {
    display: none;
    position: absolute;
    z-index: 1000;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    width: 150px !important;
}

.context-menu ul {
    list-style: none;
    padding-top: 10px;
    margin: 0;
    padding-bottom: 10px;
}

.context-menu ul li {
    /* padding: 8px 12px; */

    cursor: pointer;
    font-size: 12px;
}

.context-menu ul li:hover {
    background-color: #f2f2f2;
}

.context-menu ul li.disabled {
    color: #ccc;
    cursor: not-allowed;
}

#file-upload-input {
    display: none;
}

.main-container {
    /* width: 100%;
    min-height: 500px; */
    border: 1px solid #ddd;
    /* position: relative; */
    padding-top: 23px; 
    padding-bottom: 23px; 
    min-height: 500px;
}


.image-preview-container {
    display: inline-block;
    width: 100px !important;
    height: 100px;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

.image-preview-container:hover {
    transform: scale(1.1);
}

.image-preview-icon {
    width: 100px;
    height: auto;
    display: block;
    cursor: pointer;
}
.file-icon{
    width:50px;
}
.file-name-lable{
    font-size: 10px;
    word-wrap: break-word;
}
.f-section{
    margin: 5px;
    max-height: 100px;
}
.img-holder{
    background: #eee;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 5px;
    margin-top: 10px;
}
#users-container .form-check-input {
    margin-left: 0.5em;
    margin-right: 10px;
}
.assigned-users .card{
    background-color: beige;
    border-radius: 2cap;
}
.assigned-users .card-text p{
    padding-bottom: 0px;
    margin-bottom: 0px;

}
.assigned-users .card-text span{
    background: #eeeeee;
    border-radius: 20px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #088672;
    color: #fff;
    cursor: pointer;
}
.assigned-users .card-text .users{
    font-size: 16px;
    
}
.assigned-users .card-title{
    padding-left: 15px;
    padding-top: 10px;
    font-size: large;
    font-weight: 500;

}
.assigned-users .card-text{
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.assigned-users  .card-text:last-child {
    border-bottom: 0;
}
#editable-content img{
    max-width: 100%;
    height: auto;
}
.ck-content img{
    max-width: 100%;
    height: auto;
}
.ck-content span[lang] {
    font-style: normal !important;
}
.ck-content ol.roman {
    list-style-type: upper-roman;
}
h1{
    font-family: "PT Serif" !important;
    font-size:21px !important;
    font-weight: bold !important;

}
.select2{
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 3.5px;
}

.select2-container--default .select2-selection--single{
    border: none !important;
    padding: 0px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 4px !important;
    display: none;
}
/*this is branch list page*/
.list_data{
    padding:4px;
    border-bottom: 1px dashed gainsboro;
    display: flex;
}
.list-label{
    /* display: flex; */
    width: 220px;
}
.left-sec{
    margin-left: 100px;
}


.merge-success-btn{
    margin-top: 200px;
    
}
.responseSuccess{
    color: #088672;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.card-sec{
    background: #fff;
    margin-bottom: 10px;
    border-radius: 20px;
    padding: 25px;
}

.card-sec img{
    width: 40px;
}
.small-font-sec{
    font-size: 12px;
}
.pointer{
    cursor: pointer !important;
    text-decoration: none;
}
.activity-card-sec{
    background: #fff;
    padding: 7px;
    font-size: 12px;
    font-weight: 100;
    border-bottom: 1px solid gainsboro;
}
.activity-card-sec .header{
   font-weight: bold;
}
.activity_log label{
    font-size: 13px;

}
.approve-label{
    font-size: 10px;
    color: #088672;
}
.approver-name h5{
    font-size: 13px;
}
.approver-remarks{
    font-size:12px;
}
.approve-desig-label{
    font-size: 11px;
}
.remove-file{
    color: rgb(209 27 27);
}
.backMenu{
    display:flex;
    justify-content: center;
    align-items: center;
}
.switch-menu{
transform: translateY(4px);
}
/**Dashboard Styles **/
.dashboard-header{
    /* border-bottom: 2px solid rgb(56,137,106); */
    padding-top: 10px;
    padding-bottom: 10px;
}
.menu-active{
    background: #088672;
}
.dash-image{
    width: 50px;
}
.container-dashboard .card{
    border:1px solid gainsboro;
}
.container-dashboard .card:hover{
    border: 1px solid #38896A;
}
.container-dashboard .card a{
    text-decoration: none;
    color: #000;
}
.feedDiv{
    height: 50px !important;
}

.spinner-overlay {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    background: rgba(84, 168, 84, 0);
    /* display: none; Ensure spinner is hidden by default */
    z-index: 9999;
}

.spinner-container {
    background: rgba(84, 168, 84, 0); /* Fully transparent background */
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner-text {
    margin-left: 10px; /* Adjust spacing between spinner and text */
}

.card-new{
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    margin-top: 10px;
}
a.page-link.active {
    border-bottom: 2px solid;
}


.scroll-container {
    height: 500px;         /* Set the height */
    overflow: auto;        /* Enable scrolling */
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */

    /* Hide scrollbar for WebKit browsers (Chrome, Safari, etc.) */
    ::-webkit-scrollbar {
        display: none;
    }
}

thead th {
    position: sticky;
    top: 0;
    z-index: 1020; /* Ensures the header is above table content */
    background-color: #fff; /* Optional: Set header background color */
}

.menu-active{
    border-right: 4px solid #088672 !important;
    border-radius: 0px !important;
    background-color: #eee !important;
}
.left-menu{
    padding-right:0px !important;
    overflow: scroll;
    scrollbar-width: none;
    overflow-x: hidden;
    
}
.left-menu li{
    font-size: 13px;
}
.left-menu::-webkit-scrollbar{
    display: none;
}

.left-menu .border-none li a {
    text-decoration: none;
    color: #000;
    font-weight: 400;
    display: block;
    width: 100%;
}
.left-menu .border-none li:hover{
    border-right: 4px solid #088672 !important;
    border-radius: 0px !important;
    background-color: #eee !important;
}
.collapsed i{
    transition-property: transform; transform: rotate(180deg) !important;
}

.sector-menu i{
    transition-property: transform; transform: rotate(0deg);
}
.left-menu .border-none {
    margin-bottom: 5px !important;
}
.unique-no-cls{
    font-size: 12px;
    font-weight: 400;

}
.doc-journey .accordion-item{
    background: white;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 10px;
    
}
.doc-journey li::before{
    position: absolute;
    content: " ";
    width: 20px;
    height: 20px;
    border-radius: 40px;
    background: #088672;
    left: 0;

}
.doc-journey li{
    padding-left: 13px;
    list-style: none;
}
.doc-journey ul{
    position: relative;

}
.doc-journey ul::before{
    position:absolute;
    content: " ";
    height: 100%;
    width: 1px;
    border-left: 1px solid black;
    background: gray;
    left: 9px;
}
.doc-journey .journey-title{
    color: #088672;
    font-size: 13px;
    
}
.doc-journey .other-info{
    font-size: 11px;
    padding-top: 5px;
}
.no_record{
    font-size: 13px;
    color: red;
}
.commentAllLabel{
    font-size: 10px;
}

.table-overflow{
    width: 100%;
    overflow-x: scroll;
}
td.highlight {
    background-color: #ffcccc;
    color: #b30000;
    font-weight: bold;
}

/* .dropdown-menu{
    background: #358772 !important;
} */
#myDropdown .smActive{
    color: var(--bs-dropdown-link-hover-color) !important;
    background-color: var(--bs-dropdown-link-hover-bg) !important;
}
#myDropdown .active{
    text-decoration: none !important;
}
.chat-title{
    background-color: #229e82;
    color: white;
    padding: 15px;
    border-radius: 14px 14px 0px 0px;
    font-weight: bolder;
}
.chat-time{
    margin-top: 10px;
    text-align: right;
}

.right-content {
    min-height: 666px;
}

.tabNav{
    font-size: 18px;
}
.publishedIcon {
  margin:14px;
}

.doc-info{
    font-size: 10px !important;
}
.doc-dep{
    font-size: 10px !important;
}

@media (max-width: 767px){
    body{
        font-size: 12px ;
    }
}

.accordion-button{
    font-size: 13px !important;
}
.iconCardSettings{
    background: #fff;
    border-radius: 10px;
   
    text-align: center;
    margin-bottom: 20px;
    height: 123px;
    display: flex;
    justify-content: center;
   
}
.iconCardSettings:hover{
    background: #ffcc43;
}

.iconCardSettings i{
    font-size: 30px;
    margin-bottom: 10px;
}

.iconCardSettings a{
    display: flex;
    flex-direction: column;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    line-height: normal;
    height: 123px;
    padding: 10px;
    width: 100%;
}
.ck.ck-reset_all{
    
}

.ck.ck-editor__top.ck-reset_all{
    z-index: 1100 !important; 
}

.modal{
    z-index: 99999 !important; 
}

.modal-backdrop{
    z-index: 10000 !important;
}

.feedDiv{
    z-index: 9999 !important;
}
.feedbackSection.nav-link {
    padding-left: 4px !important;
    text-align: center !important;
}
.glAccountNoteMsg{
    background: yellow;
    padding: 3px;
}

.swal2-backdrop-show{
    z-index: 1200;
}
.swal2-html-container {
    font-size: 15px !important;
    line-height: 23px !important;
    
    
}
.swal2-icon{
    /* width: 3em !important;
    height: 3em !important; */
    transform: scale(0.8);
}
.swal2-icon-content{
    font-size: 2.75em !important;
}
.container-dashboard .card {
    padding: 20px;
    background: white;

}
.container-dashboard .card h2{
    font-size: 14px;
}

.container-dashboard .countText{
    font-size: 13px;
    font-weight: 900;

}
.over-all-count .card {
     background: #a1c4bd00;
}

.doc-count-section .card{
    padding: 15px;
}
.countText{
    /* font-weight: 600; */
    background: #088672;
    padding: 4px;
    border-radius: 7px;
    color: #fff;
    height: 25px;
    line-height: 18px;
}
.bigCard{
    background: #fff;
    border-radius: 10px;
    border: 1px solid gainsboro;
    padding: 10px 0 10px 0;
}

.bigCard .col-4{
    border-right: 1px solid gainsboro;
}
.bigCard .col-4:last-child{
    border: none;
}

.bigCard .col-6{
    border-right: 1px solid gainsboro;
}
.bigCard .col-6:last-child{
    border: none;
}

.doc-count-section .list-view{
    padding-bottom: 10px;
    padding-top: 8px;
    border-bottom: 1px solid #efefef;
    line-height: 30px;
}
.doc-count-section .list-view:last-child{
    border: none;
}
.doc-count-section .list-head{
    padding-bottom: 20px;
    padding-top: 5px;
    text-align: center;
}
.doc-count-section .list-view h6{
    padding: 0px;
    margin: 0px;
}

.navSection .dropdown-toggle:after {
    display: none;

}

.navbar-nav .dropdown-menu {
    position: absolute !important;
    right: 0px;
    width: 300px;
    padding: 20px;
    text-align: center;
    background: white;
    margin-top: 10px;
}

.navbar-nav .dropdown-menu .bg-ovel { 

    background: #FFCA43;
    padding: 4px;
    border-radius: 7px;
    color: #000000;
    height: 25px;
    line-height: 18px;
    width: fit-content;
    margin: auto;
    font-size: 12px;
}
.dropdown-menu h5 {
    font-weight: 600;
}

.dropdown-menu p {
    font-size: 14px;
    margin-bottom: 4px;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #f8f9fa;
}
.dropdown-menu .logoutBtn-div{
    border: 1px solid gainsboro;
}
.publicMenu .dropdown-menu{
    background-color: #088672;
}
