body, html {
    background: rgb(245, 245, 245);
}

.bg-danger-transparent {
    background-color: rgba(255, 0, 0, 0.3) !important
}

.bg-success-transparent {
    background-color: rgba(116, 191, 26, 0.3) !important
}

.bottom-white-border {
    border-bottom: 1px solid #fff;
}

.sub-list-block__state-1 {
    border-top: 5px solid #e65252;
}

.sub-list-block__state:hover {
    border-top: 5px solid #e65252;
    text-decoration: none;
    opacity: 1;
}

.sub-list-block__state-2 {
    border-top: 5px solid #74BF1A;
}

.sub-list-block__state:not(:last-child) {
    border-bottom: 1px solid #e3e6f1;
}

tr:not(.qr-code-used) .credits-available {
    background-color: #DEFDE0;
}

tr:not(.qr-code-used) .credits-used {
    background-color: #FDDFDF;
}

tr:nth-of-type(even).qr-code-used {
    background-color: #FDDFDF;
    opacity: .5;
}

tr:nth-of-type(odd).qr-code-used {
    background-color: #FDDFDF !important;
    opacity: .5;
}

tr.inactive {
    background-color: #FCD1D1 !important;
}

tr.task-error {
    background-color: #fa7272 !important;
}

tr.task-done {
    background-color: #06d6a0 !important;
}

tr.task-in-progress {
    background-color: #ffd166 !important;
}

tr.task-pending {
    background-color: #ebebeb !important;
}

.free-credits {
    color: green;
}

.purchased-credits {
    color: orange;
}

.burger-menu {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 0;
    margin-bottom: 20px;
    border-radius: 10px;
}

.burger-menu__wrap {
    position: relative;
    width: 20px;
    height: 20px;
}

.burger-menu__wrap > div {
    position: absolute;
    left: 0;
    width: 20px;
    height: 1px;
    background: white;
    border-radius: 1px;
    opacity: 1;
    transition: all .2s;
    transform-origin: center;
}

.burger-menu__wrap > div:not(:last-child) {
    margin-bottom: 4px;
}

.burger-menu__wrap > div:nth-child(1) {
    top: 25%;
}

.burger-menu__wrap > div:nth-child(2) {
    top: 50%;
}

.burger-menu__wrap > div:nth-child(3) {
    top: 75%;
}

.date-range-select, .range-select {
    display: inline-flex;
    flex-flow: row;
    align-items: center;
    border: 1px solid #ced4da;
    border-radius: 3px;
    overflow: hidden;
    background-color: white;
}

.date-range-select input, .range-select input, .periods input, .range-select select {
    width: 145px;
    height: 31px !important;
    border-radius: 0;
    background: transparent;
    border-color: transparent;
    text-align: center;
}

.app__modules .modules__item {
    flex: initial;
    min-height: 48px;
}

.input-outer {
    position: relative;
    /*margin-bottom: 1rem;*/
}

.input-outer .input-counter {
    position: absolute;
    bottom: -20px;
    right: 0;
    font-size: 11px;
    line-height: 20px;
    color: #6a7178;
}

.input-outer .input-counter--reached {
    color: black;
}

.input-outer .input-counter--over {
    color: red;
}

.form-group.has-error .input-outer .help-block {
    top: -30px;
}

.btn--helpIcon {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    aspect-ratio: 1/1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: .8px;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    font-size: 12px;
    background: #0f1a6d;
    color: white;
    border-radius: 50%;
    margin: 0 8px;
}

.btn--helpIcon:hover {
    background: black;
    color: white;
}

.dropdown-item.current-version-item {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    color: #5C5C5C;
    pointer-events: none;
}

/*.user-widget__menu .dropdown-item:not(.text-danger) {*/
/*    color: black !important;*/
/*}*/

.order-list-block .value--payment .btn-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    max-width: 24px;
    min-height: 24px;
    max-height: 24px;
}

.form-control-inline {
    width: 80%;
    height: 15px;
}

.coda-datagrid .table-lines {
    width: 100%;
}

.coda-datagrid .table td:first-child, .coda-datagrid .table th:first-child {
    padding-left: 5px;
}

.coda-datagrid .table th, .coda-datagrid .table td {
    padding: 0.25rem;
    vertical-align: top;
    border-top: 1px solid #EBEBEB;
}

.select2-results__option {
    font-size: 13px;
}

.btn img{
    height: 24px;
}

.dummyImageItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.d-none-on-empty:empty {
    display: none;
}
