@font-face {
    font-family: "Helvetica";
    src: url(../fonts/Helvetica-Light.ttf) format("truetype"), url(../fonts/helveticaneue-light-webfont.woff) format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: "Helvetica";
    src: url(../fonts/helveticaneue-roman-webfont.woff) format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "Helvetica";
    src: url(../fonts/helveticaneue-bold-webfont.woff) format("truetype");
    font-weight: 600;
}

body {
    font-family: 'Helvetica', sans-serif;
    background-color: #f8f9fa;
    font-size: 14px;
}

.pages__container {
    position: relative;
    transition: 0.5s;
    margin-top: 58px;
    padding: 0 20px;
}

.header {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.05);
    height: 58px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
}




.search {
    margin-bottom: 0 !important;
}
/* ul.pagination {
    display: flex;
    flex-wrap: wrap;
} */
.pages__container h1 {
    margin: 0 !important;
}

form .report_scheduler__container .card-body .row {
    height: 36px;
}

@media screen and (max-width: 425px) {
    /* ul.pagination {
        float: left;
        margin-top: 10px;
    } */
    .pages select {
        margin-top: 10px;
    }
}


.card-body {
    flex: 1 1 auto;
    padding: 28px 28px 28px 13px;
    color: #fff;
}

button.btn.select {
    background-color: #588ff4;
    color: #fff;
    width: auto;
    height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 14px;
}

button.btn.TempSelect {
    background-color: #588ff4;
    color: #fff;
    width: auto;
    height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 14px;
}

.searchh {
    height: 32px;
    border-radius: 3px;
    border: solid 1px #4d89f4;
    background-color: #4d89f4;
    color: #fff;
    font-size: 14px;
}

.searched {
    display: flex;
    align-items: flex-end;
}

@media screen and (max-width: 1024px) {
    .col-md-4, .searched {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 767px) {
    .searched {
        margin-bottom: 0;
    }
}











.dropdown-item:active {
    background-color: #fff;
}

ul#user-dropdown li a i {
    margin-right: 8px;
}

.dropdown-item:hover {
    background-color: #fff;
}

#dropdown-button {
    background-color: #e4eaf0 !important;
}

#user-dropdown {
    background-color: #fff !important;
    box-shadow: 0 0 20px rgb(0 0 0 / 8%);
}

.header__left .display_heading {
    padding-left: calc(175px + 0.75rem);
    transition: 0.5s;
}

.header__right .user__icon {
    background-color: #fafafa;
    height: 36px;
    width: 36px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__right__dropdown {
    right: 0 !important;
    left: auto !important;
    top: calc(38px + 0.5rem) !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    font-size: var(--sa-fontSize);
}

    .header__right__dropdown a {
        padding: 0.5rem 1rem;
    }

        .header__right__dropdown a i {
            padding-right: 5px;
        }

.sidebar {
    position: fixed;
    top: 58px;
    left: 0%;
    width: 240px;
    transition: all 0.5s;
    z-index: 100;
    padding: 51px 0 0 0;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
}

.sidebar__container li span {
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

.sidebar .min_width_toggle {
    width: 80px;
}

.overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 999;
}

body.page-pd .nav-link {
    column-gap: 2rem;
}

.cursor-pointer {
    cursor: pointer;
}

.sidebar__link {
    display: flex;
    grid-template-columns: max-content max-content;
    grid-column-gap: 1rem;
    column-gap: 1rem;
    position: relative;
    color: #4d89f4;
    font-size: 14px;
    border: none;
    align-items: center;
    background: transparent;
    height: 50px;
    transition: 0.5s;
    cursor: pointer;
}

    .sidebar__link a {
        flex: 1;
        height: inherit;
        padding: 15px 0 15px 30px;
    }

.sidebar__link {
    border-left: 4px solid transparent;
}

    .sidebar__link.active {
        border-left: 4px solid #4d89f4;
    }

li.nav-item.sidebar__link img {
    width: 18px;
    min-width: 18px;
}

.overlay {
    display: none;
}

.right_icon {
    position: absolute;
    right: -12px;
    top: 12px;
}

.sidebar__link.active {
    background-color: rgba(77, 137, 244, 0.07);
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: auto;
    right: -11px;
}

.dropdown a::after {
    display: none;
}

.pages__container h1 {
    font-size: 14px;
    margin-top: 28px;
    margin-bottom: 28px;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: #fff;
    color: #000;
    border: none;
}

.table-striped > tbody > tr:nth-of-type(even) > * {
    border: none;
}

.table-striped > thead > tr:nth-of-type(odd) > * {
    border: none;
}

.table {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.03);
    border: solid 1px rgba(218, 222, 226, 0.49);
}

.table-striped tr {
    height: 50px;
    vertical-align: middle;
}

    .table-striped tr td {
        font-size: 13px;
    }


table.dataTable thead .sorting {
    background: url("/assets/images/sort_both.png") no-repeat center right;
}
table.dataTable thead .sorting_asc {
    background: url("/assets/images/sort_asc.png") no-repeat center right;
}

table.dataTable thead .sorting_desc {
    background: url("/assets/images/sort_desc.png") no-repeat center right;
}


 table.dataTable thead .sorting_asc_disabled {
    background: url("/assets/images/sort_asc_disabled.png") no-repeat center right;
}

table.dataTable thead .sorting_desc_disabled {
    background: url("/assets/images/sort_desc_disabled.png") no-repeat center right;
}

span.pending {
    border-radius: 2px;
    background-color: #fff4e6;
    color: #d89f27;
    padding: 4px 12px;
}

img.logo1 {
    width: 87px;
}

label {
    margin-bottom: 5px;
}

button:focus,
input:focus,
select:focus {
    outline: none !important;
    box-shadow: none !important;
}

.dropdown a:hover {
    background-color: #fafafa !important;
}

.dropdown:hover .dropdown-menu {
    /* display: block; */
    top: 100%;
    /* right: -11px; */
}

select {
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin-right: 2rem;
    padding: 1rem;
    padding-right: 2rem;
}

.container-fluid {
    padding: 0 20px;
}

span.delivered {
    border-radius: 2px;
    background-color: #dffae8;
    color: #0aac95;
    padding: 4px 12px;
}

button.btn-close {
    background-color: #fff !important;
}

a {
    text-decoration: none;
}

input::placeholder,
input[type="text"] {
    font-size: 14px;
    font-weight: 300;
}

input {
    height: 32px;
}

.select_option:disabled {
    background-color: #fff;
}

.select_option {
    font-size: 14px;
    border-radius: 4px;
    border: solid 1px rgba(0, 0, 0, 0.22);
    height: 32px !important;
    font-weight: 300;
}

.select_option_Temp:disabled {
    background-color: #fff;
}

.select_option_Temp {
    font-size: 14px;
    border-radius: 4px;
    border: solid 1px rgba(0, 0, 0, 0.22);
    height: 32px !important;
    font-weight: 300;
}

input[type="text"]:disabled {
    background: #f2f4f7;
}

.txt-url {
    position: relative;
}

    .txt-url input[type="text"] {
        height: 54px;
        margin: 8px 0 0;
        padding: 5px 5px 5px 55px;
        border-radius: 4px;
        border: solid 1px rgba(0, 0, 0, 0.22);
        font-size: 14px;
    }

    .txt-url .def-img {
        object-fit: contain;
        position: absolute;
        top: 42px;
        left: 5px;
        margin: 0px;
        border-radius: 4px;
        border: dotted 1px rgba(43, 62, 92, 0.44);
        background-color: #f4f4f4;
        padding: 10px;
        cursor: pointer;
    }

        .txt-url .def-img img {
            width: 20.9px;
            height: 20.9px;
            object-fit: contain;
        }

    .txt-url .def-del {
        object-fit: contain;
        position: absolute;
        float: right;
        top: 52px;
        right: 15px;
        margin: 0px;
        border-radius: 4px;
        background-color: #588ff4;
        cursor: pointer;
    }

        .txt-url .def-del img {
            width: 15px;
            height: 15px;
            object-fit: contain;
            background-color: #588ff4;
            margin: 5px;
        }

        .txt-url .def-del .f-upload {
            opacity: 0;
            width: 25px;
            position: absolute;
            left: 0;
        }

.done-btn {
    height: 41px;
    margin: 42px 0 0 -16px;
}

    .done-btn button {
        padding: 12px 26px !important;
    }

.mt-24 {
    margin-top: 24px;
}

.mt-30 {
    margin-top: 30px;
}

.btn {
    display: flex;
    align-items: center;
}

.map-header {
    position: relative;
}

    .map-header label {
        position: absolute;
        top: 12px;
    }

    .map-header button {
        float: right;
        width: 68px;
        ;
    }

button.btn.btn-primary {
    background-color: #4d89f4 !important;
    padding: 9px 10px;
    border-radius: 3px;
    border: solid 1px #4d89f4;
    font-size: 14px;
}

    button.btn.btn-primary.small {
        height: 32px;
        padding: 9px 12px;
    }

.logo .logo1 {
    width: 109px;
}

.btn:hover {
    background-color: #4d89f4;
}

.btn.dropdown-toggle.btn-light:hover {
    background-color: #fff;
}

.p-22 {
    padding: 22px;
}

.form-control {
    color: #000;
}

.bootstrap-select .dropdown-toggle .filter-option {
    height: auto !important;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark,
bs-ok-default.check-mark {
    color: #4d89f4;
    border: 1px solid #4d89f4;
    padding: 3px 6px;
    margin-left: 10px;
    position: relative;
    font-size: 10px;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
    display: inline-block !important;
    border: 1px solid #4d89f4;
    padding: 3px 6px;
    color: #4d89f4;
    margin-left: 10px;
    top: 5px;
    right: 15px;
    position: relative;
    font-size: 10px;
}

    .bootstrap-select .dropdown-menu li a span.check-mark:after {
        border-style: none;
    }

.bootstrap-select .dropdown-menu li a.dropdown-item.selected span.check-mark:after {
    border-style: solid;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: #fff !important;
}

.btn.dropdown-toggle.bs-placeholder.btn-light:hover {
    background-color: #fff !important;
}

#deleteConfirmation .modal-header {
    font-size: 16px;
    color: #000;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
}

#deleteConfirmation .modal-content {
    width: 371px;
}

#deleteConfirmation .modal-footer .btn {
    margin: 0 0 0 16px;
    padding: 5px 10px;
    border-radius: 3px;
    border: solid 1px #4d89f4;
    width: 64px;
    height: 32px;
    font-size: 14px;
    justify-content: center;
}

    #deleteConfirmation .modal-footer .btn.btn-outline-grey.cancel {
        color: #4d89f4;
    }

        #deleteConfirmation .modal-footer .btn.btn-outline-grey.cancel:hover {
            background: #4d89f4;
            color: #fff;
        }

#deleteConfirmation .modal-header {
    padding-bottom: 12px;
}

#deleteConfirmation .modal-body {
    padding-top: 0;
}

.btn-close {
    opacity: 1;
}

.dataTables_length {
    float: left;
}

.dataTables_filter {
    background: #fff;
    padding: 16px 20px;
}

.dataTables_length .form-select {
    width: auto !important;
}

.page-link:hover,
.page-link:focus {
    color: #000 !important;
    background-color: transparent;
    box-shadow: none;
}

.table-striped tr td,
.table-striped tr th {
    padding: 16px;
}

.search {
    padding: 0.175rem 0.75rem !important;
    background-image: url(../../assets/images/search.png);
    background-repeat: no-repeat;
    background-position: 7px 11px;
    background-size: 13px;
    padding-left: 29px !important;
    width: 246px;
    height: 36px;
    margin-bottom: 17px;
}

ul.pagination {
    --bs-pagination-border-radius: 4px;
    --bs-pagination-border-color: rgba(65, 69, 75, 0.11);
    --bs-pagination-bg: linear-gradient(to bottom, #fff, #ededed);
    --bs-pagination-color: rgba(0, 0, 0, 0.5);
    --bs-pagination-padding-y: 0.175rem;
    border: solid 1px rgba(65, 69, 75, 0.11);
    background-image: linear-gradient(to bottom, #fff, #ededed);
    width: auto;
    float: right;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    color: #000;
    border: none;
    --bs-table-accent-bg: #fff;
}

.table-striped > tbody > tr:nth-of-type(even) > * {
    border: none;
    background-color: #fafafa;
}

.table-striped > thead > tr:nth-of-type(odd) > * {
    border: none;
    background-color: #fafafa;
}

.table {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.03);
    border: solid 1px rgba(218, 222, 226, 0.49);
}

.table-striped tr {
    height: 50px;
    vertical-align: middle;
}

.pages select:focus {
    outline: none;
}

label {
    font-family: Helvetica;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.card {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

._active {
    width: 8px;
    height: 8px;
    margin: 5px 10px 0 0;
    float: left;
    border-radius: 6px;
    background-color: #30d582;
}

._inactive {
    width: 8px;
    height: 8px;
    margin: 5px 10px 0 0;
    float: left;
    opacity: 0.3;
    border-radius: 6px;
    background-color: #000;
}

span.pending {
    border-radius: 2px;
    background-color: #fff4e6;
    color: #d89f27;
    padding: 4px 12px;
}

span.delivered {
    border-radius: 2px;
    background-color: #dffae8;
    color: #0aac95;
    padding: 4px 12px;
}

button.btn.btn-outline-grey.cancel {
    width: 136px;
    height: 42px;
    margin: 0 15px 0 0;
    padding: 13px 46px 13px 47px;
    border-radius: 3px;
    border: solid 1px #4d89f4 !important;
    color: #4d89f4;
    background-color: #f8f9fa !important;
}

button.btn.btn-primary.save {
    width: 136px;
    height: 42px;
    padding: 14px 53px 12px;
    border-radius: 3px;
    border: solid 1px #4d89f4 !important;
    background-color: #4d89f4;
}

.page-header button {
    height: 32px;
    display: flex;
    align-items: center;
}

.page-header, .details-page-header {
    display: flex !important;
    justify-content: space-between;
    margin-top: 28px;
    margin-bottom: 12px;
}

.details-page-header {
    margin-bottom: 28px;
}

@media screen and (min-width:1025px) {
    .pages__container {
        padding-left: 260px;
        padding-right: 20px;
    }

    .min_width_toggle {
        left: 0;
        width: 80px;
    }

    .toogle {
        padding-left: 100px;
    }

    .min_width_toggle .right_icon {
        right: -12px;
    }

    .min_width_toggle .sidebar__container li span {
        opacity: 0;
        transition: opacity 0s ease-in;
    }
}

@media screen and (max-width: 1024px) {
    .sidebar.min_width_toggle {
        left: 0;
        width: 240px;
    }

    .header__right.user.btn-group button {
        background-color: #fafafa !important;
    }

    .col-md-6.mob-24 {
        margin-bottom: 24px;
    }

    .col-md-12.mob-24 {
        margin-bottom: 24px;
    }

    .sidebar {
        top: 0;
        left: -260px;
        z-index: 9999;
        padding: 15px;
    }

    .min_width_toggle .sidebar__container {
        margin-top: 51px;
    }

        .min_width_toggle .sidebar__container .sidebar__link {
            padding: 15px 0 15px 15px;
        }

    .search {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 425px) {

    .p-22 {
        padding: 10px 0;
    }

    .mpr-45 {
        padding-right: 45px;
    }

    .card-body .mt-24 {
        margin-top: 0;
    }
}

.tost-msg {
    display: flex;
    justify-content: flex-end;
}

    .tost-msg .btn-close {
        position: absolute !important;
        top: 0 !important;
        right: 0px !important;
        z-index: 7 !important;
        height: 17px !important;
        width: 17px !important;
        padding: 4px !important;
    }

    .tost-msg .alert {
        top: 7px !important;
    }

.spinner {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
}

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

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

 