/*
html {filter: invert(1);}
img, button,svg {filter: invert(1);} */
.selected span.dropdown-item-inner:after {
    content: "check";
    font-family: 'Material Symbols Outlined';
    font-size: 1.5rem;
    position: absolute;
    right: 0;
}

.selected span.dropdown-item-inner {
    position: relative;
}

.bootstrap-select.btn-group .dropdown-menu .dropdown-item.selected {
    background: hsla(13, 80%, 53%, .15)!important;
}
table.dataTable tbody th, table.dataTable tbody td {
    border: none!important;
    border-bottom: 1px solid #F2F4F7!important;
}
a.dropdown-item.disabled {
    background-color: #e2e2e2;
}
table td {
    cursor:pointer;;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #e8eaf0;
}
#fluid .tableContent:not(.notBiggerTable) table td,
#fluid .tableContent:not(.notBiggerTable) table th,
#fluid .tabContent table:not(.notBiggerTable) td ,
#fluid .tabContent:not(.notBiggerTable) table th  {padding: .8rem .2rem!important;font-size: .8rem;}

#fluid .tableContent table th {
    padding: .1rem .2rem!important;
    font-size:.8rem
}
li.projectChangeButton {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 30px;
    color: var(--bs-primary-700);
    font-weight: bold;
    position: absolute;
    bottom: 12.5rem!important;
    height: 20px;
    width: 100%;
    font-size: 1rem;
    left: 20px;
    letter-spacing: 1px;
}
div#tabContent hr {
    display: none;
}
table .progress {
    border-radius: 20px;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    height: 15px!important;
    display: flex;
}
ul.projectList {
    position: absolute;
    bottom: 0;
    gap: 20px;
    cursor: pointer;
    margin: 50px 0px;
    grid-template-columns: repeat(4, 1fr);
    display: none;
    background-color: var(--bs-gray-200);
    padding: 10px;
    border-radius: 4px;
    filter: drop-shadow(2px 4px 6px #0003);
}
li.currentProject {
    background-color: #28a745 !important;
    color: white;
    display: none !important;
}
ul.projectList .projectImage {
    border-radius: 3px;
    width: 72px;
    background-size: cover;
    height: 72px;
    background-position: center;
    margin: auto;
    margin-bottom: 10px;
    border: 1px solid #f4f3f3;
    background-repeat: no-repeat;
    padding: 0px !important;
    margin: 0px !important;
    min-width: 72px;
    min-height: 72px;
}
ul.projectList li {
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    list-style: none;
    filter: drop-shadow(2px 4px 6px #0001);
    display: flex;
    gap: 4px;
    width: 300px;
    align-items: center;
    border-bottom: 1px solid var(--bs-gray-200);
    margin: 10px;
}
ul.projectList a {
    width: 100%;
    margin: 10px;
    text-decoration: none;
    text-align: center;
}
.tableFilterContent {
    display: none;
    position: fixed;
    background-color: var(--bs-gray-200);
    border-radius: 10px;
    border: 1px solid var(--bs-gray-200);
    padding: 21px 22px;
}
.tableFilterContent:before {
    content:"";
    width: 20px;
    height: 20px;
    border-left: 10px solid transparent;
    display: block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--bs-gray-400);
    position: absolute;
    top: -20px;
    left: 32px;
}


.auto-x{
    width: auto;
    min-width: 6.25rem;
    max-width: 6.25rem;
    text-align: center;
    vertical-align: middle;
}

.auto-x-left{
    width: auto;
    min-width: 6.25rem;
    max-width: 6.25rem;
    text-align: left;
    vertical-align: middle;
}
.sX { min-width: 70px !important; max-width: 70px !important; width: 70px !important; vertical-align: middle !important;}
.xX { min-width: 100px !important; max-width: 100px !important; width: 100px !important; vertical-align: middle !important;}
.X { min-width: 150px !important; max-width: 150px !important; width: 150px !important; vertical-align: middle !important;}
.XL { min-width: 200px !important; max-width: 200px !important; width: 200px !important; vertical-align: middle !important;}
.XX { min-width: 250px !important; max-width: 250px !important; width: 250px !important; vertical-align: middle !important;}
.XXL { min-width: 350px !important; max-width: 350px !important; width: 350px !important; vertical-align: middle !important;}

.gray-badge {
    display: flex;
    align-items: center;
    border-radius: 3px;
    background: #f0f6fb;
    color: var(--bs-primary-700-text-emphasis);
    width: fit-content;
    border: 1px solid var(--bs-primary-100);
    padding: .25rem;
    font-size: .756rem;
}
/* Page & Sections */
.page-title {
    color: var(--bs-gray-800);
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1.36;
    margin-bottom: 0;
    font-family: var(--bs-font-sans-serif);
    margin-bottom: 20px;
}
.documentModal {
    width: 100vw!important;
    height: 100vh!important;
}

.documentModal {
    width: 100vw!important;
    height: 100vh!important;
    top: 0;
    bottom: 0;
}

.documentModal .modal-dialog {
    width: 100vw!important;
    height: 100vh!important;
    padding: 0px!important;
    max-width: 100vw!important;
    margin: 0px;
}

.documentModal .modal-content {
    padding: 0px!important;
}

.documentModal .modal-content .card-header {
    display: none!important;
}
.documentModal .modal-content .closed-button {
    text-align: right;
    margin: 0px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    font-size: 1.2rem;
}
button.dt-button.buttons-collection.dots-button {
    display: none;
}
/* GENERAL */

* {
    -webkit-font-smoothing: antialiased;
}
sup {
    font-size: 18px;
    font-weight: bold;
    top: 2px;
    color: #bb254a;
}
.content-scroll {
    height: 100vh;
    overflow: auto;
    padding-bottom: 200px;
}
input {
    border: 1px solid transparent;
}
input:focus {
    box-shadow: 0px 0px 4px 3px rgba(117, 173, 222, 0.25)!important;
    border: 1px solid #2626260f !important;
}
input:focus-within {
    outline:none!important

}
a.paginate_button.current {}
.dataTables_info {
    margin-top: 20px!important;
    font-size: .875rem!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 1px solid var(--bs-primary-100);
    background: transparent;
    font-weight: bold;
    color: var(--bs-primary-700)!important;
    padding: 1rem;
    margin-top: 12px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: var(--bs-primary-400);
    border: 1px solid transparent;
}
.percent-input-content {
    position: relative;
}

.percent-input-content span:before {
    content: "%";
    position: absolute;
    font-family: 'Inter',sans-serif;
    color: #98A2B3;
    top: 50%;
    transform: translate(10px, -50%);
    font-weight: bold;
}

.percent-input-content input {
    padding-left: 26px;
    color:#1D2939;
    font-weight:500;
}
.percent-input-content input:placeholder {
    color:#1D2939;
    font-size:40px
}
#fluid .soft-badge-danger {
    border-radius: 4px!important;
    border: 1px solid rgba(187, 37, 74, 0.20)!important;
    background: rgba(187, 37, 74, 0.10)!important;
    color: #BB254A;
    padding: .2rem;
}
#fluid .soft-badge-danger:before{
    content:"";
}
#fluid .tags .btn {
    height: auto!important;
}
.tagContent .search-icon:before {
    top: 15px;
}
#fluid .soft-badge-warning {
    border-radius: 4px!important;
    border: 1px solid rgba(241, 88, 43, 0.20)!important;
    background: rgba(241, 88, 43, 0.10)!important;
    color: #F1582B;
    padding: .2rem;
}
/*TasarÃ„Â±m gelene kadar geÃƒÂ§ici olarak kullanÃ„Â±lÃ„Â±yor.*/
#fluid .soft-badge-info {
    border-radius: 4px!important;
    border: 1px solid rgba(44, 86, 126, 0.20)!important;
    background: rgba(44, 86, 126, 0.10)!important;
    color: #2c567e;
    padding: .2rem;
}
/*TasarÃ„Â±m gelene kadar geÃƒÂ§ici olarak kullanÃ„Â±lÃ„Â±yor.*/
#fluid .soft-badge-light {
    border-radius: 4px!important;
    border: 1px solid rgba(53, 87, 92, 0.20)!important;
    background: rgba(179, 245, 255, 0.10)!important;
    color: #008DA6;
    padding: .2rem;
}

#fluid .soft-badge-primary {
    border-radius: 4px!important;
    border: 1px solid rgba(29, 78, 122, 0.20)!important;
    background: rgba(29, 78, 122, 0.05)!important;
    color: #2c567e;
    max-width: 130px;
    padding: .2rem;
}
.soft-bage-content {}
#fluid table .btn {
    font-size: .755rem!important;
    border-radius: 3px!important;
    cursor: unset!important;
    padding: .4rem .57rem!important;
    position: relative;
    height: unset!important;
    font-weight: 500;
    text-transform: capitalize;
}
#fluid .btn.disabled {
    opacity: .4;
}
#fluid table tr td:nth-last-child(1) .btn {

}

#fluid .soft-badge-gray {
    border-radius: 4px!important;
    border: 1px solid #52a89485!important;
    background: var(--bs-gray-600) !important;
    color: var(--bs-gray-500);
}

#fluid .soft-badge-success {
    border-radius: 4px!important;
    border: 1px solid #52a89485!important;
    background: #52a89445 !important;
    color: #52a894;
    padding: .2rem;
}
#fluid .soft-badge-primary.download-button:before {content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_676_33752)'%3E%3Cpath d='M15.8327 7.5H12.4993V2.5H7.49935V7.5H4.16602L9.99935 13.3333L15.8327 7.5ZM9.16602 9.16667V4.16667H10.8327V9.16667H11.8077L9.99935 10.975L8.19102 9.16667H9.16602ZM4.16602 15H15.8327V16.6667H4.16602V15Z' fill='%231D4E7A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_676_33752'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");}
#fluid .soft-badge-primary.view-button:before, .btn-primary.view-button:before {content: "visibility";);}
#fluid .soft-badge-success.done-button:before, .btn-success.done-button:before {content: "done";color: var(--bs-success-700);}
.time-button:before {content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_669_28220)'%3E%3Cpath d='M9.9915 1.66699C5.3915 1.66699 1.6665 5.40033 1.6665 10.0003C1.6665 14.6003 5.3915 18.3337 9.9915 18.3337C14.5998 18.3337 18.3332 14.6003 18.3332 10.0003C18.3332 5.40033 14.5998 1.66699 9.9915 1.66699ZM9.99984 16.667C6.3165 16.667 3.33317 13.6837 3.33317 10.0003C3.33317 6.31699 6.3165 3.33366 9.99984 3.33366C13.6832 3.33366 16.6665 6.31699 16.6665 10.0003C16.6665 13.6837 13.6832 16.667 9.99984 16.667ZM10.4165 5.83366H9.1665V10.8337L13.5415 13.4587L14.1665 12.4337L10.4165 10.2087V5.83366Z' fill='%231D4E7A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_669_28220'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")!important;}
.comment-button:before {content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_669_28222)'%3E%3Cpath d='M12.4998 3.33366V9.16699H4.30817L3.33317 10.142V3.33366H12.4998ZM13.3332 1.66699H2.49984C2.0415 1.66699 1.6665 2.04199 1.6665 2.50033V14.167L4.99984 10.8337H13.3332C13.7915 10.8337 14.1665 10.4587 14.1665 10.0003V2.50033C14.1665 2.04199 13.7915 1.66699 13.3332 1.66699ZM17.4998 5.00033H15.8332V12.5003H4.99984V14.167C4.99984 14.6253 5.37484 15.0003 5.83317 15.0003H14.9998L18.3332 18.3337V5.83366C18.3332 5.37533 17.9582 5.00033 17.4998 5.00033Z' fill='%231D4E7A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_669_28222'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")!important;}
#fluid .soft-badge-button:before, #fluid .soft-badge-danger:before, #fluid .soft-badge-warning:before, #fluid .soft-badge-primary:before, #fluid .soft-badge-success:before, #fluid .soft-badge-warning:before, .soft-bage-content:before {
    font-family: 'Material Symbols Outlined'!important;
    line-height: 27px;
}

.soft-bage-content {}
#fluid .soft-badge-button {
    font-size: .755rem !important;
    border-radius: 3px !important;
    cursor: unset;
    padding: .1rem .17rem !important;
    position: relative;
    height: unset !important;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
}
td button {max-width: 200px;}
#fluid .soft-badge-bg {
    position: absolute;
    width: 100%;
    display: block;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 8px;
}
#fluid .soft-badge-button:after {
    content: "";
    background-color: var(--bg-color);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: .3;
    filter: opacity(0.3);
}
#fluid .soft-badge-button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--bg-color);
    border-radius: 4px;
    opacity: 0.3;
}
#fluid .offcanvas-body .btn {
    border-radius: 4px!important;
    font-weight: 600;
    line-height: 1rem!important;
    z-index: 9999;
}
button.btn#fluid .soft-badge-button {}
button.accept-the-data {
    position: absolute;
    right: 6px;
    top: 44%;
    transform: translate(-20px, -50%);
    font-size: 1rem;
    padding: 5px 20px;
    border-radius: 4px!important;
    background-color: var(--bs-primary-600)!important;
}
div.modal button:not(.dt-button) {padding-left: 0px;}
th[data-filter-name] button i {
    display: none;
}
th[data-filter-name] button {
    background: transparent;
    border: none;
    position: absolute;
    left: -17px;
    top: 5px;
}
th[data-filter-name] button:before {
    content: "filter_alt";
    font-family: 'Material Symbols Outlined';
    font-size: 1rem;
    color: var(--bs-primary-600);
}

.tableFilteredButton {
    background: transparent;
    border: none;
    position: absolute;
    left: -3px !important;
    top: 6px !important;
}

.tableFilteredText{
    position: absolute;
    top: 10px;
    left: 24px;
}

div#page-buttons {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
div#loading {width: calc(100vw - 256px);}
.content-wrapper{overflow: auto;width: 100%;overflow-y: auto;overflow-x: hidden;padding-inline: 1rem;}
.fluid-content {
    height: 100vh;
    overflow: hidden;
    display: flex;
    width: 100vw;
}
aside.main-sidebar {
    width: 100%;
    padding: 1rem;
    border-right: 1px solid #E0E0E0;
    background: #FFF;
    position: relative;
    z-index: 9;
    max-width: 280px;
    background-color: #6d778d08;
    position: relative;
}
.sidebar-collapse nav.main-header {
    width: calc(100vw - 50px);
    left: 50px;
}
.sidebar-collapse aside.main-sidebar {
    min-width: 50px!important;
    width: 0px;
}
.sidebar-collapse aside.main-sidebar .sidebar {
    display: none;
}
span.notifications-badge {
    position: absolute;
    background-color: var(--bs-primary);
    padding: 5px;
    left: 17px;
    font-size: 13px;
    color: #ffffff;
    border-radius: 4px;
    top: -6px;
    font-weight: bold;
    width: auto;
    height: 25px;
    text-align: center;
    line-height: 1;
    font-family: 'Open Sans';
    border: 1px solid #ffffff !important;
}
.sidebar-collapse aside.main-sidebar .profile-avatar {}
.sidebar-collapse aside.main-sidebar a#account-dropdown-profile {}
.sidebar-collapse aside.main-sidebar .my-profile {    display: none;}

.sidebar-collapse aside.main-sidebar a.material-symbols-outlined {
    display: none;
}

.sidebar-collapse aside.main-sidebar a.material-symbols-outlined.right {
    display: block!important;
}

.sidebar-collapse  div#brandLarge {
    display: none;
}

.sidebar-collapse .side-search.dropdown label {
    display: none;
}

.side-search.dropdown .dropdown-menu.search-results {
    transform: translate3d(0px, 52.6667px, 0px) !important;
}

.dashboard-cover-photo {
    height: 300px;
    background-image: url('/dist/img/project-cover.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    left: 0;
    right: 0;
    top: 50px;
    padding-left: 0px!important;
    padding-top: 8rem!important;
}
nav.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
    background-color: #ffffff;
    padding-inline: 1rem;
}
nav.main-header ul.navbar-nav:last-child {
    display: flex;
    align-items: center;
    padding-right: 20px;
}
nav.main-header ul.navbar-nav li.nav-item:first-child {
    /* display: none; */
}
li.breadcrumb-item.active {
    font-weight: bold;
    color: var(--bs-gray-400)!important;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .8rem;
}
ol.breadcrumb a {
    color: var(--bs-primary-700)!important;
    text-decoration: unset;
}
div#admin-bc {
    font-size: 15px;
    font-weight: bold;
    margin: 30px 0px;
}

div#admin-bc p {
    color: #8E8E8E;
}

.dropdown-menu-content {
    display: none;
    position: absolute;
    right: 12px!important;
    width: 100%;
    max-width: 300px;
    border: none;
    border: 1px solid var(--bs-gray-300);
    z-index: 9999999;
    background-color: white;
    padding: 24px;
    border-radius: 6px;
    color: var(--bs-gray-900);
}
.dropdown-menu-content .profile-avatar:before{
    content: "" !important;
}
ul#profile-dropdown-menu li {
    list-style:none;
    padding: 7px 0px;
}

ul#profile-dropdown-menu li a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem!important;
}
ul#profile-dropdown-menu li a span {
    background-color: var(--bs-primary-700);
    color: white;
    padding: 6px;
    border-radius: 4px;
    font-size: 1rem;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: "/";
}

nav.main-header ul.navbar-nav:last-child li.nav-item.dropdown {
}

nav.main-header ul.navbar-nav:last-child a.nav-link.active {
    background-color: transparent!important;
    color: #6c768c;
    font-size: .8rem;
}

nav.main-header ul.navbar-nav:last-child .w3-animate-zoom.account-name {
    display: none;
}
.my-profile {
    margin: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.my-profile span {
    font-size: 1.2rem;
}
input#search-box, input#search-box-sidebar{
    border-radius: 8px;
    padding: 8px  0px 8px 10px;
    border-radius: 8px;
    border: 1px solid #E4E7EC;
    height: 100%;
    margin: 0px !important;
    padding-left: 2.5rem;
    color: #8E8E8E;
    font-weight: 400;
    font-size: .76rem;
}
input#search-box::placeholder, input#search-box-sidebar::placeholder {
    font-size:0.88rem;
    color:#8E8E8E;
}
.my-profile  li {
    list-style: none;
}
.my-profile li a {
    color: var(--bs-gray-500);
    font-size: 0.875rem;
    position: relative;
}
ul.nav {display: block;padding: 0px;}
ul.nav-treeview {
    display: none;
    padding: 0px;
}
.my-project h6 {
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--bs-gray-600);
    font-weight: 500;
}
.my-project {
    display: flex;
    padding: 10px 0px;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}
.my-project a {
    font-size: 1.4rem;
    color: var(--bs-gray-400)!important;
    cursor: pointer;
}
.my-project h6 svg {
    background-color: var(--bs-primary-50);
}
nav#mainMenu {
    height: calc(100vh - 200px);
    overflow: auto;
}
.sidebarBadge {
    padding: 0px 10px;
    border-radius: 5px!important;
    border: 1px solid var(--bs-primary-200)!important;
    background-color: var(--bs-primary-50)!important;
}

.sidebarBadge span {
    color: var(--bs-primary-700)!important;
}
li.nav-item {
    list-style: none;
}
.nav-pills .nav-item2.active, .nav-pills .show>.nav-link {
    background-color:#EEF1F5!important;
    color:#1D2939!important;
}
.nav-pills .nav-link, .nav-pills .folder-child {
    display: flex;
    gap: 14px;
    line-height: 20px;
    align-items: center;
    color: #444!important;
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: -0.14px;
    font-family: "Inter", sans-serif;
    white-space: nowrap;
    align-items: center;
    line-height: 2rem;
    font-weight: 400;
    padding: 4px 0rem;
    text-decoration: none;
}
.nav-pills .nav-link i, .nav-pills .folder-child i {
    color: #6c768c;
    font-size: 1rem;
}
.nav-pills .nav-link span, .nav-pills .folder-child span {font-size: 1.5rem;color: #B9C8D9;}
.nav-pills .nav-link.active span, .nav-pills.active .folder-child span {font-size: 1.5rem;color: #7492B3!important;}

.nav-pills .nav-item p {
    margin: 0px;
    width: 100%;
    padding: 0px;
    font-size: 0.9rem;
    align-items: center;
    gap: 1rem;
    display: flex;
    justify-content: space-between;
}
.nav-pills .nav-item2 p {font-size: 0.84rem;justify-content: space-between;letter-spacing: -0.74px;}

.nav-pills .nav-link p i, .nav-pills .folder-child p i {color: var(--bs-gray-400);}
.card:hover {
}
.modal-body {padding: 0px!important;}
.modal-content {padding: 30px 30px!important;}
.modal-content button:not(.dt-button) {
    border-radius: 4px!important;
    height: 48px;
    font-weight: 500;
}
.modal-footer {
    background-color: transparent!important;
    border: none!important;
}
.nav-item.active, .nav-item.active a {
    background-color: #6d778d0f;
    color: #6d778d;
}
}
a.nav-link.nav-item2 {
    padding: 0.5rem 1.125rem!important;
}
a.nav-link.nav-item2 div {
    background-color: var(--bs-primary-400);
}
.account-name {
    color: var(--bs-gray-900);
    font-size: 15px;
    white-space: nowrap;
    max-width: 96px;
    overflow: hidden;
    text-overflow: ellipsis;
}

h5.offcanvas-title {color: #212121;font-size: 22px;font-style: normal;font-weight: 600;line-height: 30px;letter-spacing: -0.44px;}
#updWeights label {border-bottom: 1px solid #E6E8EE;margin: 10px 0px;width: 100%;}
table.dataTable tbody tr.even {
    background-color: #e7eaf0;
}
/* TABLE */

#fluid table thead {
    background-color: var(--bs-gray-100)!important;
    background: var(--bs-gray-100)!important;
    background-color: var(--bs-gray-100)!important;
}


table .dataTables_scrollBody {border: none!important;}
table.dataTable thead .sorting {
    background: var(--bs-gray-100) !important;
    color: var(--bs-gray-700);
    padding: 0.5rem 0.5rem!important;
    position: relative;
}
table .dataTables_scrollBody {border: none!important;}
table .dataTables_scrollHead {}
#fluid table.dataTable thead th, table.dataTable thead td {border-bottom: var(--bs-gray-900)!important;background-image: unset!important;}
table td.wide-column {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.14px;
    color: var(--bs-gray-700);
}
.dataTables_scrollBody {border: none!important;}
.dt-buttons {
    margin-bottom: 24px;
    display: inline-flex;
    height: 40px;
    align-items: center;
    gap: 9px;
    margin-left: 301px;
}
/*
.dt-buttons button {
    transform: translate(100vw);
    transition: all ease-out 1700ms;
}*/
.selectedRows {
    transform: translate(0)!important;
}

.buttons-colvis, .buttons-page-length {
    transform: unset!important;
}

.dataTables_scrollBody thead {display: none!important;}

.dt-buttons button:not(.btn) {border: 1px solid #A3C8E9 !important;background: #6c768c1c !important;color: #8a8f93 !important;box-shadow: none !important;display: flex;align-items: center;height: 100%;min-width: auto !important;border-radius: 8px;margin: 0px!important;}

.dt-buttons button span {display: flex;gap: 9px;align-items: center;font-size: .76rem;font-weight: 500;}
.excel-button {
    background-color: var(--bs-primary-700)!important;
    color: var(--bs-gray-100)!important;
    font-weight: bold;
    box-shadow: none!important;
}
.btn {position:relative;}


.btn:before {
    content: "";
    font-family: "Material Icons";
    font-size: 1.275rem;
}
.plusOrMinus {display:none!important}
.btn span {}
.edit-button:before {
    content: "create";
}

#fluid .soft-badge-warning.edit-button:before {
    content: "create"!important;
    color: var(--bs-orange);
}

.all-done-button:before {
    content: "done_all";
}

#fluid .soft-badge-success.all-done-button:before {
    content: "done_all"!important;
    color: var(--bs-success);
}

.all-deselect-button:before {
    content: "remove_done";
}

#fluid .soft-badge-gray.all-deselect-button:before {
    content: "remove_done"!important;
    color: var(--bs-gray-200);
}

.list-button:before {
    content: "checklist";
}

#fluid .soft-badge-primary.list-button:before {
    content: "checklist"!important;
    color: var(--bs-primary-700);
}

.send-button:before {
    content: "send";
}

#fluid .soft-badge-success.send-button:before {
    content: "send";
    color: var(--bs-success);;
}

.sortable-button:before {
    content: "swap_vert";
}
#fluid .soft-badge-secondary {
    background-color: var(--bs-gray-25);
    border: 1px solid var(--bs-gray-300)!important;
    border-radius: 4px!important;
}
#fluid .soft-badge-secondary.clone-button:before {
    content: "flip_to_front";
    color: var(--bs-gray-800);
}

.add-button:before {
    content: "add";
}

.click-button, table tr td:nth-child(1) .btn-primary {
    text-decoration: none;
    background-color: var(--bs-primary-25)!important;
    padding: .5rem!important;
    color: var(--bs-primary-700)!important;
    position: relative;
    line-height: 1.3;
    font-weight: 500!important;
    border-radius: 5px!important;
    text-align: left;
    display: inline-block;
    margin: auto;
}

.click-button:after, table tr td:nth-child(1) table .btn-primary:after {
    content: "web_traffic";
    font-family: 'Material Symbols Outlined'!important;
    font-size: 1.3rem;
    margin-top: 10px;
    position: absolute;
    right: -4px;
    top: 10px;
    font-variation-settings: 'FILL' 0,
    'wght' 200,
    'GRAD' 0,
    'opsz' 24;
    filter: drop-shadow(2px 4px 6px #0002);
}
.save-button:before {
    content: "save";!important;
    font-size: 1.2rem;
    font-family: 'Material Symbols Outlined';
}

.tag-filter:before {
    content: "filter_alt";
    font-family: "Material Icons";
    font-size: 1.4rem;
}

.import-button:before {
    content: "upload_2";
    font-family: 'Material Symbols Outlined'!important;
}

.download-button:before {
    content: "download_2";
    font-family: 'Material Symbols Outlined';
}
.answers-button:before {
    content: "tv_options_edit_channels";
    font-family: 'Material Symbols Outlined';
}
.toggle-button:before {
    content: "toggle_on";
}
.mail-button:before {
    content: "mail";
}

.settings-button:before {
    content: "settings";
}

.history-button:before {
    content: "restore";
}

.delete-button:before {}

.del-button:before {
    content: "delete";
}

.dt-buttons .excel-button span:before {
    content: "";
    background-image: url("/dist/img/excel.ico");
    display: block;
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: cover;
}

.excel-button span:before {
    content: "";
    background-image: url("/dist/img/excel.ico");
    display: block;
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: cover;
}

.dt-buttons .advanced-filter-btn:before {
    content: "filter_alt";
    font-family: 'Material Symbols Outlined';
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dt-buttons .mail-button:before {
    content: "send";
    font-family: 'Material Symbols Outlined';
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


#fluid .soft-badge-danger:before {
    content: "delete_outline"!important;
    color: var(--bs-danger)!important;
}
#fluid .soft-badge-primary.import-button:before {
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 12 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.49996 11.3333H8.49996V6.33333H11.8333L5.99996 0.5L0.166626 6.33333H3.49996V11.3333ZM5.99996 2.85833L7.80829 4.66667H6.83329V9.66667H5.16663V4.66667H4.19163L5.99996 2.85833ZM0.166626 13H11.8333V14.6667H0.166626V13Z' fill='%231D4E7A'/%3E%3C/svg%3E%0A");
}

.btn-danger:before {content: "delete_outline";color: var(--bs-white);}
.btn-text-center {
    /* padding-left: 8px!important; */
}
button.dt-button span.dt-down-arrow,
div.dt-button span.dt-down-arrow,
a.dt-button span.dt-down-arrow,
input.dt-button span.dt-down-arrow {
    color: #463d3d45!important;
}
div#t_filter, .dataTables_filter {
    position: absolute;
    width: 290px;
    height: 40px;
    /* margin: 0px!important;*/
}
.dataTables_filter label, .dataTables_filter label input {
    margin: 0px;
    width: 100%;
    height: 100%;
}
.dataTables_wrapper .dataTables_filter input, #search-label {
    border-radius: 8px;
    background: #ffffff;
    border: none;
    height: 100%;
    margin: 0px!important;
    padding-left: 2.5rem;
    color: #8E8E8E;
    font-weight: 400;
    border: 1px solid #e5e7eb;
}
.dataTables_filter label:after, .dataTables_filter label input:after,#search-label {
    position: absolute;
    left: 11px;
    top: 6.5px;
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_549_17372)'%3E%3Cpath d='M12.9167 11.6667H12.2583L12.025 11.4417C12.8417 10.4917 13.3333 9.25833 13.3333 7.91667C13.3333 4.925 10.9083 2.5 7.91667 2.5C4.925 2.5 2.5 4.925 2.5 7.91667C2.5 10.9083 4.925 13.3333 7.91667 13.3333C9.25833 13.3333 10.4917 12.8417 11.4417 12.025L11.6667 12.2583V12.9167L15.8333 17.075L17.075 15.8333L12.9167 11.6667ZM7.91667 11.6667C5.84167 11.6667 4.16667 9.99167 4.16667 7.91667C4.16667 5.84167 5.84167 4.16667 7.91667 4.16667C9.99167 4.16667 11.6667 5.84167 11.6667 7.91667C11.6667 9.99167 9.99167 11.6667 7.91667 11.6667Z' fill='%238E8E8E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_549_17372'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.search-icon:before {
    position: absolute;
    left: 10px;
    top: 7px;
    display:block;
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_549_17372)'%3E%3Cpath d='M12.9167 11.6667H12.2583L12.025 11.4417C12.8417 10.4917 13.3333 9.25833 13.3333 7.91667C13.3333 4.925 10.9083 2.5 7.91667 2.5C4.925 2.5 2.5 4.925 2.5 7.91667C2.5 10.9083 4.925 13.3333 7.91667 13.3333C9.25833 13.3333 10.4917 12.8417 11.4417 12.025L11.6667 12.2583V12.9167L15.8333 17.075L17.075 15.8333L12.9167 11.6667ZM7.91667 11.6667C5.84167 11.6667 4.16667 9.99167 4.16667 7.91667C4.16667 5.84167 5.84167 4.16667 7.91667 4.16667C9.99167 4.16667 11.6667 5.84167 11.6667 7.91667C11.6667 9.99167 9.99167 11.6667 7.91667 11.6667Z' fill='%238E8E8E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_549_17372'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
label.search-container {
    position: relative;
    width: 100%;
}
label.search-container > span {
    position: absolute;
    z-index: 99999;
}
.dataTables_wrapper .dataTables_filter input::placeholder {
    color:#8E8E8E;
    font-weight:400;
    font-size:.77rem;
}
.dataTables_wrapper .dataTables_filter input:focous {

}
#t_wrapper button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled),
a.dt-button:hover:not(.disabled),
input.dt-button:hover:not(.disabled) {}
button.dt-button.buttons-columnVisibility.active {background-color: var(--bs-gray-300)!important;margin-bottom: 3px!important;}
span.dt-down-arrow {font-size: 0px!important;}
span.dt-down-arrow:after {
    content: "keyboard_arrow_down";
    opacity: 1;
    font-family: "Material Icons";
    font-size: 1.3rem;
    display: inline-block;
    color: var(--bs-gray-400);
}

.table>:not(caption)>*>* {
    box-shadow: unset !important;
    border-bottom: .04rem solid var(--bs-gray-200) !important;
    /*padding: 0.05rem .375rem !important; table size set */
    color: var(--bs-gray-800);
    font-size: 0.775rem;
    padding: 0.2rem 0.5rem!important;
}
.table th {
}
table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected {
    background-color: hsla(13, 80%, 53%, .15);
    color: var(--bs-gray-700);
}
table.dataTable tbody>tr.selected .fast-action .faster-delete-id {transform: translate(-450%, -50%) !important;}
table.dataTable tbody>tr.selected td:nth-child(1) {
    border-left: 1px solid black!important;
}

table.dataTable tbody>tr.selected td {
    /*padding: 0rem .375rem !important;*/
    transition: all ease 700ms;
    color: var(--bs-primary-900);
}
/* Change */

.info-box {
    height: 80px;
    font-size: 1.115rem;
    background-color: #00000012;
    padding: 15px;
    margin: 10px;
    border-radius: 10px;
}


/* TOAST */
div#swal2-html-container {
    font-size: 14px;
    margin: 0px;
    margin-left: 17px;
    color: #98A2B3!important;
}

.swal2-center div#swal2-html-container {
    font-size: 16px;
    margin: 0px;
    padding-inline: 60px;
}
.swal2-container {
    left: 50%!important;
    transform: translate(-50%, 20%);
    padding: unset!important;
    width: fit-content!important;
    min-width: 400px!important;
    height: auto;
    filter: drop-shadow(0px 2px 5px #9993);
    /*max-width: 440px !important;*/
}
.swal2-center {
    width: 100vw!important;
    height: 100vh!important;
    z-index: 9999999;
    position: fixed;
    transform: none!important;
    left: 0!important;
}
.swal2-container.swal2-center.swal2-backdrop-show h2#swal2-title {
    font-size: 23px;
    margin: 10px;
}

.swal2-popup.swal2-modal.swal2-icon-question.swal2-show {
    box-shadow: none!important;
}
.swal2-popup.swal2-toast.swal2-show {
    background: #FFF!important;
    margin-bottom: 14px!important;
    -webkit-box-shadow: unset!important;
    -moz-box-shadow: 0px 5px 10px 0px rgba(90, 90, 90, 0.7) !important;
    box-shadow: unset!important;
    border: 1px solid var(--bs-gray-200);
    border-radius: 10px;
}

.swal2-timer-progress-bar-container {
    overflow: visible!important;
}
.swal2-icon.swal2-success.swal2-icon-show {
    background-color: #52a894;
    border-color: #52a894a6!important;
    filter: drop-shadow(0px 0px 16px #95f2c8);
}
span.swal2-success-line-tip, span.swal2-success-line-long {
    background-color: #ffffffd4 !important;
}
.swal2-timer-progress-bar {
    height: 6px;
    background-color: #52a894!important;
    border-bottom-right-radius: 10px!important;
    border-top-right-radius: 10px!important;
}
.swal2-icon-error .swal2-timer-progress-bar {
    background-color: #F04248!important;
}
h2#swal2-title {
    color: #000000!important;
    font-size: 17px;
}
.swal2-center .swal2-icon:after {
    width: 100px!important;
    height: 100px!important;
    border-radius: 50%;
}

div:where(.swal2-container) div:where(.swal2-icon) {
    /* filter: drop-shadow(0px 0px 26px #00e17b)!important; */
}
.swal2-icon  div {background-color: transparent!important;}
.swal2-icon-error div:where(.swal2-container) div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
    background-color: #ef4348!important;
}
.swal2-icon.swal2-error.swal2-icon-show {}
div:where(.swal2-container) div:where(.swal2-icon).swal2-error {filter: drop-shadow(0px 0px 16px #F04248)!important;border-color: #ff9ea1 !important;color: #F04248!important;animation-name: error!important;animation-duration: 5s!important;animation-iteration-count: infinite!important;background-color: #F04248;}
div:where(.swal2-container) div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
    background-color: #ffffff!important;
}
.swal2-popup.swal2-toast.swal2-icon-info.swal2-show {}
.swal2-popup.swal2-toast.swal2-icon-info.swal2-show .swal2-timer-progress-bar {
    background-color: #40c3ed !important;
}
.swal2-icon.swal2-warning.swal2-icon-show {
    background-color: #FFD21F;
    border-color: #ffeda5;
    color: #ffffff;
    filter: drop-shadow(0px 0px 26px #FFD21F)!important;
}
.swal2-icon-warning  .swal2-timer-progress-bar {
    background-color: #ffd21f !important;
}
div:where(.swal2-container) div:where(.swal2-icon):after {
    content: "";
    border: 10px solid #eedbdb57;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 32px;
    z-index: 9;
    top: -9px!important;
    animation-name: shake;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
body.dark  div#swal2-html-container  {
    color: var(--bs-gray-300)!important;
}
body.dark .swal2-popup.swal2-toast.swal2-show {
    background: #242C32!important;
}
body.dark span.swal2-success-line-tip, body.dark  span.swal2-success-line-long {
    background-color: #252c32d4 !important;
}
.dark h2#swal2-title {
    color: #FFF!important;
}
body.dark div:where(.swal2-container) div:where(.swal2-icon).swal2-error {filter: drop-shadow(0px 0px 16px #F04248)!important;border-color: #F04248!important;color: #F04248!important;animation-name: error!important;animation-duration: 5s!important;animation-iteration-count: infinite!important;}
body.dark div:where(.swal2-container) div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
    background-color: #252c32 !important;
}
body.dark .swal2-icon.swal2-warning.swal2-icon-show {
    background-color: #FFD21F;
    border-color: #FFD21F;
    color: #252c32;
    filter: drop-shadow(0px 0px 26px #FFD21F)!important;
}

@keyframes shake {
    0% {border: 8px solid #eedbdb63}
    50% {border: 8px solid #eedbdb00}
    100% {border: 8px solid #eedbdb63}
}
.dark div:where(.swal2-container) div:where(.swal2-icon):after {}
button.swal2-confirm.swal2-styled.swal2-default-outline {
    border: 1px solid #98a2b369 !important;
    background-color: #1D4E7A!important;
    width: 100%;
    color: white;
    margin: 5px 10px;
    line-height: 20px;
}


button.swal2-cancel.swal2-styled.swal2-default-outline {
    border: 1px solid #98a2b369 !important;
    background-color: #98a2b32e;
    margin: 0px;
    width: 100%;
    color: #98A2B3;
    line-height: 20px;
}
button.swal2-confirm.swal2-styled.swal2-default-outline:focus,
button.swal2-cancel.swal2-styled.swal2-default-outline:focus {
    box-shadow:none!important
}

.swal2-actions {
    width: 80%;
    flex-wrap: nowrap;
    padding: 10px;
    gap: 3px;
    justify-content: center;
    flex-direction: row-reverse;
}
.tablesHeader, .tablesHeader2 {
    max-width: max-content;
}
.headerEditContent form {
    background-color: #ffffff21!important;
    padding: 1rem 2rem!important;
    margin-bottom: 1rem!important;
    border-left: 1px double #e4e4e4!important;
    position:relative;
    border-radius: 0px!important;
}

.headerEditContent h6 {
    border-bottom: 1px solid white;
    padding: 10px;
    display: none;
}
.headerEditContent h6 i {
    margin-right: 6px;
    color: white;
}

.headerEditContent form:before {
    content: "arrow_right";
    font-family: 'Material Symbols Outlined';
    position: absolute;
    left: -34px;
    top: 50%;
    font-size: 5rem;
    color: #e4e4e4;
    transform: translateY(-50%);
}

div#page-tab-menu {
    display: flex;
    gap: 8px;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

div#page-tab-menu .page-tab-menu-item {
    position:relative;
    border: 1px solid #D0D5DD;
    background: #E4E7EC;
    border-radius: 4px 4px 0px 0px;
    padding: 4px 10px;
}
.page-tab-menu-item.active:after {
    position: absolute;
    content: "";
    bottom: -1px;
    width: 100%;
    height: 44px;
    left: 0;
    border-radius: 8px 8px 0px 0px;
    transition: all ease 700ms;
    background-color: #F9FAFB;
    z-index: 1;
    border: 1px solid #D0D5DD;
}

.page-tab-menu-item:not(.active):hover :after {
    position: absolute;
    content: "";
    border-bottom: 2px solid var(--bs-gray-400);
    bottom: -2px;
    width: 100%;
    left: 0;
    border-radius: 30px;
    transition: all ease 700ms;
}

div#page-tab-menu .page-tab-menu-item button {
    border: none;
    background-color: transparent;
    font-size: 0.875rem;
    font-weight: 600;
    color: #000000CC;
    padding: 0px;
    font-weight: 400;
}
div#page-tab-menu .page-tab-menu-item.active {position: relative;background: transparent;border: none;}
div#page-tab-menu .page-tab-menu-item.active button {
    color: #000000CC;
    font-weight: bold;
    position: relative;
    z-index: 99;
}
.page-tab-menu-content.active {display: block;}
.page-tab-menu-content {display: none;}
.modal-content h6, .tabContent h5, .tabContent2 h5 {
    font-size: .8rem;
    color: #98a2b3!important;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 1rem 0px;
}

.tabContent, .tabContent2 hr {
    display: none;
}

#fluid .tabContent, .tabContent2 {margin: unset;width: fit-content!important;min-width: fit-content!important;width: auto!important;}

.headerEditContent .row {
    display: flex;
    align-items:end;
}

.page-tab-menu-item:not(.active):hover :after {
    position: absolute;
    content: "";
    border-bottom: 2px solid var(--bs-gray-400);
    bottom: -2px;
    width: 100%;
    left: 0;
    border-radius: 30px;
    transition: all ease 700ms;
}

#flud div#page-tab-menu .page-tab-menu-item button, #fluid .tabButtonList button, #fluid .tablesHeader button, .tablesHeader2 button {
    background-color: transparent;
    font-weight: 600;
    color: #8E8E8E;
    padding: 0px;
    box-shadow: unset!important;
    background: unset!important;
    min-width: unset!important;
!important;
    max-width: max-content;
    font-size: .875rem;
    line-height: unset!important;
    padding: 8px 10px!important;
    border-radius: 4px 4px 0px 0px!important;
    margin: 0px!important;
    border: 1px solid #D0D5DD!important;
    font-weight: 400;
    font-size: .76rem;
}
div#page-tab-menu .page-tab-menu-item.active {position: relative;}
div#page-tab-menu .page-tab-menu-item.active button, #fluid .tabButtonList button.btn-success, #fluid .tablesHeader button.btn-success, .tablesHeader2 button.btn-success {
    color: #444444!important;
    background-color: transparent;
    font-weight: 600;
}
.page-tab-menu-content.active {display: block;}
.page-tab-menu-content {display: none;}
.info-card {
    width: 374px;
    height: 70px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid #F3F3F3;
    background: #FCFCFC;
    display: flex;
    align-items: center;
    padding-left: 30px;
    color: black;
    gap: 5px;
}

.info-card .count {
    font-size: 28px;
    font-weight: bold;
}

.profile-bg {
    height: 200px;
    width: 100%;
    background-image: url('/dist/img/profile-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: right bottom;
}

.profile-profile-photo {
    width: 120px;
    height: 120px;
    position: absolute;
    bottom: -60px;
    left: 40px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid white;
    background-color: white;
}

.profile-profile-photo label {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: white;
}
.profile-profile-photo img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.image-upload-sections , .document-upload-sections {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.image-upload-sections.cropper input {
    display:none
}
.document-upload-sections label {
    border: 2px dashed var(--bs-gray-300);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 52px;
    gap: 4px;
}


.document-upload-sections path { animation: pixie 10s infinite;animation-delay:initial;}

@keyframes pixie {
    0% {opacity:.2}
    50% {opacity:1}
    100% {opacity:.2}
}

.document-upload-sections.active {
    background-color: var(--bs-gray-100);
    transition: all ease 700ms;
}

.document-upload-sections > img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
}
.document-upload-sections label img {width: auto;height: auto;}
.document-upload-sections p {
    font-size: 18px;
}
.document-upload-sections span {
    color: var(--bs-gray-400);
}

@keyframes success {
    0% {filter: drop-shadow(0px 0px 16px #FFD426)}
    50% {filter: drop-shadow(0px 0px 16px #ffd42600)}
    100% {filter: drop-shadow(0px 0px 16px #FFD426)}
}

@keyframes error {
    0% {filter: drop-shadow(0px 0px 16px #F04248)}
    50% {filter: drop-shadow(0px 0px 16px #ffd42600)}
    100% {filter: drop-shadow(0px 0px 16px #F04248)}
}
@keyframes warning {
    0% {filter: drop-shadow(0px 0px 16px #FFD426)}
    50% {filter: drop-shadow(0px 0px 16px #ffd42600)}
    100% {filter: drop-shadow(0px 0px 16px #FFD426)}
}
.tooltip.bs-tooltip-auto {
    display: none!important;
}
.faster-delete-id, .faster-delete, .faster-edit {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all ease 700ms;
}

.faster-delete {
    transform: translate(150%, -50%);
}
.faster-edit {
    transform: translate(250%, -50%);
}

.faster-edit-content .faster-delete-id  {
    transform: translate(-250%, -50%)!important;
}
tr:hover  .faster-delete-id {
    transform: translate(-450%, -50%)!important;
}

tr:hover .faster-delete {
    transform: translate(-50%, -50%)!important;
}
#fluid .faster-edit-content .faster-delete  {
    transform: translate(-250%, -50%)!important;
}
.faster-edit-content .faster-edit {
    transform: translate(-50%, -50%)!important;

}
table.dataTable tbody>tr.selected .fast-action .faster-delete {
    transform: translate(-50%, -50%) !important;
}
.fast-action .btn {
    padding-left:0px!important
}

section.content {width: 100%;overflow-x: hidden;overflow-y: auto;}

div#projectList {
    display: flex;
    flex-wrap: wrap;
}
.selectProjectLogo {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 4px;
    border: 1px solid var(--bs-gray-200);
    position: relative;
    z-index: 999;
}
.selectProjectLogoBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    filter: blur(12px);
    background-position: center;
    background-size: contain;
    z-index: 1;
    overflow: hidden;
    border-radius: 4px;
}

.projectCard {
    border-radius: 5px;
    margin: 7px;
}

.bottom-info {
    display: flex;
    flex-wrap: wrap;
    font-weight: bold;
    margin: 10px 0px;
    padding-top: 10px;
    gap: 5px 20px;
    flex-direction: column;
}
span.info-box-number.text-dark.text-truncate {
    font-size: 15px;
    color: #2e629e!important;
}

.projectCard {
    color: #000;
    font-family: "Inter",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    position: relative;
    overflow: hidden;
}

.projectCard span {
    color: #8E8E8E;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 153.846% */
    letter-spacing: -0.14px;
    text-decoration: none!important;
}
h5.projectName {
    color: #000;
    font-weight: bold;
    font-size: 14px;
}
.projectCard a {
    text-decoration: none;
}
td.templateCol {
    max-height: 100px!important;
    overflow:hidden;
    height: 100px!important;
}
.viewTemplateModal {
    position: absolute;
    background-color: var(--bs-gray-100);
    padding: 45px;
    border-radius: 10px;
    filter: drop-shadow(2px 4px 6px #9993);
    top: 0;
    left: 0;
    transform: translate(-110%, -50%);
    max-width: 900px;
    max-height: 900px;
    border: 2px dashed  var(--bs-gray-200);
}
.viewTemplateModal:before{
    content:"";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid var(--bs-gray-100);
    display: block;
    position: absolute;
    right: -9px;
    top: calc(50% - 0px);
}
.viewTemplateModal figure,
.viewTemplateModal table {
    max-width:700px;
    max-height:700px;
}

th.sorting:nth-child(1) {
}
table.dataTable tbody tr td:nth-child(1) {
    /* width: 50px!important; */
    background-color: transparent!important;
}
span.w-100.h-100.position-absolute.d-flex.align-items-center.text-bold {
    color: white!important;
    font-weight: bold;
    height: 15px!important;
    padding-left: 10px;
}
.content-gray-letter {
    color: #98a2b3;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.fast-action {
    width: 50px!important;
    height: 50px!important;
}

.checkmark-sm {
    background-color: #ffffff!important;
    border: 1px solid #d6d6d6;
    width: 32px;
    height: 32px;
    display: block;
    border-radius: 8px;
    padding: 14px 16px;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
}
.checkmark-sm:hover {
    box-shadow: 0px 0px 4px 3px rgba(117, 173, 222, 0.25)!important;
    border: 1px solid #262626!important;
}
.checkmark-sm svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: black !important;
    display: none;
}

.dark .checkmark-sm:hover {
    box-shadow: 0px 0px 4px 3px rgba(117, 173, 222, 0.25)!important;
    border: 1px solid #262626!important;
}

.dark .checkmark-sm {
    background-color: #121212!important;
    border: 1px solid #262626;
}
.checkmark-sm svg path {
    fill: black !important;
}
.dark .checkmark-sm svg path {
    fill: white !important;
}

input[type=checkbox]:checked ~ .checkmark-sm svg {
    display:block;
}

div.empty-data {
    text-align: center;
    flex-direction: column;
    display: flex;
    align-items: center;
}

div.empty-data p {
    font-weight:bold;
    font-size:20px
}

.circular-progress {
    --size: 86px;
    --half-size: calc(var(--size) / 2);
    --stroke-width: 33px;
    --radius: calc((var(--size) - var(--stroke-width)) / 2);
    --circumference: calc(var(--radius) * pi * 2);
    --dash: calc((var(--progress) * var(--circumference)) / 100);
}

.circular-progress circle {
    cx: var(--half-size);
    cy: var(--half-size);
    r: var(--radius);
    stroke-width: var(--stroke-width);
    fill: none;
    stroke-linecap: round;
}

.circular-progress circle.bg {
    stroke: #E4E7EC;
}

.circular-progress circle.fg {
    transform: rotate(-90deg);
    transform-origin: var(--half-size) var(--half-size);
    stroke-dasharray: var(--dash) calc(var(--circumference) - var(--dash));
    transition: stroke-dasharray 0.3s linear 0s;
    stroke: #579BD7;
}

.custom-checkbox {
    max-width: 30px!important;
}

.gap-1 {
    gap: .25rem
}

.gap-2 {
    gap: .5rem
}

.gap-3 {
    gap: .75rem
}

.gap-4 {
    gap: 1rem
}

.gap-5 {
    gap: 1.25rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-7 {
    gap: 2rem
}

.gap-8 {
    gap: 2.5rem
}

.gap-9 {
    gap: 3rem
}

.gap-10 {
    gap: 4rem
}

.gap-x-1 {
    column-gap: .25rem
}

.gap-x-2 {
    column-gap: .5rem
}

.gap-x-3 {
    column-gap: .75rem
}

.gap-x-4 {
    column-gap: 1rem
}

.gap-x-5 {
    column-gap: 1.25rem
}

.gap-x-6 {
    column-gap: 1.5rem
}

.gap-x-7 {
    column-gap: 2rem
}

.gap-x-8 {
    column-gap: 2.5rem
}

.gap-x-9 {
    column-gap: 3rem
}

.gap-x-10 {
    column-gap: 4rem
}

.gap-y-1 {
    row-gap: .25rem
}

.gap-y-2 {
    row-gap: .5rem
}

.gap-y-3 {
    row-gap: .75rem
}

.gap-y-4 {
    row-gap: 1rem
}

.gap-y-5 {
    row-gap: 1.25rem
}

.gap-y-6 {
    row-gap: 1.5rem
}

.gap-y-7 {
    row-gap: 2rem
}

.gap-y-8 {
    row-gap: 2.5rem
}

.gap-y-9 {
    row-gap: 3rem
}

.gap-y-10 {
    row-gap: 4rem
}
.croppr-container {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}
.croppr-handle {
    filter: drop-shadow(2px 4px 6px #9999);
    border: none;
    background-color: var(--bs-cyan);
    width: 10px;
    height: 10px;
    padding: 6px;
}
.img-thumbnail {border: none;}

.croppr-container {
    position: fixed;
    z-index: 9999999;
    opacity: 1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='167' height='107' viewBox='0 0 167 107' fill='none'%3E%3Cpath d='M85.3009 22.0721L47.1708 125.502C43.7174 132.616 29.9963 132.032 24.0017 127.081C18.007 122.13 -11.5359 59.0363 -11.5359 59.0363C2.91277 56.6273 14.5947 59.3028 22.4236 69.0307L31.9228 87.1951L52.7658 30.6314C54.8767 24.891 60.441 21.17 66.5484 21.3955L85.2906 22.0823L85.3009 22.0721Z' fill='%23F3F5F4'/%3E%3Cpath d='M80.7921 85.2884L118.922 -18.1416C122.376 -25.2556 136.097 -24.6713 142.091 -19.7202C148.086 -14.7691 177.629 48.3242 177.629 48.3242C163.18 50.7331 151.498 48.0577 143.669 38.3297L134.17 20.1654L113.327 76.729C111.216 82.4694 105.652 86.1905 99.5446 85.965L80.8024 85.2781L80.7921 85.2884Z' fill='%23F3F5F4'/%3E%3C/svg%3E");
    background-size: 135px 140px;
}

.croppr {
    height: 700px;
    border-radius: 29px;
    overflow: hidden;
    filter: drop-shadow(0px 0px 16px #999);
}

.croppr-container img {
    height: 100%!important;
}
.croppr-container:after {
    content: "";
    background-color: white;
    position: fixed;
    width: 100%;
    height: 70%;
    top: 0;
    z-index: -1;
    filter: drop-shadow(30px 40px 126px white);
    box-shadow:1px 20px 20px 0px #ffffffe3;
}

.croppr-region {
    border: 4px dotted rgb(255 255 255 / 90%);
    z-index: 3;
    cursor: move;
}

.croppr-overlay {
    background: rgb(0 0 0 / 83%);
}

.croppr span {
    width: 100%;
    height: 20px;
    display: block;
    font-size: 17px;
    position: absolute;
    top: 0;
    padding: 10px;
    color: white;
    z-index: 999999999999;
}
/*
ul.nav.nav-treeview {
    position: absolute;
    right: -134px;
    background-color: var(--bs-gray-100);
    min-width: 209px;
    display: none!important;
    margin-top: -73px;
    border-radius: 10px;
    padding: 20px;
}
li.nav-item:hover .nav-treeview, li.nav-treeview:hover .nav-treeview {
    display: block!important;
}
*/
.profile {
    /* position: relative; */
}
.profile-avatar {
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    display: block;
    min-width: 30px;
    min-height: 30px;
    /* margin-right: 20px; */
}
.navbar-expand .navbar-nav .nav-link span {
    font-size: 1rem;
}
.profile-avatar-mini {
    width: 42px;
    height: 42px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    min-width: 32px;
    min-height: 32px;
}

.profile-avatar:before {
    content: "expand_more";
    font-family: 'Material Icons';
    font-size: 1.5rem;
    position: absolute;
    right: -26px;
    color: #667085;
    top: 50%;
    transform: translate(0px, -50%);
}
ul#profile-dropdown-menu .profile-avatar {
    min-width: 50px;
    min-height: 50px;
    margin-bottom: 17px;
}
.dots-button {display:none;}
.dots-button span.dt-down-arrow {    display: none!important;}
.dots-button span {
    font-size: 1.5rem!important;
    display: block;
    margin: auto;

}


.project-header{
    display: flex;
    /*justify-content: start;*/
    /*flex-direction: column;*/
    /*width: 100%;*/
}

.project-header-titles{
    display: flex;
    justify-content: start;
    flex-direction: column;
    width: 100%;
    /* -webkit-box-shadow: rgba(0, 0, 0, 0.15) -2px 4px 5.6px; */
    -moz-box-shadow: rgba(0, 0, 0, 0.15) -2px 4px 5.6px;
    padding: .4rem .8rem 1.6rem 0;
    /* background: linear-gradient(27deg, rgb(48 97 143) 0%, rgb(195 195 195 / 66%) 16%, rgb(116 174 222 / 51%) 39%, rgb(195 195 195 / 0%) 61%, rgb(116 174 222 / 9%) 68%); */
    /* max-width: max-content; */
}

.project-header-titles h1{
    font-size: 3rem;
    font-weight: bold;
    color: var(--bs-primary-700);
    max-width: max-content;
    padding: 0px 30px;
    border-radius: 9px;
}

.project-header-titles h2{
    font-size: 1rem;
    font-weight: normal;
    color: white;
    max-width: max-content;
    padding: 0px 30px;
    text-align: justify;
}

.project-header h1{
    /*font-size: 40px;*/
    /*font-weight: bold;*/
}

.project-header h2{
    /*font-size: 24px;*/
    /*font-weight: normal;*/
}

.dashboard-card{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2rem 1.5rem;
    border-radius: 8px;
    background-color: #F0F6FB;
}

.dashboard-card.zero{
    background-color: #D0D5DD !important;
}

.dashboard-card.zero .dc-number{
    color: #667085;
}

.dashboard-card.zero .dc-text{
    color: #667085;
}

.dc-number{
    font-size: 3rem;
    font-weight: bold;
    color: #2C76B6;
}

.dc-text{
    font-size: 1.6rem;
    font-weight: normal;
    color: #2C76B6;
}

.col-container{
    .card{
        border-radius: 8px;
        border: 1px solid #e0e0e0;
        padding-right: 2rem;
        height: 100%;
        padding: 2rem;
    }

    .card-title{
        flex-grow: unset !important;
    }
}

.margin-rem-2-0{
    margin: 1rem 0 !important;
}

.margin-rem-1-0{
    margin: 1.5rem 0;
}

.gutter-x-0-5{
    --bs-gutter-x: 0.5rem;
}

.margin-rem-3-1-5{
    margin: 3rem 0 1.5rem 0;
}

.middle-flex{
    display: flex;
    justify-content: center;
    align-items: center;
}

.dashboard-layout-btn{
    background-color: #F9FAFC !important;
    color: #94969E !important;
    border-color: #5B5E6633;
    gap: 8px;
    cursor: pointer;
    border-radius: 4px;
    padding: 4px 8px 4px 8px;
    font-weight: 500;
    font-size: 14px;
}

.layout-svg{
    width: 20px;
    height: 20px;
    background-color: #94969E;
    -webkit-mask: url(/dist/svg/layout.svg) no-repeat center;
    mask: url(/dist/svg/layout.svg) no-repeat center;
}

.plus-svg{
    width: 20px;
    height: 20px;
    background-color: #94969E;
    -webkit-mask: url(/dist/svg/plus.svg) no-repeat center;
    mask: url(/dist/svg/plus.svg) no-repeat center;
}

.page-width-text{
    font-size: 12px;
    font-weight: 500;
    color: #767b89;
    font-family: "Inter", sans-serif;
}

.layout-img{
    /*border: 1px solid #000;*/
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
}

.layout-img-active{
    border:1px solid #71bfef;
    padding: 5px !important;
    background-color: #ebf5fa;
}

#layoutArea{
    width: max-content;
    border-radius: 10px;
    border: 1px solid #e9e9e9;
    z-index: 9999;
    position: absolute;
    background-color: #fff;
    margin-top: 40px;
}

.align-content{
    width: 82px;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #E8E8E8;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.align-content span{
    font-size: 12px;
    font-weight: 500;
    color: #767b89;
    font-family: "Inter", sans-serif;
}

.leftContent{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: unset !important;
}

.centerContent{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left: unset !important;
}

.ac-border{
    border: 1px solid #E8E8E8;
    border-radius: 4px;
}

.ac-border-active{
    border-color: #66b7ed;
    background-color: #e8f3f9;
}

.set-as-default{
    width: max-content;
    color: #1d4e7a;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.layout-title{
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #909090 !important;
    font-family: "Inter", sans-serif;
}

.narrow-svg{
    width: 60px;
    height: 45px;
    background-color: #94969E;
    -webkit-mask: url(/dist/svg/narrow.svg) no-repeat center;
    mask: url(/dist/svg/narrow.svg) no-repeat center;
}

.standart-svg{
    width: 60px;
    height: 45px;
    background-color: #94969E;
    -webkit-mask: url(/dist/svg/standart.svg) no-repeat center;
    mask: url(/dist/svg/standart.svg) no-repeat center;
}

.wide-svg{
    width: 60px;
    height: 45px;
    background-color: #94969E;
    -webkit-mask: url(/dist/svg/wide.svg) no-repeat center;
    mask: url(/dist/svg/wide.svg) no-repeat center;
}

.sidebar-search-group{
    width: 100%;
    height: 40px;
    padding: 12px 8px;
    background: #F3F3F3;
    border-radius: 8px;
    overflow: hidden;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: inline-flex;
}

.sidebar-search-input{
    border: none;
    outline: none;
    background: none;
    width: 100%;
    font-size: 14px;
    font-family: Inter, sans-serif;
    font-weight: 400;
}
.sidebar-search-icon{
    padding: 8px;
}

.sidebar-title{
    font-size: 22px;
    font-weight: 600;
    color: #212121;
    font-family: "Inter", sans-serif;
}

.sidebar-card{
    width: 100%;
    height: 56px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: inline-flex;
    border: 1px solid #efefef;
    cursor: pointer;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.5s;
}

.sidebar-card:hover{
    background: #f0f0f0;
}

.sidebar-card-img{
    width: 56px;
    height: 56px;
    background-color: #FAFAFA;
}

.sidebar-card-img img{
    width: 20px;
    height: 20px;
}

.sidebar-card-text{
    font-size: 14px;
    font-weight: 600;
    color: #212121;
    font-family: "Inter", sans-serif;
    display:flex;
    align-items: center;
    justify-content: start;
    padding-left:18px;
}

#sidebarDashboardModal .modal-dialog{
    width: 350px;
}

.cursor-pointer{
    cursor: pointer;
}

.cant-find-chart{
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #2c76b6;
    text-decoration: none;
}

.sidebar-close-modal{
    color: #8e8e8e;
    stroke: #8e8e8e;
    fill: #8e8e8e;
}

.progress-blue{
    background-color: #6ca7dc !important;
}

.progress-purple{
    background-color: #c598ff !important;
}

#save-changes {
    position: fixed;
    bottom: 20px;
    right: 40px;
    font-size: 18px;
    padding: 10px;
    z-index: 99;
    cursor: pointer;
}
#fluid .icon-0:before {
    content: unset!important;
}

/* Bootstrap's original tab navigation structure, Videntium style */
.nav.nav-tabs {
    gap: 1rem;
    width: 100%;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 20px;
    position: relative;
    border: none;
}
.nav.nav-tabs:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #E0E0E0;
    content: "";
}
.nav.nav-tabs .nav-item button.nav-link {
    display: flex;
    column-gap: .5rem;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #8E8E8E;
    font-size: 14px;
    border-radius: 0;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.14px;
    padding: 12px 2px 16px 2px;
    background: none !important;
    border: none;
}
.nav.nav-tabs .nav-item {
    position: relative;
}
.nav.nav-tabs .nav-item:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #E0E0E0;
    content: "";
    z-index: 1;
    display: none;
}
.nav.nav-treeview li a {
    padding-left: 40px!important;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.nav-item2.active {
    background-color: #EEF1F5;
    border-radius: 8px;
}
.nav.nav-treeview li a.active p {
    font-weight:bold;
}
.nav.nav-treeview li a i {
    display: inline;
}
.nav.nav-tabs .nav-item:hover:after {
    display: block;
}
.nav.nav-tabs .nav-item:has(button.nav-link.active):after {
    display: block;
    background-color: #444;
}
.nav.nav-tabs .nav-item button.nav-link:hover {
}
.nav.nav-tabs .nav-item button.nav-link.active {
    color: #444;
}
.image-upload-sections.cropper {
    height: 250px;
    border: 1px dashed var(--bs-gray-400);
    border-radius: 7px;
    overflow: hidden;
}

.image-upload-sections.cropper img, .image-upload-sections.cropper label {
    height: 100%;
}
div#notifications .list-body {
    height: calc(100vh - 300px);
    overflow: auto;
}
div#notifications .list a {
    padding: 10px;
    color: var(--bs-primary-700);
    text-decoration: none;
    display: block;
    text-align: justify;
    border: 1px solid var(--bs-primary-25-bg-subtle);
    margin: 10px 0px;
    border-radius: 10px;
}
.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
    background-color: var(--bs-primary-25);
}
div#notifications .list i {
}
span.material-icons.notification-active {
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
}
@keyframes ring {
    0% { transform: rotate(0); }
    1% { transform: rotate(30deg); }
    3% { transform: rotate(-28deg); }
    5% { transform: rotate(34deg); }
    7% { transform: rotate(-32deg); }
    9% { transform: rotate(30deg); }
    11% { transform: rotate(-28deg); }
    13% { transform: rotate(26deg); }
    15% { transform: rotate(-24deg); }
    17% { transform: rotate(22deg); }
    19% { transform: rotate(-20deg); }
    21% { transform: rotate(18deg); }
    23% { transform: rotate(-16deg); }
    25% { transform: rotate(14deg); }
    27% { transform: rotate(-12deg); }
    29% { transform: rotate(10deg); }
    31% { transform: rotate(-8deg); }
    33% { transform: rotate(6deg); }
    35% { transform: rotate(-4deg); }
    37% { transform: rotate(2deg); }
    39% { transform: rotate(-1deg); }
    41% { transform: rotate(1deg); }
    43% { transform: rotate(0); }
    100% { transform: rotate(0); }
}

.material-symbols-outlined {
    /* display: none; */
}
.dropdown-menu .dropdown-title {
    font-weight: 600;
    font-size: 1rem;
    margin: 10px 20px;
    display: block;
}

.dropdown-menu .dropdown-row {
    display: flex;
    align-items: center;
    margin: 0 .25rem 0 .25rem;
    padding: .5rem .75rem;
    min-width: 15.625rem;
    max-width: 40vw;
    overflow: hidden;
}

.dropdown-menu .dropdown-row-title {
    font-weight: 500;
    font-size: .875rem;
}

.dropdown-menu .dropdown-row-subtitle {
    font-weight: 400;
    font-size: .75rem;
    display: flex;
    align-items: center;
    column-gap: 0.25rem;
    overflow: hidden;
    max-width: 100%;
}

.dropdown-menu .dropdown-row.dropdown-row-border-b {
    border-bottom: 1px solid #F3F3F3;
}

.text-ellipsis {
    min-width: 0;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

a.dropdown-row {
    text-decoration: none;
}

/*PDF Viewer*/
.modalBigViewer .modal-fullscreen {
    padding: 0;
}
.modalBigViewer .modal-lg {
    max-width: 100%;
    max-height: -webkit-fill-available;
}
.modalBigViewer .modal-content {
    border: none;
    box-shadow: none;
    padding: 0 !important;
    height: 100vh;
}
.modalBigViewer .modal-header {
    padding: 0.5rem 1rem;
    margin: 0;
    background-color: var(--bs-gray-300);
}
.modalBigViewer .modal-body {
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.modalBigViewer .card-content {
    height: calc(100vh - 40px);
}
.modalBigViewer iframe {
    height: 100%;
}

.contentHeader {
    font-size: 1rem;
    color: #98a2b3 !important;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 2rem 0px;
}

/*Selectpicker Subtext*/
.bootstrap-select .dropdown-menu .dropdown-item .text small {
    margin-left: 0.3rem;
    font-size: .7rem;
    font-style: italic;
    font-weight: 500;
}
.bootstrap-select.btn-group .dropdown-menu a span.check-mark {}

.bootstrap-select.btn-group.show-tick .dropdown-menu a.dropdown-item.selected span.check-mark {
    font-size: 0;
    position: relative;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu a.dropdown-item.selected span.check-mark:after {
    content: "check";
    font-size: 1.3rem;
    font-family: "Material Icons"!important;
    position: absolute;
    right: 0;
    top: -7px;
    font-weight: bold;
}

/*
#fluid .btn-group.btn-group-sm.d-block{
    display: flex!important;
    margin: 3px 12px;
    justify-content: flex-end;
    margin-top: -14px;
    max-width: 159px;
    border-radius: 44px;
    position: absolute;
    right: 0;
}

#fluid .btn-group.btn-group-sm.d-block button {
    border: unset!important;
    border-radius: 20px!important;
    font-size: 0.7rem;
    padding: 0px!important;
    font-weight: 500;
}
*/
.dropdown-item.active, .dropdown-item:active {
    background-color: transparent;
}
.bootstrap-select.btn-group .dropdown-menu a span.check-mark {}

.bootstrap-select.btn-group.show-tick .dropdown-menu a.dropdown-item.selected span.check-mark {
    font-size: 0;
    position: relative;
    display: none;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu a.dropdown-item.selected span.check-mark:after {
    content: "check";
    font-size: 1.3rem;
    font-family: "Material Icons"!important;
    position: absolute;
    right: 0;
    top: -7px;
    font-weight: bold;
}
input {
    border: 1px solid transparent;
}
input:focus {
    box-shadow: 0px 0px 4px 3px rgba(117, 173, 222, 0.25)!important;
    border: 1px solid #2626260f !important;
}
input:focus-within {
    outline:none!important
}
.tooltip {
    z-index: 2003;
    background:#e74e24!important;
    border-radius:10px;
}
.tooltip > * {
    z-index: 2003;
    background:#e74e24!important
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    opacity:.3!important
}
