@import url('https://fonts.googleapis.com/css2?family=Play&family=Roboto+Condensed:wght@400;700&family=Roboto+Slab:wght@400;700&display=swap');

html,
body {
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87);
}

.col.content-section .row {
    margin-right: 0;
    margin-left: 0;
}

h5, h6, button  {
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.disabled-element {
	pointer-events: none;
	opacity: 0.5;
	filter: grayscale(1);
}

.disabled-element-2 {
    pointer-events: none;
    opacity: 0.5;
}

.disabled-element-3 {
    pointer-events: none;
}

.disabled-element-4 {
    pointer-events: none;
    opacity: 0.8;
    filter: grayscale(1);
}

.disabled-element-5 {
    pointer-events: none;
    opacity: 0.2;
    filter: grayscale(1);
}


.disabled-element-6 {
    pointer-events: none;
    opacity: 0.9;
    filter: grayscale(1) contrast(0.7);
}

.disabled-element-7 {
    pointer-events: none;
    opacity: 0.7;
    filter: grayscale(1) contrast(0.7);
}

.mdl-button {
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: normal;
}

.main-color {
    background-color: #72151b !important;
}

.text-main-color {
    color: #72151b !important;
}

.secondary-color {
    background-color: #d6ba9f !important;
}

.text-secondary-color {
    color: #d6ba9f !important;
}

.mdl-button {
    border-radius: 8px;
}

.card {
    border-radius: 10px;
}

.card-content {
    border-radius: 0 0 10px 10px;
}

header nav {
    height: 48px;
    line-height: 48px;
}

header .navbar-fixed {
    height: 48px;
}

header nav ul a,
header nav a,
header nav ul a.mdl-button {
    width: auto;
    height: 40px;
    line-height: 42px;
    text-align: center;
    margin: 4px 10px;
    position: relative;
    /* border-radius: 8px; */
    padding: 0 10px;
}

header nav ul a.mdl-button {
    margin: 0 10px;
}

header nav ul a:hover,
header nav a:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

header .brand-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    border-radius: 8px;
}

header .brand-logo img {
    height: 90%;
}

header #user-avatar {
    width: 48px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 4px 10px;
    position: relative;
    border-radius: 8px;
}

header .nav-wrapper>ul>li>a {
    margin: 4px 10px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 4px 10px;
    position: relative;
    border-radius: 8px;
}

header .user_avatar_circle {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    border: 1px solid white;
    box-shadow: 1px 1px 10px 1px #222;
    -webkit-box-shadow: 1px 1px 10px 1px #222;
}

header .user_avatar_circle img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

header #dropdown--header--user-avatar {
    min-width: 280px;
    z-index: 10001;
    white-space: nowrap;
    height: auto !important;
    border-radius: 8px;
}

#lang-selector.mdl-button {
    border-radius: 7px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 0 10px 0 18px;
}

header nav ul a.mdl-button i {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: top !important;
    margin: 0;
}

header .dropdown-content li:hover,
header.dropdown-content li.active {
    background-color: #fff;
}

header .dropdown-content li>a,
header.dropdown-content li>span {
    font-size: 16px;
    line-height: 16px;
    padding: 11px 16px;
    margin: 0 4px;    
    border-radius: 8px;
}

header .dropdown-content#dropdown-lang li:first-child>a,
header .dropdown-content#dropdown-lang li:first-child>span {
    margin: 4px 4px 0 4px;
}

header .dropdown-content#dropdown-lang li:last-child>a,
header .dropdown-content#dropdown-lang li:last-child>span {
    margin: 0 4px 4px 4px;
}

header .dropdown-content li {
    min-height: auto;
}

header #dropdown--header--user-avatar a.item {
    height: 100%;
    color: rgba(0, 0, 0, 0.87);
    text-transform: none;
    text-align: left;
    display: inline-block;
    width: calc(100% - 20px);
}

header #dropdown--header--user-avatar a.item i {
    margin: 2px 8px 0 0;
}

.content-section {
    position: relative;
}

.sidenav li.active {
    background-color: transparent;
}

.main-sidebar {
    z-index: 989;
    position: fixed;
    width: 100%;
    height: calc(100% - 48px);
    padding: 0 !important;
    overflow-y: auto;
}

.main-sidebar .collapsible-header.mdl-button,
.main-sidebar .collapsible,
.main-sidebar .collapsible a,
.main-sidebar .collapsible-body,
.main-sidebar .collapsible-body a,
#modules-menu-slide-out .collapsible-header.mdl-button,
#modules-menu-slide-out .collapsible,
#modules-menu-slide-out .collapsible a,
#modules-menu-slide-out .collapsible-body,
#modules-menu-slide-out .collapsible-body a {
    background-color: transparent !important;
    color: rgba(0, 0, 0, 0.87);
    border-radius: 0;
    border: none;
    box-shadow: none;
    text-transform: none;
    text-align: left;
    margin: 0 !important;
    width: 100% !important;
    border-radius: 6px;
    box-shadow: inset 0px 0px 0 1px #eee;
}

.main-sidebar .collapsible a {
    height: auto;
    line-height: 16px;
    padding: 10px 10px 10px 10px;
}

#modules-menu-slide-out .collapsible a {
    height: auto;
    line-height: 16px;
    padding: 10px 35px 10px 10px;
}

.main-sidebar .collapsible-header.mdl-button {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 10px 10px 10px;
    width: 100%;
    height: auto;
}

#modules-menu-slide-out .collapsible-header.mdl-button {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 35px 10px 10px;
    width: 100%;
    height: auto;
}

.main-sidebar .collapsible-header.mdl-button.level-0,
#modules-menu-slide-out .collapsible-header.mdl-button.level-0 {
    font-size: 16px;
    line-height: 18px;
    font-weight: bold
}

.main-sidebar .collapsible-body,
#modules-menu-slide-out .collapsible-body {
    padding: 0;
    box-shadow: none;
}

.main-sidebar .collapsible-body a,
#modules-menu-slide-out .collapsible-body a {
    padding: 10px 30px 10px 30px;
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    height: auto;
}

.main-sidebar .collapsible-header:hover,
.main-sidebar a:hover,
#modules-menu-slide-out .collapsible-header:hover,
#modules-menu-slide-out a:hover {
    background-color: rgba(0, 0, 0, 0.15) !important;
}

.main-sidebar .collapsible-body .collapsible-header,
#modules-menu-slide-out .collapsible-body .collapsible-header {
    padding: 10px 30px 10px 40px;
}

.main-sidebar .collapsible-body .collapsible-body a,
#modules-menu-slide-out .collapsible-body .collapsible-body a {
    padding: 10px 30px 10px 70px;
}

.main-sidebar a.active.mdl-button,
#modules-menu-slide-out a.active.mdl-button {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

#modules-menu-slide-out {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    max-width: 240px;
    overflow-y: auto;
    height: 100% !important;
    padding: 8px 8px;
}

#modules-menu-slide-out .username {
    color: rgba(0, 0, 0, 0.87);
    font-size: 16px;
    margin: 8px 8px;
}

#modules-menu-slide-out {
    text-align: center;
}

#modules-menu-slide-out .divider {
    background-color: rgba(255, 255, 255, 0.3);
}

#modules-menu-slide-out .mdl-button {
    margin: 10px 0;
}

#content {
    display: table;
    width: 100%;
}

.collapsible-icon {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 30px;
    transform: translateY(-50%);
}

.collapsible-icon i {
    margin: 0;
    transform: rotate(90deg);
    transition: transform 250ms;
}

.layout-collapsible-menu li.active .collapsible-icon i {
    transform: rotate(0deg);
    transition: transform 250ms;
}


.content-section {
    padding: 0 !important;
}


.main-sidebar {
    z-index: 996;
}

.btn-icon {
    padding: 0;
    min-width: 36px;
}

.fullscreen-modal {
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: scroll;
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
    z-index: 1003;
}


.close-fullscreen-modal-outer {
    position: fixed;
    top: 50px;
    right: 10%;
    z-index: 1004;
    display: none;
}


.tabs .tab a {
    transition: all 0.3s ease-out;
}

.tabs .tab a.is-changed,
.tabs .tab.is-invalid a {
    color: red !important;
    opacity: 0.7 !important;
}


#tabs, #tabs > .tab, #tabs > .tab > a {
    background-color: transparent;
}

#tabs:hover, #tabs > .tab:hover, #tabs > .tab > a:hover  {
    background-color: transparent;
}


.tabs .tab a {
    color: #444444b3;
    text-transform: none;
}

.tabs .tab a:hover, .tabs .tab a.active {
    color: #72151b !important;
    font-weight: normal !important;
}

.tabs .tab a:hover {
    background-color: transparent;
    color:#72151b;
} /*Text color on hover*/

.tabs .tab a.active {
    background-color: transparent;
    color:#72151b;
} /*Background and text color when a tab is active*/

.tabs .indicator {
    background-color:#72151b;
} /*Color of underline*/

.tabs .tab a:focus, .tabs .tab a:focus.active {
    background-color: transparent;
    outline: none;
}

.tabs .tab a {
    font-weight: normal;
}

.tabs {
    background-color: transparent;
}


@media only screen and (min-width: 993px) {
    #toast-container {
        top: auto;
        right: auto;
        left: 5%;
        bottom: 7%;
        max-width: 90%;
    }
}

#toast-container {
    bottom: 10%;
}

#toast-container .toast {
    border-radius: 4px;
    padding: 10px 25px 12px;
    min-width: 250px;
}

.selectize-input input[type=text] {
    height: auto;
    font-size: 13px;
}

/* expand selectize multiple*/
.selectize-control:not(.single) .selectize-input.has-items {
	height: auto !important;
	white-space: normal !important;
}

.selectize-dropdown .option {
    font-size: 14px;
    line-height: 13px;
    padding: 6px .75rem;
}

.selectize-dropdown .option.selected {
    background-color: #e0e0e0;
    font-weight: bold;
}

.table-bordered tr th,
.table-bordered tr td {
    border: 1px solid #ccc;
    line-height: 1;
}

.status-td {
    text-align: center;
}

.sort-desc {
    transform: rotate(180deg) scaleX(-1);
}

.order-btn {
    margin: -4px 0 0 0;
    height: 26px;
    width: 26px;
    min-width: 26px;
    line-height: 22px;
    position: relative;
}

.order-btn i {
    font-size: 20px;
}

.order-btn .order-direction-icon {
    position: absolute;
    top: auto;
    left: auto;
    bottom: 3px;
    right: 1px;
    font-size: 12px;
    line-height: 12px;
}

/*
.modal-overlay {
    opacity: 1 !important;
    backdrop-filter: blur(4px);
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1005;
}
*/

.z-depth-smooth {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 4px 15px 0px;
}

.z-depth-smooth-small {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 2px 7px 0px;
}


.total-container {
    position: relative;
    padding: 0;
    border-radius: 0.25rem;
    width: auto;
    overflow: hidden;
    display: inline-block;
}

.total-container__title {
    background-color: transparent;
    display: inline-block;
    padding: 6px 6px 6px 14px;
}

.total-container__count {
    background-color: rgba(0, 0, 0, 0.4);
    display: inline-block;
    padding: 6px 14px 6px 6px;
}

.breadcrumb:before {
    color: #555;
    margin: 3px 5px -3px 0px;
}

.breadcrumb {
    font-size: 1.64rem;
    line-height: 110%;
}

@media print {
    header {
        display: none;
    }

    footer {
        display: none;
    }

    .main-sidebar {
        display: none;
    }

    .content-section {
        width: 100%;
    }

    .noprint {
        display: none;
    }

    a[href]:after {
        content: "";
    }
}

.selectize-dropdown {
    overflow: hidden;
    border: none;
}

.field__wrapper .field__title {
    color: rgb(33,150,243);
    font-size: 12px;
    line-height: 12px;
    margin: 4px 0px;
}

.mdl-checkbox__label {
    line-height: 21px;
}

.module-title {
    font-size: 1.64rem;
    line-height: 110%;
    margin: 20px 0 15px 0;
}


.submit__wrapper {
    margin: 30px 0;
    position: relative;
    width: 100%;
    height: 36px;
    text-align: center;
}

.submit__wrapper .progress {
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
}

.selectize-control.loading .preloader-wrapper {
    opacity: 1;
}

.selectize-control .preloader-wrapper {
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    z-index: 2;
    position: absolute;
    display: block;
    top: 50%;
    right: 34px;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 0;
    background-size: 16px 16px;
    opacity: 0;
}


.user_access_selector__item__wrapper {
    padding: 0;
    height: 50px;
    position: relative;
}

.user_access_selector__item {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.user_access_selector__item__login {
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.7);
}

.user_access_selector__item__full_name {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
    line-height: 12px;
}

.user_access_selector__item__full_name__badge {
    font-size: 14px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.5);
}

.selectize-input {
    height: 36.25px;
    overflow: hidden;
    white-space: nowrap;
}

.selectize-input>* {
    overflow: hidden;
}

.selectize-input:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    background: rgb(255,255,255);
    background: linear-gradient(270deg, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 70%, rgba(255,255,255,0.8) 80%, rgba(255,255,255,0) 100%);
    width: 70px;
    height: 100%;
}



#sortable {
    list-style-type: none;
    margin: 0;
    padding: 5px 0;
    width: 100%;
    min-height: 80px;
}

#sortable > li, .sortable__helper > li {
    color: black;
    margin: 5px 0;
    padding: 14px 20px 14px;
    font-size: 14px;
    line-height: 14px;
    background: none;
    background-color: white;

    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

#sortable .handler {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
}

#sortable li img {
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
    opacity: 0.5;
}

ul {
    list-style-type: none;
}

.ui-sortable-placeholder {
    visibility: visible !important;
    background-color: #fff !important;
    padding-right:10px;
    padding-left:10px;
    text-align:center;
    height: 50px;
    border: #2196F3 dashed 2px !important;
    border-radius: 4px;
    box-shadow: none;
}

.with-faded--right {
    position: relative;
}

.with-faded--right:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    background: rgb(255,255,255);
    background: linear-gradient(270deg, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 20%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%);
    width: 40px;
    height: 100%;
    z-index: 1;
}

.module_title__with_subtext {
    display: inline-block;
    position: relative;
    white-space: nowrap;
}

.module_title__with_subtext .module_title__wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: -5px;
}

.module_title__with_subtext .module_title__title {
    white-space: nowrap;
}

.module_title__with_subtext .module_title__subtext {
    border-radius: 8px;
    background-color: #ccc;
    padding: 2px 5px;
    font-size: 11px;
    font-family: monospace;
    white-space: nowrap;
    display: inline-block;
}

.modal_content__wrapper {
    overflow: hidden;
    height: 400px;
    border-radius: 0 0 20px 20px;
}

.modal_content__content {
    overflow: auto;
    height: 400px;
}

.close-modal-outer {
    position: absolute;
    top: 2px;
    right: 10px;
    z-index: 100;
}

.close-modal-outer a {
    width: 41px;
    height: 41px;
    line-height: 38px;
}

.close-modal-outer a i {
    font-size: 30px;
    color: rgba(0, 0, 0, 0.8);
}

.modal {
    background-color: #fff;
}

.modal .modal-footer {
    background-color: #fff;
}

.selectize__title {
    font-size: 0.8rem;
    line-height: 1.1rem;
    color: #9e9e9e;
}

#sortable {
    transition: filter 0.1s ease-out, opacity 0.1s ease-out;
}


.notification__wrapper {
    background-color: #ddd;
    border-radius: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    text-align: left;
    position: relative;
}

.notification__text {
    padding: 10px 10px 10px 60px;
}

.notification__icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.notification__icon i.material-icons {
    font-size: 38px;
    vertical-align: 38px;
    vertical-align: middle;
}

.material-icons {
    display: inline-flex;
    vertical-align: top;
}

.linked-param {
    font-family: monospace;
    font-size: 11px;
    line-height: 11px;
    padding: 3px;
    border-radius: 4px;
    color: rgba(0, 0, 0, 0.6);
    background-color: #bbb;
    display: inline-block;
    margin: 2px;
}

.linked-param i {
    font-size: 21px;
    line-height: 11px;
}




.selector__item__wrapper {
    padding: 0;
    height: 50px;
    position: relative;
}

.selector__item {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.selector__item__login {
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.7);
}

.selector__item__full_name {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
    line-height: 12px;
}

.selector__item__full_name__badge {
    font-size: 14px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.5);
}

.selector__item__full_name__parameter {
    display: inline-block;
    margin: 2px 2px 2px 0;
    padding: 3px 6px 5px 6px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.1);
}

.mdl-textfield.padding-0 {
    padding: 0;
}

.mdl-textfield.padding-0.mdl-textfield--floating-label .mdl-textfield__label {
    top: 4px;
}

.mdl-textfield.padding-0.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.mdl-textfield.padding-0.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.mdl-textfield.padding-0.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
    top: -16px;
}

.mdl-textfield.padding-0.mdl-textfield--floating-label .mdl-textfield__label:after {
    bottom: 0;
}


.main-sidebar__hide_btn__wrapper i {
    font-size: 24px;
    direction: rtl;
    overflow: hidden;
    width: 18px;
    transition: none !important;
    vertical-align: text-top;
}

.main-sidebar__hide_btn__opened i {
    transform: rotate(180deg);
}

.main-sidebar__hide_btn__wrapper {
    position: fixed;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    height: 52px;
    width: 16.6666666667%;
    padding: 8px 4px;
    border-radius: 0;
    z-index: 996;
    transition: none;
    background-color: transparent;

}

.main-sidebar__hide_btn__wrapper.main-sidebar__hide_btn__hidden {
    left: 8px;
    border-radius: 0 8px 0 0;
    width: 36px !important;
}

.main-sidebar__hide_btn__wrapper.main-sidebar__hide_btn__hidden .main-sidebar__hide_btn {
    padding: 0px 8px;
    width: 36px !important;
    box-shadow: none;
    background-color: rgba(210, 210, 210, 0.3) !important;
}

.main-sidebar__hide_btn__wrapper .main-sidebar__hide_btn {
    background-color: transparent !important;
    color: rgba(0, 0, 0, 0.87);
    border-radius: 0;
    border: none;
    box-shadow: none;
    text-transform: none;
    text-align: left;
    margin: 0 !important;
    width: 100% !important;
    border-radius: 6px;
    box-shadow: inset 0px 0px 0 1px #eee;
    min-width: 0;
    cursor: pointer;
}

.main-sidebar__hide_btn__wrapper .main-sidebar__hide_btn:hover {
    background-color: rgba(0, 0, 0, 0.15) !important;
}

.content-section {
    transition: none;
}


.row .col.main-sidebar {
    left: 0%;
    transition: all 0.2s ease-out;
}


.role__title {
    display: inline-block;
    white-space: normal;
    line-height: 11px;
    vertical-align: middle;
    width: 160px;
    font-size: 13px;
    font-family: monospace;
    padding: 0 4px 2px;
}

#dropdown--header--user-avatar #open-role-menu {
    padding: 0 10px 0 42px;
}

#dropdown--header--user-avatar #open-role-menu .material-icons {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-53%);
}

details {
    border-radius: .5rem;
    background-color: whitesmoke;
}
summary {
    cursor: pointer;
}
details[open] > summary {
    margin-bottom: 1rem;
}



.flatpickr-day {
    line-height: 38px;
    font-family: monospace;
}

.full-width {
    width: 100%;
}

@media (hover: none) {
    a, button {
        cursor: pointer;
    }
}


.mdl-button.loading::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: loading 1.5s infinite;
}

@keyframes loading {
    100% {
        left: 100%;
    }
}

.skeleton-loader-table-container {
    background-color: #fff;
    position: relative;
    margin-bottom: 0;
    margin-top: 0;
    border-radius: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.skeleton-loader-table-container:before {
    content: '';
    height: 100%;
    display: block;
    background-color: #ddd;
    box-shadow: -48px 78px 0 -48px #ededed, -51px 102px 0 -51px #ededed;
}

.skeleton-loader-table-container:after {
    content: '';
    background-color: #333;
    position: absolute;    
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    animation: loading 1.2s infinite;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7), transparent);
}

