@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');


* {
    font-family: 'DM Sans', sans-serif;
}

nav {
    min-height: 100vh;
}

nav button.active {
    background-color: #3b82f6;
}

input[type="checkbox"] {
    cursor: pointer;
}

.bg-blue {
    background-color: #004FBF;
}

.text-blue {
    color: #004FBF;
}

.text-xxs {
	font-size: 0.8rem;
}

.text-xxxs {
	font-size: 0.7rem;
}

.text-xxxxs {
	font-size: 0.6rem;
}

.text-xxxxs {
	font-size: 0.5rem;
}

#context-menu {
    z-index: 1000;
    position: absolute;
    display: none;
    width: 150px;
}

/* Login Page */
.background {
    background: linear-gradient(180deg, #1F396A 0%, #0C1B35 100%);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Dropdown Menu Styles */
.dropdown-content {
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 0.5rem;
    overflow: hidden;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown.active .dropdown-content {
    display: block;
}

header {
	border-bottom: solid 1px #1d4ed8;
}

.notifications-alert-counter {
	padding: 2px 6px;
	border-radius: 50%;
	position: absolute;
	right: -7px;
	top: -11px;
	background-color: #b91c1c;
	font-size: 0.6rem;
	font-weight: bold;
	color: #fff;
}

/* sidebar menu */

.logo-wrapper {
    background-color: #fff;
	border-bottom: solid 1px #1d4ed8;
	padding: 6px 6px 7px;
}

.menu-item {
    margin: 1px 0;
}

.menu-item button {
    width: 100%;
}

.menu-item-name {
    position: relative;
    top: 1px;
}

.rotate-180 {
    transform: rotate(180deg);
}

/* header */
.page-title-icon {
    position: relative;
    bottom: 3px;
}

.header-icon {
	padding: 5px 2px;
	border-radius: 5px;
	cursor: pointer;
}

.header-icon.active {
	box-shadow: 0px 0px 2px 0px #0d51f0;
}

.header-icon .icon-wrap {
	padding: 0px 5px;
	border-radius: 5px;
	display: inline-block;
	box-shadow: 0 0 2px 0 #bbb;
}

.notifications-dropdown {
    min-width: 350px;
}


/* Main content */
.panel-lg {
    box-shadow: 0px 0px 1px 0px #ccc;
}

.section-panel {
	padding: 20px;
	box-shadow: 0 0px 1px 0 #aaa;
	border-radius: 5px;
}

.text-icon svg {
	width: 17px;
	margin-right: 7px;
}


/* Data Lists*/
.view-type-btn.active {
	border: solid 1px #467ed6;
	background-color: #dbeafe;
	border-radius: 4px;
	color: #467ed6;
}

.data-btn {
	padding: 7px 20px 7px 15px;
	background-color: #e8e8e8;
	border-radius: 3px;
	color: #afafaf;
}

.data-btn.dropdown-btn {
    color: #1d2335;
}

.data-btn.active {
    cursor: pointer;
    color: #1d2335;
    border: solid 1px #0953c9;
    border-radius: 4px;
    padding: 7px 10px 7px 15px;
}

.data-btn#bulk-actions-btn {
    cursor: pointer;
    color: #1d2335;
    border: solid 1px #0953c9;
    border-radius: 4px;
    padding: 7px 10px 7px 15px;
}

.data-btn .button-icon {
	display: inline;
	height: 12px;
	position: relative;
	bottom: 1px;
}

.data-btn .button-caret {
	display: inline;
	height: 12px;
	position: relative;
	top: 2px;
}

.data input {
	border: solid 1px #ccc;
	margin-left: 5px;
	border-radius: 4px;
	height: 25px;
}

.dataTables_length select {
	padding: 5px;
	border: solid 1px #467ed6;
	border-radius: 5px;
	background-color: #fff;
	cursor: pointer;
}

.datatable th:first-child, .datatable td:first-child {
	padding-left: 20px;
}

.datatable th:last-child, .datatable td:last-child {
	padding-left: 0px;
}

.datatable tr.active {
    background-color: #eff4ff;
}

.datatable .actions {
    min-width: 93px;
}

.datatable .actions button svg {
    height: 15px;
}

.dataTables_filter,
.dataTables_length,
.dataTables_info,
.dataTables_paginate {
	display: inline-block;
	padding: 10px 25px 10px;
    color: #555;
}

.dataTables_filter, .dataTables_paginate {
	float: right;
	padding-right: 25px;
}

.paginate_button {
    padding: 5px 10px;
}

.paginate_button.current {
	border: solid 1px #0953c9;
	border-radius: 5px;
}

/* Access Requests*/

.details {
    color: #626c7f;
    font-size: 12px !important;
}

.details td {
    vertical-align: top;
}

.details .tags {
    cursor: pointer;
}

.details .file-meta-name {
    min-width: 33%;
}

.details .file-meta-value {
    text-align: right;
}

.flex-1.cursor-pointer a {
	padding: 0;
	display: inline;
}

/* Create Page */
.main-content h1 {
    font-size: 24px;
    font-weight: bold;
    color: #212529;
}

.main-content p {
    font-size: 14px;
    color: #868e96;
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.375rem;
    min-height: 2.5rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3b82f6; /* Darker gray */
    color: white;
    border: none;
    border-radius: 0.25rem;
    padding: 0.25rem 0.75rem;
    margin: 0.125rem 0 0.125rem 0.25rem;
}

.select2-selection__choice__remove {
    height: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: white;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 10px;
}

/* Dropzone area styling */
.dropzone {
    background-color: #F1F5F9;
    border: 2px dashed #D1D5DB;
    padding: 50px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 20px;
}

.dropzone .dz-message {
    color: #4A5568;
    font-size: 18px;
    font-weight: 500;
}

/* File Upload List (Simulated Progress) */
/* .file-upload-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f9fafb;
    padding: 10px 20px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.file-info {
    display: flex;
    align-items: center;
}

.file-info img {
    height: 32px;
    margin-right: 15px;
} */

.file-progress-bar {
    flex: 1;
    height: 6px;
    background-color: #E5E7EB;
    border-radius: 3px;
    overflow: hidden;
}

.file-progress {
    height: 100%;
    background-color: #2563EB;
    width: 0;
    transition: width 0.5s;
}

.file-size {
    color: #6B7280;
}

/* Cabinets */
.cabinets .highlighted {
    background-color: #E5F4FF; /* Light blue */
    color: #1E40AF; /* Dark blue */
    font-weight: bold;
}

.cabinets #directory-tree .shelf .directory-icon,
.cabinets #directory-tree .directorate .directory-icon {
	display: inline;
	height: 1rem;
	position: relative;
	bottom: 1px;
}

.cabinets #directory-tree .folder .directory-icon,
.cabinets #directory-tree .section .directory-icon {
	display: inline;
	margin-left: 1rem;
	position: relative;
	bottom: 2px;
	height: 1rem;
	padding-right: 5px;
}

.vuefinder__main__relative {
    height:90vh !important;
}
