/*
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 : Apr 28, 2023, 4:49:20 PM
    Author     : Lenovo
*/

.errors{
    color:red;
    font-size: 12px;
}

#global-message-area {
    position: fixed;
    background: #fff;
    left: initial;
    right: 2%;
    width: 30%;
    margin: 0 auto;
    top: 5%;
    
    z-index: 999999;
  pointer-events: none;
  padding: 1.25rem;
}
.alert{
    padding: 0.5rem 0.5rem;
    font-size: 13px;
}
.form-addon-btn{
    border: 1px solid #dfe3e7;
    border-radius: 0;
    height: calc(1.4em + 0.94rem + 3.7px) !important;
    font-weight: 100;
}


#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;
}
.app_grid_box{
    width:100%;
    overflow: hidden;
}

.dataTables_scrollHeadInner table.dataTable thead th {
    background: #f6f8fa !important;
    border-bottom: 1px solid #ebf5ff !important;
    border-left: 1px solid #ebf5ff !important;
    font-size: 13px !important;
    color: #4d71a1 !important;
    font-weight: 500;
}

.dataTables_scrollHeadInner table.dataTable thead th, .dataTables_scrollBody table.dataTable tbody td {
    border-color: #ebf5ff!important;
}

table.dataTable .nk-tb-item:not(:last-child) .nk-tb-col{
    border-bottom: none !important;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 10px !important
}

.app_grid_box .dataTable,.dataTables_scrollHeadInner{
    min-width: 100% !important;
}
.app_grid_box .dataTable,.dataTables_scrollHeadInner,table.dataTable.no-footer{
    margin: 0 !important;
}
table.dataTable thead th, table.dataTable thead td{
    border-bottom: 1px solid #dee2e6 !important;
}
table.dataTable thead th{
    border-top: 1px solid #dee2e6 !important
}
.dataTables_scrollBody thead th{
    border: none !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody{
    border-color: #dee2e6 !important;
}
.dataTables_scrollHeadInner table.dataTable thead th{
    border-bottom: 0px !important;
    font-size: 0.75rem;
    letter-spacing: 0.8px;
}
.dataTables_scrollBody  table.dataTable thead th{
    border: 0px !important;
}
.dataTables_scrollBody{
    margin-top: -1px;
}
.dataTables_scrollBody  table.dataTable tbody td{
    font-size: 0.8rem;
    letter-spacing: 0.6px;
    border-bottom: 1px solid !important;
}
.dataTables_scrollBody  table.dataTable tbody td,table.dataTable thead th, table.dataTable thead td{
    border-right:0px !important;
    border-left:0px !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody,.dataTables_wrapper.no-footer .dataTables_scrollHead{
    border: none !important;
}
.dataTables_paginate  .paginate_button.previous,.dataTables_paginate  .paginate_button.next,.dataTables_paginate  span .paginate_button{
    font-size: 0.8rem;
    font-weight: bold;
    border: 1px solid #613594 !important;
    margin: 0 !important;
    background: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.page-title {
    font-size: 1.5rem !important;
    margin-bottom: 4px;
}
.nk-content-body > .nk-block-head-sm:first-child {
    padding-bottom: 1rem;
}
.nk-content {
    padding: 10px 10px;
}
.card-inner {
    padding: 0.8rem;
}
@media (min-width: 768px){
    .nk-content-body > .nk-block-head-sm:first-child {
        padding-bottom: 1rem;
    }
    .data-item {
        padding: 1rem 1.25rem;
    }
}
@media (min-width: 576px){
    .nk-content {
        padding: 10px 10px;
    }
    .card-inner {
        padding: 0.8rem;
    }
}
.card-inner .app_grid_box[data-simplebar] {
    width: 100%;
}
.nk-tb-actions{
    justify-content: flex-start;
}
.nk-tb-actions li.nk-tb-action-hidden{
    background: #f8f9fc;
    z-index: 99;
}
#confirm-modal .modal-body{
    background: none;
    border: none;
    padding-bottom: 5px !important;
}
#confirm-modal .modal-footer{
    border: none;
    padding-top: 0;
}
#confirm-modal .confirm-modal-info{
    color: #8094ae;
    font-weight: 100;
    font-size: 15px;
}
#confirm-modal .modal-content{
    border-left: 6px solid #3f51b5;
}
.confirm-title-icon{
    color: #607d8b;
}
.confirm-title-icon .icon,.confirm-title-icon i{
    font-size: 22px;
    position: relative;
    top: 4px;
}
.modal-content.card .confirm-modal-title{
    font-size: 1rem;
}

#loading-wrapper{
    width: 100vw;
    height: 100vh;
    background: rgb(255 255 255 / 51%);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
    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;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.nk-block-head-lg {
    padding-bottom: 1rem;
}