
*{
	padding:0;
	margin:0;
	font-family: "Open Sans", Arial, sans-serif;	
	box-sizing: border-box;
}
.main-dashboard-page {
    display: flex;
    background-color: #f8f8f8;
}

.container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
}
.login-box {
    background: #FFF;
    border-top: 5px solid #001729;
    border-radius: 5px 0 5px 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 33px 33px 15px;
}
.main-login-page {
	background-color: #ecedf0;
}
.inner-login-page {
    width: 100%;
    max-width: 470px;
}
.login-title {
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.login-title strong {
    background-color: #001828;
    color: #fff;
    padding: 12px 30px;
    border-radius: 10px 10px 0 0;
}
.form-group {
    position: relative;
    margin-bottom: 20px;
}
.form-group label {
    display: block;
    width: 100%;
    margin: 0 0 5px 0;
    color: #333;
    font-size: 15px;
    position: relative;
    font-weight: 600;
}
.form-group i.fa {
    position: absolute;
    right: 15px;
    top: 39px;
    color: #999;
}
.form-group input.form-control {
    width: 100%;
    height: 45px;
    padding: 10px 10px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}
.login-box h3 {
    display: block;
    text-align: center;
    margin: 0 0 20px;
}
.blue-button, .omniauth-button {
    border: 1px solid #001828;
    background-color: #001828;
    width: 100%;
    color: #fff;
    padding: 14px 10px;
    font-size: 16px;
    cursor: pointer;
}
.omniauth-button {
    border: 1px solid #0877c8;
    background-color: #0877c8;
    width: 100%;
    color: #fff;
    padding: 14px 10px;
    font-size: 16px;
    cursor: pointer;
}
.or-sign-with{
    font-weight: bold;
    text-align-last: center;
}
.blue-button:hover, .omniauth-button button:hover {
    background-color: #fff;
    color: #001828;
}
.form-group.flex-inline {
    display: flex;
    align-items: center;
}
a.right-forgot {
    margin-left: auto;
    font-size: 14px;
    text-decoration: none;
    color: #001827;
}
.checkbox-custom.checkbox-default {
    position: relative;
}
.checkbox-default label:before, .checkbox-default label:after  {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    width: 19px;
    height: 18px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #bbb;
    background: #fff;
    opacity: 1;
}
.checkbox-default input#RememberMe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    opacity: 0;
}
.checkbox-default label:after {
    background-color: #001827;
    border-color: #001827;
    font-family: 'FontAwesome';
    content: '\F00C';
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    cursor: pointer;
}
.checkbox-default label {
    padding: 0 0 0 30px;
    cursor: pointer;
}
.checkbox-default input#RememberMe:checked + label:after {
	opacity: 1;
}
.collapse-logo {
    display: none;
}
.dashboard-left-sidebar {
    background-color: #001729;
    width: 300px;
    min-width: 300px;
    position: relative;
    min-height: 100vh;
}
.dashboard-right-content {
    width: 80%;
    padding: 0px 30px 20px 20px;
}
ul.admin-menu.menu-list a svg {
    position: static;
    width: 25px;
}
.btn-primary.logout-link svg {
    height: 20px;
    width: 14px;
    margin: -1px 3px 0 0;
}
.dashboard-left-sidebar a span {
    display: inline-block;
    white-space: normal;
}
ul.menu-list > li.menu-item .fa-angle-right,
ul.menu-list > li.menu-item > a:after {
    display: none;
    content: none;
}
ul.menu-list > li.menu-item.dashboard > a {
    background: #ffcc08;
    color: #000;
}
ul.menu-list > li.menu-item.dashboard > a svg {
    stroke: #000;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:active {
    background: #ededed;
    color: #000;
}
.modal-dialog .modal-header {
    background-color: #efefef;
    border-bottom-color: #ddd;
}
.modal-header h5.modal-title {
    font-weight: 600;
    font-size: 18px;
    color: #000;
}
.modal-dialog .modal-footer {
    padding: 15px 0 0;
    border-top-color: #ddd;
}
.cst-checkbox {
    display: inline-block;
    position: relative;
}
.cst-checkbox input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}
.cst-checkbox label {
    position: relative;
    width: 22px;
    height: 22px;
    top: 3px;
}
.cst-checkbox label:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 6px;
    border: 1px solid #ddd;
    top: 0;
}
.cst-checkbox label:after {
    content: "\f00c";
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: #00979c;
    border-radius: 6px;
    font: normal normal normal 11px / 1 FontAwesome;
    color: #fff;
    padding: 6.5px 0 0;
    text-align: center;
    opacity: 0;
}
.cst-checkbox input[type="checkbox"]:checked + label:after {
    opacity: 1;
}
.dashboard-left-sidebar .user-info p {
    color: #fff;
    font-weight: 700;
    white-space: nowrap;

}

.dashboard-left-sidebar .user-info {
    padding: 10px 20px 15px;
}
.inner-report-body p, .inner-report-body span {
    text-align: left;
    margin: 0 0 5px;
    font-size: 14px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 40px;
}

.inner-report-body p strong {
    margin: 0 5px 0 0;
}
.inner-report-body {
    margin: 25px 0 0;
}
.top-title h3 {
    font-weight: 600;
    margin: 0 0 25px;
}
.favourite-cards {
    /* margin-top: 50px; */
    /* border-top: 1px solid #ddd; */
    /* padding-top: 40px; */
}
.favourite-cards .folder-card-link {
    color: #000;
}
.reports-card .folder-icon {
    width: 60px;
}
.reports-card .inner-report-body {
    width: 82%;
    margin: 0;
}
.reports-card .inner-report-body h5.folder-card-title {
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 8px 0;
}
.set-permissions-text.page-title strong {
    font-weight: 600;
    max-width: 300px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.set-permissions-text.page-title span {
    font-size: 17px;
    color: #555;
}
.table.report-table.no-footer .empty-column td, .table.report-table.no-footer .empty-column th {
    background: transparent !important;
}
div#permissionsTable_wrapper {
    max-height: calc(100vh - 130px);
    overflow: auto;
}
.table.report-table tr th {
    position: sticky;
    top: 0;
    z-index: 9;
}
/* Add a media query for larger screens */
@media (min-width: 1600px) {
    .dashboard-right-content {
        width: 84%;
        padding: 0px 30px 20px 20px;
    }
}
.top-logo {
    padding: 20px 20px 30px;
    text-align: center;
}
.menu-list a {
    padding: 12px 40px 12px 50px;
    display: block;
    text-decoration: none;
    color: #fff;
    position: relative;
    font-size: 16px;
}
.menu-list a > i {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 22px;
}
li.menu-item {
    border-bottom: 1px solid #02080c;
    position: relative;
}
.menu-list a > svg {
    left: 19px;
    top: 15px;
    position: absolute;
    height: 20px;
    width: 18px;
}
.menu-list a > i.text-folder {
    left: 19px;
    font-size: 18px;
    top: 17px;
    opacity: 1;
}
.dashboard-left-sidebar {
    padding-bottom: 210px;
}
.sidebar-submenu {
    position: absolute;
    right: -330px;
    width: 330px;
    background-color: #fff;
    top: 0;
    z-index: 9999;
    padding: 20px 20px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
    border: 1px solid #ddd;
    box-shadow: 0 0 2px #000;
}
li.menu-item > a:after {
    border-bottom: 20px solid rgb(255 255 255);
    border-left: 15px solid rgba(0, 0, 0, 0);
    border-right: 15px solid rgba(0, 0, 0, 0);
    content: "";
    position: absolute;
    right: -7px;
    top: 13px;
    transform: rotate(-90deg);
    opacity: 0;
    z-index: 9;
}
.submenu-item a {
    padding: 7px 0 7px 40px;
    font-size: 15px;
    position: relative;
}
li.submenu-item a:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #eee;
    border-radius: 50%;
    left: 26px;
    top: 15px;
    position: absolute;
}
.menu-list li.menu-item a:hover + .sidebar-submenu {
	right: -330px;
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease-out;
}
.menu-list li.menu-item > a:hover:after {
	opacity: 1;
	transition: all 0.7s ease-out;
}
/* .menu-list li.menu-item:hover a .fa-angle-right {
	opacity: 0;
} */
.sidebar-submenu h3 {
    font-size: 18px;
    font-weight: 600;
}
.sidebar-submenu p {
    font-size: 14px;
    color: #888;
}
.logout-section {
    text-align: center;
    margin-top: auto; /* Push it to the bottom */
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: 0;
    padding: 0 10px;
  }
  
.logout-link {
    color: #ecf0f1;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #ecf0f1;
    border-radius: 5px;
    padding: 10px 20px;
    display: inline-block;
    transition: all 0.3s ease;
}

.logout-link:hover {
    background-color: #ecf0f1;
    color: #2c3e50;
}

.msg-notice{
    color: rgb(32, 140, 22);
    font-size: 12px;
    font-weight: bold; 
    text-align-last: center;
}
.msg-alert{
    color: red;
    font-size: 12px;
    font-weight: bold; 
    text-align-last: center;
}
/* create reports form */
.create-reports-form {
    background-color: #ffffff; /* White background for the form */
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Subtle shadow */
    width: 400px; /* Max width for the form */
    text-align: left;
  }
  
  /* Heading Styling */
  .create-reports-form h1 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
  }
  
  /* Form Element Styling */
  .create-reports-form form div {
    margin-bottom: 15px;
  }
  
  .create-reports-form label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #555;
  }
  
  .create-reports-form input[type="text"],
  .create-reports-form textarea {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }
  
  .create-reports-form textarea {
    resize: none; /* Disable resizing of textareas */
    height: 80px;
  }
  
  /* Submit Button */
  .create-reports-form input[type="submit"] {
    width: 100%;
    padding: 10px;
    background-color: #007bff; /* Blue button */
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .create-reports-form input[type="submit"]:hover {
    background-color: #0056b3; /* Darker blue on hover */
  }
  
  /* Checkbox Styling */
  .create-reports-form input[type="checkbox"] {
    margin-left: 5px;
  }
  a{
    text-decoration: none!important;
  }



.table.report-table.no-footer {
    border: none;
    background: transparent;
}
.table.report-table.no-footer tr th, .table.report-table.no-footer tr td {
    background-color: transparent;
    border: none;
}
table.dataTable tbody tr {
    background-color: transparent;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 6%);
    border-radius: 18px;
    position: relative;
}
.table.report-table.no-footer tr td:first-child, .table.report-table.no-footer tr th:first-child {
    border-radius: 18px 0px 0px 18px;
    border-left: 1px solid #E0E0E0;
}
.table.report-table.no-footer tr td:last-child, .table.report-table.no-footer tr th:last-child {
    border-radius: 0px 18px 18px 0px;
    min-width: 160px;
    text-align: center;
    border-right: 1px solid #E0E0E0;
}
.table.report-table.no-footer tr td, .table.report-table.no-footer tr th {
    padding: 15px 20px;
    vertical-align: middle;
    color: #1C1C1C;
    font-size: 16px;
    white-space: normal;
    min-width: 100px;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    box-sizing: border-box;
}
.table.report-table.no-footer tr th:last-child {
    text-align: center;
}
.table.report-table.no-footer td a {
    color: #001729;
    font-size: 14px;
    margin: 0 3px;
}
.table.report-table.no-footer .empty-column {
    padding: 0;
    height: 15px;
    box-shadow: none;
}
.table.report-table.no-footer tr th {
    background-color: #fff;
    font-size: 15px;
}
.table.report-table.no-footer .empty-column td, .table.report-table.no-footer .empty-column th {
    padding: 0;
    border: none !important;
    height: auto;
}
ul.menu-list {
    padding: 0;
    margin: 0;
}
.dataTables_length {
    margin: 0px 0 20px;
}
.dataTables_wrapper.no-footer .dataTables_length select, .dataTables_wrapper.no-footer .dataTables_filter input {
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 10px;
    margin: 0 10px;
}
.top-header {
    background-color: #fff;
    margin: 0 -32px 40px;
    padding: 10px 43px;
    text-align: right;
    border-bottom: 1px solid #ddd;
}
.dataTables_wrapper.no-footer .dataTables_paginate .paginate_button.current, .dataTables_wrapper.no-footer .dataTables_paginate .paginate_button.current:hover {
    background: #001729;
    color: #fff !important;
}
a.btn.add-report-btn, a.btn.back-reports-btn, .btn.btn-primary {
    background: #00979C;
    border-color: #00979C;
    font-size: 15px;
}
.table.no-footer.dataTable th, .table.no-footer.dataTable td {
    min-width: 100px;
}
.table.report-table.no-footer td.url-td {
    white-space: normal;
    word-break: break-word;
}
.table.report-table.no-footer tr th.url-th {
    max-width: 800px;
}
.table.report-table.no-footer .report-id, .table.report-table.no-footer .action-icon {
    max-width: 100px;
}
.table.report-table.no-footer td {
    height: 90px;
    cursor: pointer;
}
.table.report-table a.overlap-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
td.action-icon a {
    position: relative;
    z-index: 1;
}
.btn-primary.logout-link {
    background-color: #00979C;
    border-color: #00979C;
    width: 100%;
    font-size: 16px;
    white-space: nowrap;
}
.btn-primary.logout-link:hover, :not(.btn-check)+.btn:active,
a.btn.back-reports-btn:hover, 
a.btn.add-report-btn:hover, 
.btn.btn-primary:hover {
    background-color: #039094 !important;
    border-color: #039094 !important;
}
.top-header h2 {
    margin: 0;
    font-size: 25px;
    font-weight: 600;
}
.menu-item.active > a, .menu-item.open > a, .menu-item.open > a:hover {
    /* background-color: #00979c; */
    background-color: #ffcc08;
    color:#000e19;
    /* font-weight: bold; */
}
li.submenu-item.active a {
    background-color: #a68300;
}
.menu-item > a:hover {
    background-color: #ffcc084f;
}
.menu-item.open > a i.fa-angle-right {
    transform: rotate(90deg);
    top: 12px;
}
ul.admin-menu.menu-list {
    min-height: inherit;
    padding: 0 10px;
    position: absolute;
    width: 100%;
    bottom: 55px;
    list-style: none;
}
ul.admin-menu.menu-list a {
    text-align: center;
    padding: 12px 6px;
    width: 100%;
    border: 1px solid #002F55;
    background-color: #002F55;
    border-radius: 0.5rem;
    margin-bottom: 15px;
}
.inner-report-modal input[type="text"] {
    border: 1px solid #ddd;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding: 10px 10px;
    border-radius: 5px;
    color: #555;
    font-size: 14px;
}
.inner-report-modal textarea {
    border: 1px solid #ddd;
    width: 100%;
    height: 60px;
    resize: none;
    border-radius: 5px;
    padding: 5px;
    color: #555;
    font-size: 14px;
}
.form-group.checkbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
}
.form-group.checkbox input#report_is_active {
    margin: -3px 10px 0 0;
    width: 20px;
    transform: scale(1.5);
}
p.or-sign-with + br {
    display: none;
}
button.omniauth-button svg {
    margin: -3px 5px 0 0;
}
#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 11, 11, 0.8);
    z-index: 9999;
}
#loader .fa-spinner {
    font-size: 3rem;
    color: #ffffff;
}
.table.report-table.no-footer th span {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inner-permission-table .table-responsive {
    width: 100%;
    max-width: calc(100% - 0px);
    margin: 0 0 20px;
    overflow: hidden;
    border-radius: 18px;
}
.folder-icon {
    font-size: 2rem;
    color: #00979C;
    transition: color 0.3s ease;
}
.options-dropdown .dropdown-toggle::after {
    display: none;
}
.menu-item .submenu {
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #000e19;
}
.folder-card {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 6%);
    border-radius: 16px;
    padding: 20px 20px;
    height: 100%;
}
.folder-card-title a {
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    display: inline-block;
}
p.folder-card-text {
    font-size: 14px;
    margin: 0;
    min-height: 45px;
    color: #444;
}
.dropdown-menu .dropdown-item {
    font-size: 12px;
    color: #555;
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.options-dropdown ul.dropdown-menu {
    width: 100px;
    min-width: auto;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 6%);
}
.user-info {
    padding: 10px;
    color: #fff;
}

h5.folder-card-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.folder-card .options-dropdown {
    right: 15px;
    top: 10px;
}
.submenu {
    display: none;
  }
  
  .submenu.open {
    display: block;
  }
.empty-folders{
    color: #fff;
    text-align: -webkit-center;
    margin-top: 10px;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
