/*
    Notifications
*/
.notification-item .notification-item-dot {
    display: none;
}

.notification-item.notification-unread .notification-item-dot {
    display: block;
}


.super-toaster {
  font-size: 14px;
  z-index: 99999 !important;
}

.super-toaster .super-toast {
  margin-bottom: 10px;
  cursor: pointer;
  width: 300px;
  max-width: 100%;
  border-radius: 0.25rem;
}

.super-toaster .super-toast .super-toast-body {
  padding: 10px;
}
.super-loader-3 {
    overflow: hidden!important;
    background: transparent;
    border: none !important;
    color: black;
}

[data-bs-theme="dark"] .super-loader-3 {
    color: #ced4da;
}

.super-loader-3::backdrop {
    position: fixed;
    inset: 0px;
    background: rgba(0, 0, 0, 0.5);
}

.super-loader-3:focus {
    outline: none;
}


/* Dialog */

html.super-dialog-open {
    overflow: hidden !important;
}

body.super-dialog-open {
    overflow: hidden !important;
}

.super-dialog {
    padding: 0!important;
    overflow: hidden !important;
    border-style: none;
    border-width: 0.909091px;
    border-color: white;
    border-radius: 3.9px;
}

.super-dialog::backdrop {
    position: fixed;
    inset: 0px;
    background: rgba(0, 0, 0, 0.5);
}

.super-dialog:focus {
    outline: none;
}


/* Content */

.super-dialog-content {
    background-color: #f3f3f9;
    max-height: 89.2vh;
    overflow-x: hidden !important;
    overflow-y: auto;
}


[data-bs-theme="dark"] .super-dialog-content {
    background-color: #343a40;
}


/* Close button */

.super-dialog-close-button {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    color: black;
    margin-right: 10px;
    margin-top: 10px;
}


.super-dialog-close-button:hover {
    color: red;
}


/* Header */

.super-dialog-header {
    min-height: 40px;
    padding: 10px 40px 5px 10px;
    font-weight: bold;
}

.super-dialog-header.bg-secondary {
    background-color: rgb(108, 117, 125) !important;
    color: rgb(255, 255, 255) !important;
}

.super-dialog-header.bg-primary {
    background-color: rgb(13, 110, 253) !important;
    color: rgb(255, 255, 255) !important;
}

.super-dialog-header.bg-info {
    background-color: rgb(13, 202, 240) !important;
    color: rgb(0, 0, 0) !important;
}

.super-dialog-header.bg-success {
    background-color: rgb(25, 135, 84) !important;
    color: rgb(222, 226, 230) !important;
}

.super-dialog-header.bg-warning {
    background-color: rgb(255, 193, 7) !important;
    color: rgb(0, 0, 0) !important;
}

.super-dialog-header.bg-danger {
    background-color: rgb(220, 53, 69) !important;
    color: rgb(222, 226, 230) !important;
}


/* Body */

.super-dialog-body {
    padding: 10px;
}

.super-dialog-body-clear {
    height: 10px;
}


/* Footer */

.super-dialog-footer {
    position: sticky;
    bottom: 0;
    width: 100%;
    min-height: 60px;
    padding: 10px;
    text-align: right;
    background-color: #f3f3f9;
    z-index: 999;
}

[data-bs-theme="dark"] .super-dialog-footer {
    background-color: #343a40;
}


/* Buttons */

.super-dialog-footer-buttons button {
    margin-right: 5px;
    align-items: flex-start;
    appearance: button;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;

    border-left-style: solid;
    border-left-width: 1px;

    border-right-style: solid;
    border-right-width: 1px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;

    line-height: 24px;
    margin-bottom: 4px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 4px;
    padding-block-end: 6px;
    padding-block-start: 6px;
    padding-bottom: 6px;
    padding-inline-end: 12px;
    padding-inline-start: 12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
}

.super-dialog-footer-buttons .btn-group {
    margin-right: 5px;
}

.super-dialog-footer-buttons .btn-group button {
    margin-right: 0;
}

.super-dialog-footer-buttons button.btn-secondary {
    background-color: rgb(91, 99, 106);
    border-bottom-color: rgb(87, 95, 101);
    border-left-color: rgb(87, 95, 101);
    border-right-color: rgb(87, 95, 101);
    border-top-color: rgb(87, 95, 101);
    color: rgb(255, 255, 255);
}

.super-dialog-footer-buttons button.btn-primary {
    background-color: rgb(13, 110, 253);
    border-bottom-color: rgb(13, 110, 253);
    border-left-color: rgb(13, 110, 253);
    border-right-color: rgb(13, 110, 253);
    border-top-color: rgb(13, 110, 253);
    color: rgb(255, 255, 255);
}

.super-dialog-footer-buttons button.btn-info {
    background-color: rgb(50, 210, 242);
    border-bottom-color: rgb(31, 206, 242);
    border-left-color: rgb(31, 206, 242);
    border-right-color: rgb(31, 206, 242);
    border-top-color: rgb(31, 206, 242);
    color: rgb(0, 0, 0);
}

.super-dialog-footer-buttons button.btn-success {
    background-color: rgb(20, 109, 67);
    border-bottom-color: rgb(19, 102, 64);
    border-left-color: rgb(19, 102, 64);
    border-right-color: rgb(19, 102, 64);
    border-top-color: rgb(19, 102, 64);
    color: rgb(255, 255, 255);
}

.super-dialog-footer-buttons button.btn-warning {
    background-color: rgb(255, 205, 56);
    border-bottom-color: rgb(255, 199, 31);
    border-left-color: rgb(255, 199, 31);
    border-right-color: rgb(255, 199, 31);
    border-top-color: rgb(255, 199, 31);
    color: rgb(0, 0, 0);
}

.super-dialog-footer-buttons button.btn-danger {
    background-color: rgb(188, 45, 59);
    border-bottom-color: rgb(177, 42, 55);
    border-left-color: rgb(177, 42, 55);
    border-right-color: rgb(177, 42, 55);
    border-top-color: rgb(177, 42, 55);
    color: rgb(255, 255, 255);
}

.super-dialog-footer-buttons .dropdown-item {
    cursor: pointer;
}

.super-dialog-footer-buttons .dropdown-toggle-split:before {
    background-color: transparent;
}

.super-dialog-footer-buttons .btn-group>.btn-group:not(:last-child)>.btn,
.super-dialog-footer-buttons .btn-group>.btn.dropdown-toggle-split:first-child,
.super-dialog-footer-buttons .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.super-dialog-footer-buttons .btn-group>.btn-group:not(:first-child)>.btn,
.super-dialog-footer-buttons .btn-group>.btn:nth-child(n+3),
.super-dialog-footer-buttons .btn-group>:not(.btn-check)+.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


/* MessageBox */

.super-dialog-message {
    margin-top: 5px;
}

.super-dialog-message-icon {
    position: absolute;
    top: 10px;
    width: 75px;
    height: 75px;
    left: 50% !important;
    --webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
}

.super-dialog-message-icon .icon-secondary {
    color: rgb(108, 117, 125);
}

.super-dialog-message-icon .icon-primary {
    color: rgb(13, 110, 253);
}

.super-dialog-message-icon .icon-info {
    color: rgb(13, 202, 240);
}

.super-dialog-message-icon .icon-success {
    color: rgb(25, 135, 84);
}

.super-dialog-message-icon .icon-warning {
    color: rgb(255, 193, 7);
}

.super-dialog-message-icon .icon-danger {
    color: rgb(220, 53, 69);
}

.super-dialog-message-text {
    font-size: 14px;
    margin-top: 80px;
    text-align: center;
}

.super-dialog-message-text ul {
    text-align: left;
}


/* Prompt Box */

.super-dialog-prompt-text {
    font-size: 14px;
    margin-top: 25px;
    text-align: center;
}

.super-dialog-prompt-text.required:after {
    content: ' *';
    color: red;
}


/* Sizes */

/* Size - Auto */

.super-dialog-size-auto {
    width: auto;
}

@media (max-width: 480px) {
    .super-dialog-size-auto {
        /* margin: 0 !important; */
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 992px) {
    .super-dialog-size-auto {
        /* margin: 0 !important; */
        max-width: 80%;
        width: 80%;
    }
}

/* Size - Small */

.super-dialog-size-small {
    max-width: 100%;
    width: 400px;
}

@media (max-width: 992px) {
    .super-dialog-size-small {
        max-width: 80%;
        width: 80%;
    }
}

@media (max-width: 480px) {
    .super-dialog-size-small {
        /* margin: 0 !important; */
        max-width: 100% !important;
        width: 100% !important;
    }
}

/* Size - Normal */

.super-dialog-size-normal {
    max-width: 100%;
    width: 500px;
}

@media (max-width: 480px) {
    .super-dialog-size-normal {
        /* margin: 0 !important; */
        max-width: 100%;
        width: 100%;
    }
}

/* Size - Large */

.super-dialog-size-large {
    max-width: 100%;
    width: 800px;
}

@media (max-width: 480px) {
    .super-dialog-size-large {
        /* margin: 0 !important; */
        max-width: 100%;
        width: 100%;
    }
}

/* Size - Extra Large */

.super-dialog-size-extra_large {
    max-width: 90%;
    width: 90%;
}

@media (max-width: 480px) {
    .super-dialog-size-extra_large {
        /* margin: 0 !important; */
        max-width: 100% !important;
        width: 100% !important;
    }
}

/* Size - Full Screen */

.super-dialog-size-full_screen {
    /* margin: 0 !important; */
    max-width: 100%;
    width: 100%;

}

.super-dialog-size-full_screen .super-dialog-content {
    width: 100%;
    margin-top: 0px !important;
    max-height: 100vh !important;
    height: 100vh !important;
}

.super-dialog-size-full_screen .super-dialog-body {
    height: 89.2vh !important;
}

.super-dialog-size-full_screen .super-dialog-body-clear {
    height: 60px !important;
}

/* Position Vertical */

.super-dialog-position-vertical-top {
    top: 0;
    bottom: auto;
}

@media screen and (min-width:768px) {
    .super-dialog-position-vertical-top {
        margin-top: 15px;
    }

    .super-dialog-content {
        max-height: 87.2vh;
    }
}

.super-dialog-position-vertical-middle {
    top: 0;
}

.super-dialog-position-vertical-bottom {
    top: auto;
    bottom: 0;
}

/* Position Horizontal */

.super-dialog-position-horizontal-left {
    left: 0;
    right: auto;
}

.super-dialog-position-horizontal-right {
    left: auto;
    right: 0;
}


/* Modal */

body.super-modal-open, html.super-modal-open {
    overflow: hidden !important;
}


/* Content */

.super-modal .modal-content {
    border: none;
}


/* Close button */

.super-modal-close-button {

    --super-dialog-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23000%27%3e%3cpath d=%27M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z%27/%3e%3c/svg%3e");

    position: absolute;
    top: 0;
    right: 0;
    background: none;
    color: #000;
    margin-right: 10px;
    margin-top: 10px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent var(--super-dialog-btn-close-bg) center / 1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: 0.5;
}


/* Header */

.super-modal .modal-header {
    min-height: 40px;
    padding: 10px 40px 5px 10px;
    font-weight: bold;
}

.super-modal .modal-header.bg-secondary {
    background-color: rgb(108, 117, 125) !important;
}

.super-modal .modal-header.bg-secondary .modal-title {
    color: rgb(255, 255, 255) !important;
}

.super-modal .modal-header.bg-primary {
    background-color: rgb(13, 110, 253) !important;
}

.super-modal .modal-header.bg-primary .modal-title {
    color: rgb(255, 255, 255) !important;
}

.super-modal .modal-header.bg-info {
    background-color: rgb(13, 202, 240) !important;
}

.super-modal .modal-header.bg-info .modal-title {
    color: rgb(0, 0, 0) !important;
}

.super-modal .modal-header.bg-success {
    background-color: rgb(25, 135, 84) !important;
}

.super-modal .modal-header.bg-success .modal-title {
    color: rgb(222, 226, 230) !important;
}

.super-modal .modal-header.bg-warning {
    background-color: rgb(255, 193, 7) !important;
}

.super-modal .modal-header.bg-warning .modal-title {
    color: rgb(0, 0, 0) !important;
}

.super-modal .modal-header.bg-danger {
    background-color: rgb(220, 53, 69) !important;
}

.super-modal .modal-header.bg-danger .modal-title {
    color: rgb(222, 226, 230) !important;
}


/* Body */

.super-modal .modal-body.no-header {
    /*margin-top: 25px;*/
}

.super-modal .modal-body {
    background-color: #f3f3f9;
    padding: 5px 5px 5px 5px;
    overflow-x: hidden !important;
}

[data-bs-theme="dark"] .super-modal .modal-body {
    background-color: #343a40;
}

