@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*region Base Styles (Mobile First) */
/*** MISC ***/
* {
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
html {
  font-size: 12px; }
p {
    color: #1C1C1E;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.42px; }
p, body {
  font-family: "Montserrat", sans-serif; }
.btn, button {
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    outline: 0;
    outline-offset: 0;
    cursor: pointer;
    text-align: center;
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.42px;
    line-height: 1;
    border-radius: 10px;
    background-color: #0093D6;
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px 10px 15px; }
.btn:hover, button:hover,
.btn:focus, button:focus,
:not(.btn-check)+.btn:hover,
.btn:active, button:active,
.btn:active, button:active,
:not(.btn-check)+.btn:active{
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #FFF;
    background-color: #0093D6; }
.btn.white, button.white {
    color: #1C1C1E;
    background-color: #FFF; }
.btn.white:hover, button.white:hover,
.btn.white:focus, button.white:focus,
:not(.btn-check)+.btn.white:hover,
.btn.white:active, button.white:active,
.btn.white:active, button.white:active,
:not(.btn-check)+.btn.white:active {
    color: #1C1C1E;
    background-color: #FFF; }
.my-40 {
    margin-top: 40px;
    margin-bottom: 40px; }
.mt-60 {
    margin-top: 30px; }
.mb-20 {
    margin-bottom: 15px; }
.search-btn:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-image: url('../images/ico-search.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
.edit-btn:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-image: url('../images/ico-edit.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
.add-btn:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-image: url('../images/ico-add.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
.dt-search,
.dt-length {
    display: flex;
    align-items: center; }
.dt-search label {
    color: rgba(28, 28, 30, 0.60);
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
    letter-spacing: -0.42px;
    margin-right: 15px; }
.dt-search .form-control {
    color: #1C1C1E;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    padding-left: 15px;
    padding-right: 15px;
    height: 40px;
    letter-spacing: -0.42px;
    border-radius: 10px;
    border: 1px solid #EDEBE8;
    background-color: #FFF; }
.dt-length .form-select {
    color: #1C1C1E;
    font-size: 1rem;
    font-style: normal;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 500;
    line-height: 1;
    border-radius: 10px;
    border: 1px solid #EDEBE8;
    background-color: #FFF;
    width: 90px;
    margin-right: 15px; }
.dt-length label {
    color: rgba(28, 28, 30, 0.60);
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.42px;
    width: 250px; }
.dt-search .form-control:focus,
.dt-length .form-select:focus {
    outline: none;
    box-shadow: none; }
.dt-info {
    color: rgba(28, 28, 30, 0.60);
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1; }
.dtr-details {
    text-align: left!important; }
.dt-info {
    text-align: center; }
.pagination {
    justify-content: center; }
.dt-layout-end {
    margin-top: 10px; }
.table-wrapper {
    border-radius: 20px;
    background: #FFF;
    padding: 20px; }
.table-wrapper .table { width: 100%; }
.table-wrapper th {
    white-space: nowrap;
}
table tr {
    background: #FFF; }
.table>:not(caption)>*>* {
    border-bottom: 1px solid #EDEBE8; }
table.initializing {
    display: none; }

/* Skeleton Loader */
.skeleton-wrapper select.skeleton-select,
.skeleton-wrapper input.skeleton-search {
    pointer-events: none; }
.skeleton-wrapper select.skeleton-select {
    background: #f0f0f0;
    color: transparent; }
.skeleton-wrapper input.skeleton-search {
    background: linear-gradient(90deg, #f0f0f0 0%, #e8e8e8 50%, #f0f0f0 100%);
    background-size: 200% 100%;
    animation: skeleton-shimmer 2s infinite; }
.skeleton-wrapper .skeleton-label {
    color: #adb5bd; }
table.table-skeleton .skeleton-text {
    font-size: 1rem;
    height: 1.2rem;
    background: linear-gradient(90deg, #f5f5f5 0%, #ececec 50%, #f5f5f5 100%);
    background-size: 200% 100%;
    animation: skeleton-shimmer 2s infinite;
    border-radius: 4px;
    margin: 4px 0; }
@keyframes skeleton-shimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; } }

table th {
    color: #1C1C1E;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.42px;
    padding: 20px!important; }
table td {
    color: #1C1C1E;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.42px;
    padding: 18px 20px!important; }
table td a {
    color: #0093D6; }
table td:last-child,
table th:last-child  {
    text-align: center; }
table.action td:last-child a {
    color: #000;
    text-decoration: none;
}
.actionLinks {
    white-space: nowrap;
}
a i {
    font-size: 1.5rem;
    margin-left: 6px;
}
a i:hover {
    color: #0093D6;
}
.dropdown-menu {
    padding: 7.5px 15px;
    min-width: 75px;
    border-radius: 10px;
    border: 1px solid #EDEBE8;
    background: #FFF; }
.dropdown-menu .dropdown-item {
    color: rgba(28, 28, 30, 0.60);
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.42px;
    padding: 7.5px 0;
    background-color: transparent; }
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    color: #1C1C1E; }
.dropdown-toggle::after {
    display: none; }
.small-table td:first-child {
    color: #1C1C1E;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.42px; }
.disabled>.page-link, .page-link.disabled, .page-link {
    color: #1C1C1E;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    border: 1px solid #FFF;
    background-color: #FFF;
    border: 0;
    margin: 0; }
.active>.page-link, .page-link.active {
    color: #1C1C1E!important;
    border: 1px solid #EDEBE8;
    background-color: #FFF; }
.page-link:hover {
    color: #1C1C1E!important;
    background-color: #FFF!important; }
.disabled>.page-link:focus, .page-link.disabled:focus,.page-link:focus,
.active>.page-link, .page-link.active  {
    color: #1C1C1E!important;
    outline: none!important;
    box-shadow: none!important; }
.modal {
    background: rgba(28, 28, 30, 0.75);
    backdrop-filter: blur(2.5px); }
.modal .modal-content {
    border-radius: 20px;
    background: #F7F6F3; }
.modal .modal-header {
    padding: 15px;
    justify-content: center;
    border-bottom: 1px solid #DDE5E8; }
.modal .modal-header .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0; }
.modal .modal-header .btn-close:focus,
.modal .modal-header .btn-close:hover {
    background-color: transparent!important;
    outline: none;
    box-shadow: none; }
.modal .modal-body {
    padding: 15px;
    border: 0; }
#deleteConfirmDetail {
    background-color: #fff;
    padding: 16px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    margin: 16px 0;
    color: #53535a; }
.modal .ico-search {
    display: inline-block;
    vertical-align: middle;
    background-image: url('../images/ico-search-black.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    margin-right: 15px; }
.modal .modal-title {
    color: #1C1C1E;
    text-align: center;
    font-size: 1.14rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1; }
.modal .modal-dialog{
    max-width: 1080px; }
.modal.w-740 .modal-dialog {
    max-width: 740px; }
.footer-modal {
    position: relative;
    margin: 30px -15px 0 -15px;
    padding: 30px 15px 0; }
.footer-modal:before {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    height: 15px;
    opacity: 0.05;
    background: linear-gradient(180deg, rgba(28, 28, 30, 0.00) 0%, #1C1C1E 100%); }
.create-scheme-form {
    border-radius: 20px;
    background: #FFF;
    padding: 30px; }
.create-scheme-form label {
    color: #1C1C1E;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.42px; }
.create-scheme-form .form-control,
.create-scheme-form .form-select {
    color: #1C1C1E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.42px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #EDEBE8;
    background-color: #FFF; }
.create-scheme-form .form-control:focus,
.create-scheme-form .form-select:focus {
    border: 1px solid rgba(28, 28, 30, 0.60);
    box-shadow: none;
    outline: none; }
.form-control:disabled {
    color: rgba(28, 28, 30, 0.60);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.42px;
    border-radius: 10px;
    border: 1px solid #EDEBE8;
    background: rgba(237, 235, 232, 0.60);
    opacity: 1; }
form-control:disabled::-moz-placeholder {
    color: rgba(28, 28, 30, 0.60); }
form-control:disabled:-ms-input-placeholder {
    color: rgba(28, 28, 30, 0.60); }
form-control:disabled::-webkit-input-placeholder {
    color: rgba(28, 28, 30, 0.60); }
.input-group.date-group {
    width: 180px; }
.input-group.date-group .form-control {
    height: 40px;
    padding-left: 15px;
    border-radius: 10px 0 0 10px;
    border: 1px solid #EDEBE8;
    background: #FFF; }
.input-group.date-group span {
    width: 40px;
    border-radius: 0 10px 10px 0;
    border-top: 1px solid #EDEBE8;
    border-right: 1px solid #EDEBE8;
    border-bottom: 1px solid #EDEBE8;
    background: #FAF9F7;
    background-image: url('../images/ico-calendar.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px; }
.note-fc {
    color: #1C1C1E;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.54;
    letter-spacing: -0.42px;
    border-radius: 10px;
    border: 1px solid #EDEBE8;
    background: #FFF; }
.note-fc:focus {
    outline: none;
    border: 1px solid #EDEBE8;
    box-shadow: none; }
.filter-bar {
    margin-bottom: 20px; }
.filter-bar .form-control {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid #EDEBE8;
    background: #FFF;
    padding-left: 15px;
    padding-right: 15px;
    height: 40px; }
.filter-bar .filter .item {
    display: inline-block;
    color: rgba(28, 28, 30, 0.60);
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.42px;
    padding: 12px 30px;
    border-radius: 40px;
    border: 1px solid #EDEBE8;
    background: #FFF;
    margin-right: 2px;
    margin-bottom: 5px;
    cursor: pointer; }
.filter-bar .filter .item.disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }
.filter-bar .form-control:focus {
    outline: none;
    box-shadow: none; }
input[type="search"]::-webkit-search-cancel-button {
  display: none; }
.filter-bar .filter .item.active {
    color: #FFF;
    border: 1px solid #1C1C1E;
    background: #1C1C1E; }
.filter-bar .filter .item:hover,
.filter-bar .filter .item:focus {
    color: #1C1C1E;
    border: 1px solid #1C1C1E;
    background: #fff; }

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 15px 0;
    background-color: #1C1C1E;
    transition: width 0.3s ease;
    overflow: hidden; }
.sidebar .logo {
    position: absolute;
    top: 7px;
    left: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
.sidebar .aside-menu span {
    display: none;
    transition: opacity 0.2s ease;
    opacity: 1;
    visibility: visible;
    white-space: nowrap; }
.sidebar.minimized {
    width: 87px; }
.sidebar.minimized .aside-menu span {
    opacity: 0;
    visibility: hidden; }
.sidebar .ico-minimised {
    display: none;
    width: 30px;
    height: 30px;
    background-image: url('../images/arrow-left.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    cursor: pointer;
    transition: background-image 0.3s ease; }
.sidebar.minimized .ico-minimised {
    background-image: url('../images/arrow-right.svg'); }
.sidebar .ico-minimised:hover {
    opacity: 0.8; }
.navbar-brand img {
    width: 147.75px;
    height: 30px; }
.sidebar.minimized .navbar-brand {
    display: none; }
.sidebar .aside-menu {
    justify-content: flex-end; }
.sidebar .aside-menu .nav-item .nav-link {
    opacity: 0.6;
    position: relative;
    color: #FFF;
    font-size: 1.58rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.66px;
    padding: 10px; }
.sidebar .aside-menu .nav-item .nav-link:hover,
.sidebar .aside-menu .nav-item .nav-link:focus,
.sidebar .aside-menu .nav-item .nav-link.active {
    opacity: 1;
    color: #FFF; }
.sidebar .aside-menu .nav-item .nav-link .ico {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
.sidebar .aside-menu .nav-item .nav-link .ico.schemes {
    background-image: url('../images/ico-layers.svg'); }
.sidebar .aside-menu .nav-item .nav-link .ico.companies {
    background-image: url('../images/ico-building.svg'); }
.sidebar .aside-menu .nav-item .nav-link .ico.people {
    background-image: url('../images/ico-users.svg'); }
.sidebar .aside-menu .nav-item .nav-link .ico.profile {
    background-image: url('../images/ico-user.svg'); }
.sidebar .aside-menu .nav-item .nav-link .ico.logout {
    background-image: url('../images/ico-logout.svg'); }
.sidebar .aside-menu .nav-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 10px 20px; }
.head {
    padding: 20px;
    display: flex;
    align-items: end;
    min-height: 160px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
.head .d-flex {
    width: 100%;
    align-items: center;
    justify-content: space-between; }
h1,
.page-title {
    color: #FFF;
    font-size: 2.29rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.6px;
    margin: 0; }
main {
    margin-top: 74px; }
.content {
    background-color: #F7F6F3;
    padding: 30px 20px; }
.content h1 {
    color: #1C1C1E;
    font-size: 1.58rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.1px; }
h2 {
    color: #1C1C1E;
    font-size: 1.58rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.1px;
    margin: 0; }
.nav-tabs {
    border: 0;
    margin-bottom: 20px; }
.nav-tabs .nav-link {
    color: rgba(28, 28, 30, 0.60);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.42px;
    padding: 7px 15px;
    border-radius: 10px;
    background: #FFF;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 0; }
.nav-tabs .nav-link:hover {
    color: #1C1C1E; }
.nav-tabs .nav-link.active {
    color: #FFF;
    background-color: #1C1C1E; }
.nav-tabs.modal-tabs {
    border-radius: 20px;
    background: #FFF;
    padding: 10px 5px;
    justify-content: center;
    width: auto; }
.nav-tabs.modal-tabs .nav-link {
    margin: 0 5px; }
.modal nav {
    width: auto;
    display: table;
    margin: auto; }
 .logo-login img {
    width: 225px;
    height: 56px; }
.loginPage {
    position: relative; }
.loginPage .bottom-text {
    color: #FFF;
    width: 100%;
    position: absolute;
    text-align: center;
    font-weight: 475;
    font-size: 14px;
    bottom: 40px; }
.loginPage .bottom-text a {
  color: #FFF; }
.loginPage .cont-box {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.loginPage .cont-box:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 147, 214, 0.25);
  mix-blend-mode: multiply; }
.loginPage .blur-box {
  padding: 55px 30px 45px 30px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px); }
.loginPage .blur-box form {
  margin-top: 60px; }
.loginPage .blur-box form .form-control {
  color: #FFF;
  font-size: 14px;
  padding: 20px;
  border-radius: 10px;
  border-color: transparent;
  background: rgba(255, 255, 255, 0.20); }
.loginPage .blur-box form .btn {
  font-size: 14px;
  padding: 20px; }
.loginPage .blur-box .footer-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px; }
.loginPage .blur-box .footer-form a,
.loginPage .blur-box .footer-form label {
  color: #FFF;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 475; }
.loginPage .blur-box .footer-form a:hover,
.loginPage .blur-box .footer-form a:focus {
  text-decoration: underline; }
.loginPage .blur-box .footer-form label {
  margin-top: 3px; }
.loginPage .form-check .form-check-input {
  border-color: transparent;
  margin-left: -30px; }
.loginPage .blur-box form .form-control:focus,
.loginPage .form-check .form-check-input:focus {
  border-color: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
.loginPage .blur-box form .form-control::-moz-placeholder {
  color: #FFF; }
.loginPage .blur-box form .form-control:-ms-input-placeholder {
  color: #FFF; }
.loginPage .blur-box form .form-control::-webkit-input-placeholder {
  color: #FFF; }
.loginPage .form-check {
  padding-left: 30px;
  margin-bottom: 0; }
.loginPage .form-check .form-check-input,
.loginPage .form-check .form-check-input:checked {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.20);
  border-color: transparent; }
.loginPage .form-check .form-check-input:checked {
  background-image: url('../images/ico-check.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px; }
/*endregion*/



/*region Pin Icon Styles (Non-responsive) */
/* Pin icon styles */
.pin-cell {
    text-align: right;
    vertical-align: middle;
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.pin-toggle {
    display: inline-block;
    cursor: pointer;
    transition: all 0.2s ease;
}

.pin-toggle img {
    width: 16px;
    height: 16px;
    transition: all 0.2s ease;
}

/* Pinned state - vibrant green */
.pin-toggle.pinned img {
    filter: brightness(0) saturate(100%) invert(44%) sepia(96%) saturate(1165%) hue-rotate(111deg) brightness(97%) contrast(101%);
    /* This creates a vibrant green color #22c55e */
}

.pin-toggle.pinned:hover img {
    filter: brightness(0) saturate(100%) invert(39%) sepia(91%) saturate(1043%) hue-rotate(111deg) brightness(92%) contrast(96%);
    transform: scale(1.1);
}

/* Unpinned state - grey and muted */
.pin-toggle.unpinned img {
    filter: brightness(0) saturate(100%) invert(60%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(95%) contrast(85%);
    /* This creates a muted grey color */
    opacity: 0.4;
}

.pin-toggle.unpinned:hover img {
    filter: brightness(0) saturate(100%) invert(60%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(85%) contrast(85%);
    opacity: 0.7;
    transform: scale(1.1);
}
/*endregion*/

/*region Tablet (min-width: 768px) */
    @media (min-width: 768px) {
    .modal .modal-header {
        padding: 30px;
        justify-content: center;
        border-bottom: 1px solid #DDE5E8; }
    .modal .modal-header .btn-close {
        position: absolute;
        top: 30px;
        right: 30px;
        padding: 0; }
    .modal .modal-header .btn-close:focus,
    .modal .modal-header .btn-close:hover {
        background-color: transparent!important;
        outline: none;
        box-shadow: none; }
    .modal .modal-body {
        padding: 30px;
        border: 0; }
    .footer-modal {
        margin: 30px -30px 0 -30px;
        padding: 30px 30px 0; }
    .dt-layout-end {
        margin-top: 0px; }
    .pagination {
        justify-content: flex-end; }
    .dt-info {
        text-align: left; }
    .head {
        min-height: 240px;
        padding: 40px; }
    .table-wrapper {
        padding: 30px; }
    .nav-tabs .nav-link {
        margin-bottom: 0; }
    .sidebar .ico-minimised {
        display: inline-block; }
    .sidebar .aside-menu .nav-item .nav-link .ico {
        margin-right: 10px; }
    .sidebar .aside-menu span {
        display: inline-block; }
    .position-sticky {
        height: 100%;
        display: flex;
        align-items: center; }
    .sidebar .aside-menu .nav-item .nav-link {
        padding: 15px 30px; }
    .sidebar .aside-menu .nav-item .nav-link:hover:before,
    .sidebar .aside-menu .nav-item .nav-link:focus:before,
    .sidebar .aside-menu .nav-item .nav-link.active:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 3px;
        background-color: #0093D6; }
    .sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 250px;
        z-index: 100;
        padding: 15px 0;
        background-color: #1C1C1E;
        transition: width 0.3s ease;
        overflow: hidden; }
    .sidebar .logo {
        position: absolute;
        top: 30px;
        left: 30px;
        right: 30px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
    main {
        margin-top: 0;
        margin-left: 250px; }
    .sidebar.minimized ~ main {
        margin-left: 87px; }
    .content {
        padding: 40px; }
    }
/*endregion*/



/*region Small Window (min-width: 992px) */
@media (min-width: 992px) {
    .filter-bar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px; }
    .filter-bar .form-control {
        width: 40%;
        margin-right: 20px;
        margin-bottom: 0; }
    .filter-bar .filter .item {
        margin-left: 10px;
        margin-bottom: 0; }
}

/*region Desktop (min-width: 1200px) */
    @media (min-width: 1200px) {
    .mt-60 {
        margin-top: 40px; }
    .mb-20 {
        margin-bottom: 20px; }
    .sidebar {
        width: 280px; }
    .nav-tabs .nav-link {
        font-size: 14px;
        padding: 10px 20px;
        margin-right: 10px;  }
    main {
        margin-left: 280px; }
    .sidebar.minimized ~ main {
        margin-left: 87px; }
    .logo-login img {
        width: 264.998px;
        height: 67px; }
    .loginPage .blur-box {
        padding: 60px;
        border-radius: 10px;
        -webkit-box-shadow: 0px 10px 80px 0px rgba(0, 0, 0, 0.10);
                box-shadow: 0px 10px 80px 0px rgba(0, 0, 0, 0.10);
        padding: 40px; }
    .loginPage .blur-box form .form-control {
        font-size: 16px; }
    .loginPage .blur-box form .btn {
        font-size: 16px; }
    .loginPage .blur-box .footer-form {
        margin-top: 33px; }
    }
/*endregion*/

/*region Large Desktop (min-width: 1920px) */
    @media (min-width: 1920px) {
        html {
            font-size: 14px; }
        .mt-60 {
            margin-top: 60px; }
        .sidebar .ico-minimised {
            width: 40px;
            height: 40px;
            background-size: 24px; }
        .navbar-brand img {
            width: 196.854px;
            height: 40px; }
        .sidebar {
            width: 375px; }
        main {
            margin-left: 375px;
            transition: margin-left 0.3s ease; }
}
/*endregion*/

/*region Add Related Record Modal Styles */
/* Expandable table rows */
.table-expandable tbody tr.record-row {
    cursor: default;
}

.table-expandable tbody tr.detail-row {
    background-color: #f8f9fa;
    border-top: none;
}

.table-expandable tbody tr.detail-row td {
    border-top: none;
    padding: 0;
}

.table-expandable tbody tr.detail-row .bg-light {
    background-color: #f8f9fa !important;
    border-left: 3px solid #0093D6;
}

/* Action cell buttons */
.table-expandable .action-cell {
    white-space: nowrap;
}

.table-expandable .action-cell .btn {
    padding: 4px 8px;
    font-size: 0.875rem;
    margin-left: 4px;
}

.table-expandable .action-cell .btn i {
    font-size: 1rem;
}

.table-expandable .action-cell .btn img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.table-expandable .expand-row {
    background-color: transparent;
    border-color: #6c757d;
    color: #6c757d;
}

.table-expandable .expand-row:hover {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
}

.table-expandable .link-record {
    background-color: #0093D6;
    border-color: #0093D6;
    color: #fff;
}

.table-expandable .link-record:hover {
    background-color: #007ab8;
    border-color: #007ab8;
    color: #fff;
}

.table-expandable .link-record:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Make icons white on colored button backgrounds */
.table-expandable .link-record img,
.btn-primary img,
.btn:not(.white):not(.btn-outline-danger):not(.btn-outline-secondary) img {
    filter: brightness(0) invert(1);
}

/* Red/danger colored icons */
.icon-danger img {
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(19%) sepia(97%) saturate(7404%) hue-rotate(359deg) brightness(103%) contrast(113%);
}

.icon-danger:hover img {
    filter: brightness(0) saturate(100%) invert(12%) sepia(100%) saturate(7500%) hue-rotate(359deg) brightness(95%) contrast(115%);
}

/* Detail row tables */
.table-expandable .detail-row table {
    margin-bottom: 0;
}

.table-expandable .detail-row .text-muted {
    font-weight: 600;
    font-size: 0.85rem;
}

/* Modal tabs */
.modal-tabs {
    border-bottom: 2px solid #dee2e6;
}

.modal-tabs .nav-link {
    border: none;
    border-bottom: 2px solid transparent;
    color: #6c757d;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
}

.modal-tabs .nav-link.active {
    color: #0093D6;
    border-bottom-color: #0093D6;
    background-color: transparent;
}

.modal-tabs .nav-link:hover {
    color: #0093D6;
    border-bottom-color: #0093D6;
}

/* Loading states */
.table-expandable tbody .spinner-border {
    color: #0093D6;
}

/* Empty state */
.table-expandable tbody .bi-search,
.table-expandable tbody .bi-inbox {
    font-size: 2rem;
    color: #6c757d;
    opacity: 0.5;
}

/* Searchable select - text input styled like form-select but without dropdown arrow */
input.searchable-select.form-select {
    background-image: none;
    cursor: text;
}

/* Hints for searchable selects */
.searchable-hint,
.searchable-no-results {
    position: absolute;
    margin-top: 0.25rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    color: #6c757d;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    z-index: 10;
}

.searchable-no-results {
    color: #dc3545;
    background: #fff5f5;
    border-color: #f5c2c7;
}
/*endregion*/

/*region DataTables Sort Icons */
/* Hide sort icons on unsorted columns, only show on active sorted column */
table.dataTable thead th.dt-orderable-asc span.dt-column-order,
table.dataTable thead th.dt-orderable-desc span.dt-column-order {
    opacity: 0;
}

/* Show icon on hover */
table.dataTable thead th.dt-orderable-asc:hover span.dt-column-order,
table.dataTable thead th.dt-orderable-desc:hover span.dt-column-order {
    opacity: 0.5;
}

/* Show icon when column is actively sorted */
table.dataTable thead th.dt-ordering-asc span.dt-column-order,
table.dataTable thead th.dt-ordering-desc span.dt-column-order {
    opacity: 1;
}
/*endregion*/
