
@font-face {
    font-family: 'Inter-Black';
    src: url('../fonts/Inter-Black.otf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Inter-Bold';
    src: url('../fonts/Inter-Bold.otf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Inter-Medium';
    src: url('../fonts/Inter-Medium.otf') format('truetype');
    font-weight: medium;
}

@font-face {
    font-family: 'Inter-Regular';
    src: url('../fonts/Inter-Regular.otf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Inter-SemiBold';
    src: url('../fonts/Inter-SemiBold.otf') format('truetype');
    font-weight: medium;
}

/*body {
    font-family: ElevanceSans-regular, serif;
    background-color: #f6f7f8;
    color: #525E6D;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}*/
.max-w-fit {
    max-width: fit-content !important;
}


.btn-no {
    padding: 0.5rem !important;
    border-radius: 0.25rem !important;
    border: 1px solid #e7e7e7 !important;
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    font-weight: 600 !important;
    background: #F9F9F9 !important;
    color: #000000 !important;
}

label {
    text-align: left;
}

.select-option label{
    margin-bottom: 0;
}

.login-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

section.login-sec {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-image: url('../images/login-banner.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 100vh;
}

.loginpart {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.loginbox {
    width: 100%;
    background-color: #fff;
    padding: 35px 35px 45px;
    ;
    border-radius: 10px;
}

.lomiddle {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.login-details {
    width: 100%;
}

    .login-details .form-group {
        width: 100%;
        margin-bottom: 18px;
    }

        .login-details .form-group label {
            width: 100%;
            font-size: 14px;
            color: #525E6D;
            font-weight: normal !important;
            margin-bottom: 5px;
        }

p.error-msg {
    width: 100%;
    margin: 0;
    font-size: 12px;
    color: #e11d1d;
    text-align: left;
}

button.btn.login-btn {
    width: 100%;
    font-size: 15px;
    text-align: center;
    border: 1px solid #0F40B3;
    height: 42px;
    color: #FFF;
    background-color: #0F40B3;
    border-radius: 4px;
    margin-top: 10px;
}

    button.btn.login-btn:hover {
        border: 1px solid #162681;
        background-color: #162681;
    }

.login-details .form-group input.form-control, .login-details .form-group select.form-control {
    width: 100%;
    border: 1px solid #CCD4E4;
    font-size: 14px;
    height: 40px;
    border-radius: 4px;
    color: #141414;
    background-color: #F6F7F8;
}

.login-logo img.logo {
    max-width: 200px;
}

.preferences-section {
    margin-top: auto;
    width: 100%;
}

img.main-logo {
    max-width: 200px;
    object-fit: contain;
    height: 34px;
}

input.form-control.header-search {
    width: 330px;
    border-radius: 4px;
    border: 1px solid #F3F5F7;
    height: 40px;
    font-size: 14px;
    padding: 5px 10px 5px 42px;
    background-image: url('../images/search.svg');
    background-repeat: no-repeat;
    background-position: 12px;
    background-color: #F3F5F7;
}

button.noti-details {
    position: relative;
    width: 34px;
    height: 34px;
    display: inline-block;
    background-color: #F6F7F8;
    border-radius: 50%;
    padding: 5px;
    text-align: center;
    cursor: pointer;
}

    button.noti-details:hover {
        background-color: #ddd;
    }

.noti-details img.noti-pro {
    width: 20px;
    position: relative;
    top: -2px;
}

span.noti-count {
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: red;
    border-radius: 50%;
    color: #fff;
    font-size: 9px;
    top: -2px;
    left: 25px;
    text-align: center;
}

.usersec-updates button.btn.dropdown-toggle {
    border: 0;
    padding: 0;
    color: #fff;
    font-size: 14px;
}

img.user-gal {
    width: 34px;
    height: 34px;
    display: inline-block;
    background-color: #F6F7F8;
    border-radius: 50%;
    padding: 6px;
    text-align: center;
    margin: 0 5px 0 8px;
}

.usersec-updates .dropdown-toggle::after {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

img.arrow-gal {
    max-width: 18px;
    margin-left: 4px;
}

.sidebar .menu-item .icon img {
    width: 18px;
    filter: brightness(0) invert(1);
}

.sidebar .menu-item.active .icon img {
    filter: unset;
}

ul.sibar-sec {
    width: 100%;
    padding: 0;
    margin: 0;
}

    ul.sibar-sec li {
        list-style: none;
        padding: 3px 0;
        margin: 0;
        width: 100%;
    }

.notification-slide {
    width: 0px;
    position: fixed;
    right: 0;
    top: 0;
    background-color: #fff;
    z-index: 9;
    height: 100vh;
    transition: width 0.3s ease;
}

    .notification-slide.notification-active {
        width: 450px;
        transition: width 0.3s ease;
    }

.nofiheading-info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

    .nofiheading-info h4 {
        width: 100%;
        position: relative;
        font-size: 18px;
        margin: 0;
    }

button.btn.btn-cancel {
    padding: 0;
    margin: 0;
    border: 0;
    float: right;
}

    button.btn.btn-cancel img {
        width: 18px;
    }

.notilist-info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .notilist-info h6 {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 8px;
        padding: 0;
        font-size: 14px;
        font-weight: normal;
        font-family: 'Inter-SemiBold', sans-serif;
    }

button.btn.clearall-btn {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #0F40B3;
    float: right;
    margin-left: auto;
    font-family: 'Inter-SemiBold', sans-serif;
}

.notilist-info ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .notilist-info ul li {
        width: 100%;
        background-color: #F8FAFD;
        margin-bottom: 3px;
        padding: 18px 5px;
        position: relative;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        border-radius: 4px;
    }

img.ntf-sec {
    width: 38px;
    height: 38px;
    border: 1px solid #CCD4E4;
    border-radius: 50%;
    padding: 7px;
    background-color: #fff;
    position: absolute;
}

span.order-list {
    font-size: 13px;
    padding-left: 46px;
    display: inline-block;
    font-family: 'Inter-Medium', sans-serif;
}

    span.order-list span.bold-text {
        color: #141414;
        font-family: 'Inter-SemiBold', sans-serif;
    }

section.mainpage-parts {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 240px;
    transition: width 0.3s ease;
    padding-top: 75px;
}

    section.mainpage-parts.collapsed {
        padding-left: 55px;
        transition: width 0.3s ease;
    }

.common-space {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    align-items: flex-start;
}

.leftdash-part {
    width: 62%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.rightdash-part {
    width: 38%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.dash-chart {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.dashboar-orders {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 30px;
}

    .dashboar-orders h5 {
        width: 100%;
        font-size: 16px;
        color: #000000;
        margin-bottom: 10px;
        font-family: 'Inter-SemiBold', sans-serif;
    }

.chart-legend {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 5px;
}

    .chart-legend ul {
        width: 100%;
        padding: 0;
        margin: 0;
    }

        .chart-legend ul li {
            list-style: none;
            display: inline-block;
            font-size: 13px;
            padding: 0 10px 0 0;
            font-family: 'Inter-Medium', sans-serif;
        }

            .chart-legend ul li span {
                width: 10px;
                height: 10px;
                margin-right: 4px;
                border-radius: 50%;
                display: inline-block;
            }

.list-new span {
    background-color: #016eff;
}

.list-pending span {
    background-color: #55adff;
}

.list-completed span {
    background-color: #dae8ef;
}

#orderChart {
    width: 205px !important;
    height: 205px !important;
    margin: 0 auto;
}

.chart-direction {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
}

.level-direction {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

a.gen-reports {
    border: 1px solid #525E6D;
    padding: 7px 5px;
    color: #525E6D;
    text-decoration: none;
    width: 100%;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    margin-right: 10px;
}

    a.gen-reports:hover {
        background-color: #8d959f;
        color: #fff;
    }

a.gen-view {
    border: 1px solid #0F40B3;
    background-color: #0F40B3;
    padding: 7px 5px;
    color: #fff;
    text-decoration: none;
    width: 100%;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    margin-left: 10px;
}

    a.gen-view:hover {
        background-color: #002855;
        border: 1px solid #002855;
    }

span.rgh-dots img {
    width: 22px;
}

span.rgh-dots {
    float: right;
}

.col-md-6 {
    padding: 0 15px;
}

#jobsChart {
    width: 205px !important;
    height: 205px !important;
    margin: 0 auto;
}

.col-md-12 {
    padding: 0 15px;
}

.quick-access {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 30px;
}

    .quick-access h5 {
        width: 100%;
        font-size: 16px;
        color: #000000;
        margin-bottom: 15px;
        font-family: 'Inter-SemiBold', sans-serif;
    }

ul.quickacc-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: center;
}

    ul.quickacc-list li {
        width: 25%;
        text-align: center;
    }

        ul.quickacc-list li a {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            text-decoration: none;
        }

span.acc-links {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #f6f7f8;
    padding: 14px 0;
    margin-bottom: 4px;
    -webkit-transition-duration: 0.85s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    overflow: hidden;
}

    span.acc-links img {
        width: 28px;
    }

ul.quickacc-list li a p {
    width: 100%;
    font-size: 13px;
    margin: 0;
    color: #525E6D;
    font-family: 'Inter-SemiBold', sans-serif;
}

ul.quickacc-list li a:hover span.acc-links {
    background-color: #0f40b3;
}

    ul.quickacc-list li a:hover span.acc-links img {
        filter: brightness(0) invert(1);
    }

ul.quickacc-list li a:hover span.acc-links {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

ul.quickacc-list li a:hover p {
    color: #0f40b3;
}

.recent-activity {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
    max-height: 738px;
    overflow: auto;
}

    .recent-activity h5 {
        width: 100%;
        font-size: 16px;
        color: #000000;
        margin-bottom: 15px;
        font-family: 'Inter-SemiBold', sans-serif;
    }

    .recent-activity .notilist-info {
        padding: 0;
    }

.activity-details {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: #DDDDDD;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #8E898E;
}

span.rgh-dots select.form-control {
    font-size: 13px;
    padding: 5px 10px;
    border: 1px solid #CCD4E4;
    border-radius: 5px;
    background-color: #F8FAFD;
    color: #333333;
    font-family: 'Inter-Regular', sans-serif;
    background-size: 20px;
    min-width: 110px;
}

.sectab-views {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.changing-lists ul.nav.nav-tabs {
    border-bottom: 0;
    width: 100%;
}

.changing-lists li.nav-item a.nav-link {
    border: 1px solid #002678;
    border-radius: 4px;
    font-size: 14px;
    padding: 8px 20px;
    min-width: 124px;
    text-align: center;
    color: #002678;
    font-family: 'Inter-Medium', sans-serif;
}

    .changing-lists li.nav-item a.nav-link.active {
        background-color: #002678;
        color: #fff;
    }

.jobordercheck {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border: 2px solid #525E6D;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    background-color: #f8fafd;
    margin: 0 8px 0 0;
    top: 2px;
}

    .jobordercheck:checked {
        background-color: #0F40B3;
        border-color: #0F40B3;
    }

        .jobordercheck:checked::before {
            content: '\2713';
            font-size: 12px;
            color: white;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-weight: 600;
        }

table.table-strus th {
    background-color: #DAE8EF;
    font-size: 13px;
    color: #141414;
    font-family: 'Inter-Medium', sans-serif;
    font-weight: normal !important;
}

table.table-strus td {
    background-color: #f8fafd;
    font-size: 13px;
    color: #525E6D;
    font-family: 'Inter-Medium', sans-serif;
}

table.table-strus.dataTable > tbody > tr > th {
    padding: 8px 10px;
}

table.table-strus.dataTable > tbody > tr > td {
    padding: 14px 10px;
}

table.table-strus th.dt-type-numeric, table.table-strus td.dt-type-numeric {
    text-align: left;
}

table.table-strus.dataTable > tbody > tr {
    border-top: 1px solid #CCD4E4;
}

a.ontarget {
    text-decoration: none;
    color: #008f6d;
    border: 1px solid #008f6d;
    border-radius: 4px;
    font-size: 13px;
    padding: 4px 6px;
    background-color: #ebfff9;
}

    a.ontarget span.cipart {
        width: 8px;
        height: 8px;
        display: inline-block;
        background-color: #008f6d;
        border-radius: 50%;
        position: relative;
        top: 0px;
        margin-right: 5px;
        border-color: #ebfff9;
    }

span.same-direc {
    display: inline-block;
}

    span.same-direc img {
        max-width: 20px;
        margin-left: 20px;
        position: relative;
        top: 0;
    }

table.dataTable thead > tr > th.dt-orderable-asc:hover, table.dataTable thead > tr > th.dt-orderable-desc:hover, table.dataTable thead > tr > td.dt-orderable-asc:hover, table.dataTable thead > tr > td.dt-orderable-desc:hover {
    outline: 0 !important;
}

table.table-strus.dataTable {
    border: 1px solid #CCD4E4;
}

    table.table-strus.dataTable > thead > tr > th, table.table-strus.dataTable > thead > tr > td {
        border-bottom: 0;
    }

div.dt-container.dt-empty-footer tbody > tr:last-child > * {
    border-bottom: 0 !important;
}

li.view-item {
    margin-left: auto;
}

    li.view-item a {
        color: #0F40B3;
        font-size: 14px;
        text-decoration: none;
        padding: 8px 0;
        display: inline-block;
        font-family: 'Inter-Medium', sans-serif;
    }

        li.view-item a:hover {
            color: #002855;
        }

.tab-content > .tab-pane {
    padding: 0px;
    width: 100%;
}

div.dt-container {
    margin: 15px 0 0 0 !important;
    width: 100%;
}

div.dt-layout-row {
    margin: 0px !important;
}

.changing-lists li.nav-item:first-child a.nav-link {
    border-radius: 4px 0 0 4px;
}

.changing-lists li.nav-item:nth-child(2) a.nav-link {
    border-radius: 0 4px 4px 0;
}

.changing-lists {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
}

    .changing-lists .tab-content {
        width: 100%;
    }

.mainsec-grids {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.grid-heading {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 4px 4px 0 0;
}

.grid-common {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .grid-common table.table-strus {
        width: 100%;
    }

table.table-strus td p {
    margin-bottom: 0;
}

.grid-common table.table-strus th {
    background-color: #002856;
    font-size: 13px;
    color: #fff;
}

    .grid-common table.table-strus th .jobordercheck {
        border: 2px solid #fff;
        background-color: #002856;
    }

.grid-common div.dt-container {
    margin: 0 !important;
}

.grid-heading h4 {
    width: 100%;
    margin: 0;
}

span.heading-left {
    display: inline-block;
    padding: 10px;
}

    span.heading-left img {
        width: 24px;
    }

span.heading-left {
    display: inline-block;
    padding: 10px;
    font-size: 20px;
    font-family: 'Inter-Medium', sans-serif;
    color: #0F1D2A;
}

span.heading-right {
    float: right;
    display: inline-block;
    padding: 10px;
}

button.btn.btns-options {
    border: 0;
    font-size: 14px;
    color: #0F40B3;
    padding: 0 10px;
    font-family: 'Inter-Medium', sans-serif;
}

    button.btn.btns-options img {
        width: 24px;
    }

table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
    text-align: left !important;
}

p.wd-range {
    width: 100px;
    display: block;
}

span.stu-inprogress {
    color: #333F48;
    background-color: #f8e4ff;
    border: 1px solid #f8e4ff;
    padding: 5px 8px;
    border-radius: 4px;
    font-size: 13px;
}

span.stu-revision {
    color: #333F48;
    background-color: #ffdac5;
    border: 1px solid #ffdac5;
    padding: 5px 8px;
    border-radius: 4px;
    font-size: 13px;
}

span.stu-approved {
    color: #008f6d;
    background-color: #ebfff9;
    border: 1px solid #008f6d;
    padding: 5px 8px;
    border-radius: 4px;
    font-size: 13px;
}

#proofTable_wrapper span.same-direc {
    display: inline-block;
    float: right;
}

    #proofTable_wrapper span.same-direc img {
        margin-left: 10px;
        margin-right: 10px
    }

img.product-img {
    width: 60px;
    height: 50px;
    border-radius: 4px;
}

.grid-assheading {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    border-top: 1px solid #CCD4E4;
}

    .grid-assheading h5 {
        width: 100%;
        margin: 0;
    }

span.headingass-left {
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    color: #141414;
    font-family: 'Inter-Medium', sans-serif;
}

span.headingass-right {
    float: right;
    display: inline-block;
    padding: 8px 10px;
}

button.btn.btns-assoptions {
    border: 0;
    font-size: 14px;
    color: #9E9E9E;
    padding: 0 10px;
    font-family: 'Inter-Medium', sans-serif;
}

    button.btn.btns-assoptions img {
        width: 24px;
    }

.fullsel-options {
    width: 100%;
    padding: 0 0 12px;
}

    .fullsel-options label {
        cursor: pointer;
        font-size: 14px;
        color: #002856;
    }

        .fullsel-options label input.jobordercheck {
            margin: 0 8px 0 0;
        }

.assets-item {
    width: 100%;
    background-color: #fff;
    border: 1px solid #CCD4E4;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 14px;
}

.assets-imgs {
    width: 100%;
    text-align: center;
}

    .assets-imgs img {
        width: 150px;
        height: 150px;
        border-radius: 4px;
        object-fit: contain;
    }

.assitem-top {
    width: 100%;
    padding: 10px;
}

.assitem-bottom {
    width: 100%;
    padding: 10px;
    padding: 15px 10px;
    border-top: 1px solid transparent;
}

    .assitem-bottom h6 {
        width: 100%;
        margin: 0;
    }

        .assitem-bottom h6 span {
            font-size: 16px;
            color: #0F1D2A;
        }

.dropdown.assets-drop {
    display: inline-block;
    float: right;
}

    .dropdown.assets-drop button.btn {
        padding: 0;
        margin: 0;
        border: 0;
    }

    .dropdown.assets-drop ul.dropdown-menu {
        background-color: #0f40b3;
        padding: 5px 0 !important;
        width: auto;
        min-width: 130px;
        z-index: 1;
    }

        .dropdown.assets-drop ul.dropdown-menu li a {
            font-size: 14px;
            color: #fff;
            text-align: center;
            padding: 7px;
        }

            .dropdown.assets-drop ul.dropdown-menu li a:hover {
                background-color: #0f40b3;
                color: #ddd;
            }

.assets-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.col-md-12.accspaces {
    padding: 0 8px;
}

.accspaces .col-md-3 {
    padding: 0 7px;
}

.assets-drop .dropdown-toggle::after {
    display: none;
}

.dropdown.assets-drop button.btn img {
    width: 18px;
}

.assets-item:hover .assitem-bottom {
    border-top: 1px solid #ddd;
}

.dropdown-menu-end {
    right: 0;
}

.dropdown-menu {
    width: auto;
    min-width: 150px;
}

.grid-common table.table-strus th .jobordercheck:checked {
    border-color: #fff;
}

.personal-informations {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 4px;
    padding: 10px 0;
}

.personal-details {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.personal-informations h4 {
    width: 100%;
    font-size: 15px;
    color: #000;
}

button.btn.edit-info {
    font-size: 14px;
    padding: 0;
    margin: 0 20px;
    color: #0f40b3;
    text-decoration: underline;
    border: 0;
}

.personal-details .group-control {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

    .personal-details .group-control label {
        width: 100%;
        font-size: 14px;
        color: #505050;
    }

    .personal-details .group-control input.form-control {
        width: 100%;
        border: 1px solid #ddd;
        border-radius: 4px;
        font-size: 14px;
        height: 38px;
    }

.col-md-4 {
    padding: 0 15px;
}

.col-md-8 {
    padding: 0 15px;
}

.preference-strus {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 4px;
    padding: 20px 0 10px;
    margin-top: 15px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 18px;
    margin-left: 25px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 2px;
        bottom: 1px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #0F40B3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #0F40B3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

.officeinfo-part h5 .slider.round {
    border-radius: 34px;
}

    .officeinfo-part h5 .slider.round:before {
        border-radius: 50%;
    }

.officeinfo-part {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .officeinfo-part h5 {
        width: 100%;
        font-size: 16px;
        margin: 0 0 22px;
        color: #141414;
        font-family: 'Inter-SemiBold', sans-serif;
    }

    .officeinfo-part h6 {
        width: 100%;
        font-size: 16px;
        margin: 0 0 15px;
        color: #141414;
        font-family: 'Inter-SemiBold', sans-serif;
    }

    .officeinfo-part p {
        width: 90%;
        font-size: 15px;
        margin: 0;
        font-family: 'Inter-Regular', sans-serif;
    }

.delegation-parts {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .delegation-parts h6 {
        width: 100%;
        font-size: 15px;
        margin-bottom: 15px;
    }

button.btn.btn-addmang {
    border: 1px solid #002678;
    border-radius: 4px;
    font-size: 14px;
    padding: 7px 20px;
    background-color: #002678;
    color: #fff;
    float: right;
}

ul.manager-lists {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    background-color: #f8fafd;
    padding: 10px 25px;
    border-radius: 4px;
}

    ul.manager-lists li {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 15px 0;
        border-bottom: 2px solid #fff;
    }

        ul.manager-lists li div {
            width: 33.33%;
        }

.leftinfo-arc h5 {
    width: 100%;
    font-size: 16px;
    margin: 0 0 8px;
    color: #141414;
    font-family: 'Inter-SemiBold', sans-serif;
}

.leftinfo-arc p {
    width: 100%;
    margin: 0;
    font-size: 14px;
}

.middleinfo-arc select.form-control {
    width: 100%;
    font-size: 15px;
    height: 44px;
    border: 1px solid #CCD4E4;
    border-radius: 4px;
    color: #141414;
    background-position: 96%;
}

.rightinfo-arc {
    text-align: center;
}

    .rightinfo-arc button.btn {
        font-size: 14px;
        padding: 0;
        margin: 0 8px;
        color: #0F40B3;
        text-decoration: underline;
        border: 0
    }

ul.manager-lists li:last-child {
    border-bottom: 0;
}

.delegation-parts h6 span {
    display: inline-block;
    padding: 5px 0;
    color: #141414;
    font-family: 'Inter-SemiBold', sans-serif;
    font-size: 16px;
}

button.btn:active {
    outline: 0;
    border: 0;
}

.form-control:focus {
    box-shadow: 0 0 0 0.15rem rgb(13 110 253 / 8%) !important;
}

.slideinfo-orders {
    width: 0;
    position: fixed;
    right: 0;
    top: 0;
    background-color: #fff;
    z-index: 9;
    height: 100vh;
    transition: width 0.3s ease;
}

.slideinfo-heading {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

    .slideinfo-heading h4 {
        width: 100%;
        position: relative;
        font-size: 18px;
        margin: 0;
    }

.slideinfo-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .slideinfo-content h5 {
        width: 100%;
        font-size: 16px;
        color: #010101;
        font-family: 'Inter-Bold', sans-serif;
    }

.orderslide-views {
    border: 1px solid #CCD4E4;
    background-color: #fff;
    padding: 15px 0;
    border-radius: 4px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.col-md-3 {
    padding: 0 15px;
}

.orderslide-views .group-control {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

    .orderslide-views .group-control label {
        width: 100%;
        font-size: 14px;
        color: #141414;
        padding: 0 0 4px;
    }

    .orderslide-views .group-control p {
        width: 100%;
        font-size: 14px;
        margin: 0;
    }

span.ontarget {
    text-decoration: none;
    color: #008f6d;
    border: 1px solid #008f6d;
    border-radius: 4px;
    font-size: 13px;
    padding: 5px 8px;
    background-color: #ebfff9;
}

.ontarget span.cipart {
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #008f6d;
    border-radius: 50%;
    position: relative;
    top: 0px;
    margin-right: 5px;
    border-color: #ebfff9;
}

p.cond-spaces {
    padding-top: 5px;
}

.orderslide-table table.table-strus th {
    background-color: #002856;
    font-size: 13px;
    color: #fff;
}

p.spcins-wid {
    width: 220px;
}

.orderslide-table {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.slide-footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

button.btn.orderbtn-cancel {
    border: 1px solid #525E6D;
    background-color: #fff;
    color: #525E6D;
    border-radius: 4px;
    font-size: 14px;
    min-width: 140px;
    padding: 9px 10px;
    font-family: 'Inter-SemiBold', sans-serif;
}

span.slide-right {
    margin-left: auto;
}

button.btn.orderbtn-edit {
    border: 1px solid #0F40B3;
    background-color: #0F40B3;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    min-width: 140px;
    padding: 9px 10px;
    font-family: 'Inter-SemiBold', sans-serif;
}

    button.btn.orderbtn-edit:hover {
        background-color: #002855;
        border: 1px solid #002855;
    }

button.btn.orderbtn-cancel:hover {
    border: 1px solid #0f40b3;
    background-color: #0f40b3;
    color: #fff;
}

.orderslide-table div.dt-container {
    margin: 0px !important;
}

tr.ordersec-click {
    cursor: pointer;
}

    tr.ordersec-click:hover td {
        background-color: #e4e3e3;
    }

.slideinfo-orders.active {
    width: 800px;
    transition: width 0.3s ease;
}

.slideorder-create {
    width: 0;
    position: fixed;
    right: 0;
    top: 0;
    background-color: #fff;
    z-index: 9;
    height: 100vh;
    transition: width 0.3s ease;
}

    .slideorder-create .orderslide-views {
        border: 0;
        padding: 0;
        background-color: #f8fafd;
        border-radius: 0;
    }

.orderslide-views .group-control input.form-control {
    width: 100%;
    border: 1px solid #CCD4E4;
    border-radius: 4px;
    font-size: 14px;
    height: 44px;
}

.orderslide-views .group-control select.form-control {
    width: 100%;
    border: 1px solid #CCD4E4;
    border-radius: 4px;
    font-size: 14px;
    height: 44px;
}

.orderslide-views .group-control textarea.form-control {
    width: 100%;
    border: 1px solid #CCD4E4;
    border-radius: 4px;
    font-size: 14px;
}

.slideorder-create .orderslide-views .group-control {
    margin-bottom: 15px;
}

button.btn.adding-items {
    font-size: 14px;
    padding: 0;
    margin: 0;
    color: #0f40b3;
    text-decoration: underline;
    border: 0;
}

.slideorder-create .slideinfo-content {
    padding: 15px 0;
}

    .slideorder-create .slideinfo-content h5 {
        margin-bottom: 15px;
    }

.attach-profile {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #dae8ef;
    padding: 15px;
    border-radius: 4px;
    border: 1px dashed #CCD4E4;
}

.leftupload {
    width: 52%;
}

.rightupload {
    width: 48%;
}

.orderslide-views .group-control .rightupload p {
    color: #000;
    padding: 12px 0 12px 15px;
    font-size: 13px;
}

.orderslide-views .group-control .leftupload p {
    width: 100%;
    position: relative;
    background-color: #fff;
    padding: 12px;
    margin: 0;
    cursor: pointer;
    border-radius: 4px;
    font-size: 13px;
    color: #141414;
}

    .orderslide-views .group-control .leftupload p input {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }

    .orderslide-views .group-control .leftupload p img {
        width: 18px;
        position: relative;
        top: -1px;
    }

.slideorder-create .orderslide-table h5 {
    margin-bottom: 10px;
}

.slideorder-create .orderslide-table table {
    margin-bottom: 20px;
}

.circleopt {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #CACCD3;
    color: #525E6D;
    border: 1px solid #CACCD3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    position: relative;
    z-index: 9;
    text-align: center;
    margin: 0 auto;
}

.liststep.active .circleopt {
    border: 1px solid #002d6d;
    background-color: #fff;
}

.liststep.active h4 {
    color: #002d6d;
}

.listpro-stage {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
}

.liststep h4 {
    margin: 0;
    font-size: 15px;
    text-align: center;
    color: #7c7c7c;
    width: 100%;
    padding: 6px 0;
}

.slideorder-create.active {
    width: 800px;
}

.liststep {
    width: 20%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.line {
    border: 1px solid #CACCD3;
    width: 100%;
    position: absolute;
    left: -79px;
    top: 18px;
    z-index: 1;
}

.slidemain-parts {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* background-color: #f8fafd;
    max-height: calc(100vh - 133px);
    overflow: auto; */
}

.progress-steps {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.slidemain-parts .slideinfo-content {
    max-height: unset;
    overflow: unset;
}

tr.jobsec-click:hover td {
    background-color: #e4e3e3;
    cursor: pointer;
}

.modal.right-create.fade.show .modal-dialog {
    right: 0;
}

.modal.right-create.fade .modal-dialog {
    right: -800px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right-create .modal-dialog {
    position: fixed;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    width: 800px;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
    height: 100vh;
    margin-right: 0;
}

.modal-content {
    border-radius: 0px;
    height: 100%;
    background-color: #fff !important;
    border: 0;
}

.modal.right .modal-content {
    overflow-y: auto;
}

body.modal-open {
    padding-right: 0 !important;
}

.modal-header {
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #CCD4E4;
}

h4.modal-title {
    font-size: 18px;
    margin: 0;
    color: #141414;
    font-weight: normal !important;
}

.modal-header .btn-close {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 13px;
}

.modal.right-create .modal-body {
    background-color: #f8fafd;
    padding: 15px;
}

.modal-footer {
    padding: 20px 15px !important;
    border: 0;
}

#jobinfoView .orderslide-views .group-control {
    margin-bottom: 18px;
}

.slidemain-parts li.nav-item {
    width: 20%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.slidemain-parts ul.nav.nav-tabs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: 0;
    padding: 5px 0 30px;
    margin: 0
}

.slidemain-parts li.nav-item a.nav-link {
    width: 100%;
    text-align: center;
    display: inline-block;
    border: 0;
    padding: 0;
    background-color: transparent;
}

    .slidemain-parts li.nav-item a.nav-link h4 {
        margin: 0;
        font-size: 15px;
        text-align: center;
        color: #525E6D;
        width: 100%;
        padding: 8px 0
    }

    .slidemain-parts li.nav-item a.nav-link:hover .line {
        z-index: 1;
    }

.slideinfo-content.jocrsty .orderslide-views {
    border: 0;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
}

li.nav-item.stlist1 a.nav-link.active.disabled .circleopt {
    border: 1px solid #002678;
    background-color: #fff;
}

.slideinfo-content h5 {
    margin-bottom: 18px;
}

li.nav-item.stlist1 a.nav-link.active.disabled h4 {
    color: #002678;
}

.modal.right-medium.fade.show .modal-dialog {
    right: 0;
}

.modal.right-medium.fade .modal-dialog {
    right: -460px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right-medium .modal-dialog {
    position: fixed;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    width: 460px;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
    height: 100vh;
    margin-right: 0;
}

.modal.medium .modal-content {
    overflow-y: auto;
}

.modal-body {
    padding: 15px;
    background-color: #f8fafd;
    overflow: auto;
}

.cutomize-colms {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .cutomize-colms ul {
        width: 100%;
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        border: 1px solid #CCD4E4;
    }

        .cutomize-colms ul li {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            padding: 12px 15px;
            border-bottom: 1px solid #CCD4E4;
            background-color: #fff;
        }

            .cutomize-colms ul li p {
                width: 100%;
                margin: 0;
                padding: 0;
                font-size: 14px;
            }

    .cutomize-colms .jobordercheck {
        background-color: #fff;
    }

        .cutomize-colms .jobordercheck:checked {
            background-color: #0F40B3;
            border-color: #0F40B3;
        }

span.movingrgt {
    float: right;
}

    span.movingrgt img {
        width: 18px;
        position: relative;
        top: -2px;
    }

.cutomize-colms ul li:last-child {
    border-bottom: 0;
}

table#orderviewTable td {
    background-color: #fff;
}

button.btn.orderbtn-cancel.jobst-back {
    display: none;
}

button.btn.orderbtn-edit.jobst-submit {
    display: none;
}

.moving-steps button.btn.orderbtn-cancel.jobst-back, .moving-steps button.btn.orderbtn-edit.jobst-submit {
    display: inline-block;
}

.moving-steps button.btn.orderbtn-cancel.jobst-cancel,
.moving-steps button.btn.orderbtn-edit.jobst-next {
    display: none;
}

li.nav-item.stlist2 a.nav-link.active .circleopt {
    border: 1px solid #002d6d;
    background-color: #fff;
    color: #002d6d;
}

li.nav-item.stlist2 a.nav-link.active h4 {
    color: #002d6d;
}

li.nav-item.stlist2 a.nav-link.active .line {
    border: 1px dashed #002d6d;
}

.moving-steps li.nav-item.stlist1 a.nav-link.disabled .circleopt {
    border: 1px solid #002d6d;
    background-color: #002d6d;
    color: #fff;
}

.moving-steps li.nav-item.stlist1 a.nav-link.disabled h4 {
    color: #002d6d;
}

button.btn.orderst-backone, button.btn.orderst-backtwo,
button.btn.orderst-nexttwo, button.btn.orderst-submit {
    display: none;
}

.ordermove-one button.btn.orderst-backone, .ordermove-one button.btn.orderst-nexttwo {
    display: inline-block;
}

.ordermove-one button.btn.orderst-cancel, .ordermove-one button.btn.orderst-nextone {
    display: none;
}

.ordermove-two button.btn.orderst-cancel, .ordermove-two button.btn.orderst-nexttwo,
.ordermove-two button.btn.orderst-nextone {
    display: none;
}

.ordermove-two button.btn.orderst-backtwo, .ordermove-two button.btn.orderst-submit {
    display: inline-block;
}

.ordermove-one li.nav-item.stlist1 a.nav-link.disabled .circleopt {
    border: 1px solid #002d6d;
    background-color: #002d6d;
    color: #fff;
}

.ordermove-one li.nav-item.stlist1 a.nav-link.disabled h4 {
    color: #002d6d;
}

li.nav-item.stlist2 a.nav-link.active .line {
    border: 1px dashed #002d6d;
}

.ordermove-two li.nav-item.stlist2 a.nav-link.disabled .circleopt,
.ordermove-two li.nav-item.stlist1 a.nav-link.disabled .circleopt {
    border: 1px solid #002d6d;
    background-color: #002d6d;
    color: #fff;
}

.ordermove-two li.nav-item.stlist3 a.nav-link.disabled .circleopt {
    background-color: #fff;
    color: #002d6d;
}

.ordermove-two li.nav-item.stlist2 a.nav-link.disabled h4,
.ordermove-two li.nav-item.stlist1 a.nav-link.disabled h4,
.ordermove-two li.nav-item.stlist1 a.nav-link.disabled h4 {
    color: #002d6d;
}

.ordermove-two li.nav-item.stlist2 a.nav-link.disabled .line,
.ordermove-two li.nav-item.stlist3 a.nav-link.disabled .line {
    border: 1px dashed #002d6d;
}

.adding-members {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .adding-members .group-control {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

        .adding-members .group-control label {
            width: 100%;
            font-size: 14px;
            color: #141414;
            padding: 0 0 3px;
            font-weight: normal !important
        }

        .adding-members .group-control input.form-control {
            width: 100%;
            border: 1px solid #CCD4E4;
            border-radius: 4px;
            font-size: 14px;
            height: 44px;
            color: #141414;
        }

        .adding-members .group-control select.form-control {
            width: 100%;
            border: 1px solid #CCD4E4;
            border-radius: 4px;
            font-size: 14px;
            height: 44px;
            color: #141414;
            background-position: 98%
        }

.modal.right-preference.fade.show .modal-dialog {
    right: 0;
}

.modal.right-preference.fade .modal-dialog {
    right: -520px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right-preference .modal-dialog {
    position: fixed;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    width: 520px;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
    height: 100vh;
    margin-right: 0;
}
/* .assitem-top .jobordercheck {
    background-color: #fff;
}
.assitem-top .jobordercheck:checked {
    background-color: #fff;
    border-color: #002855;
} */
.btn-close:focus {
    box-shadow: 0px 0px transparent !important;
}

.modal.right-notification.fade.show .modal-dialog {
    right: 0;
}

.modal.right-notification.fade .modal-dialog {
    right: -450px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right-notification .modal-dialog {
    position: fixed;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    width: 450px;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
    height: 100vh;
    margin-right: 0;
}

.right-notification .modal-body {
    background-color: #fff;
}

#assetsGrid.table-strus th {
    background-color: #002856;
    font-size: 13px;
    color: #fff;
}

button.btn.addcart-funs {
    border: 1px solid #525e6d;
    padding: 6px 15px;
    color: #525E6D;
    text-decoration: none;
    min-width: 120px;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    margin-right: 10px;
}

    button.btn.addcart-funs:hover {
        background-color: #525e6d;
        color: #fff;
    }

button.btn.download-funs {
    border: 1px solid #004C97;
    background-color: #0F40B3;
    padding: 6px 15px;
    color: #fff;
    text-decoration: none;
    min-width: 120px;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
}

    button.btn.download-funs:hover {
        background-color: #002855;
        border: 1px solid #002855;
    }

.proof-views {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.proofpic {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 18px;
    border: 1px solid #CCD4E4;
    border-radius: 4px;
    background-color: #fff;
}

    .proofpic img {
        width: 100%;
        object-fit: cover;
        border-radius: 4px;
    }

tr.proofsec-click:hover td {
    background-color: #e4e3e3;
    cursor: pointer;
}

.proof-views h6 {
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 15px 0;
    margin: 0;
    color: #7c7a7a;
}

.proof-listout {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .proof-listout .group-control {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 18px;
    }

        .proof-listout .group-control label {
            width: 100%;
            font-size: 14px;
            color: #141414;
            padding: 0 0 4px;
        }

        .proof-listout .group-control p {
            width: 100%;
            font-size: 14px;
            margin: 0;
        }

.slide-right button.btn.orderbtn-cancel {
    margin-right: 10px;
}

.gridview-listview {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .gridview-listview .tab-content {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

ul.nav.nav-tabs.grid-list {
    border: 1px solid #CCD4E4;
    background-color: #fff;
    border-radius: 4px;
    display: inline-block;
}

    ul.nav.nav-tabs.grid-list li.nav-item {
        display: inline-block;
    }

        ul.nav.nav-tabs.grid-list li.nav-item a {
            padding: 7px 12px;
            filter: grayscale(100%);
            opacity: 0.5;
            border: 0;
            border-radius: 0;
        }

            ul.nav.nav-tabs.grid-list li.nav-item a:hover {
                background-color: #CCD4E4;
            }

            ul.nav.nav-tabs.grid-list li.nav-item a.active {
                filter: grayscale(0);
                opacity: 1;
            }

            ul.nav.nav-tabs.grid-list li.nav-item a:focus {
                border: 0;
                border-radius: 0;
            }

            ul.nav.nav-tabs.grid-list li.nav-item a.active {
                background-color: transparent;
                border-radius: 0;
                border: 0;
            }

            ul.nav.nav-tabs.grid-list li.nav-item a img {
                width: 20px;
            }

.modal.right-asset.fade.show .modal-dialog {
    right: 30px;
}

.modal.right-asset.fade .modal-dialog {
    right: -500px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right-asset .modal-dialog {
    position: fixed;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    width: 500px;
    max-width: 100%;
    margin: 110px 0 0 0;
    border-radius: 0;
    margin-right: 0;
}

.right-asset .modal-body {
    background-color: #fff;
}

.right-asset .proofpic img {
    width: 100%;
    object-fit: contain;
    border-radius: 4px;
    height: 156px;
}

.right-asset .modal-header {
    border-bottom: 0;
}

.right-asset .modal-body {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.assets-ranges {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 0 0;
}

    .assets-ranges ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        margin: 0;
    }

        .assets-ranges ul li {
            width: 100%;
            list-style: none;
            padding: 0 0 8px;
            font-size: 14px;
            color: #000;
        }

table#assetsGrid {
    margin-bottom: 15px;
}

select.form-control {
    background-image: url('../images/dropdown-arrow.svg');
    background-repeat: no-repeat;
    background-position: right;
}

table.dataTable thead > tr > th.dt-ordering-asc, table.dataTable thead > tr > th.dt-ordering-desc, table.dataTable thead > tr > td.dt-orderable-asc, table.dataTable thead > tr > td.dt-orderable-desc, table.dataTable thead > tr > td.dt-ordering-asc, table.dataTable thead > tr > td.dt-ordering-desc {
    position: relative;
    padding-right: 20px !important;
}

span.dt-column-order {
    right: 5px !important;
}

.assitem-top .jobordercheck {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background-color: #fff;
}

    .assitem-top .jobordercheck:checked::before {
        content: '\2713';
        font-size: 15px;
    }

    .assitem-top .jobordercheck:checked {
        background-color: #0F40B3;
        border-color: #0F40B3;
    }

table.table-strus.dataTable > tbody > tr > th {
    padding: 12px 10px !important;
}

table.dataTable > thead > tr > th {
    padding: 12px 10px !important;
}

table#fullorderTable.table-strus.dataTable > tbody > tr > td {
    vertical-align: text-top;
}

.col-loginwid {
    width: 38%;
    padding: 0 15px;
}

.rightinfo-arc {
    padding: 12px 0;
}

img.arrowlvl {
    width: 18px;
    margin-left: 4px;
}

.orderslide-views h6 {
    font-size: 16px;
    color: #141414;
}

.modal table.table-strus.dataTable > tbody > tr > td {
    background-color: #fff;
    vertical-align: top;
}

.cutomize-colms .jobordercheck {
    margin: 0 12px 0 0;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after, table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after, table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before, table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
    opacity: .195 !important;
    line-height: 8px !important;
    font-size: .6em !important;
}

p.login-or {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 15px 0 5px;
}

span.select2.select2-container.select2-container--bootstrap-5 {
    width: 100%;
    display: block;
}

.loginbg {
    background-image: url(../images/loginbg.png);
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
}

.admin-login .btn-pri-custom {
    border-radius: 5px;
    background: #00AEEF !important;
    height: 44px;
    display: block;
    width: 100%;
    border-color: #00AEEF !important;
    font-size: 14px;
    font-weight: 600;
}

.admin-login .btn-sec-custom {
    border-radius: 5px;
    background: #FFF !important;
    height: 44px;
    display: inline-block;
    width: 49%;
    border-color: #00AEEF !important;
    font-size: 13px;
    color: #00AEEF !important;
    font-weight: 600;
}

    .admin-login .btn-sec-custom:hover {
        background: #00AEEF !important;
        border-color: #00AEEF !important;
        color: #FFF !important;
    }

.login-wrapper {
    width: 33%;
    height: 90vh;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 5px;
    border: 1px solid #E3E3E3;
    background: #FFF;
    box-shadow: 0px 2px 15px 4px rgba(0, 0, 0, 0.10);
    padding: 20px;
}

.login-content .logoimg {
    margin: auto;
    display: block;
}

.login-content h5 {
    font-size: 21px;
    color: #005B94;
    font-weight: 600;
    margin: 10px 0px;
}

.rrdlogoimg {
    width: 45px;
    margin-top: -10px;
}

.loginform .form-control {
    border-radius: 4px;
    border: 1px solid #E3E3E3;
    background: #FFF;
    font-size: 14px;
    color: #535353;
    height: 40px;
}

.loginform .form-group {
    margin-bottom: 10px;
}

.loginform label {
    font-size: 14px;
    color: #535353;
    margin-bottom: 5px;
}

    .loginform label.required:after {
        content: "*";
        position: absolute;
        color: red;
        margin-left: 3px;
        margin-top: -2px;
    }

.error-msg {
    color: red;
}
/*.forgottext {
    color: #00AEEF;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}*/

.forgottext {
    font-size: 0.875rem;
    color: #0F40B3;
    text-decoration: underline;
}

.d-none {
    display: none;
}

.collapse {
    visibility: visible !important;
}

div#create-form-order {
    width: 70% !important;
    right: 0px !important;
}

.formtest {
    width: 70% !important;
    right: 0px !important;
}

div#view-order-drawer {
    right: 0px !important;
}

/* Fix for filter row alignment */
.k-grid-header th {
    text-align: left !important;
}

    /* Ensure filters are properly aligned */

    /*This css affecting other table header Checkboxes*/
    /*.k-grid-header th input {
        width: fit-content;
    }*/
    

/* Fix for X marks appearing improperly */
.k-grid td {
    text-align: center;
    vertical-align: middle;
}

/* Fix for action buttons alignment */
.k-command-cell {
    text-align: center !important;
}

.k-filtercell {
    padding: 5px;
}

    .k-filtercell > span {
        display: flex;
        align-items: center;
    }


.d-none {
    display: none;
}

.collapse {
    visibility: visible !important;
}

div#create-form-order {
    width: 70% !important;
    right: 0px !important;
}

.formtest {
    width: 70% !important;
    right: 0px !important;
}

div#view-order-drawer {
    right: 0px !important;
}

.formcheck {
    right: 600px !important;
}

.cpyform {
    right: 0px !important;
}

.formio-component-submit, .btn-wizard-nav-submit {
    display: none;
}
/*div#create-new-order {
    right: 600px !important;
}*/


.text-right {
    text-align: right;
}

.forgottext {
    font-size: 0.875rem;
    color: #0F40B3;
    text-decoration: underline;
}

.internal-login-error {
    font-size: 0.875rem;
    color: #F00;
}

#date-time-preference-drawer {
    position: fixed;
    right: 0px !important;
    z-index; 50 !important;
}

/*.card-roaster-confirm {
    position: fixed;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(100%, 0, 0);
    width: 100%;
    max-width: 520px;
    margin: 0;
    border-radius: 0;
    height: 100%;
    margin-right: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    transform: translate3d(0%, 0, 0);
}*/

.modal-content {
    border-radius: 0px;
    height: 100%;
    background-color: #fff !important;
    border: 0;
    max-width: none;
}

.modal.right .modal-content {
    overflow-y: auto;
}

body.modal-open {
    padding-right: 0 !important;
}

.modal-header {
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #CCD4E4;
}

.modal-dialog {
    right: 0;
}

h4.modal-title {
    font-size: 18px;
    margin: 0;
    color: #141414;
    font-weight: 500;
}

.modal-header .btn-close {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 13px;
}

.modal-body {
    padding: 15px;
    background-color: #f8fafd;
    overflow: auto;
}

.adding-members {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .adding-members .group-control {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

        .adding-members .group-control label {
            width: 100%;
            font-size: 13px;
            color: #141414;
            padding: 0 0 3px;
            font-weight: 500;
            margin-bottom: 6px;
            display: inline-flex;
        }

        .adding-members .group-control input.form-control {
            width: 100%;
            border: 1px solid #CCD4E4;
            border-radius: 4px;
            font-size: 14px;
            height: 44px;
            color: #141414;
        }

        .adding-members .group-control select.form-control {
            width: 100%;
            border: 1px solid #CCD4E4;
            border-radius: 4px;
            font-size: 14px;
            height: 44px;
            color: #141414;
            background-position: 98%
        }

.modal-footer {
    padding: 20px 15px !important;
    border: 0;
}

.slide-footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.slide-right button.btn.orderbtn-cancel {
    margin-right: 10px;
}

button.btn.orderbtn-cancel {
    border: 1px solid #525E6D;
    background-color: #fff;
    color: #525E6D;
    border-radius: 4px;
    font-size: 14px;
    min-width: 140px;
    padding: 9px 10px;
    font-family: 'Inter-SemiBold', sans-serif;
}

span.slide-right {
    margin-left: auto;
}

button.btn.orderbtn-edit {
    border: 1px solid #0F40B3;
    background-color: #0F40B3;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    min-width: 140px;
    padding: 9px 10px;
    font-family: 'Inter-SemiBold', sans-serif;
}

    button.btn.orderbtn-edit:hover {
        background-color: #002855;
        border: 1px solid #002855;
    }

button.btn.orderbtn-cancel:hover {
    border: 1px solid #0f40b3;
    background-color: #0f40b3;
    color: #fff;
}

.col-md-6 {
    padding: 0 15px;
}

p.error-msg {
    width: 100%;
    margin: 0;
    font-size: 12.5px;
    color: red;
}

.error-msg {
    color: red;
    text-align: left !important;
}

.modal-backdrop {
    display: none !important;
    background: transparent !important;
}

.editfrm {
    margin-left: 17px;
}

.btn-wizard-nav-cancel, .btn-wizard-nav-submit {
    display: none !important;
}

.btnsavecrt {
    padding: 0px !important;
    z-index: 1;
}

.error-text {
    padding-top: .5rem;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}
/* Asset */
.assets-card-container .assets-card .assets-checkbox {
    text-align: left;
}

.stepper-btn-container {
    margin-top: 0 !important;
    padding: 16px;
}

.stepper-form {
    display: grid;
}

.stepper-content {
    height: calc(100vh - 316px);
    overflow: auto;
    padding-inline: 12px;
}

.job-form-btn {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 1.8rem;
}

    .job-form-btn img{
        width: 20px;
        height: 20px;
        object-fit: contain;
    }

    .job-form .job-config-form-io {
        grid-column: span 2 / span 2;
    }

    .order-list .dropdown-group {
        display: flex;
        width: 100%;
        align-items: center;
        gap: 1rem;
    }

        .order-list .dropdown-group + .dropdown-group {
            margin-top: 1rem;
        }

.job-form .input-form:nth-child(3) {
    grid-column: span 2 / span 2;
}

.order-details-item-container .order-details-card h3 {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: #0F1D2A;
}

.order-details-item-container .order-details-card+.order-details-card{
    margin-top: 1rem;
}

.roaster-overlay {
    z-index: 999 !important;
}

.card-roaster-confirm,
.card-roaster-delete,
.card-roaster-success {
    z-index: 1000 !important;
}

.roaster-overlay {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

    .roaster-overlay.active {
        opacity: 1;
        visibility: visible;
    }

.job-details-container .job-details-card h3 {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: #0F1D2A;
}

.job-details-container .job-details-card + .job-details-card {
    margin-top: 1rem;
}

#Jobs-grid .k-grid-content-locked .k-grid-table colgroup col,
#Jobs-grid .k-grid-header-locked .k-grid-header-table colgroup col {
    width: 99px !important;
}
.asset-card-list-container .assets-card-container .k-tilelayout-item .k-tilelayout-item-body {
    padding: 0 !important;
    border: none !important;
}

.assets-card-container.k-tilelayout {
    padding: 0 !important;
    gap: 16px !important;
}

.asset-card-list-container {
    height: auto !important;
    max-height: auto !important;
    overflow: inherit !important;
}
/* Asset */
.form-radio {
    border: none !important;
    display: inline !important;
}

 
#task-section-grid .k-grid .k-grid-container .k-grid-table .k-table-tbody .k-table-row {
    height: 50px !important;
}

/*Stepper form Styles */
.formio-stepper-form {
    position: relative;
    height: calc(100vh - 268px);
}

#formioorder {
    height: calc(100vh - 346px);
}

.stepper-formio-main {
    height: auto;
}

    .stepper {
        margin-top: 1rem;
        margin-bottom: 0.8rem;
    }

.formio-form .form-group {
    margin-bottom: 0.5rem;
}

.stepper-btn-container {
    padding: 16px 0 0;
}

#create-new-order .step-content-container,
#create-new-job .step-content-container {
    max-height: calc(100vh - 244px);
    height: 100%;
}

#create-new-job .stepper-content {
    max-height: calc(100vh - 282px);
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;  
}

.formio-component .card-header {
    padding: .5rem 1rem;
}

.stepper .step .step-dot-container .step-dot {
    width: 30px;
    height: 30px;
    font-size: 1rem;
}

.stepper .step p {
    margin-bottom: 0;
}

.formio-component-datagrid .datagrid-table td{
    padding-left: 0 !important;
}

.form-check .form-check-input{
    margin-left: -1.2rem;
}

.formio-stepper-form .form-radio .form-check .form-check-label{
    margin-bottom: 0 !important;
    display: inline;
}


@media only screen and (max-width: 1600px) {
    .formio-stepper-form {
        height: calc(100vh - 248px);
    }

    #formioorder {
        height: calc(100vh - 324px);
    }

}


@media only screen and (max-width: 1440px) {
    .stepper-formio-main .step-content-container {
        height: calc(100vh - 258px);
    }

    #formioorder {
        height: calc(100vh - 316px);
        overflow-x: hidden;  
    }

    .dashboard-content-container{
        overflow-x: hidden;
    }

    #create-new-order .step-content-container,
    #create-new-job .step-content-container{
        max-height: calc(100vh - 238px);
    }

    .formio-stepper-form {
        height: calc(100vh - 238px);
    }
}

.disableCart {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.6;
}

.asset-card-list-container .k-card{
    height: fit-content;
    overflow: unset !important;
    z-index: auto !important;
}

.assets-card-container{
    grid-template-rows: auto;
}

.drawer.half-center.open .drawer-thumbnail-img img{
    height: 10rem !important;
}

.status-main-container {
    width: 100%;
    max-width: 70%;
}

.action-activity-container {
    width: 100%;
    max-width: 30%;
}

.addToAssetCreate:disabled {
    opacity: 0.6;
    pointer-events: none;
    cursor: not-allowed;
}

.formio-error-wrapper,
.formio-warning-wrapper {
    padding: 0 !important;
}
.ck-editor__main .ck-editor__editable ol {
    list-style: decimal;
    margin-left: 20px;
}

.ck-editor__main .ck-editor__editable ul {
    list-style: disc;
    margin-left: 20px;
}

.formio-component-select .choices__input {
    border: none !important;
}

    .formio-component-select .choices__input:hover,
    .formio-component-select .choices__input:active,
    .formio-component-select .choices__input:focus,
    .formio-component-select .choices__input:focus-within {
        border: none !important;
        outline: none !important;
    }

.table-image-grid #asset-grid-list-view .k-grid .k-grid-container .k-grid-table .k-table-tbody .k-table-row {
    height: 55px !important;
}

.table-image-grid #asset-grid-list-view .k-grid.card-view .k-grid-container .k-grid-table .k-table-tbody .k-table-row {
    height: fit-content !important;
}

.card-view .k-table-tbody {
    grid-template-columns: repeat(4, minmax(0px, 1fr)) !important;
}

@media only screen and (max-width: 1200px) {
    .card-view .k-table-tbody {
        grid-template-columns: repeat(3, minmax(0px, 1fr)) !important;
    }
}
.card-view .assets-details h3{
    max-width:70%;
}
.k-pager-refresh {
    display:none !important;
}

.formio-component .col-form-label, .choices.is-disabled .choices__item {
    display: flex !important;
}

.formio-component-multiple :not(.is-invalid) {
    text-align:justify !important;
}

.formio-component-textarea .card-body {
    border: 1px solid #ced4da;
    min-height: calc(3.5em + .75rem + 2px);
    background-color: #f6f7f8 !important;
}

.disableMultiVal,
.disableCart .k-multiselect,
.disableCart .k-picker {
    border: 1px solid #ccd4e4 !important;
    background-color: #f6f7f8 !important;
    color: #495057 !important;
    opacity: inherit !important;
}


#asset-Upload-view.drawer.half-center {
    overflow-y: hidden;
}

#asset-Upload-view.drawer.half-center.open .drawer-content {
    height: calc(100vh - 358px);
}
.disableforView {
    pointer-events: none;
    cursor: not-allowed;
}

.k-list-item-text {
    text-align: left !important;
    word-break: break-word;
}

#asset-grid .k-grid-norecords {
    display: flex;
    height: calc(100vh - 23rem);
    width: 100%;
    max-width: 48rem;
    align-items: center;
    overflow: hidden;
    background-color: transparent !important;
    justify-content: center;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    color: #4b5563;
}

#asset-grid .k-grid-header-table th[data-title="Product"] .custom-sort-icon {
    display: none;
}

#activity-pager .k-pager-info, #recentactivity-pager .k-pager-info {
    display: flex !important;
    font-size: 12px !important;
}

#activity-pager .k-pager-sizes > span:last-child, #recentactivity-pager .k-pager-sizes > span:last-child {
    display: none !important;
}

.recent-activity-text strong {
    font-weight: 700;
    color: #333; /* adjust to match design */
}

/*Notification Styles starts Here */

#notification-header .notification-clear-btn {
    display: block;
    margin-left: auto;
    padding: 20px 20px 0;
}


.notification-activity-container .recent-activity-header {
display: none !important;
}

.notification-activity-container {
    height: 100%;
    overflow: auto;
}

.notification-activity-container .recent-activity-container {
    height: calc(100vh - 180px) !important;
    max-height: 100% !important;
}

    .notification-activity-container .recent-activity-container h4,
    .notification-activity-container .recent-activity-details-container{
        padding-inline: 20px !important;
    }

.notification-activity-container .recent-activity-details-card {
cursor: pointer;
}

    .notification-activity-container #activity-pager {
        margin: 10px 20px 0;
    }


    #notification-header .drawer-content {
        padding: 0;
    }


#dashboard-activity-history-list .k-list-item-text {
    white-space: nowrap;
}

.table-filter-dropdown.k-picker-solid:focus {
    box-shadow: none !important;
}

.table-filter-dropdown.k-picker-solid:focus.k-state-border-down {
   box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08) !important;
 }

 .kendo-dropdown-ui .table-filter-dropdown.k-picker.k-focus.k-state-border-down:focus-within::after {
    transform: rotate(180deg) !important;
  }

.kendo-dropdown-ui .table-filter-dropdown.k-picker:focus-within::after {
    transform: rotate(0deg) !important;
}

#clear-filter img.active {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.bg-info {
    display: none !important;
}

.formio-component-file .file:not(:has(.bg-error)) .bg-info,
.formio-component-file .file:not(:has(.bg-error)) .sr-only:last-child {
    display: none !important;
}
.formio-component-attachments i.fa.fa-remove {
    color: #eb0000;
    margin-left: 8px;
}

.formio-component-attachments .fileName {
    align-items:center;
}

.formio-component-attachments .fileSize {
    justify-content: flex-end;
}

.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
    max-height: 100% !important;
}
.no-data-text {
    caret-color: transparent !important;
}
.mccb-footer {
    background: #fff;
    border-color: #e5e7eb !important;
}
.k-dropdowngrid-popup{
    box-shadow:none !important;
}
.mccb-footer .mccb-view-all-btn {
    border-color: #e5e7eb !important;
}

#order-global-grid .k-table-body .k-table-row .k-table-td,
#gs-query-list .k-table-body .k-table-row .k-table-td {
    cursor: pointer !important;
}

button.btn.btn-sm.btn-secondary.copy-row-btn {
    background-color: #002678 !important;
    border: none !important;
    border-radius: 4px !important;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    position: relative;
}

.copy-row-btn::before {
    content: '\f24d ';
    font: normal normal normal 16px / 1 FontAwesome;
    color: white;
    display: inline-block;
}

.datagrid-table tr[ref="datagrid-items-row"] .col-md-1 {
    display: flex;
    gap: 8px;
    align-items: center;
}

.datagrid-table tr[ref="datagrid-items-row"] td[ref="datagrid-items"] {
    width: 100%;
}

.k-grid-norecords {
    display: flex !important;
    max-width: 67rem;
    align-items: center;
    overflow: hidden;
    background-color: transparent !important;
    justify-content: center;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    color: #4b5563;
}
.card-roaster-failure {
    background-color: #f1c40f !important;
}

    .card-roaster-failure .card-body-content h4 {
        color: #222222 !important;
    }

.card-failure .card-body-content::before {
    content: url(/images/warning-icon_1.svg) !important;
}

.hide-item-Id {
    display: none !important;
}

.account-list-select,
.dashboard-account-select-all {
    display: flex;
    overflow-x: auto;
    align-items: center;
}
.dashboard-account-list-container .account-list-container .account-list-select label,
.dashboard-account-list-container .dashboard-account-select-all label {
    margin-bottom: 0px !important;
    padding-left: 1.3rem !important;
}
.file-danger {
    font-size: 0.875rem;
    color: #dc3545;
}


input[type="file"]#fileUpload::file-selector-button {
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer !important;
    transition: background 0.3s;
}

input[type="file"]#fileUpload:disabled::file-selector-button {
    opacity: 0.5;
    cursor: auto !important;
}