/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Dec 26, 2024, 9:24:19 PM
    Author     : jamal
*/

body{
    overflow: hidden;
}
.errors{
    font-size: 12px;
    color:red;
    display: none;
}

/*Toastr Message*/
#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
    padding: 1.25rem;
    width: 100%;
}
#toast-container[class*=-center] .toastr {
    margin-left: auto;
    margin-right: auto;
}
#toast-container[class*=-left] .toastr {
    margin-right: auto;
}
#toast-container[class*=-right] .toastr {
    margin-left: auto;
}
#toast-container[class*=-full] .toastr {
    width: 100%;
}
#toast-container[class*=toast-top] {
    top: 0;
}
#toast-container[class*=toast-bottom] {
    bottom: 0;
}
.toastr {
    position: relative;
    pointer-events: auto;
    background: #fff;
    box-shadow: 0 3px 12px 1px rgba(43, 55, 72, 0.15);
    border-radius: 4px;
    opacity: 1;
    border-left: 4px solid transparent;
    padding: 1.25rem 4.5rem 1.25rem 1.25rem;
    width: 430px;
    max-width: 100%;
    font-size: 0.875rem;
    line-height: 1.3rem;
}
.is-dark .toastr {
    background: #101924;
    color: #fff;
}
.toastr:not(:last-child) {
    margin-bottom: 0.75rem;
}
.toastr.toast-success {
    border-color: #1ee0ac;
}
.toastr.toast-success .icon {
    color: #1ee0ac;
}
.toastr.toast-error {
    border-color: #e85347;
}
.toastr.toast-error .icon {
    color: #e85347;
}
.toastr.toast-info {
    border-color: #09c2de;
}
.toastr.toast-info .icon {
    color: #09c2de;
}
.toastr.toast-warning {
    border-color: #f4bd0e;
}
.toastr.toast-warning .icon {
    color: #f4bd0e;
}
.toastr-icon {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    line-height: 1;
}
.toastr-icon + .toastr-text {
    padding-left: 2.35rem;
}
.toastr h4, .toastr .h4, .toastr h5, .toastr .h5, .toastr h6, .toastr .h6 {
    margin-bottom: 0.35rem;
    font-size: 1rem;
}
.is-dark .toastr h4, .is-dark .toastr .h4, .is-dark .toastr h5, .is-dark .toastr .h5, .is-dark .toastr h6, .is-dark .toastr .h6 {
    color: #fff;
}
.toast-close-button {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    height: 32px;
    width: 32px;
    text-indent: -9999px;
    cursor: pointer;
}
.toast-close-button:after {
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 0;
    color: #8094ae;
    font-family: "Nioicon";
    content: "\ea06";
    font-size: 18px;
    line-height: 32px;
    width: 100%;
    text-align: center;
}
.is-dark .toast-close-button:after {
    color: #dbdfea;
}
.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000000;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}
.toast-title {
    font-weight: bold;
}
.toast-message {
    word-wrap: break-word;
}
.toast-message a, .toast-message label {
    color: #526484;
}
.toast-message a:hover {
    color: #CCCCCC;
    text-decoration: none;
}
.nk-card--tools .form-select,.nk-card--tools button,.nk-card--tools .btn{
    /*border-radius: 0 !important;*/
}
.nk-card--tools .btn-wrap,.nk-card--tools .form-wrap{
    /*margin-left: -1px !important;*/
}
.dt-layout-table{
    margin-top: 0 !important;
}

.dt-info,.dt-paging{
    margin-bottom: 8px !important;
}
.dt-paging{
    padding-right: 20px !important;
}
.dt-info{
    padding-left: 20px !important;
}
.dt-scroll-body{

}
#table-search-warp input{
    width:100px;
}
#table-search-warp input {
    font-size: 0.8rem;
    padding: 0 10px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    border: 1px solid #ccc !important;
    height: 36px;
    border-radius: 0 4px 4px 0;
}
#table-search-warp input:focus{
    width: 250px;
    outline: none;
}
.app_grid_box .dropdown {
    position: relative;
    z-index: 1050; /* Or a higher value */
}
.app_grid_box {
    overflow: visible !important;
}
#loading-wrapper{
    width: 100vw;
    height: 100vh;
    background: rgb(255 255 255 / 51%);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
}
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 5px solid;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
.lds-ring div {
    border-color: #613594 transparent transparent transparent;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.form-control:readonly {
    background-color: #f5f6fa;
    opacity: 1;
}
.modal-components.confirm-backdrop {
    z-index: 1030 !important; /* Higher than default backdrop (1040) */
}
#formNavigatorModal {
    z-index: 1060 !important; /* Higher than other modals */
}
#app-fullscreen-modal.noHeader .modal-header{
    display: none;
}
#app-fullscreen-modal .nk-ibx{
    min-height: 100vh;
    max-height: 100vh;
    width: 100vw;
}
#app-fullscreen-modal .nk-ibx-head{
    min-height: 45px !important;
    padding: 0.5rem 1rem;
}
#app-fullscreen-modal .nk-msg-item {
    padding: 0.7rem 0.7rem;
}
#app-fullscreen-modal .nk-msg-text,#app-fullscreen-modal .nk-msg-info{
    width: 100% !important;
    max-width: 100% !important;
}
.card-left-column{
    background: rgba(245, 246, 250, 0.7);
}
.nk-ibx-content{
    max-height: 100%;
    height: 100%;
    overflow: auto;
}
.charCount {
    font-size: 12px;
    color: green;
}
.charCount.warning {
    color: red;
}
.nk--spinner{
    position: absolute;
    right: 28px;
    top: 1px;
}
.invalid-data{
    color:red !important;
}
.invalid-form--tab {
    color: red !important;
    padding-left: 25px !important;
}
.invalid-form--tab:before{
    content: "\e910" !important;
    font-size: 22px;
    font-family: "Nioicon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    left: 0;
}
.form-control[readonly]{
    background-color: #f5f6fa;
    opacity: 1;
}
.ql-container {
    height: 100% !important
}

.ql-editor {
    min-height: 100%
}
.resize-none{
    resize: none
}
.textarea {
    min-height: 70px !important;
    height: auto;
    overflow: hidden;
}
.nk-filter--warp .dropdown-body{
    height: 265px;
}
.list-column {
    width: 260px;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    border-right: 1px solid #c7c6c7;
    height: calc(100vh - 129px);
}
.warp-header {
    height: 55px;
    padding: 16px 10px 15px 18px;
    border-bottom: 1px solid #e4e4e4;
}
.list-column-body {
    left: 0;
    height: calc(100vh - 235px);
}
.list-column-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #e3e9ed;
    padding: 10px 15px;
    display: flex;
}
.white-bg{
    background-color:#fff;
}
#lc-pagination-links a {
    width: 24px;
    height: 24px;
    background: #1d262d;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 28px;
    display: inline-block;
    font-size: 18px;
}
#lc-pagination-links a.disabled {
    background: #a7a7a7;
}
#lc-pagination-links {
    margin-left: 10px;
}
.pagination-prev {
    border-radius: 3px 0 0 3px;
}
.pagination-next {
    border-radius: 0 3px 3px 0;
}
.lc-pagination input {
    width: 50px;
    border: solid #000;
    border-width: 0 0 1px 0;
    padding: 2px 5px;
    text-align: center;
}
.pull-right {
    float: right !important;
}
.lc-pagination span {
    margin: 0 3px;
    color: #5c7286;
    font-size: 14px;
}
.record_list_view a, .record_list_view ._node_ind_view {
    color: initial;
    display: block;
    padding: 5px 15px;
    cursor: pointer;
}
._active_list {
    background: #f6f8fc;
}
.record_list_view .nk-block-des p{
    font-size: 13px;
    line-height: 20px;
}
.elv_title .title{
    font-size: 15px;
}
.elv_title{
    margin-bottom: 0.4rem !important;
}
.elv_dnd_warp {
    position: absolute;
    height: 25px;
    width: 23px;
    top: 5px;
    right: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    color: red;
    font-size: 1.2rem;
}
.record_list_view{
    position: relative;
    border-bottom: 1px solid #e6ebf3;
}
.ni-alert--msg{
    color:red;
    font-size: 80px;
}
.content-column-body{
    position: absolute;
    top: 55px;
    bottom: 0;
    right: 0;
    left: 260px;
    top: 0;
    overflow: hidden;
    height: calc(100vh - 129px);
}
.ccb-heading-warper {
    margin: 10px 0;
    padding-bottom: 15px;
    position: relative;
    display: flex;
}
.plr40 {
    padding: 0 40px;
}
.cc-grid {
    position: relative;
    display: flex;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items: center;
    -webkit-align-items: center;
    align-self: center;
    -webkit-align-self: center;
}
._flex {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    justify-content: flex-end;
}
.grid-list {
    float: left;
    margin-left: 35px;
}
._md_flex {
    border-right: 1px solid #c5c5c5;
    margin: 0;
    padding: 0 13px;
}
.noborder {
    border-right: none;
}
.text-muted {
    color: #686868 !important;
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
    line-height: 1.3rem;
}
.flex-text {
    font-size: 0.7rem;
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 0;
}
.flex-text span {
    margin-left: 0.2rem;
}
.summary-description {
    padding: 15px 24px 15px 24px;
    background: #f6f8fc;
    border-bottom: 1px solid #e6ebf3;
    display: flex;
}
.child-node--nav .nav-tabs .nav-link{
    margin-left: 7px;
    background-color: #fff;
    color: #536e92;
    border: 1px solid;
    border-color: #99a8bf;
    border-radius: 3px;
    padding: 5px 16px;
    height: 32px;
    min-height: 32px;
    text-transform: uppercase;
    line-height: 21px;
    font-size: 0.7rem;
}
.child-node--nav .nav-tabs .nav-link.active:after,
.child-node--nav .nav-tabs .nav-link.active:before{
    display: none
}
.child-node--nav .nav-tabs{
    border: none !important;
}
.child-node--nav .nav-tabs .nav-item{
    padding-right: 0.5rem;
}
.child-node--nav .nav-tabs .nav-link.active{
    background: #6e7fff;
    color: #fff;
    border-color: #6e7fff;
}
.nk-column--table .data-item{
    padding: 0.5rem 0.25rem;
    border: none !important;
}
._column_table_warp {
    height: calc(100vh - 248px) !important;
}
.nk-column--table .data-label {
    width: 40%;
}
._column_table_body {
    height: calc(100vh - 303px);
}
._column_table_footer {
    position: sticky;
    bottom: 0;
    padding: 7px 25px;
    background: #fff;
    border-top: 1px solid #e6ebf3;
    left: 0;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
    height: 50px;
    z-index: 999 !important;
}
div.dt-container .row:first-child,
div.dt-empty-footer .row:first-child  {
    margin-top: 0px !important;
}
.card-sidebar-node-email{
    border-color: #e5e9f2;
    width:400px;
    position: fixed;
    right: 0;
    top: 63px;
    bottom: 76px;
}
.card-ne--header .select2-container--default .select2-selection--single{
    border: none;
}
.card-ne--header{
    border-color: #e5e9f2;
}
.ne-template--item {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ccc;
    padding: 7px 15px 7px 40px;
    cursor: pointer;
    position: relative;
}
.ne-template--item:last-child{
    border-bottom:none;
}
.ne-template--item .nk-block-des {
    color: #52617b;
    font-size: 13.5px;
    line-height: 18px;
}
.ne-template--item .nk-block-title{
    font-size: 0.9rem;
}
.ne-template--item:before{
    content: "\e958";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 11px;
    top: calc(50% - 10px);
    font-family: "Nioicon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.card-ne--body{
    height: calc(100vh - 177px) !important;
}
.card-ne--content{
    width: calc(100% - 400px);
}
.nk-email--log .data-item{
    padding: 1rem 1.25rem;
    border: none;
}
.modal-fullscreen .card-aside{
    min-height: calc(100vh - 125px);
}
.modal-fullscreen .modal-body.fixed-ModalBody{
    height: calc(100vh - 140px);
    overflow: hidden;
}
#nk-app--modal .modal-dialog{
    max-width: initial !important;
}
#app-fullscreen-modal.noFooter .modal-footer{
    display: none;
}
.nk-card-title{
    padding: 7px 17px;
    border-bottom: 1px solid #ccc;
}
.nk-form--data-list .data-label,.nk-form--data-list .data-label:not([class^=w-]){
    width: initial !important;
    padding-right: 8px;
}
.nk-form--data-list .data-item {
        padding: 0.2rem 0rem;
    }
.nk-form--data-list .btn .icon {
    color: #ffffff;
    text-align: center;
    height: initial !important;
    vertical-align: middle;
    line-height: initial !important;
    display: inline-block;
}
.nk-form--data-list .data-item{
    align-items: start;
}
