/*
* Null JS v1.0.0 (https://null-js.com)
* Copyright (c) 2023 Null JS
* Licensed under MIT (https://opensource.org/licenses/MIT)
*/
.null-card-container .null-card-image-container img,
.null-card-image-overlay {
    border-top-left-radius: var(--null-border-radius);
    border-top-right-radius: var(--null-border-radius)
}

.null-dropdown-button *,
.null-navbar .null-dropdown-button *,
.null-navbar-form,
.null-toast.active~.null-toast-button {
    pointer-events: none
}

.null-accordion {
    width: 100%
}

.null-accordion-content-container {
    height: 0;
    overflow: hidden;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.null-accordion-content-container p {
    padding: 0 20px 20px;
    line-height: 1.5;
    margin: 0
}

.null-alert-container {
    padding: 12px 20px;
    opacity: 1;
    -webkit-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    transition: opacity 1s linear
}

.null-alert-exit-icon {
    position: absolute;
    right: 20px;
    overflow: hidden
}

.null-alert-warning {
    background: #fffcd1;
    border-left: 5px solid #e3e44b
}

.null-alert-success {
    background: #cdf2ca;
    border-left: 5px solid #2cc622
}

.null-alert-danger {
    background: #f9a2a2;
    border-left: 5px solid #be0f0f
}

.null-alert-primary {
    background: var(--null-color-main);
    border-left: 5px solid var(--null-color-black)
}

.null-rtl .null-alert-warning {
    background: #fffcd1;
    border-right: 5px solid #e3e44b;
    border-left: 0
}

.null-rtl .null-alert-success {
    background: #cdf2ca;
    border-right: 5px solid #2cc622;
    border-left: 0
}

.null-rtl .null-alert-danger {
    background: #f9a2a2;
    border-right: 5px solid #be0f0f;
    border-left: 0
}

.null-rtl .null-alert-primary {
    background: var(--null-color-main);
    border-right: 5px solid var(--null-color-black);
    border-left: 0
}

.null-rtl .null-alert-exit-icon {
    left: 20px;
    right: auto
}

.null-breadcrumb-solidus .null-breadcrumb-item:not(:last-of-type)::after {
    content: '/';
    margin: 0 10px
}

.null-breadcrumb-arrow .null-breadcrumb-item:not(:last-of-type)::after {
    content: '\203a';
    margin: 0 10px
}

.null-breadcrumb-item-link:hover {
    color: var(--null-color-main);
    opacity: .7
}

.null-breadcrumb-item-link.active {
    color: var(--null-color-main);
    font-weight: 700
}

.null-card-container .null-card-floating-box-container {
    position: absolute;
    top: -15px;
    right: 10px;
    left: auto;
    min-width: 100px
}

.null-card-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .95) 0, transparent 100%)
}

.null-rtl .null-card-container .null-card-floating-box-container,
.null-rtl .null-search-bar form button {
    left: 10px;
    right: auto
}

.null-circular-progress-container {
    width: 400px;
    max-width: 100%
}

.null-circular-progress {
    height: var(--null-circular-progress-size);
    width: var(--null-circular-progress-size);
    border-radius: 50%;
    background: conic-gradient(var(--null-color-main) 0deg, #f6f7f9 0deg)
}

.null-circular-progress::before {
    content: "";
    position: absolute;
    height: calc(var(--null-circular-progress-size) - 40px);
    width: calc(var(--null-circular-progress-size) - 40px);
    border-radius: 50%;
    background-color: var(--null-color-white)
}

.null-circular-progress-value {
    font-size: 40px;
    color: var(--null-color-main)
}

.null-dropdown-button {
    border-radius: var(--null-border-radius);
    border: 3px solid var(--null-color-light-grey);
    min-width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background: 0 0
}

.null-dropdown-button:focus {
    outline: 0;
    background: var(--null-background-light-grey)
}

#null-list-search-input,
.null-dropdown-menu,
.null-navbar .null-dropdown-menu {
    background: var(--null-color-light-grey)
}

.null-dropdown-button svg.active,
.null-navbar .null-dropdown-button svg.active {
    transform: rotate(180deg)
}

.null-dropdown-button.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.null-dropdown {
    height: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 999999;
    overflow: hidden;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
    
}

.null-dropdown-menu li,
.null-navbar .null-dropdown-menu li {
    border-bottom: 1px solid #dcdcdc
}

.null-dropdown-menu li.active,
.null-dropdown-menu li:hover,
.null-navbar .null-dropdown-menu li:hover {
    opacity: .7
}

.null-dropdown-menu li:last-child,
.null-navbar .null-dropdown-menu li:last-child {
    border-bottom: 0
}

#null-list-search-input {
    width: 100%;
    margin-bottom: 15px;
    border: 0;
    color: var(--null-color-black);
    border-radius: var(--null-border-radius);
    height: 45px;
    caret-color: var(--null-color-main);
    font-size: 16px;
    padding: 10px
}

#null-list-search-input:focus {
    border: 0;
    outline: 0
}

#null-list-total-results,
.null-tree-list .active li:last-child {
    margin-bottom: 15px
}

.null-list-results {
    border: 3px solid var(--null-color-light-grey);
    border-radius: var(--null-border-radius)
}

.null-list-results-overflow {
    height: 150px;
    overflow: hidden;
    overflow-y: auto
}

.null-modal-container,
.null-navbar-search svg {
    width: 100%;
    height: 100%
}

.null-list-results-overflow::-webkit-scrollbar {
    width: 7px
}

.null-list-results-overflow::-webkit-scrollbar-thumb {
    background: #878787;
    border-radius: 25px
}

.null-list-results-overflow::-webkit-scrollbar-track {
    background: #e3e3e3;
    border-radius: 25px
}

.null-list-result,
.null-list-result-main {
    border: 1px solid var(--null-color-light-grey)
}

.null-list-result span,
.null-list-result-main span,
.null-list-result-no-records-found div {
    padding: 10px
}

.null-list-result:last-child {
    border-bottom: none
}

.null-list-result:hover {
    background-color: #dce0e7
}

.null-modal-container {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    overflow: auto;
    background: #d6d6d669
}

.null-modal-container.active,
.null-tree-list ul.active {
    display: block
}

.null-modal-header-container button {
    border: none;
    outline: 0;
    background: #ff9191;
    border-radius: var(--null-border-radius);
    -webkit-appearance: none
}

.null-modal-body-overflow-hidden {
    overflow: hidden
}

.null-modal {
    margin: auto;
    max-height: calc(100% - 40px);
    overflow-y: auto
}

.null-modal-medium {
    width: 800px
}

.null-modal-small {
    width: 500px
}

.null-modal-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.null-modal-center::-webkit-scrollbar {
    width: 7px
}

.null-modal-center::-webkit-scrollbar-thumb {
    background: #878787;
    border-radius: 25px
}

.null-modal-center::-webkit-scrollbar-track {
    background: #e3e3e3;
    border-radius: 25px
}

.null-navbar-logo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.null-navbar-links {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.null-navbar-links li a , .null-navbar-links li button {
    margin: 0 15px;
    font-size: 17px;
    color: var(--null-color-black);
    font-weight: 400;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding-bottom: 2px;
    border: 0;
    min-width: auto;
    justify-content: start;
    border-radius: 0
}

.null-navbar-links li button{
    padding: 0 0 2px 0;
}

.null-navbar-back-drop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: var(--null-color-black);
    opacity: .5;
    cursor: pointer
}

.null-navbar-menu-icon-contianer {
    display: none;
    position: relative;
    cursor: pointer;
    width: 30px;
    height: 30px
}

.null-navbar-body-overflow-hidden {
    overflow: hidden;
    padding-right: 8px
}

.null-navbar-links-mobile,
.null-tree-list ul {
    display: none
}

.null-navbar-links-mobile-line {
    border-bottom: 2px solid var(--null-color-main);
    margin: 8px 0
}

.null-navbar-search-container {
    border-left: 2px solid var(--null-color-black);
    width: 40px;
    height: 40px
}

.null-navbar-search {
    width: 22px;
    height: 22px
}

.null-navbar-form-container {
    position: relative
}

.null-navbar-form {
    position: absolute;
    right: -5px;
    bottom: -100px;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-transition: bottom .3s, right .3s, opacity .1s;
    -o-transition: bottom .3s, right .3s, opacity .1s;
    transition: bottom .3s, right .3s, opacity .1s
}

.null-navbar-form.active {
    opacity: 1;
    bottom: -60px;
    pointer-events: auto;
    z-index: 20
}

.null-navbar-form:before {
    position: absolute;
    content: "";
    top: -9px;
    right: 15px;
    width: 0;
    height: 0;
    z-index: -1;
    border: 10px solid transparent;
    border-bottom-color: #ddd;
    margin: -20px 0 0
}

.null-navbar-form:after {
    position: absolute;
    content: '';
    height: 60px;
    padding: 2px;
    background: #ddd;
    border-radius: 2px;
    min-width: calc(100% + 20px);
    z-index: -2;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.null-navbar-form-input {
    padding: 0 10px;
    color: var(--null-color-black);
    font-size: 17px;
    width: 400px;
    border: none
}

.null-navbar-form-button {
    padding: 0 15px;
    color: var(--null-color-white);
    font-size: 17px;
    background: var(--null-color-main);
    border: none;
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.null-navbar-form-input:focus,
.null-search-bar form .null-search-bar-input:focus {
    outline: 0
}

.null-navbar .null-dropdown-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.null-navbar .null-dropdown-menu li.active {
    opacity: .7;
    color: var(--null-color-main)
}

.null-navbar .null-dropdown-menu a {
    width: 200px !important;
    font-size: 16px !important
}

@media screen and (max-width:992px) {

    .null-modal-medium,
    .null-modal-small {
        width: 100%
    }

    .null-navbar .null-dropdown {
        height: 0;
        position: relative;
        overflow: hidden;
        -webkit-transition: 1.5s;
        -o-transition: 1.5s;
        transition: 1.5s
    }

    .null-navbar-links {
        position: fixed;
        width: 300px;
        top: 0;
        height: 100%;
        left: -100%;
        transform: translate3d(-100%, 0, 0);
        z-index: 9999;
        display: block;
        background: var(--null-color-white);
        -webkit-transition: .5s ease-out;
        -o-transition: .5s ease-out;
        transition: .5s ease-out
    }

    .null-navbar-links.active {
        left: 0;
        transform: translate3d(0, 0, 0);
        height: 100%;
        overflow-y: auto
    }

    .null-navbar-links-mobile,
    .null-navbar-menu-icon-contianer {
        display: block
    }

    .null-navbar-links li {
        margin-top: 20px
    }

    .null-navbar-form-input {
        width: 100%;
        border-radius: 0
    }

    .null-navbar-form-container.active {
        visibility: visible;
        height: 45px;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        margin: auto
    }

    .null-navbar-form-container {
        position: relative;
        visibility: hidden;
        height: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .null-navbar-form:before {
        right: 40px
    }

    .null-navbar-form {
        position: relative;
        bottom: 0;
        right: 0;
        top: 5px;
        height: 40px;
        margin: auto;
        pointer-events: auto;
        width: 100%
    }

    .null-navbar-search-container {
        border-left: none;
        margin: 0 10px
    }

    .null-navbar .null-dropdown-menu a {
        width: 100% !important
    }

    .null-navbar .null-dropdown-button {
        margin: 0 15px
    }

    .null-navbar .null-dropdown li {
        margin-top: 0
    }
}

@media screen and (min-width:992px) {
    .null-navbar-links li a::before , .null-navbar-links li button::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: var(--null-color-main);
        bottom: 0;
        left: -100%;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .null-navbar-links li a:hover::before , .null-navbar-links li button:hover::before{
        left: 0
    }

    .null-navbar .null-dropdown {
        opacity: 0;
        height: 0;
        position: absolute;
        overflow: hidden;
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-transition: opacity 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
        transition: opacity 150ms ease-in-out, transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
        -o-transition: opacity 150ms ease-in-out, transform 150ms ease-in-out;
        width: auto;
        z-index: 10;
        margin-top: 10px
    }

    .null-navbar .null-dropdown-menu a:hover::before {
        left: -100% !important
    }
}

.null-rtl .null-navbar-search-container {
    border-right: 2px solid var(--null-color-black);
    border-left: 0
}

.null-rtl .null-navbar-form {
    left: -5px;
    right: auto
}

.null-rtl .null-navbar-form:before {
    left: 15px;
    right: auto
}

@media screen and (max-width:992px) {
    .null-rtl .null-navbar-search-container {
        border-right: 0
    }

    .null-rtl .null-navbar-form:before {
        left: 40px
    }

    .null-rtl .null-navbar-links {
        right: -100%;
        transform: translate3d(100%, 0, 0)
    }

    .null-rtl .null-navbar-links.active {
        right: 0;
        transform: translate3d(0, 0, 0);
        height: 100%;
        overflow-y: auto
    }
}

.null-ordered-list {
    margin: 0;
    padding: 0;
    line-height: normal
}

.null-ordered-list li {
    line-height: 25px;
    margin: 0 0 25px;
    counter-increment: step-counter;
    list-style: none;
    position: relative;
    padding: 0 0 0 45px
}

.null-ordered-list-rounded li::before {
    border-radius: var(--null-border-radius)
}

.null-ordered-list-circle li::before {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%
}

.null-ordered-list-hexagon li::before {
    clip-path: polygon(50% 0%, 85% 25%, 85% 75%, 50% 100%, 15% 75%, 15% 25%);
    transform: rotate(0)
}

.null-ordered-list li::before {
    content: counter(step-counter);
    margin-right: 5px;
    background-color: var(--null-color-main);
    color: var(--null-color-white);
    padding: 3px 8px;
    position: absolute;
    left: 0;
    top: -3px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-weight: 400;
    line-height: 28px
}

@media screen and (max-width:767px) {
    .null-ordered-list {
        margin: 25px 0 30px
    }

    .null-ordered-list li {
        line-height: 22px;
        margin: 0 0 15px;
        padding: 0 0 0 32px
    }

    .null-ordered-list li::before {
        padding: 3px 2px;
        top: 0;
        width: 24px;
        height: 24px;
        line-height: 17px;
        font-size: 13px
    }
}

.null-pagination a:hover {
    color: var(--null-color-black)
}

.null-pagination-item-link {
    padding: 8px 12px;
    border: 1px solid #1d18180d;
    color: #333;
    text-decoration: none;
    transition: none
}

.null-pagination-item-link:not(:focus) {
    transition: .3s
}

.null-pagination-item-link:focus,
.null-pagination-item-link:hover {
    background-color: #e0dfdf
}

.null-pagination-item-link.active {
    background-color: #8c8b8b96
}

.null-pagination-item-link.disabled {
    pointer-events: none;
    color: #b8b8b8;
    user-select: none
}

.null-pagination-rounded .null-pagination-item .null-pagination-item-link {
    border-radius: var(--null-border-radius);
    margin: 0 5px
}

.null-progress-bar-container {
    height: 20px;
    background-color: var(--null-color-light-grey)
}

.null-progress-bar {
    color: var(--null-color-white);
    background-color: var(--null-color-main);
    transition: width .5s;
    border-radius: var(--null-border-radius)
}

.null-progress-bar-message {
    position: absolute;
    top: -30px;
    background: #ededed;
    color: var(--null-color-black);
    inset-inline-end: 0;
    padding: 4px;
    border-radius: var(--null-border-radius)
}

.null-progress-bar-message::after {
    content: "";
    border: 5px solid transparent;
    position: absolute;
    bottom: -10px;
    inset-inline-start: 50%;
    transform: translateX(-50%);
    border-top-color: #ededed
}

.null-progress-bar-small {
    height: 8px
}

.null-quote {
    -webkit-box-shadow: -3px 0 0 var(--null-color-main), rgb(0 0 0 / 10%) 0 0 40px;
    box-shadow: -3px 0 0 var(--null-color-main), rgb(0 0 0 / 10%) 0 0 40px;
    border-left: 1px solid var(--null-color-main);
    margin: 0
}

.null-quote:before {
    content: "\201C";
    font-size: 4em;
    position: absolute;
    right: 0;
    z-index: 0;
    opacity: .3;
    top: -15px;
    bottom: 0
}

.null-quote-author-container {
    -webkit-padding-start: 40px;
    padding-inline-start: 40px
}

.null-quote-author-container::before {
    position: absolute;
    top: 1px;
    width: 30px;
    height: 1px;
    background: var(--null-color-grey);
    content: '';
    bottom: 0;
    margin: 10px 0 13px -40px
}

.null-tab,
.null-tab.active {
    margin: 5px
}

.null-tab.active{
background: var(--null-color-main);
border-radius: var(--null-border-radius);
color: var(--null-color-white);
}
.null-tab:hover {
    border-radius: var(--null-border-radius);
    background: var(--null-color-main);
    color: var(--null-color-white);
    border-bottom: 0;
}

.null-rtl .null-quote {
    -webkit-box-shadow: 3px 0 0 var(--null-color-main), rgb(0 0 0 / 10%) 0 0 40px;
    box-shadow: 3px 0 0 var(--null-color-main), rgb(0 0 0 / 10%) 0 0 40px;
    border-right: 1px solid var(--null-color-main);
    border-left: 0
}

.null-rtl .null-quote:before {
    left: 0;
    right: auto
}

.null-rtl .null-quote-author-container::before {
    margin: 10px -40px 13px 0
}

.null-search-bar form .null-search-bar-input {
    width: 100% !important;
    border: 0;
    padding: 0 10px;
    -webkit-appearance: none;
    caret-color: var(--null-color-main);
    height: 50px
}

.null-search-bar form button {
    position: absolute;
    right: 10px;
    left: auto
}

/*
 * Null JS v1.0.0 (https://null-js.com)
 * Copyright (c) 2023 Null JS
 * Licensed under MIT (https://opensource.org/licenses/MIT)
*/

/* Start Table */

:root {
    --null-table-header-background: var(--null-color-main);
    --null-table-header-color: var(--null-color-white);
    --null-table-zebra-stripes-background: var(--null-color-light-grey);
    --null-table-border-color: #ececec;
    --null-table-border-radius: var(--null-border-radius);
}

.null-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.null-rtl .null-table {
    text-align: right;
}

.null-table th,
.null-table td {
    padding: 12px 15px;
    border: 1px solid var(--null-table-border-color);
}

.null-table-header {
    background: var(--null-table-header-background);
    color: var(--null-table-header-color);
}

.null-table-header-border-none th,
td {
    border: none
}

@media(min-width:992px) {
    .null-table-zebra-stripes tbody tr:nth-child(even) {
        background: var(--null-table-zebra-stripes-background)
    }

    .null-table-zebra-stripes thead tr {
        background: var(--null-table-zebra-stripes-background);
    }


    .null-table-zebra-stripes-columns tbody td:nth-child(odd) {
        background: var(--null-table-zebra-stripes-background);
    }

    .null-table-zebra-stripes-columns thead tr th:nth-child(odd) {
        background: var(--null-table-zebra-stripes-background);
    }

    .null-table-border-radius {
        border-collapse: separate !important;
        border-spacing: 0 !important;
    }

    .null-table-border-radius tr th:first-child,
    .null-table-border-radius tr td:first-child {
        border-left: 1px solid var(--null-table-border-color);
    }

    .null-table-border-radius tr th:first-child,
    .null-table-border-radius tr td:first-child {
        border-left: 1px solid var(--null-table-border-color);
    }

    .null-table-border-radius tr th {
        text-align: left;
        border-top: solid 1px var(--null-table-border-color);
    }

    .null-rtl .null-table-border-radius tr th {
        text-align: right;
    }

    /* top-left border-radius */
    .null-table-border-radius tr:first-child th:first-child {
        border-top-left-radius: var(--null-table-border-radius);
    }

    /* top-right border-radius */
    .null-table-border-radius tr:first-child th:last-child {
        border-top-right-radius: var(--null-table-border-radius);
    }

    /* bottom-left border-radius */
    .null-table-border-radius tr:last-child td:first-child {
        border-bottom-left-radius: var(--null-table-border-radius);
    }

    /* bottom-right border-radius */
    .null-table-border-radius tr:last-child td:last-child {
        border-bottom-right-radius: var(--null-table-border-radius);
    }

}

@media (max-width: 992px) {
    .null-table thead {
        display: none;
    }

    .null-table,
    .null-table tbody,
    .null-table tr,
    .null-table td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .null-table tr {
        margin-bottom: 15px;
    }

    .null-table td {
        width: 100%;
        box-sizing: border-box;
    }

    .null-table td[data-null-label]::before {
        content: attr(data-null-label);
        font-weight: bold;
        margin-bottom: 10px;
    }
}


@media (min-width: 992px) {
    .null-rtl .null-table-border-radius tr:first-child th:last-child {
        border-top-left-radius: var(--null-table-border-radius);
        border-top-right-radius: 0
    }

    .null-rtl .null-table-border-radius tr:last-child td:last-child {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: var(--null-table-border-radius);
    }

    .null-rtl .null-table-border-radius tr:last-child td:first-child {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: var(--null-table-border-radius);
    }

    .null-rtl .null-table-border-radius tr:first-child th:first-child {
        border-top-right-radius: var(--null-table-border-radius);
        border-top-left-radius: 0;
    }

}

/* End Table */

[data-tab-content] {
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.active[data-tab-content] {
    opacity: 1;
    height: auto
}

.null-tabs-links {
    padding: 10px 20px;
    border-top-right-radius: var(--null-border-radius);
    border-top-left-radius: var(--null-border-radius)
}

.null-tab {
    padding: 10px;
    min-width: 100px;
    -webkit-transition: .1s linear;
    -o-transition: .1s linear;
    transition: .1s linear;
    border-bottom: 1px solid var(--null-color-main)
}

.null-tab:hover {
    border-bottom: 0
}

.null-tabs {
    padding: 0 20px;
    margin: 0 5px
}

.null-timeline-items {
    max-width: 1000px;
    margin: auto
}

.null-timeline-items::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: var(--null-color-grey);
    left: calc(50% - 1px)
}

.null-flash-list-container::after,
.null-flash-list-container::before,
.null-timeline-dot,
.null-toast-progress:before {
    background-color: var(--null-color-main)
}

.null-timeline-item:last-child {
    margin-bottom: 0
}

.null-timeline-item:nth-child(odd) {
    padding-right: calc(50% + 30px);
    text-align: right
}

.null-timeline-item:nth-child(2n) {
    padding-left: calc(50% + 30px);
    text-align: left
}

.null-timeline-dot {
    height: 16px;
    width: 16px;
    position: absolute;
    left: calc(50% - 8px);
    border-radius: 50%
}

.null-timeline-date {
    color: var(--null-color-main);
    margin: 0 5px 15px
}

@media(max-width:767px) {
    .null-timeline-items::before {
        left: 7px
    }

    .null-timeline-item:nth-child(odd) {
        padding-right: 0;
        text-align: left
    }

    .null-timeline-item:nth-child(2n),
    .null-timeline-item:nth-child(odd) {
        padding-left: 37px
    }

    .null-timeline-dot {
        left: 0
    }
}

.null-toast {
    position: fixed;
    z-index: 99;
    padding: 20px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    overflow: hidden
}

.null-toast:not(:focus) {
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

.null-toast-top {
    top: 0
}

.null-toast-bottom {
    bottom: 0
}

.null-toast-left {
    left: 0;
    right: auto;
    transform: translateX(-100%)
}

.null-toast-right {
    right: 0;
    left: auto
}

.null-toast.active {
    transform: translateX(0)
}

.null-toast-close {
    position: absolute;
    top: 10px;
    right: 15px;
    left: auto;
    padding: 5px;
    opacity: .7;
    width: 20px;
    height: 20px;
    background: #ff9191;
    text-align: center;
    border-radius: 50%
}

.null-toast-close:hover {
    opacity: 1
}

.null-toast-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: #ddd
}

.null-toast-progress:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%
}

.null-toast-progress.active:before {
    animation: 5s linear forwards progress
}

@keyframes progress {
    100% {
        right: 100%
    }
}

.null-rtl .null-toast {
    transform: translateX(-100%)
}

.null-rtl .null-toast.active {
    transform: translateX(0) !important
}

.null-rtl .null-toast-right {
    right: auto;
    left: 0
}

.null-rtl .null-toast-left {
    transform: translateX(100%);
    right: 0;
    left: auto
}

.null-rtl .null-toast-close {
    right: auto;
    left: 15px
}

.null-tree-container ul {
    -webkit-margin-start: 0px;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    -webkit-padding-start: 40px;
    padding-inline-start: 40px
}

.null-tree-container ul li {
    position: relative;
    margin: 10px 0 10px 10px
}

.null-tree-container ul li:before {
    content: "";
    counter-increment: item;
    position: absolute;
    top: -7px;
    left: -30px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 30px;
    height: 15px
}

.null-tree-container li:after {
    position: absolute;
    content: "";
    top: 8px;
    left: -30px;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    width: 30px;
    height: 100%
}

.null-tree-list .active li,
.null-tree-list .active li .null-tree-list-title {
    font-size: 14px
}

.null-rtl .null-tree-container li:after,
.null-rtl .null-tree-container ul li:before {
    left: auto;
    right: -30px;
    border-left: none;
    border-right: 1px solid #ddd
}

.null-flash-list-container::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    margin: 0 9px
}

.null-flash-list-container::after {
    content: '';
    position: absolute;
    inset-inline-start: 6px;
    width: 8px;
    height: 8px;
    opacity: .6;
    border-radius: 50%
}

.null-flash-list-container li::before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    border: 2px solid var(--null-color-white);
    outline: 2px solid var(--null-color-main);
    z-index: 2;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
    position: relative;
    padding: 8px
}

.null-unordered-list>li::before,
.null-unordered-list>ul>li::before {
    content: '●';
    color: var(--null-color-main);
    display: inline-block;
    width: 1em
}

.null-flash-list:not(:last-child) {
    margin-bottom: 20px
}

.null-flash-list-container li.null-flash-list-done::before {
    background: var(--null-color-main)
}

.null-flash-list-container li.null-flash-list-current::before {
    animation: .8s infinite alternate null-flash
}

.null-flash-list-container .null-font-weight-bold {
    margin-bottom: 5px
}

@-webkit-keyframes null-flash {
    from {
        background-color: var(--null-color-main)
    }

    to {
        background-color: var(--null-color-white)
    }
}

@keyframes null-flash {
    from {
        background-color: var(--null-color-main)
    }

    to {
        background-color: var(--null-color-white)
    }
}

.null-scroll-to-top-container {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 0;
    -webkit-transform: translateX(60px);
    -ms-transform: translateX(60px);
    transform: translateX(60px);
    z-index: 9999;
    border: 0;
    background-color: conic-gradient(var(--null-color-main) 0deg, var(--null-color-light-grey) 0deg);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.null-scroll-to-top-container::before {
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: var(--null-color-light-grey);
    z-index: -1;
    overflow: hidden
}

.null-scroll-to-top-container.active {
    -webkit-transform: translateX(-10px) rotate(360deg);
    -ms-transform: translateX(-10px) rotate(360deg);
    transform: translateX(-10px) rotate(360deg)
}

.null-unordered-list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.null-unordered-list li {
    margin-top: 10px
}

.null-unordered-list>ul {
    padding-left: 20px
}

.null-unordered-list>ul>li::before {
    opacity: .7;
    font-size: .8em
}