* {
    box-sizing: border-box;
}

@font-face {
    font-family: 'Inter';
    src: url('../assets/Inter-VariableFont.ttf');
}

html {
    font-size: 14px !important;
    color: #000000;
}

header {
    position: fixed !important;
    top: 0;
    left: 0 !important;
    height: 120px;
    width: 100% !important;
    border-bottom: 1px solid #DFEAFF;
    background: white !important;
    z-index: 1031;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
}

body {
    /* Override Chrome's built in page margin */
    margin: 0 !important;
    font-family: 'Inter', sans-serif !important;
    background-color: white !important;
    font-size: 12px !important;
}

nav {
    position: fixed;
    float: left;
    top: 120px;
    width: 270px;
    height: 100%;
    background: white;
    z-index: 9;
}

#logo {
    height: 120px;
    width: 270px;
    background-color: #47178A;
}

#logo img {
    padding: 10px 8px;
    height: auto;
    max-height: inherit;
    width: auto;
    max-width: 100%;
    margin-left: 40px;
    margin-top: 30px;
}

#leftNav {
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
}

main {
    top: 120px;
    left: 270px;
    width: calc(100% - 270px);
    height: 100%;
    position: relative;
}

label {
    line-height: 28px !important;
}

main .form-switch .form-check-input {
    padding: 9px 15px !important;
    border-radius: 15px !important;
    margin-left: -30px !important;
    margin-right: 10px !important;
    border-color: #DFEAFF !important;
    background-color: #D9D9D9 !important;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='rgba%28255, 255, 255, 1%29'/></svg>") !important;
}

main .form-switch .form-check-input:checked {
    background-color: #47178A !important;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='rgba%28255, 255, 255, 1%29'/></svg>") !important;
}

main .form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='rgba%28255, 255, 255, 1%29'/></svg>") !important;
    outline: none !important;
}

main .form-switch .form-check-input.is-invalid {
    border-color: #BD2C00 !important;
}

.white_border_box,
.white_border_box_top,
.white_border_box_search {
    float: left;
    position: relative;
    display: inline-block;
    background: transparent;
    box-shadow: none;
    border-radius: 5px;
    padding: 25px;
    margin: 25px;
    border-width: 1px;
    border-style: solid;
    border-color: #DFEAFF;
    width: calc(100% - 50px) !important;
}

.white_border_box {
    margin-top: 0 !important;
    padding-top: 15px !important;
    padding-bottom: 0 !important;
    border-radius: 5px !important;
}

.white_border_box_search {
    display: grid;
    margin-top: 25px;
    line-height: 30px;
    padding-top: 15px !important;
}

.white_border_box_top {
    margin-top: 25px !important;
    padding-bottom: 25px !important;
}

.button-top-right,
.plus-right {
    float: right;
    text-decoration: none;
    background: #47178A;
    padding: 0 15px;
    line-height: 32px;
    color: white !important;
    border-radius: 3px;
}

.plus-right:visited, .plus-right:hover {
    color: white !important;
}

.search-container .icon-clear, .search-container .icon-black,
.search-container .icon-clear, .search-container .icon-purple {
    right: 7px !important;
    top: 45% !important;
    font-size: 1.3em !important;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    color: #000000 !important;
}

.search-container #search_text {
    padding-right: 2.5rem !important;
}

.search-container .bi-search {
    right: 18px !important;
    top: 52% !important;
}

.search-container .bi-x {
    right: 18px !important;
    top: 52% !important;
}

.add-circle {
    float: left;
    position: relative;
}

.add-square {
    float: left;
    display: inline-block;
    font-size: 13px;
}

.add-square i {
    color: white !important;
    padding-right: 2px;
}

.add-circle .bi,
.add-circle .bi:hover,
.add-text:hover,
.add-square:hover i {
    color: white;
}

.add-square i {
    color: white !important;
    line-height: 32px;
    font-size: 1.2em;
}

.add-text {
    float: left;
    display: inline-block;
    color: white;
    font-size: 12px;
    font-family: Inter;
    font-weight: 400;
    text-transform: capitalize;
    word-wrap: break-word;
    line-height: 30px;
}

select {
    background: white;
    border-radius: 5px;
    border: 1px #DFEAFF solid;
    padding: 6px 12px;
    width: 240px;
    height: 34px;
    flex-shrink: 0;
}

select option {
    color: black;
    font-size: 12px !important;
    font-family: Inter;
    font-weight: 400;
    font-style: normal;
    word-wrap: break-word;
}

.filter-title {
    color: black;
    font-size: 13px !important;
    font-family: Inter;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 36px !important;
    word-wrap: break-word;
    padding-left: 2px;
    font-size: 1em;
    line-height: 32px;
    position: relative;
}

.btn .add-square {
    line-height: 18px !important;
    margin-top: 0 !important;
}

.btn .add-square i {
    line-height: 18px !important;
}

.btn .add-text {
    line-height: 18px !important;
}

.btn-outline-secondary .add-text,
.btn-outline-secondary .add-square i {
    color: #6c757d !important;
}

.btn-outline-secondary:active,
.btn-outline-secondary:active .add-text,
.btn-outline-secondary:active .add-square i,
.btn-outline-secondary:focus,
.btn-outline-secondary:focus .add-text,
.btn-outline-secondary:focus .add-square i,
.btn-outline-secondary:hover,
.btn-outline-secondary:hover .add-text,
.btn-outline-secondary:hover .add-square i {
    color: white !important;
    background-color: #6c757d !important;
}

.white_border_box table {
    margin-bottom: 0 !important;
    width: 100%;
}

.unset-width {
    display: unset !important;
    width: unset !important;
}

.box-bottom {
    width: 100%;
    height: auto;
    position: relative;
}

.box-bottom p {
    text-align: left;
}

.code-formatting {
    font-family: Courier, monospace;
    font-size: 10pt;
}

.code-formatting pre {
    margin-bottom: 5px;
}

h1 {
    color: #000000;
    font-size: 1.7em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
}

h2 {
    color: #000000;
    font-size: 1.3em;
    text-align: center;
    font-weight: normal;
    background-color: #EDE8F4;
    line-height: 45px;
    border-radius: 5px;
    position: relative;
    display: block;
    margin-bottom: 3px;
}

h1.breadcrumbs,
h3 {
    color: black;
    font-size: 1.3em !important;
    font-family: Inter;
    font-style: normal;
    word-wrap: break-word;
    font-weight: 400 !important;
    line-height: 1.3em !important;
    margin: 25px !important;
}

h1.breadcrumbs {
    text-align: left;
    margin-bottom: 0 !important;
}

h4 {
    font-size: 1.15em !important;
    font-weight: 400 !important;
    line-height: 1.1em !important;
    margin: 23px !important;
}

h5.modal-title {
    color: black;
    font-size: 1.12em !important;
    font-family: Inter;
    font-style: normal;
    text-transform: capitalize;
    font-weight: 400 !important;
    line-height: 25px !important;
    word-wrap: break-word;
    margin: 15px 0 !important;
}

h4 {
    font-size: 1.3em !important;
    line-height: 30px !important;
}

h5 {
    font-size: 1.1em !important;
    line-height: 30px !important;
}

h6 {
    font-size: 1em !important;
    line-height: 30px !important;
}

.modal-content h5 {
    margin: 10px 0 !important;
}

.modal-confirm .modal-dialog {
    margin-top: 25vh !important;
}

.modal-body {
    padding: 10px 25px !important;
}

.modal-compact .modal-body {
    max-width: 100%;
    max-height: calc(100vh - 200px);
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 20px !important;
}

.modal-confirm .modal-body {
    padding: 10px 25px !important;
}

.modal-footer {
    border-top: none !important;
    margin: 5px 10px 10px !important;
}

.modal-compact .modal-footer {
    border-top: 1px solid #DFEAFF !important;
    margin-top: 0 !important;
}

.modal-confirm .modal-footer {
    margin-top: 0 !important;
}

.modal-header {
    padding: 10px 0 5px !important;
    margin: 0 25px 0 !important;
    border-color: #47178A !important;
}

.modal-header button.btn-close {
    padding-right: 5px !important;
}

.modal-600px .modal-content {
    width: 600px !important;
}

.btn-secondary, .btn-primary {
    border-radius: 3px !important;
    font-size: 12px !important;
    font-family: Inter;
    font-weight: 400 !important;
    text-transform: capitalize;
    line-height: 20px !important;
    word-wrap: break-word;
    padding: 5px 15px !important;
    box-shadow: none;
}

.btn-secondary {
    background: white !important;
    border: 1px #E7D7FF solid !important;
    color: #47178A !important;
}

.btn-danger {
    border: 1px #BD2C00 solid !important;
    color: #BD2C00 !important;
    background: rgba(189, 44, 0, 0.05) !important;
}

.btn-primary {
    background: #47178A !important;
    color: white !important;
}

.form-control, .form-select, .input-group-text, .vue-multiselect, .select, .code-formatting, .search-container select {
    background-color: white !important;
    border-radius: 5px !important;
    border: 1px #DFEAFF solid !important;
    color: black !important;
    font-size: 12px !important;
    font-family: Inter;
    font-weight: 300;
    word-wrap: break-word;
    line-height: 20px !important;
}

.form-control.is-invalid,
.form-select.is-invalid,
.input-group-text.is-invalid,
.select.is-invalid,
div.is-invalid .vue-multiselect {
    border: 1px solid #dc3545 !important;
}

.form-control.is-invalid,
.form-select.is-invalid,
.input-group-text.is-invalid,
.select.is-invalid,
div.is-invalid .vue-multiselect {
    border: 1px solid #dc3545 !important;
}

.form-label {
    font-size: 13px;
    font-family: Inter;
    font-weight: 400;
    line-height: 36px !important;
    word-wrap: break-word;
    padding-top: 10px;
    margin-bottom: 0px !important;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom: 1px #47178A solid !important;
    border-top: 1px #47178A solid !important;
    padding-top: 12px;
    padding-bottom: 12px;
}

.table > :not(caption) > * > * {
    background: white;
    border-bottom: 1px #DFEAFF solid;
}

.table th {
    color: black;
    font-size: 12px;
    font-family: Inter;
    font-weight: 450;
    line-height: 35px;
    word-wrap: break-word
}

.table td {
    height: 54px;
    color: black;
    font-size: 12px;
    font-family: Inter;
    font-weight: 350;
    line-height: 16px;
    word-wrap: break-word;
    vertical-align: middle;
}

.ticket-add, .ticket-count {
    text-decoration: none !important;
    display: block;
}

.ticket-count {
    display: inline;
    border: 1px solid #DFEAFF;
    padding: 5px 5px !important;
    border-radius: 3px;
    margin-right: 5px;
    color: #000000 !important;
}

.ticket-add {
    display: inline;
}

.ticket-add i {
    font-size: 12px !important;
    line-height: 30px;
}

.ticket-count i {
    font-size: 21px !important;
    color: #F99A5E !important;
}

.ticket-count i span {
    font-size: 12px !important;
}

.pillbox-tag-small {
    font-size: 12px !important;
    line-height: 1.2rem !important;
    float: none !important;
    text-align: center !important;
}

.polygon {
    width: 64px;
    height: 32px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.polygon-green {
    background: url('../assets/icons/polygon_green.svg') center/cover;
    color: #34C759;
}

.polygon-yellow {
    background: url('../assets/icons/polygon_yellow.svg') center/cover;
    color: #E6B800;
}

.polygon-orange {
    background: url('../assets/icons/polygon_orange.svg') center/cover;
    color: #FF9500;
}

.polygon-lightred {
    background: url('../assets/icons/polygon_lightred.svg') center/cover;
    color: #FF3B30;
}

.polygon-red {
    background: url('../assets/icons/polygon_red.svg') center/cover;
    color: #BD2C00;
}

.color-red, .color-orange, .color-blue, .color-yellow, .color-green, .color-dark-green, .color-purple {
    height: 28px;
    border-radius: 3px;
    font-family: Inter;
    font-weight: 600;
    line-height: 12px;
    word-wrap: break-word;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    min-width: 80px;
}

.color-red {
    border: 1px #BD2C00 solid;
    color: #BD2C00;
    background: rgba(189, 44, 0, 0.05);
}

.color-orange {
    border: 1px #E7772E solid;
    color: #E7772E;
    background: rgba(231, 119, 46, 0.05);
}

.color-yellow {
    border: 1px #D3C75B solid;
    color: #D3C75B;
    background: rgba(211, 199, 91, 0.05);
}

.color-green {
    border: 1px #54BB44 solid;
    color: #54BB44;
    background: rgba(84, 187, 68, 0.05);
}

.color-blue {
    border: 1px dodgerblue solid;
    color: dodgerblue !important;
    background-color: #CDF8FE;
}

.color-dark-green {
    border: 1px #40514F solid;
    color: #40514F !important;
    background: white;
}

.color-purple {
    border: 1px #47178A solid;
    color: #47178A !important;
    background-color: white;
}

.action-but, .action-del-but, .action-but-event {
    min-width: 65px;
    height: 25px;
    position: relative;
}

.action-but-event {
    width: 102px !important;
}

.action-but .cont, .action-del-but .cont-del, .action-but-event .cont {
    width: 65px;
    height: 25px;
    left: 0px;
    top: 0px;
    position: absolute;
    border-radius: 3px;
}

.action-but .cont-txt, .action-del-but .cont-del-txt, .action-but-event .cont-txt {
    position: absolute;
    font-size: 10px;
    font-family: Inter;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 12px;
    word-wrap: break-word;
}

.action-but .cont, .action-but-event .cont {
    border: 1px #47178A solid;
}

.action-but .cont-txt, .action-but-event .cont-txt {
    left: 22px;
    top: 6px;
    color: #47178A;
}

.action-but-event .cont {
    width: 102px !important;
}

.action-del-but .cont-del {
    background: rgba(189, 44, 0, 0.05);
    border: 1px #BD2C00 solid;
}

.action-del-but .cont-del-txt {
    left: 17px;
    top: 7px;
    color: #BD2C00;
}

.bi-check-circle, .bi-x-circle, .bi-play-circle, .bi-exclamation-circle, .bi-slash-circle,
.bi-check-circle-fill, .bi-exclamation-triangle-fill {
    font-size: 16px;
}

.bi-check-circle-fill,
.bi-check-circle {
    color: #34c759 !important;
}

.bi-x-circle-fill,
.bi-x-circle {
    color: #FF3B30 !important;
}

.bi-play-circle-fill,
.bi-play-circle {
    color: #0d99ff !important;
}

.bi-exclamation-triangle-fill,
.bi-exclamation-circle {
    color: #ff9706 !important;
}

.bi-slash-circle-fill,
.bi-slash-circle {
    color: grey !important;
}

hr {
    background-color: #47178A !important;
    opacity: 1 !important;
    margin: 5px 0 !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background: transparent !important;
    --bs-table-accent-bg: transparent !important;
}

.table-striped > tbody > tr > td {
    border-top: 1px solid #DFEAFF !important;
    line-height: 24px;
    padding: 12px;
}

.table-striped > thead > tr > th {
    font-weight: 500 !important;
    line-height: 24px !important;
}

.table-striped > thead > tr > th:first-child,
.table-striped > tbody > tr > td:first-child {
    padding-left: 0 !important;
}

.table-striped > thead > tr > th:last-child,
.table-striped > tbody > tr > td:last-child {
    padding-right: 0 !important;
}

.table-striped > tbody > tr:last-child td {
    border-bottom: none !important;
}

.table-striped {
    margin-bottom: 5px !important;
}

.action-button-gray-fill,
.action-button-lightblue,
.action-button-gray,
.action-button-purple,
.action-button-notes,
.action-button-green,
.action-button-red {
    border-radius: 3px;
    color: #47178A;
    border: 1px solid #47178A;
    padding: 0.5em 1.5em;
    text-decoration: none;
    font-weight: 400;
    font-size: 0.9em;
    line-height: 1.3em !important;
    margin: 2px 5px;
    word-wrap: normal;
    display: inline-block;
}

.action-button-notes {
    width: 80px;
    padding: 0.5em 1.0em !important;
}

.action-button-purple:hover, .action-button-notes:hover {
    color: #945CFF !important;
    border: 1px solid #945CFF !important;
}

.action-button-green {
    color: #249c11 !important;
    border-color: #249c11 !important;
    background-color: #f6fbf5;
}

.action-button-green:focus,
.action-button-green:active,
.action-button-green:hover {
    color: #54bb44 !important;
    border-color: #54bb44 !important;
    background-color: #f6fbf5;
}

.action-button-red {
    color: #BD2C00 !important;
    border-color: #BD2C00 !important;
    background-color: #F9EAE6;
}

.action-button-red:focus,
.action-button-red:active,
.action-button-red:hover {
    color: #ed5a2d !important;
    border: 1px solid #ed5a2d !important;
}

.action-button-gray {
    color: dimgray !important;
    border-color: dimgray !important;
    background-color: white;
}

.action-button-gray:focus,
.action-button-gray:active,
.action-button-gray:hover {
    color: darkgray !important;
    border-color: darkgray !important;
}

.action-button-lightblue {
    color: #47178A !important;
    border: 1px solid #DFEAFF !important;
}

.action-disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.6;
}

.pagination-block-bottom,
.pagination-block-top {
    padding: 5px 0;
    margin: 0 !important;
    line-height: 35px !important;
}

.pagination-block-bottom {
    border-top: 1px solid #DFEAFF;
}

.pagination-block-top .form-select,
.pagination-block-bottom .form-select {
    padding: 0 10px !important;
    height: 25px !important;
}

.pagination-block-top .form-select {
    margin-top: 5px;
}

.row-extension-contents .pagination-block-top {
    border-bottom: 1px solid #DFEAFF;
}

.progress {
    height: 10px !important;
    background-color: #DFEAFF !important;
    border-radius: 10px !important;
    /*width: calc(100% - 100px) !important;*/
}

.progress-bar {
    background-color: #47178A !important;
    border-radius: 10px !important;
}

.progress-percent {
    /*width: 100px !important;*/
}

#userList table thead tr th,
#pendingUserInvitesList table thead tr th,
#revokedUserInvitesList table thead tr th,
#expiredUserInvitesList table thead tr th {
    border-bottom: 1px solid #47178A !important;
    padding-bottom: 10px !important;
}

#userMenuIcon {
    height: 14px;
    width: 14px;
    color: white;
    position: absolute;
    top: 25px;
    font-size: 9px !important;
    line-height: 10px;
    font-weight: bold !important;
    border: 1px solid white;
    background: #632cc0;
    border-radius: 12px;
    padding: 1px;
}

#userMenuIcon::before {
    font-weight: bold !important;
}

.up-br15-h20 {
    border-radius: 15px;
    height: 20px;
}

.idle-mb-30 {
    margin-bottom: 30px;
}

#azure_configs .box-header,
#proxy_config_page .box-header {
    background-color: white;
    padding: 0;
}

#azure_configs .box-header.closed:hover,
#proxy_config_page .box-header.closed:hover {
    background-color: #edf2ff;
}

#azure_configs .bi-chevron-down,
#proxy_config_page .bi-chevron-down {
    color: #000000;
    font-size: 15px;
    padding: 20px;
}

#azure_configs .table-striped > thead > tr > th,
#proxy_config_page .table-striped > thead > tr > th {
    border-bottom: 1px solid #47178A !important;
}

#azure_configs .top-right,
#proxy_config_page .top-right {
    margin-top: -45px;
}

#azure_configs,
#proxy_config_page {
    margin-top: 25px;
}

.row-extension {
    background-color: #f5f5f5;
    padding: 0 40px 25px;
    display: grid;
    position: relative;
    width: 100%;
}

.row-extension-titles {
    float: none;
    width: 100%;
}

.modal-tab,
.row-extension-tab {
    padding: 10px 3px 10px 0;
    font-size: 1.1em;
    line-height: 2em;
    font-weight: 500;
    float: left;
    position: relative;
    color: black !important;
    text-decoration: none;
    margin-right: 55px;
    border-bottom: 2px solid transparent;
}

.row-extension-tab:hover,
.row-extension-tab:active,
.row-extension-tab:focus {
    color: black !important;
}

.modal-tab.active,
.row-extension-tab.active {
    border-bottom-color: #47178A;
}

.row-extension-contents {
    padding: 20px;
    background-color: white;
    position: relative;
    display: grid;
}

.row-extension-contents .alert {
    margin: 5px 0 10px !important;
}

.row-extension th {
    padding-top: 10px;
    padding-bottom: 10px;
}

.input-small {
    line-height: 10px !important;
    margin-top: 10px;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-not-allowed.form-check-input:disabled,
.cursor-not-allowed.form-check-input,
.cursor-not-allowed:disabled,
.cursor-not-allowed {
    cursor: not-allowed !important;
    pointer-events: unset !important;
}

.text-right {
    text-align: right !important;
}

.me-10px {
    margin-right: 10px;
}

#page_user_profile #role_email {
    width: 350px;
}

#productModalEdit .alert,
#productModalEditRevenueRisk .alert {
    margin: 0 !important;
}

.table-container-xl .contained-box,
.table-container-xl .contained-table,
.table-container-xl .contained-table {
    min-width: 1400px !important;
    width: 100% !important;
}

.table-container-sm .top_border_box,
.table-container-sm .no_border_box_top,
.table-container-sm .no_border_box_search,
.table-container-lg .white_border_box_search,
.table-container-lg .white_border_box_top,
.table-container-lg .white_border_box {
    min-width: calc(1180px + 50px) !important; /* table width + margin */
    width: calc(100% - 50px) !important; /* screen size - margin */
}

.table-container-lg .contained-box,
.table-container-lg .contained-table,
.table-container-lg .contained-table {
    min-width: 1180px !important;
    width: 100% !important;
}

.table-container-sm .top_border_box,
.table-container-sm .no_border_box_top,
.table-container-sm .no_border_box_search,
.table-container-md .white_border_box_search,
.table-container-md .white_border_box_top,
.table-container-md .white_border_box {
    min-width: calc(1100px + 50px) !important; /* table width + margin */
    width: calc(100% - 50px) !important; /* screen size - margin */
}

.table-container-md .contained-box,
.table-container-md .contained-table,
.table-container-md .contained-table {
    min-width: 1100px !important;
    width: 100% !important;
}

.table-container-sm .top_border_box,
.table-container-sm .no_border_box_top,
.table-container-sm .no_border_box_search,
.table-container-sm .white_border_box_search,
.table-container-sm .white_border_box_top,
.table-container-sm .white_border_box {
    min-width: calc(825px + 50px) !important; /* table width + margin */
    width: calc(100% - 50px) !important; /* screen size - margin */
}

.table-container-sm .contained-box,
.table-container-sm .contained-table,
.table-container-sm .contained-table {
    min-width: 825px !important;
    width: 100% !important;
}

.table-container-xs .white_border_box_search,
.table-container-xs .white_border_box_top,
.table-container-xs .white_border_box {
    min-width: calc(635px + 50px) !important; /* table width + margin */
    width: calc(100% - 50px) !important; /* screen size - margin */
}

.table-container-xs .white_border_box .contained-table,
.table-container-xs .white_border_box_top .contained-table {
    min-width: 635px !important;
    width: 100% !important;
}

.contained-box {
    display: flex;
    float: left;
    width: 100%;
}

.modal-tab-container {
    width: 100% !important;
    float: left;
    padding: 5px 40px 40px !important;
    background-color: #f5f5f5;
    margin: 20px 0;
}

.modal-tab {
    cursor: pointer;
}

.modal-tab-contents {
    width: 100%;
    float: left;
    padding: 15px 25px 25px;
    background-color: white;
}

.table-striped > tbody > tr.note-details > td {
    border-top: none !important;
}

.vdp-datepicker__calendar header {
    position: relative !important;
    height: auto !important;
    width: auto !important;
}

.notes-graph-error {
    height: auto;
    padding: 5px;
    font-weight: 500;
    text-align: center;
    background: repeating-linear-gradient(45deg, white, white 5px, #DFEAFF 5px, #DFEAFF 10px);
}

#pdf-preview.table > :not(:last-child) > :last-child > * {
    border-bottom: 1px #DFEAFF solid !important;
    border-top: 1px #DFEAFF solid !important;
}

#pdf-preview.table-striped > tbody > tr > td {
    border-top: none !important;
    vertical-align: top !important;
}

#pdf-preview.table > :not(caption) > *.no-border > * {
    border-bottom: none !important;
}

#notebooks_guide {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    margin-bottom: 0 !important;
}

#notebooks_guide h3 {
    margin: 10px 0 !important;
}

#notebooks_guide ul {
    padding-left: 0;
}

#notebooks_guide ul li {
    list-style-type: none;
}

#notebooks_guide li i.bi-circle-fill {
    margin-right: 5px;
    color: #632cc0;
}

#workbookMessageBox .alert {
    margin: 10px 0 !important;
}