html {
    font-size: 15px;
}

.nk-menu-link {
    font-size: 14px;
}

label {
    margin-bottom: auto;
}

.nk-tb-col-tools {
    /* max-width: none; */
    text-align: end;
    max-width: fit-content;
}

@media (min-width: 992px) {
    .nk-auth-container {
        width: 60%;
    }
}

@media (min-width: 992px) {
    .toggle-break-lg {
        background: url(/images/slides/home-bg.jpeg) no-repeat center/cover;
    }
}

.was-validated .form-control:invalid, .was-validated div.dataTables_wrapper div.dataTables_filter input:invalid, div.dataTables_wrapper div.dataTables_filter .was-validated input:invalid, .was-validated .dual-listbox .dual-listbox__search:invalid, .dual-listbox .was-validated .dual-listbox__search:invalid, .form-control.is-invalid, div.dataTables_wrapper div.dataTables_filter input.is-invalid, .dual-listbox .is-invalid.dual-listbox__search, .form-control.invalid {
    border-color: #e85347;
    padding-right: 2.125rem !important;
    background-image: none;
    background-repeat: no-repeat;
    background-position: right add(0.3125rem, 0.21875rem) center;
    background-size: add(0.625rem, 0.4375rem) add(0.625rem, 0.4375rem);
}


.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .invalid ~ span.invalid {
    display: block;
}

.invalid-feedback, span.invalid {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    color: #e85347;
    font-size: 90%;
    letter-spacing: 0.01rem;
}

.custom-file-input ~ .error, .custom-file-input ~ .invalid, .form-control ~ .error, div.dataTables_wrapper div.dataTables_filter input ~ .error, .dual-listbox .dual-listbox__search ~ .error, .form-control ~ .invalid, div.dataTables_wrapper div.dataTables_filter input ~ .invalid, .dual-listbox .dual-listbox__search ~ .invalid, .input-group ~ .error, .input-group ~ .invalid {
    font-size: 12px;
    font-style: normal;
}

.overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 99999; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.overlay-text{
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

@keyframes spin{
	0%{transform: rotate(0deg);}
	100%{transform: rotate(360deg);
	}
}

.sk-cube-grid{
    width:50px;
    height:50px;
    margin-right: 10px;
    display: none;
}

.sk-cube-grid .sk-cube{
    width:33%;
    height:33%;
    background-color:#aaa;
    float:left;
    -webkit-animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 .sk-cube7{
    -webkit-animation-delay:0.2s;
    background-color:#9E9E9E;
    animation-delay:0.2s;
}

.sk-cube-grid .sk-cube2{
    -webkit-animation-delay:0.3s;
    animation-delay:0.3s;
}

.sk-cube-grid .sk-cube3{
    -webkit-animation-delay:0.4s;
    background-color:#ddd;
    animation-delay:0.4s;
}

.sk-cube-grid .sk-cube4{
    -webkit-animation-delay:0.1s;
    animation-delay:0.1s;
}

.sk-cube-grid .sk-cube5{
    -webkit-animation-delay:0.2s;
    background-color:#006298;
    animation-delay:0.2s;
}

.sk-cube-grid .sk-cube6{
    -webkit-animation-delay:0.3s;
    animation-delay:0.3s;
}

.sk-cube-grid.sk-cube7{
    -webkit-animation-delay:0s;
    animation-delay:0s;
}

.sk-cube-grid .sk-cube8{
    -webkit-animation-delay:0.1s;
    animation-delay:0.1s;
}

.sk-cube-grid .sk-cube9{
    -webkit-animation-delay:0.2s;
    animation-delay:0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay{
    0%, 70%, 100% {
        -webkit-transform:scale3D(1,1,1);
        transform:scale 3D(1,1,1);
    }
    35% {
        -webkit-transform:scale3D(0,0,1);
        transform:scale 3D(0,0,1);
    }
}
@keyframes sk-cubeGridScaleDelay{
    0%, 70%, 100% {
        -webkit-transform:scale3D(1,1,1);
        transform:scale3D(1,1,1);
    }
    35% {
        -webkit-transform:scale3D(0,0,1);
        transform:scale3D(0,0,1);
    }
}

.table thead {
    background-color: #e5e9f2;
    text-transform: uppercase;
}

.table thead th, .dtr-details tr td:first-child {
    color: #203247 !important;
}

.table tbody tr td {
    vertical-align: middle;
    white-space: nowrap;
}

.table td, .table th {
    padding: 0.75rem;
}

.table th.serial-no {
    width: 10%;
}

.dataTables_filter label {
    min-width: 70%;
}

div.dtr-bs-modal table.table tr:first-child td {
    border-top: none;
}

.select2-search__field {
    min-width: 20em;
}

.btn {
    text-transform: uppercase;
}

.select2-user-template1 > div {
    cursor: pointer;
    margin: 5px 3px 5px 0;
    padding: 3px 6px 3px 0;
    color: #303030;
}

.select2-user-template1 > * {
    vertical-align: baseline;
    display: inline-block;
    zoom: 1;
}

.select2-user-template1 .name+.email {
    margin-left: 5px;
}

.select2-user-template1 .email {
    opacity: 0.5;
}

.select2-user-template1 .email:before {
    content: "<";
}

.select2-user-template1 .email:after {
    content: ">";
}

.bg-green {
    background-color: #3B885B !important;
}

.bg-blue {
    background-color: #2178D4 !important;
}


/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog {
	position:fixed;
	right: 0;
	margin: auto;
	width: 500px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal.right .modal-body {
	padding: 15px 15px 80px;
}

.modal.right.fade .modal-dialog {
	left: -500px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, left 0.3s ease-out;
	-o-transition: opacity 0.3s linear, left 0.3s ease-out;
	transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
	right: 0;
}

div.dataTables_filter input {
    border-radius: 0 !important;
}

div.dataTables_filter label {
    display: flex;
    align-items: center;
}
