body {
    overflow-y: scroll;
}
.infopuls-logo {
    color: green;
}

.avatar-games {
    position: relative;
    width: 5.75rem;
    height: 7.75rem;
    text-align: center;
    cursor: pointer;
}

.avatar-games img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.waves-input-wrapper{
    background-color: #248afd!important;
}

.statistike-sinhronizacije-blok .card {
    background-color: #ffffff;
    box-shadow: none;
    transition: background-color 0.3s, box-shadow 0.3s;
}

.statistike-sinhronizacije-blok:hover .card {
    background-color: #f0f0f0;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    pointer-events: none;
}

.select2-container .select2-search--inline .select2-search__field {
    width: 100% !important;
}

#wizard-sync-form {
    height: 100%;
}

#wiz-basic-data.active,
#wiz-sync-time.active,
#wiz-categories.active,
#wiz-attributes.active,
#wiz-mappings.active,
#wiz-notifications.active,
#wiz-exists.active {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#wiz-basic-data .row:first-child,
#wiz-sync-time .row:first-child,
#wiz-categories .row:first-child,
#wiz-attributes .row:first-child,
#wiz-mappings .row:first-child,
#wiz-notifications .row:first-child,
#wiz-exists .row:first-child {
    flex: 1; /* This makes the first child (your fields) take up all available space, pushing the buttons down */
}

#wizard-loader {
    position: absolute;
    z-index: 4;
    width: calc(100% - 30px);
    height: calc(100% + 30px);
    top: -15px;
    left: 15px;
    align-items: center;
    justify-content: center;
    background: #f8f7fa85;
}

.bs-stepper-content {
    position: relative;
}

.bs-stepper.vertical .bs-stepper-header {
    min-width: 21rem;
    height: 20%;
}

.bs-stepper-content .custom-option-content .h6 {
    position: relative;
    top: -5px;
}

.light-style .bs-stepper {
    background: transparent !important;
    box-shadow: none !important;
}

.bs-stepper.vertical .bs-stepper-content {
    padding-top: 0;
    padding-bottom: 0;
}

.light-style .bs-stepper.vertical .bs-stepper-header {
    background: #fff;
    border: none !important;
    box-shadow: 0 0.25rem 1.125rem rgba(75, 70, 92, 0.1);
}

.light-style .datepicker.datepicker-inline table {
    zoom: 2.2;
    display: block;
    padding: 8px;
}

#bs-datepicker-inline .datepicker-days {
    display: flex;
    align-items: center;
    justify-content: center;
}

#bs-datepicker-inline .datepicker-days thead tr:nth-child(2) {
    display: none;
}

#bs-datepicker-inline .datepicker-days tbody tr:nth-child(1) {
    display: none;
}

#bs-datepicker-inline .datepicker-days tbody .disabled {
    display: none;
}

.mdtp__wrapper {
    bottom: 36% !important;
}

/* Color themes */
.mdtp__wrapper[data-theme='orange'] .mdtp__time_holder {
    background-color: #248afd;
}

.mdtp__wrapper[data-theme='orange'] .mdtp__clock .mdtp__am.active,
.mdtp__wrapper[data-theme='orange'] .mdtp__clock .mdtp__pm.active {
    background-color: #248afd;
}

.mdtp__wrapper[data-theme='orange'] .mdtp__clock .mdtp__clock_dot {
    background-color: #248afd;
}

.mdtp__wrapper[data-theme='orange'] .mdtp__digit.active span,
.mdtp__wrapper[data-theme='orange'] .mdtp__clock .mdtp__digit:not(.digit--disabled) span:hover {
    background-color: #248afd !important;
}

.mdtp__wrapper[data-theme='orange'] .mdtp__digit.active:before {
    background-color: #248afd;
}

.mdtp__wrapper[data-theme='orange'] .mdtp__button {
    color: #248afd;
}

.datepicker table tr td.dow, .datepicker table tr th.dow {
    background: #eeeeee;
}

div.dt-container div.dt-search input {
    padding: 0.422rem 0.875rem;
    font-size: 0.9375rem;
    border-radius: 0.375rem;
    min-height: calc(1.5em + 0.532rem + 2px);
}

div.dt-container div.dt-length {
    margin-right: 1rem;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
}

div.dt-container div.dt-length select {
    padding-top: 0.422rem;
    padding-bottom: 0.422rem;
    padding-left: 1rem;
    font-size: 0.9375rem;
    border-radius: 0.375rem;
    min-height: calc(1.5em + 0.532rem + 2px);
    margin-left: 0!important;
}

div.dt-container div.dt-length label {
    display: flex;
    justify-content: center;
    align-items: center;
}

div.dt-container div.dt-info {
    padding-top: 0;
    float: left;
    display: flex;
    align-items: center;
}

.datatable-custom-search {
    border: none;
    min-width: 600px;
}

.datatable-custom-search:focus {
    box-shadow: none!important;
}

div.dt-container div.dt-search {
    margin-top: 0!important;
    margin-bottom: 0!important;
}

table.dataTable {
    margin-bottom: 0 !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
    /*background-color: #203156;*/
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
    /*background-color: #248afd90;*/
}
table.dataTable > tbody > tr.child ul.dtr-details {
    display: block!important;
}
table.dataTable > tbody > tr.child ul.dtr-details .dtr-data {
    display: inline-block!important;
}
.datatable-processing-custom {
    position: absolute;
    top: 0 !important;
    height: 100% !important;
    min-height: calc(100vh - 152px);
    width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    padding: 60px !important;
    justify-content: center;
    box-shadow: none!important;
}
.datatable-processing-custom-2 {
    top: 0 !important;
    height: calc(100vh - 149px);
    min-height: calc(100vh - 149px);
    width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    padding: 60px !important;
    justify-content: center;
    position: absolute;
    background: white;
    z-index: 99;
    border-radius: 0.375rem;
}
table.dataTable tr.dtrg-group th {
    background: linear-gradient(271deg, #dfe0e6 12.16%, rgb(223 224 230 / 20%) 56.47%)
}
/* SWEET ALERT 2 */
.light-style .swal2-popup .swal2-title {
    font-size: 1rem;
}

.swal2-deny.btn {
    display: none !important;
}

.underline {
    text-decoration: underline;
}

#weekly_settings input[name="day_in_week[]"],
#wiz-sync-time #sync_interval_container input {
    opacity: 0;
}

#weekly_settings .form-check-label.custom-option-content .custom-option-body {
    margin-top: -10px;
}

#wiz-sync-time #sync_interval_container .custom-option-icon .custom-option-body {
    margin-bottom: -15px !important;
}

.app-brand-logo.demo svg {
    width: 120px;
    height: 50px;
}

.app-brand-logo.demo {
    width: 120px;
    height: 50px;
}

@media screen and (max-width: 767px) {
    .bs-stepper-header {
        display: none;
    }

    .bs-stepper.vertical .bs-stepper-content {
        padding-left: 0;
        padding-right: 0;
    }

    #wizard-loader {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .light-style .datepicker.datepicker-inline table {
        zoom: 1;
    }

    .mdtp__wrapper {
        bottom: 50px !important;
    }
}

.result-square {
    /*border: 1px solid #ececec;*/
    border-radius: 0.375rem;
    min-height: 120px;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
}

.result-square p {
    margin-bottom: 0;
    padding: 10px;
}

.swal2-modal.swal2-popup .swal2-title {
    max-width: 32em;
}

.supplier-card-show:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: var(--supplier-bg-image);
    background-position-x: -80%;
    background-repeat: no-repeat;
    background-position-y: 110%;
    background-size: 150%;
    opacity: .7;
    transform: rotate(345deg);
}

.supplier-card-show:after {
    content: "";
    position: absolute;
    top: -90px;
    left: 35%;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 200%;
    background: linear-gradient(271deg, #248afd 32.16%, rgb(237 104 40 / 2%) 96.47%);
    transform: rotate(7deg);
}

.supplier-card-show {
    position: relative;
    overflow: hidden;
}

.custom-card-bg {
    background: linear-gradient(271deg, rgba(237, 104, 40, 0.56) 32.16%, rgb(237 104 40 / 2%) 96.47%);
}

.show-check:disabled {
    opacity: 1 !important;
}

:root {
    /* change background color for .container__months */
    --litepicker-is-start-color-bg: #248afd !important;
    --litepicker-is-end-color-bg: #248afd !important;
    --litepicker-is-in-range-color: #248afd90 !important;
}

.litepicker_wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.litepicker {
    display: block !important;
    align-self: center;
    margin-top: 5rem;
    transform: scale(1.5);
}

@media screen and (max-width: 480px) {
.dt-length, .dt-info {
    display: none !important;
}
    .datatable-custom-search {
        min-width: 200px;
    }

    .mappings-card-body {
        padding: 15px 15px 25px 15px !important;
    }

    .result-square {
        display: flex;
        flex-direction: column;
        text-align: center;
        min-height: 120px;
        /*border: 1px solid #f3f3f3;*/
        justify-content: center;
    }

    .result-square {
        font-size: 0.8rem;
    }

    .result-square p {
        margin-bottom: 0;
    }

    .supplier-card-show:after {
        left: 55%;
    }

    .supplier-card-show:before {
        background-position-x: -110%;
    }

    .litepicker {
        margin-top: 3rem;
        transform: scale(1);
    }

    .dt-buttons.btn-group.flex-wrap {
        width: 100%;
    }

    div.dt-container div.dt-length {
        margin-right: 0;
        width: 100%;
        text-align: left;
    }

    div.dt-container div.dt-length select {
        min-width: 150px;
        padding-top: 0.266rem;
        padding-bottom: 0.266rem;
        padding-left: 0.625rem;
        font-size: 0.8125rem;
    }

    div.dt-container div.dt-info {
        padding-top: .5rem;
    }

    div.dt-container div.dt-search {
        width: 100%;
    }

    div.dt-container div.dt-search label {
        display: flex;
        align-items: center;
    }

    div.dt-container div.dt-search label input {
        min-height: calc(1.5em + 0.532rem + 2px);
        padding: 0.266rem 0.625rem;
        font-size: 0.8125rem;
        width: 100%;
    }
}

@media screen and (min-width: 480px) and (max-width: 936px) {
    .result-square {
        display: flex;
        flex-direction: column;
        justify-content: start;
        text-align: center;
        min-height: 120px;
    }

}

@media screen and (max-width: 1600px) {
    html:not([dir=rtl]) div.card-datatable table.dataTable tbody td:first-child {
        padding-left: 2rem;
    }
}




