/* ----------------------------------------------------
Input & textarea placeholder mixin
------------------------------------------------------ */
* {
    box-sizing: inherit;
    outline: 0;
}

html {
    box-sizing: border-box;
    height: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
    font-size: 16px;
    color: #212529;
    background-color: #FFFFFF;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
}

.dlk-container {
    display: flex;
    align-items: stretch;
}

.dlk-page__main {
    width: calc(100% - 246px);
    margin-top: 82px;
    background-color: #F3F3F3;
    transition: all 0.3s;
}

    .dlk-page__main.main-collapse {
        width: calc(100% - 105px);
        position: relative;
    }

.dlk-page__content {
    min-height: calc(100vh - 120px);
}

/*---Theme color change for impersonation---*/
.dlk-impersenation-wrapper .dlk-sidebar {
    background: #7B1027;
}

    .dlk-impersenation-wrapper .dlk-sidebar .dlk-sub-menu {
        background-color: #480010;
    }

        .dlk-impersenation-wrapper .dlk-sidebar .dlk-sub-menu:hover {
            background-color: #480010;
        }

        .dlk-impersenation-wrapper .dlk-sidebar .dlk-sub-menu a.menu-active {
            background-color: #7B1027;
        }

        .dlk-impersenation-wrapper .dlk-sidebar .dlk-sub-menu a:hover {
            background-color: #7B1027;
            color: #FFFFFF;
        }

    .dlk-impersenation-wrapper .dlk-sidebar .list-group-item:hover {
        background-color: #480010;
        color: #FFFFFF;
    }

    .dlk-impersenation-wrapper .dlk-sidebar .list-group-item.menu-active {
        background-color: #480010;
        color: #FFFFFF;
    }

    .dlk-impersenation-wrapper .dlk-sidebar .list-group-item.collapsed.menu-active {
        background-color: #480010;
    }

    .dlk-impersenation-wrapper .dlk-sidebar .list-group-item.menu-active[aria-expanded=true] {
        background-color: #480010;
    }

.dlk-impersenation-wrapper .dlk-info-table thead,
.dlk-impersenation-wrapper .dlk-table thead {
    background-color: #7B1027;
    color: #FFFFFF;
}

.dlk-impersenation-wrapper .dlk-primary-btn {
    background-color: #7B1027;
}

.dlk-impersenation-wrapper .dlk-custom-switch input[type="checkbox"]:checked + label::before {
    background-color: #7B1027;
}

.dlk-impersenation-wrapper .dlk-footer {
    background-color: #e4e4e4;
    color: #000000;
    opacity: 0.8;
}

.dlk-impersenation-wrapper .dlk-sidebar .list-group-item[aria-expanded=true] {
    background-color: #480010;
}


.dlk-impersenation-wrapper .dlk-track-history {
    color: #7B1027;
    text-decoration: none;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #7B1027;
}

    .dlk-impersenation-wrapper .dlk-track-history:hover {
        color: #480010;
    }

.dlk-link {
    color: #4A4A4A;
    text-decoration: underline;
}

    .dlk-link img {
        margin-right: 5px;
    }

    .dlk-link:hover {
        color: #CD163F;
    }

.dlk-section-title {
    color: #CD163F;
    text-transform: uppercase;
    letter-spacing: 8px;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
}

.dlk-lg-heading {
    font-size: 20px;
    font-weight: 600;
    color: #4A4A4A;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.dlk-md-heading {
    font-size: 18px;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 0;
}

.dlk-small-note {
    color: #212529;
    text-transform: capitalize;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

.dlk-error-msg {
    color: #CD163F;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    font-style: italic;
    display: inherit;
    margin-top: 4px;
}

.dlk-custom-flex__between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dlk-primary-btn {
    background-color: #2F4057 !important;
    border-radius: 6px;
    min-height: 38px;
    font-family: "din-2014", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    color: #FFFFFF !important;
    text-align: center;
    border: none;
    transition: all 0.3s ease 0s;
    letter-spacing: 0.8px;
    padding: 6px 15px;
}

    .dlk-primary-btn:hover {
        background-color: #3a3a3a;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        color: #FFFFFF;
    }

    .dlk-primary-btn:active {
        background-color: #2F4057 !important;
        color: #FFFFFF !important;
    }

    .dlk-primary-btn:disabled {
        opacity: 1;
        cursor: not-allowed;
        background-color: #CACACA !important;
        color: #FFFFFF !important;
        pointer-events: auto;
        box-shadow: none;
    }

    .dlk-primary-btn:foucs {
        background-color: #2F4057 !important;
        color: #FFFFFF !important;
    }

    .dlk-primary-btn:focus-visible {
        background-color: #2F4057 !important;
        color: #FFFFFF !important;
    }

.dlk-primary-outline-btn {
    background-color: #FFFFFF;
    border-radius: 6px;
    min-height: 38px;
    font-family: "din-2014", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    color: #2F4057;
    text-align: center;
    border: 1px solid #2F4057;
    transition: all 0.3s ease 0s;
    letter-spacing: 0.8px;
    padding: 6px 15px;
}

    .dlk-primary-outline-btn:hover {
        background-color: #2F4057;
        color: #FFFFFF;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .dlk-primary-outline-btn:active {
        background-color: #FFFFFF !important;
        color: #2F4057 !important;
        border: 1px solid #2F4057;
    }

    .dlk-primary-outline-btn:foucs {
        background-color: #FFFFFF !important;
        color: #2F4057 !important;
        border: 1px solid #2F4057;
    }

    .dlk-primary-outline-btn:focus-visible {
        background-color: #FFFFFF !important;
        color: #2F4057 !important;
        border: 1px solid #2F4057;
    }

.dlk-secondary-btn {
    background-color: #CD163F;
    border-radius: 6px;
    min-height: 38px;
    font-family: "din-2014", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    border: none;
    transition: all 0.3s ease 0s;
    letter-spacing: 0.8px;
    padding: 6px 15px;
}

    .dlk-secondary-btn:hover {
        background-color: #CD163F;
        color: #FFFFFF;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .dlk-secondary-btn:active {
        background-color: #CD163F !important;
        color: #FFFFFF !important;
    }

    .dlk-secondary-btn:disabled {
        opacity: 1;
        cursor: not-allowed;
        background-color: #CACACA !important;
        color: #FFFFFF !important;
        pointer-events: auto;
        box-shadow: none;
    }

    .dlk-secondary-btn:foucs {
        background-color: #CD163F !important;
        color: #FFFFFF !important;
    }

    .dlk-secondary-btn:focus-visible {
        background-color: #CD163F !important;
        color: #FFFFFF !important;
    }

.dlk-secondary-outline-btn {
    background-color: #FFFFFF;
    border-radius: 6px;
    min-height: 38px;
    font-family: "din-2014", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    color: #CD163F;
    text-align: center;
    border: 1px solid #CD163F;
    transition: all 0.3s ease 0s;
    letter-spacing: 0.8px;
    padding: 6px 15px;
}

    .dlk-secondary-outline-btn:hover {
        background-color: #CD163F;
        color: #FFFFFF;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .dlk-secondary-outline-btn:active {
        background-color: #FFFFFF !important;
        color: #CD163F !important;
        border: 1px solid #CD163F;
    }

    .dlk-secondary-outline-btn:foucs {
        background-color: #FFFFFF !important;
        color: #CD163F !important;
        border: 1px solid #CD163F;
    }

    .dlk-secondary-outline-btn:focus-visible {
        background-color: #FFFFFF !important;
        color: #CD163F !important;
        border: 1px solid #CD163F;
    }

.dlk-add-more-btn,
.dlk-remove-btn {
    padding: 6px;
    min-height: 32px;
    max-height: 32px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    min-width: 112px;
    justify-content: center;
}

    .dlk-remove-btn:hover {
        background-color: #FFFFFF;
        color: #CD163F;
        border-color: #CD163F;
    }

.dlk-custom-card {
    background-color: #FFFFFF;
    border-radius: 15px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
}

    .dlk-custom-card .dlk-custom-card__header {
        padding: 20px;
        background-color: transparent;
        border-bottom: none;
    }

        .dlk-custom-card .dlk-custom-card__header .dlk-custom-card__header-title {
            font-size: 20px;
            font-weight: 600;
            color: #4A4A4A;
            letter-spacing: 2px;
            margin-bottom: 0;
        }

    .dlk-custom-card .dlk-custom-card__body {
        border-top: 1px solid #C4C4C4;
        padding: 20px;
    }

.dlk-dash-card {
    background-color: #FFFFFF;
    padding: 25px 35px;
    border-radius: 15px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    margin-bottom: 15px;
}

    .dlk-dash-card .dlk-dash-card__title {
        color: #CD163F;
        font-weight: 600;
        font-size: 20px;
    }

    .dlk-dash-card .dlk-dash-card__para {
        color: #2F4057;
        font-size: 16px;
    }

    .dlk-dash-card .dlk-dash-card__count {
        border: 2px solid #CD163F;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 101px;
        height: 101px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

        .dlk-dash-card .dlk-dash-card__count p {
            color: #CD163F;
            font-size: 48px;
            margin-bottom: 0;
        }

.dlk-form input {
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    padding-left: 18px;
    height: 40px;
    color: #000000;
}

    .dlk-form input:disabled {
        cursor: not-allowed;
    }

.dlk-form .form-check-input {
    height: 16px;
    padding: 0;
}

    .dlk-form .form-check-input:focus {
        box-shadow: none;
    }

.dlk-form .form-control:focus {
    box-shadow: none;
    border-color: #212529;
}

.dlk-form label {
    margin-bottom: 8px;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    color: #6E6E6E;
}

    .dlk-form label.required::after {
        content: " *";
        color: #CD163F;
    }

.dlk-form .form-group {
    margin-bottom: 24px;
    position: relative;
}

.dlk-form .dlk-error-msg {
    position: absolute;
}

.dlk-form .dlk-form-action {
    text-align: right;
}

    .dlk-form .dlk-form-action .btn {
        min-width: 140px;
        min-height: 40px;
        margin-right: 7px;
        margin-bottom: 10px;
    }

        .dlk-form .dlk-form-action .btn:last-child {
            margin-right: 0;
        }

.select2-container {
    width: auto !important;
    display: block;
}

    .select2-container .select2-selection--single {
        height: 40px;
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            line-height: 38px;
        }

        .select2-container .select2-selection--single .select2-selection__arrow {
            height: 40px;
        }

    .select2-container .select2-selection--multiple {
        min-height: 40px;
    }

        .select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
            vertical-align: middle;
            height: 27px;
        }

    .select2-container .select2-dropdown {
        z-index: 1056;
    }

    .select2-container.select2-container--default.select2-container--disabled .select2-selection--single,
    .select2-container.select2-container--default.select2-container--disabled .select2-selection--multiple {
        cursor: not-allowed;
    }

.dlk-custom-switch input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    height: 26px;
}

    .dlk-custom-switch input[type="checkbox"] + label {
        position: relative;
        cursor: pointer;
        line-height: 26px;
        font-size: 16px;
    }

    .dlk-custom-switch input[type="checkbox"]:disabled + label {
        cursor: not-allowed;
    }

    .dlk-custom-switch input[type="checkbox"] + label {
        padding-left: 60px;
    }

        .dlk-custom-switch input[type="checkbox"] + label::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 50px;
            height: 26px;
            border-radius: 15px;
            background: #D1D1D1;
        }

        .dlk-custom-switch input[type="checkbox"] + label::after {
            content: "";
            position: absolute;
            top: 2px;
            left: 2px;
            width: 22px;
            height: 22px;
            border-radius: 50%;
            background: #FFFFFF;
            transition: 0.2s;
        }

    .dlk-custom-switch input[type="checkbox"]:checked + label::before {
        background: #2F4057;
    }
    .dlk-custom-switch input[type="checkbox"]:disabled + label::before {
        background: #D1D1D1;
    }


    .dlk-custom-switch input[type="checkbox"]:checked + label::after {
        left: 26px;
    }

.dlk-collpase-btn[aria-expanded="true"] .fa-solid {
    transform: rotate(180deg);
}

/*----file upload---*/
.dlk-fileupload--wrapper .dlk-fileupload--placeholder {
    height: 110px;
    width: 100%;
    position: absolute;
    z-index: 1;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px 4px rgba(127, 127, 127, 0.05);
    border-radius: 5px;
}

    .dlk-fileupload--wrapper .dlk-fileupload--placeholder h5 {
        color: #6E6E6E;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 22px;
        font-family: "din-2014", sans-serif;
        font-weight: 600;
        font-style: normal;
        margin-top: 8px;
        margin-bottom: 0;
    }

    .dlk-fileupload--wrapper .dlk-fileupload--placeholder p {
        color: #6E6E6E;
        font-size: 12px;
        letter-spacing: 0;
        line-height: 17px;
        font-family: "din-2014", sans-serif;
        font-weight: 400;
        font-style: normal;
        margin-bottom: 0;
    }

        .dlk-fileupload--wrapper .dlk-fileupload--placeholder p span {
            color: #2F4057;
            text-decoration: underline;
        }

.dlk-fileupload--wrapper .dlk-fileupload--img {
    position: relative;
}

    .dlk-fileupload--wrapper .dlk-fileupload--img input {
        height: 110px;
        width: 100%;
        position: relative;
        background-color: transparent;
        box-shadow: 0 0 10px 4px rgba(127, 127, 127, 0.05);
        border-radius: 5px;
    }

        .dlk-fileupload--wrapper .dlk-fileupload--img input:before {
            content: " ";
            position: absolute;
            height: 110px;
            width: 100%;
            top: 0;
            left: 0;
            background-color: transparent;
            z-index: 2;
        }

        .dlk-fileupload--wrapper .dlk-fileupload--img input:focus {
            box-shadow: 0 0 10px 4px rgba(127, 127, 127, 0.05);
            border: none;
        }

.dlk-stepper--wrapper .dlk-stepper--tabs {
    position: relative;
    border: 0;
    margin-bottom: 30px;
    justify-content: center;
}

    .dlk-stepper--wrapper .dlk-stepper--tabs > li {
        width: 25%;
        position: relative;
    }

        .dlk-stepper--wrapper .dlk-stepper--tabs > li.disabled {
            pointer-events: none;
        }

        .dlk-stepper--wrapper .dlk-stepper--tabs > li .nav-link {
            margin: auto;
            padding: 0;
        }

            .dlk-stepper--wrapper .dlk-stepper--tabs > li .nav-link:hover, .dlk-stepper--wrapper .dlk-stepper--tabs > li .nav-link:focus {
                isolation: auto;
            }

        .dlk-stepper--wrapper .dlk-stepper--tabs > li:after {
            content: '';
            position: absolute;
            background: #2F4057;
            display: block;
            width: 100%;
            height: 2px;
            left: 56%;
            z-index: 1;
            top: 18px;
        }

        .dlk-stepper--wrapper .dlk-stepper--tabs > li:last-child:after {
            display: none;
        }

        .dlk-stepper--wrapper .dlk-stepper--tabs > li .round-tab {
            width: 40px;
            height: 40px;
            line-height: 37px;
            display: inline-block;
            border-radius: 100px;
            background: #FFFFFF;
            border: 2px solid #2F4057;
            color: #2F4057;
            text-align: center;
            font-size: 16px;
            font-family: "din-2014", sans-serif;
            font-weight: 600;
            font-style: normal;
            position: relative;
            z-index: 2;
        }

        .dlk-stepper--wrapper .dlk-stepper--tabs > li .dlk-stepper--label {
            color: #2F4057;
            display: block;
            margin-top: 5px;
            font-family: "din-2014", sans-serif;
            font-weight: 600;
            font-style: normal;
        }

        .dlk-stepper--wrapper .dlk-stepper--tabs > li ~ .disabled .round-tab {
            background: #FFFFFF;
            color: #C4C4C4;
            border-color: #C4C4C4;
        }

        .dlk-stepper--wrapper .dlk-stepper--tabs > li ~ .disabled .dlk-stepper--label {
            color: #C4C4C4;
        }

        .dlk-stepper--wrapper .dlk-stepper--tabs > li ~ .disabled::after {
            background: #C4C4C4;
        }

        .dlk-stepper--wrapper .dlk-stepper--tabs > li.active:not(.completed):after {
            background: #C4C4C4;
        }

        .dlk-stepper--wrapper .dlk-stepper--tabs > li.active .round-tab {
            background: #2F4057;
            color: #FFFFFF;
        }

        .dlk-stepper--wrapper .dlk-stepper--tabs > li.completed.active ~ .nav-item:not(.active):not(.completed)::after {
            background: #C4C4C4;
        }

/*----status timeline----*/
.dlk-status-timeline--wrapper {
    display: flex;
    margin-bottom: 40px;
}

    .dlk-status-timeline--wrapper .dlk-status-timeline {
        flex: 1;
        text-align: center;
        position: relative;
    }

        .dlk-status-timeline--wrapper .dlk-status-timeline::after {
            background-color: #C4C4C4;
            right: -50%;
            top: 0;
            bottom: 25px;
            margin: auto;
            content: "";
            display: block;
            height: 3px;
            position: absolute;
            width: 100%;
            z-index: 0;
        }

        .dlk-status-timeline--wrapper .dlk-status-timeline:last-child:after {
            width: 0;
        }

    .dlk-status-timeline--wrapper .dlk-status-circle {
        height: 40px;
        width: 40px;
        border: 2px solid #C4C4C4;
        display: flex;
        position: relative;
        border-radius: 100%;
        margin: auto;
        background: #FFFFFF;
        color: #C4C4C4;
        z-index: 1;
        align-items: center;
        justify-content: center;
    }

    .dlk-status-timeline--wrapper .dlk-status-info {
        color: #C4C4C4;
    }

    .dlk-status-timeline--wrapper .done:after {
        background-color: #2F4057;
    }

    .dlk-status-timeline--wrapper .done .dlk-status-circle {
        background: #2F4057;
        color: #FFFFFF;
        border-color: #2F4057;
    }

    .dlk-status-timeline--wrapper .done .dlk-status-info {
        color: #2F4057;
    }

.dlk-tabs {
    border-bottom: none;
}

    .dlk-tabs li {
        width: 183px;
        text-align: center;
    }

        .dlk-tabs li .nav-link {
            width: 100%;
            font-family: "din-2014", sans-serif;
            font-weight: 400;
            font-style: normal;
            border-radius: 0;
            background-color: rgba(218, 224, 230, 0.85);
            color: #2F4057;
            border: none;
            margin-bottom: 0;
        }

            .dlk-tabs li .nav-link.active {
                background-color: #2F4057;
                color: #FFFFFF;
            }

        .dlk-tabs li:first-child .nav-link {
            border-radius: 4px 0 0 4px;
        }

        .dlk-tabs li:last-child .nav-link {
            border-radius: 0 4px 4px 0;
        }

.dlk-tab-content .dlk-tab-content-wrapper {
    padding: 20px 0;
}

.dlk-table {
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-style: normal;
    border-radius: 5px;
    border-spacing: 0;
    border: 1px solid #C4C4C4;
    border-collapse: separate;
    width: 100% !important;
}

    .dlk-table thead {
        background-color: #2F4057;
        color: #FFFFFF;
    }

        .dlk-table thead th {
            padding: 10px 15px !important;
            vertical-align: middle;
        }

            .dlk-table thead th:first-child {
                border-top-left-radius: 5px;
                border-bottom-left-radius: 5px;
            }

            .dlk-table thead th:last-child {
                border-top-right-radius: 5px;
                border-bottom-right-radius: 5px;
            }

    .dlk-table tbody td {
        border-bottom: 1px solid #C4C4C4;
        vertical-align: middle;
        padding: 10px 15px !important;
    }

    .dlk-table .icon-link {
        text-decoration: none;
        color: #212529;
    }

        .dlk-table .icon-link.disabled {
            opacity: 0.65;
            cursor: not-allowed;
        }

    .dlk-table .dlk-table-link {
        text-decoration: none;
        color: #212529;
    }

.dlk-info-table {
    border-radius: 0;
    border-spacing: 0;
    border: 1px solid rgba(70, 81, 163, 0.2);
    border-collapse: separate;
    width: 100% !important;
}

    .dlk-info-table thead {
        background-color: #E3EFFE;
        color: #2F4057;
    }

        .dlk-info-table thead th {
            padding: 10px 15px !important;
            vertical-align: middle;
        }

    .dlk-info-table tbody td {
        border-bottom: 1px solid rgba(70, 81, 163, 0.2);
        vertical-align: middle;
        padding: 10px 15px !important;
    }

table.dlk-table.dataTable thead > tr > th::after,
table.dlk-table.dataTable thead > tr > th::before {
    right: 2px;
}

.table-wrapper .dataTables_wrapper .dataTables_filter input {
    margin-bottom: 15px;
}

.table-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    color: #C4C4C4 !important;
    cursor: not-allowed;
}

.dlk-content__banner .slide-item {
    position: relative;
}

.dlk-content__banner .dlk-content__banner-content {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    width: 100%;
    height: 15%;
    justify-content: center;
    align-items: center;
}

.dlk-content__banner .dlk-content__banner-title {
    font-family: "din-2014", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
    letter-spacing: 4px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 0;
}

.dlk-auth-wrapper {
    background-image: url("../img/Refinery_Day.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

    .dlk-auth-wrapper .dlk-auth-logo {
        position: absolute;
        top: 30px;
    }

        .dlk-auth-wrapper .dlk-auth-logo img {
            min-width: 150px;
        }

    .dlk-auth-wrapper .dlk-auth-form-wrapper {
        background-color: #FFFFFF;
        border-radius: 15px;
        margin: 30px 0;
    }

    .dlk-auth-wrapper .dlk-auth-form-inner {
        padding: 20px 40px;
        text-align: center;
    }

        .dlk-auth-wrapper .dlk-auth-form-inner .dlk-auth-dash-logo {
            max-width: 120px;
        }

        .dlk-auth-wrapper .dlk-auth-form-inner .dlk-auth-form__title {
            text-align: center;
            color: #CD163F;
            font-size: 25px;
            padding-top: 40px;
            padding-bottom: 30px;
            letter-spacing: 8px;
        }

        .dlk-auth-wrapper .dlk-auth-form-inner .dlk-link {
            margin-top: 20px;
            display: inline-block;
        }

        .dlk-auth-wrapper .dlk-auth-form-inner .sing-up-form__message {
            color: #4A4A4A;
            font-size: 14px;
            padding-top: 25px;
        }

    .dlk-auth-wrapper .dlk-auth-form__buttons {
        margin-top: 20px;
    }

        .dlk-auth-wrapper .dlk-auth-form__buttons .btn {
            min-width: 150px;
        }

            .dlk-auth-wrapper .dlk-auth-form__buttons .btn:first-child {
                margin-right: 15px;
            }

    .dlk-auth-wrapper .dlk-form input {
        width: 100%;
        margin-bottom: 15px;
    }

    .dlk-auth-wrapper .dlk-auth-form-bottom {
        padding: 20px 40px;
        border-top: 1px solid #C4C4C4;
        text-align: center;
    }

        .dlk-auth-wrapper .dlk-auth-form-bottom .dlk-transparent-btn {
            border: none;
            border-radius: 0;
        }

    .dlk-auth-wrapper .submit-msg {
        position: relative;
    }

        .dlk-auth-wrapper .submit-msg::before {
            content: url("../img/icons/error.svg");
            position: absolute;
            bottom: 19px;
            left: -25px;
        }

    .dlk-auth-wrapper .dlk-auth-error-msg {
        color: #CD163F;
        font-family: "din-2014", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        font-style: italic;
    }

.dlk-sidebar {
    background-image: url("../img/sidebar-bg.svg");
    background-size: cover;
    background-position: center;
    width: 246px;
    position: fixed;
    height: calc(100% - 82px);
    z-index: 3;
    margin-top: 82px;
    transition: all 0.3s;
}

    .dlk-sidebar .list-group {
        height: 100%;
        max-height: calc(100% - 90px);
        overflow: auto;
        border-radius: 0;
        /* Track */
        /* Handle */
        /* Handle on hover */
    }

        .dlk-sidebar .list-group::-webkit-scrollbar {
            height: 8px;
            width: 8px;
            background-color: #FFFFFF;
        }

        .dlk-sidebar .list-group::-webkit-scrollbar-track {
            background-color: #2F4057;
        }

        .dlk-sidebar .list-group::-webkit-scrollbar-thumb {
            background-color: #C1C1C1;
            border-radius: 5px;
        }

            .dlk-sidebar .list-group::-webkit-scrollbar-thumb:hover {
                background-color: rgba(193, 193, 193, 0.8);
            }

    .dlk-sidebar .list-group-item {
        font-family: "din-2014", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 15px;
        text-transform: uppercase;
        letter-spacing: 3.5px;
        background-color: transparent;
        color: #FFFFFF;
        min-height: 54px;
        padding-left: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: none;
        border-left: 5px solid transparent;
        /* Opened submenu icon */
    }

        .dlk-sidebar .list-group-item:hover {
            background-color: #2F4057;
            color: #CD163F;
        }

        .dlk-sidebar .list-group-item[aria-expanded="false"] .submenu-icon::after {
            content: url("../img/icons/arrow-down.svg");
            transition: all 0.3s;
        }

        .dlk-sidebar .list-group-item[aria-expanded="true"] .submenu-icon::after {
            content: url("../img/icons/arrow-up.svg");
            transition: all 0.3s;
        }

        .dlk-sidebar .list-group-item.menu-active {
            border-left-color: #FFFFFF;
            background-color: #2F4057;
        }

            .dlk-sidebar .list-group-item.menu-active[aria-expanded="true"] {
                border-left-color: transparent;
            }

        .dlk-sidebar .list-group-item[aria-expanded=true] {
            background-color: #2F4057;
        }

        .dlk-sidebar .list-group-item.collapsed.menu-active {
            border-left-color: transparent;
            background-color: #2F4057;
        }

    .dlk-sidebar .logo-collapse img {
        width: 56px;
    }

    .dlk-sidebar .menu-icon {
        text-align: center;
    }

    .dlk-sidebar .menu-icon-text {
        font-size: 10px;
        letter-spacing: 1px;
        display: block;
    }

    .dlk-sidebar .globe-logo {
        text-align: center;
    }

    .dlk-sidebar .dlk-sub-menu {
        background-color: #2F4057;
    }

        .dlk-sidebar .dlk-sub-menu ul {
            border-width: 1px;
            border-style: solid none;
            border-color: rgba(255, 255, 255, 0.07);
        }

        .dlk-sidebar .dlk-sub-menu a {
            padding: 8px 15px;
            font-family: "din-2014", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 3px;
            color: #FFFFFF;
            text-decoration: none;
            min-height: 54px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            border: none;
            border-left: 5px solid transparent;
        }

            .dlk-sidebar .dlk-sub-menu a:hover {
                background-color: #2F4057;
                color: #CD163F;
            }

            .dlk-sidebar .dlk-sub-menu a.menu-active {
                border-left-color: #FFFFFF;
                background-color: #2F4057;
            }

    .dlk-sidebar.sidebar-collapsed {
        width: 105px;
    }

        .dlk-sidebar.sidebar-collapsed .list-group-item {
            padding: 8px 10px;
            justify-content: center;
        }

        .dlk-sidebar.sidebar-collapsed .list-group {
            overflow: unset;
        }

            .dlk-sidebar.sidebar-collapsed .list-group li {
                position: relative;
            }

        .dlk-sidebar.sidebar-collapsed .dlk-sub-menu {
            position: absolute;
            top: 0;
            right: -132px;
            min-width: 132px;
        }

            .dlk-sidebar.sidebar-collapsed .dlk-sub-menu a {
                padding: 8px 10px;
                justify-content: center;
            }

            .dlk-sidebar.sidebar-collapsed .dlk-sub-menu .menu-icon-text {
                max-width: 107px;
            }

.menu-text {
    display: none;
    color: #CD163F;
    font-family: "din-2014", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.dlk-navbar {
    height: 82px;
    background-color: #FFFFFF;
}

    .dlk-navbar .dlk-brand-logo {
        height: 28px;
        width: 115px;
    }

    .dlk-navbar .dlk-brand-wrapper {
        height: 82px;
        width: 246px;
        border-right: 1px solid #C4C4C4;
        display: flex;
        align-items: center;
        padding: 0 15px;
        transition: all 0.3s;
    }

    .dlk-navbar .revert {
        margin: 0 auto;
        transform: rotate(180deg);
        padding: 10px 0 22px;
    }

    .dlk-navbar .collpased-brand-wrapper {
        width: 105px;
    }

    .dlk-navbar .dlk-user-logged-wrapper {
        display: flex;
        align-items: center;
        padding-right: 30px;
        border-left: 1px solid #C4C4C4;
        padding-left: 18px;
        text-align: left;
    }

        .dlk-navbar .dlk-user-logged-wrapper .dlk-user-info {
            margin-right: 8px;
        }

        .dlk-navbar .dlk-user-logged-wrapper .user-name {
            font-size: 16px;
            line-height: 19px;
            font-family: "din-2014", sans-serif;
            font-weight: 400;
            font-style: normal;
            margin-bottom: 0;
        }

        .dlk-navbar .dlk-user-logged-wrapper .user-designation {
            font-size: 12px;
            color: #4A4A4A;
            display: block;
        }

    .dlk-navbar .dlk-user-dropdown .dropdown-menu {
        padding: 0;
        margin: 0;
        top: 38px;
    }

    .dlk-navbar .dlk-user-dropdown .dropdown-item {
        color: #000000;
        padding: 12px 16px;
        border-radius: 4px;
    }

        .dlk-navbar .dlk-user-dropdown .dropdown-item:active {
            background-color: #FFFFFF;
        }

    .dlk-navbar .dlk-user-dropdown .dropdown-toggle {
        border: none;
    }

        .dlk-navbar .dlk-user-dropdown .dropdown-toggle::after {
            display: none;
        }

.dlk__notification-inner {
    position: relative;
}

    .dlk__notification-inner .dlk__notify-mark {
        width: 22px;
        height: 22px;
        background-color: #CD163F;
        border-radius: 10px;
        position: absolute;
        top: -12px;
        right: -10px;
        border: 2px solid #FFFFFF;
        font-size: 12px;
        text-align: center;
        display: flex !important;
        justify-content: center;
        align-items: center;
        color: #FFFFFF;
    }

.dlk__count-badge {
    position: relative;
}

    .dlk__count-badge .dlk__count-mark {
        width: 22px;
        height: 22px;
        background-color: #CD163F;
        border-radius: 10px;
        position: absolute;
        top: 0px;
        right: -5px;
        border: 2px solid #FFFFFF;
        font-size: 12px;
        text-align: center;
        display: flex !important;
        justify-content: center;
        align-items: center;
        color: #FFFFFF;
    }

.dlk-loader-wrapper {
    width: 100%;
    height: 100%;
    z-index: 1030;
    background-color: rgba(0, 0, 0, 0.5);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
}

    .dlk-loader-wrapper .loading-spinner {
        position: absolute;
        width: 100%;
        top: 0px;
        left: 0px;
        height: 100vh;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

.dlk-loader-wrapper .loading-spinner .spinner-border {
            align-self: center;
            max-width: 90px;
            position: absolute;
            z-index: 1;
            margin-top: -8px;
            height: 50px;
            width: 50px;
            color: #2F4057;
        }

.dlk-footer {
    padding: 10px;
    background-color: #2F4057;
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
}

.dlk-small-banner {
    background-image: url("../img/Refinery_Day.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    .dlk-small-banner img {
        min-height: 100px;
        margin: 15px 25px;
    }

.dlk-back-nav {
    padding: 10px;
    border-top: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
}

    .dlk-back-nav .dlk-link {
        text-decoration: none;
    }

        .dlk-back-nav .dlk-link:hover {
            color: #4A4A4A;
        }

.dlk-dashboard-section {
    padding: 40px 20px;
}

.dlk-page__section {
    padding: 15px;
}

.dlk-user__info .dlk-user__logo {
    margin-bottom: 20px;
}

.dlk-user__info .dlk-user__name {
    text-transform: uppercase;
    font-size: 22px;
    color: #4A4A4A;
    font-family: "din-2014", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.dlk-user__info .dlk-user__position {
    color: #4A4A4A;
    font-size: 22px;
    font-family: "din-2014", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.dlk-dash__broadcast-wrapper {
    max-height: 165px;
    overflow: auto;
    /* Track */
    /* Handle */
    /* Handle on hover */
}

    .dlk-dash__broadcast-wrapper::-webkit-scrollbar {
        height: 8px;
        width: 8px;
        background-color: #FFFFFF;
    }

    .dlk-dash__broadcast-wrapper::-webkit-scrollbar-track {
        background-color: transparent;
    }

    .dlk-dash__broadcast-wrapper::-webkit-scrollbar-thumb {
        background-color: rgba(218, 224, 230, 0.85);
        border-radius: 5px;
    }

        .dlk-dash__broadcast-wrapper::-webkit-scrollbar-thumb:hover {
            background-color: rgba(218, 224, 230, 0.8);
        }

    .dlk-dash__broadcast-wrapper .dlk-dash__broadcast-item {
        display: flex;
        align-items: flex-start;
        border-bottom: 1px solid #C4C4C4;
        padding: 15px 0;
    }

        .dlk-dash__broadcast-wrapper .dlk-dash__broadcast-item:last-child {
            border-bottom: none;
        }

        .dlk-dash__broadcast-wrapper .dlk-dash__broadcast-item .dlk-dash__broadcast-link {
            margin-right: 10px;
            flex: 1;
            color: #4A4A4A;
            text-decoration: none;
            min-width: 50%;
        }

@media screen and (min-width: 2351px) {
    .dlk-page__main .dlk-stepper--wrapper .dlk-stepper--tabs > li:after {
        left: 52%;
    }
}

@media screen and (min-width: 1900px) and (max-width: 2350px) {
    .dlk-page__main .dlk-stepper--wrapper .dlk-stepper--tabs > li:after {
        left: 53%;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1899px) {
    .dlk-page__main .dlk-stepper--wrapper .dlk-stepper--tabs > li:after {
        left: 55%;
    }
}

@media (min-width: 1400px) {
    .dlk-auth-wrapper .dlk-auth-logo {
        top: 80px;
    }

    .dlk-content__banner .slick-slide img {
        max-height: 1040px;
    }
}

@media (max-width: 992px) {
    .dlk-auth-wrapper .dlk-auth-logo {
        position: unset;
        text-align: center;
    }

    .dlk-form .dlk-form-action {
        text-align: right;
    }

    .dlk-dash__broadcast-wrapper {
        max-height: 175px;
    }

        .dlk-dash__broadcast-wrapper .dlk-dash__broadcast-item .btn {
            margin-top: 10px;
        }

    .dlk-navbar .collpased-brand-wrapper .menu-text {
        display: inline-block;
        margin-right: 10px;
    }

    .dlk-navbar .collpased-brand-wrapper .revert {
        padding: 0;
    }

    .dlk-status-timeline--wrapper .dlk-status-timeline::after {
        bottom: 45px;
    }
}

@media only screen and (min-width: 820px) and (max-width: 1180px) {
    .dlk-page__main.main-collapse .dlk-status-timeline--wrapper .dlk-status-timeline::after {
        bottom: 25px;
    }
}

@media (max-width: 768px) {
    .dlk-auth-wrapper .dlk-auth-logo {
        position: unset;
        text-align: center;
    }

    .dlk-form .dlk-form-action {
        text-align: right;
    }

    .dlk-navbar .dlk-user-logged-wrapper .user-name,
    .dlk-navbar .dlk-user-logged-wrapper .user-designation {
        display: none;
    }

    .dlk-stepper--wrapper .dlk-stepper--tabs > li:after {
        left: 64%;
    }
}

@media (max-width: 576px) {
    .dlk-auth-wrapper .dlk-auth-form-inner,
    .dlk-auth-wrapper .dlk-auth-form-bottom {
        padding: 20px 15px;
    }

    .dlk-auth-wrapper .dlk-auth-form__buttons {
        margin-top: 20px;
    }

        .dlk-auth-wrapper .dlk-auth-form__buttons .btn:first-child {
            margin-right: 4px;
            margin-bottom: 10px;
        }

    .dlk-navbar {
        flex-wrap: nowrap;
    }

        .dlk-navbar .dlk-brand-wrapper:not(.collpased-brand-wrapper) {
            width: 200px;
        }

    .dlk-sidebar {
        width: 100%;
        transition: all 0.3s;
    }

        .dlk-sidebar.sidebar-collapsed {
            width: 0;
        }

            .dlk-sidebar.sidebar-collapsed .list-group {
                overflow: auto;
            }

            .dlk-sidebar.sidebar-collapsed .list-group-item {
                display: none;
            }

            .dlk-sidebar.sidebar-collapsed .dlk-sub-menu {
                position: unset;
            }

            .dlk-sidebar.sidebar-collapsed .globe-logo {
                display: none;
            }

        .dlk-sidebar .menu-icon {
            display: none;
        }

    .dlk-dashboard-section {
        padding: 40px 10px;
    }

    .dlk-page__main {
        width: 100%;
    }

        .dlk-page__main.main-collapse {
            width: 100%;
        }

    .dlk-form .dlk-form-action .btn {
        min-width: 134px;
        margin-bottom: 10px;
    }

    .dlk-section-title {
        letter-spacing: 5px;
        font-size: 22px;
        margin-bottom: 0;
    }

    .dlk-dash-card {
        padding: 25px;
    }

    .dlk-custom-card .dlk-custom-card__header .dlk-custom-card__header-title {
        font-size: 16px;
    }

    .dlk-custom-card .dlk-custom-card__header .dlk-custom-switch input[type=checkbox] + label {
        padding-left: 65px;
    }

    .dlk-content__banner .dlk-content__banner-title {
        font-size: 16px;
    }

    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        text-align: left;
    }

    .dlk-status-timeline--wrapper .dlk-status-timeline::after {
        bottom: 45px;
    }

    .dlk-status-timeline--wrapper .dlk-status-timeline .dlk-status-info {
        font-size: 12px;
        margin-top: 5px;
    }
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    .dlk-sidebar {
        width: 100%;
    }

        .dlk-sidebar.sidebar-collapsed {
            width: 0;
        }

            .dlk-sidebar.sidebar-collapsed .list-group {
                overflow: auto;
            }

            .dlk-sidebar.sidebar-collapsed .list-group-item {
                display: none;
            }

            .dlk-sidebar.sidebar-collapsed .dlk-sub-menu {
                position: unset;
            }

            .dlk-sidebar.sidebar-collapsed .globe-logo {
                display: none;
            }

        .dlk-sidebar .menu-icon {
            display: none;
        }

    .dlk-page__main {
        width: 100%;
    }

        .dlk-page__main.main-collapse {
            width: 100%;
        }

    .dlk-stepper--wrapper .dlk-stepper--tabs > li {
        width: 33.33%;
    }
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .dlk-sidebar {
        width: 100%;
    }

        .dlk-sidebar.sidebar-collapsed {
            width: 0;
        }

            .dlk-sidebar.sidebar-collapsed .list-group {
                overflow: auto;
            }

            .dlk-sidebar.sidebar-collapsed .list-group-item {
                display: none;
            }

            .dlk-sidebar.sidebar-collapsed .dlk-sub-menu {
                position: unset;
            }

            .dlk-sidebar.sidebar-collapsed .globe-logo {
                display: none;
            }

        .dlk-sidebar .menu-icon {
            display: none;
        }

    .dlk-page__main {
        width: 100%;
    }

        .dlk-page__main.main-collapse {
            width: 100%;
        }
}

/* ----------- iPhone 6, 6S, 7 and 8 landscape----------- */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .dlk-stepper--wrapper .dlk-stepper--tabs > li {
        width: 33.33%;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .dlk-sidebar {
        width: 100%;
    }

        .dlk-sidebar.sidebar-collapsed {
            width: 0;
        }

            .dlk-sidebar.sidebar-collapsed .list-group {
                overflow: auto;
            }

            .dlk-sidebar.sidebar-collapsed .list-group-item {
                display: none;
            }

            .dlk-sidebar.sidebar-collapsed .dlk-sub-menu {
                position: unset;
            }

            .dlk-sidebar.sidebar-collapsed .globe-logo {
                display: none;
            }

        .dlk-sidebar .menu-icon {
            display: none;
        }

    .dlk-page__main {
        width: 100%;
    }

        .dlk-page__main.main-collapse {
            width: 100%;
        }
}

/* ----------- iPhone xs landscape----------- */
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
    .dlk-sidebar {
        width: 100%;
    }

        .dlk-sidebar.sidebar-collapsed {
            width: 0;
        }

            .dlk-sidebar.sidebar-collapsed .list-group {
                overflow: auto;
            }

            .dlk-sidebar.sidebar-collapsed .list-group-item {
                display: none;
            }

            .dlk-sidebar.sidebar-collapsed .dlk-sub-menu {
                position: unset;
            }

            .dlk-sidebar.sidebar-collapsed .globe-logo {
                display: none;
            }

        .dlk-sidebar .menu-icon {
            display: none;
        }

    .dlk-page__main {
        width: 100%;
    }

        .dlk-page__main.main-collapse {
            width: 100%;
        }
}

/*----iphone 12 landscape ---*/
@media only screen and (min-device-width: 390px) and (max-device-height: 844px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
    .dlk-sidebar {
        width: 100%;
    }

        .dlk-sidebar.sidebar-collapsed {
            width: 0;
        }

            .dlk-sidebar.sidebar-collapsed .list-group {
                overflow: auto;
            }

            .dlk-sidebar.sidebar-collapsed .list-group-item {
                display: none;
            }

            .dlk-sidebar.sidebar-collapsed .dlk-sub-menu {
                position: unset;
            }

            .dlk-sidebar.sidebar-collapsed .globe-logo {
                display: none;
            }

        .dlk-sidebar .menu-icon {
            display: none;
        }

    .dlk-page__main {
        width: 100%;
    }

        .dlk-page__main.main-collapse {
            width: 100%;
        }
}

/* Landscape iPhone 6+, 7+ and 8+ */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .dlk-sidebar {
        width: 100%;
    }

        .dlk-sidebar.sidebar-collapsed {
            width: 0;
        }

            .dlk-sidebar.sidebar-collapsed .list-group {
                overflow: auto;
            }

            .dlk-sidebar.sidebar-collapsed .list-group-item {
                display: none;
            }

            .dlk-sidebar.sidebar-collapsed .dlk-sub-menu {
                position: unset;
            }

            .dlk-sidebar.sidebar-collapsed .globe-logo {
                display: none;
            }

        .dlk-sidebar .menu-icon {
            display: none;
        }

    .dlk-page__main {
        width: 100%;
    }

        .dlk-page__main.main-collapse {
            width: 100%;
        }
}

/* landscape iPhone 11 */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
    .dlk-sidebar {
        width: 100%;
    }

        .dlk-sidebar.sidebar-collapsed {
            width: 0;
        }

            .dlk-sidebar.sidebar-collapsed .list-group {
                overflow: auto;
            }

            .dlk-sidebar.sidebar-collapsed .list-group-item {
                display: none;
            }

            .dlk-sidebar.sidebar-collapsed .dlk-sub-menu {
                position: unset;
            }

            .dlk-sidebar.sidebar-collapsed .globe-logo {
                display: none;
            }

        .dlk-sidebar .menu-icon {
            display: none;
        }

    .dlk-page__main {
        width: 100%;
    }

        .dlk-page__main.main-collapse {
            width: 100%;
        }
}

/*---landscape iPhone 13 Pro Max and iPhone 12 Pro Max ---*/
@media only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
    .dlk-sidebar {
        width: 100%;
    }

        .dlk-sidebar.sidebar-collapsed {
            width: 0;
        }

            .dlk-sidebar.sidebar-collapsed .list-group {
                overflow: auto;
            }

            .dlk-sidebar.sidebar-collapsed .list-group-item {
                display: none;
            }

            .dlk-sidebar.sidebar-collapsed .dlk-sub-menu {
                position: unset;
            }

            .dlk-sidebar.sidebar-collapsed .globe-logo {
                display: none;
            }

        .dlk-sidebar .menu-icon {
            display: none;
        }

    .dlk-page__main {
        width: 100%;
    }

        .dlk-page__main.main-collapse {
            width: 100%;
        }


    .dataTables_length1{
        padding-left: 10px;
        padding-bottom: 2px;
    }
}
