body {
    background-color: #f8f8f8 !important;
    font-size: 16px;
}


/*------------------ Commen Css Start -----------------*/

.pt-10 {
    padding-top: 7em;
}

.bg-theme {
    background-color: var(--themeclr) !important;
}

.bg-secondaryclr {
    background-color: var(--secondaryclr);
}

.btn-bg {
    background-color: var(--themeclr) !important;
    border: 1px solid var(--themeclr) !important;
}

.btn-sec-bg {
    background-color: var(--secondaryclr) !important;
    border: 1px solid var(--secondaryclr) !important;
}

.theme-text {
    color: var(--themeclr) !important;
}

.poss_rel {
    position: relative;
}


/* .form-control {
    height: 40px !important;
    border-radius: 0 !important;
} */

textarea {
    border: 1px solid #e4e7ea;
}


/* button[type="button"].navbar-toggler:nth-child(1) {
    display: none !important;
} */

.input-group-prepend label,
label {
    font-weight: 400;
    color: #3c4b64;
}

.input-group-text {
    background-color: var(--themeclr) !important;
    color: #fff !important;
}

.form-control:active,
.form-control:focus,
textarea:active,
textarea:focus {
    box-shadow: none !important;
    border-color: var(--themeclr) !important;
    outline: none;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn_sm_primary:hover {
    color: var(--themeclr) !important;
    z-index: 1;
    border: 1px solid var(--themeclr);
    outline: none;
}

.btn_sm_primary:focus {
    color: #fff;
    background-color: var(--themeclr);
    outline: none;
}

.btn_sm_primary {
    transform: all ease 0.3s;
    background-color: var(--themeclr);
    color: #fff;
}

.btn_sm_primary:hover::after {
    transform: scale(1);
}

.btn_sm_primary::after {
    content: "";
    background-color: #fff;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    transform-origin: center;
    transition: all 0.2s ease-in 0s;
    transform: scale(0);
    z-index: -1;
    border-radius: 0.25rem;
}

.btn_sm_primary {
    transition: all ease 0.3s;
    padding: 0.375rem 0.75rem;
    text-align: center;
    border-radius: 0.25rem;
    position: relative;
    border: 1px solid var(--themeclr);
    font-size: 0.875rem;
    line-height: 1.5;
    display: inline-block;
    align-items: center;
}

.btn_sm:hover {
    background-color: #fff;
}

.box-shadow {
    box-shadow: 1px 2px 5px #aaa;
}

.btn-primary:focus {
    outline: none;
    box-shadow: none !important;
}

li.breadcrumb-item.active,
li.breadcrumb-item:focus,
.breadcrumb-item span:focus {
    outline: none !important;
}

.sidebar-minimized .sidebar .nav-item:hover>.nav-link .nav-icon {
    color: #fff !important;
}

.sidebar-minimized .sidebar .nav-item:hover>.nav-link {
    background: var(--themeclr) !important;
    color: #fff !important;
}

.sidebar .nav-dropdown.open {
    background: none !important;
}


/*------------------ Commen Css End -----------------*/


/*------------- custom scrollbar ------------*/

.custom_notification {
    max-height: 350px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.custom_notification::-webkit-scrollbar-thumb,
.notification_p tbody::-webkit-scrollbar-thumb,
.notification_p ul::-webkit-scrollbar-thumb {
    background-color: var(--themeclr);
    width: 4px;
    border-radius: 10px;
}

.custom_notification::-webkit-scrollbar,
.notification_p tbody::-webkit-scrollbar,
.notification_p ul::-webkit-scrollbar {
    background-color: #eee;
    width: 4px;
}

.notification_p tbody {
    max-height: 500px;
    overflow-y: auto;
    scrollbar-width: thin;
}


/*------------- custom scrollbar end ------------*/

.alert-danger,
.alert-success {
    padding: 4px !important;
}

.custom-tbl .fa-trash {
    color: #8f9ba6;
    padding: 6px;
}

.custom-tbl .fa-trash:hover {
    color: red;
    cursor: pointer;
}

.custom-tbl .fa-pencil-square-o {
    color: #8f9ba6;
    padding: 6px;
    cursor: pointer;
}

.custom-tbl .fa-truck {
    color: #8f9ba6;
    padding: 6px;
    cursor: pointer;
}

.fa-truck:hover {
    color: royalblue;
}

.custom-popup .swal2-popup {
    width: 380px !important;
}

.custom-popup .swal2-confirm {
    font-size: 1rem !important;
    padding: 7px !important;
}

.custom-popup .swal2-cancel {
    font-size: 1rem !important;
    padding: 7px !important;
}

.custom-popup .swal2-html-container {
    font-size: 0.9em !important;
}

.custom-popup .swal2-title {
    font-size: 1.4em !important;
}

.custom-success .swal2-confirm {
    padding: 0.4em 1.5em;
}

.custom-success .swal2-popup {
    width: 380px !important;
}

.custom-success .swal2-html-container {
    font-size: 1em !important;
}

app-login .app-body,
app-reset-password .app-body {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-height: 100vh;
}

.loginmsg {
    padding-left: 38px;
}

.custom-popup .swal2-styled.swal2-cancel {
    background-color: #aaa !important;
}

.is-invalid-icon span {
    border-color: red;
}

.intl-tel-input {
    width: 100%;
}

.intl-tel-input input {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #5c6873;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e4e7ea;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input#phone:focus {
    outline: none;
}

.dropdown-menu.country-dropdown.show {
    height: 100%;
}

.card {
    height: 100%;
}

.card-main {
    margin-bottom: 10px;
}

fieldset.scheduler-border {
    border: 3px groove #dfe3e8 !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    width: inherit;
    /* Or auto */
    padding: 0 10px;
    /* To give a bit of padding on the left and right */
    border-bottom: none;
    font-size: 1.1rem;
}

.form-control.ng-pristine.ng-invalid.ng-touched {
    background-image: none !important;
    border: 2px solid #dc3545;
}

.form-control.ng-touched.ng-dirty.ng-valid {
    border: 2px solid #e4e7ea !important;
}


/* .form-control:active,
.form-control:focus {
    border-color: #dc3545 !important;
} */

.error-msg {
    color: #a94442;
    font-size: 12px;
}

.input-invalid,
.label-border,
.ng-valid.form-control.input-invalid,
.ng-valid.ng-dirty.ng-touched.form-control.input-invalid {
    border: 2px solid #dc3545 !important;
}


/* ----------------Header Css --------------- */

.login-header {
    height: 90px;
    width: 100%;
    max-width: 300px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto 5px;
}


/*------------- Profile Page ------------------ */

.nav-tabs .nav-link.active {
    color: #fff !important;
    background: var(--themeclr) !important;
    border-color: var(--themeclr) !important;
    border-bottom-color: #fff;
}

.nav-tabs .nav-link {
    background: #fff;
    color: #73818f;
    margin-right: 5px;
}

app-profile .profile_img {
    width: 150px;
    height: 150px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid var(--themeclr);
    position: relative;
}

app-profile .profile_img img {
    width: 100%;
    height: 100% !important;
    border: 3px solid #fff;
    object-fit: cover;
    /*      border-radius: 15px;*/
}

app-profile .upload-btn-wrapper {
    position: absolute;
    overflow: hidden;
    display: inline-block;
    top: 15px;
    right: -15px;
}

app-profile .upload-btn-wrapper i {
    background-color: var(--themeclr);
    border: 1px solid var(--themeclr);
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.4s ease 0s;
    transform: scale(0);
}

.profile_img:hover .upload-btn-wrapper i {
    transform: scale(1);
}

app-profile .upload-btn-wrapper input[type="file"] {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 40px;
    cursor: pointer;
}

app-profile .panel-heading {
    background-color: #f4f4f4;
    padding: 10px 20px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.upload-btn {
    position: static !important;
    overflow: hidden;
    display: inline-block;
}

.upload-btn a {
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    color: #3c4b64;
    pointer-events: visible;
    border: 1px solid #e6e6e6;
    width: 100%;
    justify-content: center;
    border-radius: 0;
}

app-profile .contact_info li {
    font-size: 16px;
    margin-bottom: 16px;
}

app-profile .social_menu a {
    display: flex;
    height: 40px;
    width: 40px;
    border: 1px solid var(--themeclr);
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-right: 15px;
    border-radius: 20px;
    transition: all 0.4s ease 0s;
}

app-profile .social_menu a:hover {
    box-shadow: 1px 2px 5px #aaa;
    background-color: var(--themeclr);
    color: #fff;
    transform: scale(1.1);
}

.card-group .card-body {
    background-color: #fff;
    transition: all 0.3s ease-in 0s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0 15px 5px;
}

.card-group .card-body::after {
    content: "";
    background-color: var(--themeclr);
    position: absolute;
    width: 100%;
    height: 5%;
    bottom: 0;
    left: 0;
    transform-origin: bottom;
    z-index: -1;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
    padding-left: 90px !important;
}

@media only screen and (max-width: 767px) {
    .mt_5 {
        margin-top: 50px;
    }

    .mt_3 {
        margin-top: 30px;
    }

    .mt_2 {
        margin-top: 20px;
    }

    .main .container-fluid {
        padding: 0 15px !important;
        overflow: hidden;
    }

    .nav-tabs .nav-link {
        padding: 10px 13px;
        margin-bottom: 10px;
    }

    app-profile .profile_img {
        width: 110px;
        height: 110px;
    }

    app-profile .upload-btn-wrapper {
        right: 0;
    }

    app-profile .upload-btn-wrapper button {
        padding: 5px 15px;
    }

    .right_col a {
        display: block !important;
    }

    /* button[type="button"].navbar-toggler:nth-child(1) {
        display: block !important;
    } */
    .card-group .card-body::after {
        /* transform: translateY(298px); */
        height: 3%;
    }
}


/* ----------------Custom Upload Btn Css ----------------- */

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile+label {
    max-width: 100%;
    white-space: break-spaces;
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    text-align: center;
}

.no-js .inputfile+label {
    display: none;
}

.inputfile:focus+label,
.inputfile.has-focus+label {
    outline: 1px dotted #e4e7ea;
}


/* style 2 */

.inputfile-2+label {
    border: 1px solid #e4e7ea;
    display: flex;
    justify-content: center;
    max-height: 55px;
    height: 100px;
}

@media screen and (max-width: 50em) {
    .inputfile-6+label strong {
        display: block;
    }
}

.swal2-title {
    font-size: 1.4em !important;
}


/*--------- Custom Loder Css ----------*/

.app-loading {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.app-loading>img {
    position: relative;
    z-index: 9;
}

.app-loading .spinner {
    height: 180px;
    width: 180px;
    animation: rotate 2s linear infinite;
    transform-origin: center center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.app-loading .spinner .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: var(--themeclr);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

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

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

.loader {
    border: 5px solid #f58634;
    border-radius: 50%;
    border-top: 5px solid #c7c7c7;
    width: 50px;
    margin: auto;
    display: none;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

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

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

.emergency_box .mb-4:nth-child(5),
.emergency_box .mb-4:nth-child(6) {
    margin-bottom: 0 !important;
}

.card-group.box-shadow.poss_rel .card-body div.row:last-child {
    margin-bottom: 12px;
}

.read-only {
    background-color: #e4e7ea !important;
}

.ngx-pagination a,
.ngx-pagination button {
    padding: 0 10px;
    outline: 0;
}

.ngx-pagination .pagination-previous a::before,
.ngx-pagination .pagination-previous.disabled::before {
    margin-right: 0 !important;
}

.ngx-pagination .pagination-next a::after,
.ngx-pagination .pagination-next.disabled::after {
    margin-left: 0 !important;
}

app-tank-attribute-setting .attribute_img img {
    height: 80px;
}

label.action-switch {
    margin-bottom: 0rem !important;
}


/* app-associate .table_content .img_preview_div .view_img {
    width: 16%!important;
} */

app-profile .tab-content {
    background-color: #fff !important;
}

.cursor-default {
    cursor: default !important;
}


/* .search-results {
    height: 350px;
    overflow: scroll;
  } */

.notification-results {
    height: 300px;
    overflow: scroll;
}

.table-results {
    height: 200px;
    overflow: scroll;
}

.display-content {
    display: contents;
}

.associate_checkbox .checkbox {
    float: none;
}

.cselect.show-arrow input {
    padding-right: 25px;
    width: 105px;
}

.cselect input::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1;
    /* Firefox */
}

.cselect input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgb(0, 0, 0);
}

.cselect input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgb(0, 0, 0);
}

.cselect input {
    width: 115px !important;
}

.cselect.show-arrow:after {
    transform: rotate(0deg);
    position: absolute;
    content: "";
    right: 14%;
    border: 5px solid #fff;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    top: 10px;
}

app-clients-refill-order .cselect.select-value ul {
    width: 100%;
}

tr>a.view_link {
    width: 65%;
}

.date-picker {
    position: relative;
}

.date-picker::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 13px;
    pointer-events: none;
    background-image: url("../img/calendar.png");
    width: 26px;
    height: 26px;
    background-size: cover;
    filter: opacity(0.5);
}

.date-picker-input {
    width: 200px !important;
}

@media (max-width: 1200px) {
    .date-picker-input {
        width: 148px !important;
    }
}

.md-drppicker.drops-down-left.ltr.shown.double {
    left: auto !important;
    right: 0 !important;
}

@media (max-width: 767px) {
    tr>a.view_link {
        width: 100% !important;
        height: 62%;
    }
}

@media (max-width: 991px) {
    app-order-payment .order_invice_img {
        margin-left: 0px !important;
    }

    button[type="button"].navbar-toggler:nth-child(1) {
        display: block !important;
    }
}

app-dashboard app-table-layout .table-responsive {
    overflow-x: initial;
}

app-terms-conditions .card-group {
    margin-top: 0;
    padding-top: 20px;
}

app-questions .custom_notification {
    overflow-y: unset;
}

@media (max-width: 991px) {
    app-terms-conditions .card-group .card_box {
        margin-top: 1.5rem;
    }

    app-terms-conditions .card-group .card_box .card_description {
        padding: 0 1.5rem;
    }
}

.cselect.show-arrow.select-value:after {
    transform: rotate(0deg);
    position: absolute;
    content: "" !important;
    right: 7px;
    padding: 0 !important;
    border: 5px solid #000;
    border-right-color: rgb(255, 255, 255);
    border-bottom-color: rgb(255, 255, 255);
    border-left-color: rgb(255, 255, 255);
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    top: 10px;
}

.table_header_title h5.tb_title {
    font-size: 1rem !important;
}

.data_table tr th,
.data_table tbody tr td,
app-table-layout {
    font-size: 12px;
}

.btn_sm_primary {
    font-size: 13px;
}

tabset ul li a span,
tabset button,
tabset p,
.tab-content p,
.table_content p,
.swal2-actions button,
app-roles-permission-setting span,
app-regulator-information p,
app-cylinder-category-setting p,
.list-group-item,
.col-form-label,
.form-control,
.live_order_list p,
app-questions ul li {
    font-size: 13px !important;
    padding-left: 15px !important;
}

.list-group-item {
    color: #3c4b64;
}

tabset .tab_no_record,
tabset h5,
.tab-content h3,
app-roles-permission-setting h3,
.table_content h5,
.live_order_list h5,
app-questions h3,
app-dashboard h4,
app-order-payment h5 {
    font-size: 1rem !important;
}

.swal2-header .swal2-title {
    font-size: 1.125rem !important;
}

app-questions h4 {
    font-size: 0.875rem !important;
}

.swal2-html-container {
    font-size: 0.9375rem !important;
}

.ks-sub-menu .ks-name,
.ks-messenger__info,
app-order-payment h6,
app-order-payment strong {
    font-size: 13px;
}

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

.order_invice_img {
    margin-left: 0 !important;
}

@media (max-width: 1365px) {
    app-dashboard .btn_sm_primary {
        font-size: 12px;
        min-width: 80px;
        padding: 4px 5px;
    }

    app-walk-ins-order a.btn_sm_primary.px-4.d-flex {
        height: 35px;
    }
}

@media (max-width: 1199px) {
    app-dashboard .main .container-fluid {
        padding: 0 10px;
    }

    app-dashboard .data_table tr td {
        padding: 12px;
    }
}

@media (max-width: 991px) {
    app-dashboard .data_table tr td {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    label.action-switch {
        padding-top: 5px;
    }

    section#invoice .col-md-8.pr-5+.col-md-4 {
        margin-top: 30px;
    }

    app-dashboard .main .container-fluid,
    app-table-layout>section {
        overflow: visible !important;
    }

    .cselect {
        width: 110px;
        z-index: 999;
        margin-right: 5px;
    }

    app-walk-ins-order .form-group.d-flex.justify-content-end {
        justify-content: center !important;
    }

    app-walk-ins-order .table_header_title+.right_col {
        flex-wrap: wrap;
    }

    app-walk-ins-order .table_header_title+.right_col app-filter-option {
        width: 108px;
        float: left;
    }

    app-walk-ins-order .table_header_title+.right_col .search_form {
        width: calc(100% - 125px);
        margin-right: 0;
    }

    app-walk-ins-order .table_header_title+.right_col .search_form input.from-control {
        width: calc(100% - 35px);
    }

    app-walk-ins-order .table_header_title+.right_col .search_form button {
        width: 35px;
    }
}

@media (max-width: 480px) {
    #grpBtn {
        margin-top: 14px;
        display: block;
        width: 100%;
    }

    #grpBtn span.float-right {
        float: left !important;
        margin-right: 8px;
        margin-left: 0 !important;
    }
}

.growl.growl-medium {
    opacity: 1;
}

.swal_content a.view_order {
    display: block;
    padding-top: 10px;
}


/* 12 feb 2021 */

@font-face {
    font-family: sfregular;
    src: url(SFUIText-Regular.ttf);
}

@font-face {
    font-family: sfbold;
    src: url(SFUIText-Bold.ttf);
}

body {
    font-family: sfregular !important;
}

app-dashboard ul.info-list li p,
app-dashboard ul.info-list li h4 {
    color: black !important;
    font-size: 13px !important;
}

app-dashboard ul.info-list li {
    padding: 4px 15px !important;
}

app-dashboard ul.info-list li .d-flex>div {
    height: 30px !important;
    width: 30px !important;
}

app-dashboard ul.info-list li .d-flex>div svg {
    width: 1.2em !important;
    color: #f58634;
}

.order-list-block>div {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    background: #fff;
}

.order-list-block>div .block {
    width: 33%;
    padding: 0 15px;
}

.order-list h2 {
    color: var(--themeclr) !important;
    font-size: 16px;
}

@media (max-width: 767px) {
    .order-list-block>div .block:nth-child(1) {
        width: 25%;
    }

    .order-list-block>div .block:nth-child(2) {
        width: 40%;
        padding: 0 5px;
    }

    .order-list-block>div .block:nth-child(3) {
        width: 30%;
    }
}

app-multi-order-view,
app-order-payment-summary {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

app-associate-request .row.row-items {
    padding: 10px !important;
    line-height: 25px;
}

app-associate-request .theme-text {
    padding-top: 5px;
}

.pull-left.cart-services {
    width: 70%;
}

.cart-services li {
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5px 0px 10px 0px;
}

.cart-services li:nth-last-child(2) {
    border-top: 1px solid #000;
}

.cart-services-body {
    border: 1px solid #e5e5e5;
    font-size: 13px !important;
    color: #1c2833c7 !important;
}

.cart-services li span.pull-left {
    width: 70%;
}

.btn_sm_primary.btn-card {
    width: 100%;
    margin-top: 10px;
}

.pac-container.pac-logo {
    z-index: 1111;
}

.modal-cart .checkbox.off-checkbox {
    float: left !important;
}

.modal-cart .btn_sm_primary.btn_sm.btn-otp {
    font-size: 11px !important;
    padding: 8px !important;
}

app-order-payment table.table.table-clear tr {
    padding: 0px 15px;
    margin-bottom: -10px;
}

.multi-order-items {
    text-align: center;
    padding: 8px;
}

.multi-order-items-list {
    width: 100%;
}

.multi-order-items-main {
    overflow-x: auto;
}

.btn_download_primary:hover {
    color: var(--themeclr) !important;
    z-index: 1;
    border: 1px solid var(--themeclr);
    outline: none;
}

.btn_download_primary:focus {
    color: #fff;
    background-color: var(--themeclr);
    outline: none;
}

.btn_download_primary {
    transform: all ease 0.3s;
    background-color: var(--themeclr);
    color: #fff;
}

.btn_download_primary:hover::after {
    transform: scale(1);
}

.btn_download_primary::after {
    content: "";
    background-color: #fff;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    transform-origin: center;
    transition: all 0.2s ease-in 0s;
    transform: scale(0);
    z-index: -1;
    border-radius: 0.25rem;
}

.btn_download_primary {
    transition: all ease 0.3s;
    padding: 0.375rem 0.64rem;
    text-align: center;
    border-radius: 0.25rem;
    position: relative;
    border: 1px solid var(--themeclr);
    /* font-size: 0.875rem; */
    line-height: 1.5;
    display: inline-block;
    align-items: center;
}

@media(max-width: 850px) {
    .btn_download_primary {
        padding: 0.375rem 0.1rem;
    }
}

.d-report {
    z-index: 9;
    cursor: pointer;
}

.row-active {
    background-color: #f2dede !important;
}

.fa.fa-circle.offline {
    color: #c8ced3 !important;
}

.fa.fa-circle.online {
    color: #32c766 !important;
}

.bg-theme {
    background-color: #f58634 !important;
}

.bg-blue {
    background-color: #20a8d8 !important;
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: none;
    background-color: #f58634 !important;
}

.pop-up-checkbox {
    background-color: #fff;
    height: 20px;
    position: absolute;
    width: 20px;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-left: -1.3rem;
}

app-cylinder-stock input.input_quantity {
    width: 100% !important;
    min-width: 82px;
}

@media(min-width:768px) {
    app-cylinder-stock input.input_quantity {
        width: 60% !important;
    }
}

app-cylinder-stock .tab-content {
    border: none !important;
}

.modal-card {
    max-width: 400px !important;
}

app-independent-new-cylinder-request .cart-services li:nth-last-child(2) {
    border-top: none !important;
}

app-approve-independent-cylinder-request .card.card_info,
app-independent-new-cylinder-request .card.card_info,
app-independent-cylinder-request .card.card_info {
    height: auto;
}

.validate-info {
    font-size: 11px;
    font-style: italic;
}

fieldset.scheduler-border {
    border: 1px solid #f58634 !important;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
}

.tab-content-card h4 {
    color: var(--themeclr);
}

@media only screen and (max-width: 767px) {
    form.form_card div.col-md-4.col-sm-12 {
        padding-bottom: 10px;
    }
}

.input-after-icon::after {
    font-family: FontAwesome;
    font-weight: 900;
    content: "";
    -moz-content: "";
    color: var(--themeclr);
    position: absolute;
    padding: 0 5px;
    margin-top: auto;
    bottom: 7px;
    -moz-appearance: none;
    -webkit-appearance: none;
}


/* Outer container */

.tcontainer {
    width: 100%;
    overflow: hidden;
    color: #fff;
}


/* Middle container */

.ticker-wrap {
    width: 100%;
    padding-left: 100%;
    background-color: #fff
}


/* Inner container */

@keyframes ticker {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-700%, 0, 0);
    }
}

.ticker-move {
    display: inline-block;
    white-space: nowrap;
    padding-right: 100%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: ticker;
    animation-duration: 40s;
}

.ticker-move:hover {
    animation-play-state: paused;
}


/* Items */

.ticker-item {
    display: inline-block;
    padding: 0;
    background-color: #3e429d;
    margin-right: 100%;
    font-size: 16px;
}

@media only screen and (max-width: 768px) {
    .ticker-move {
        animation-duration: 17s;
    }

    /* Inner container */
    @keyframes ticker {
        0% {
            transform: translate3d(0, 0, 0);
        }

        100% {
            transform: translate3d(-300%, 0, 0);
        }
    }
}

.view_link.full_length {
    width: 100% !important;
}

app-questions .tab-content {
    border-bottom: none !important;
}

.field-icon {
    float: right;
    font-size: 15px !important;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    color: var(--themeclr);
    padding-right: 5px;
}

.cropper-rotate {
    font-size: 30px !important;
    cursor: pointer;
    color: var(--themeclr);
    padding: 8px;
    text-align: center;
}

.permission_setting h3 {
    font-size: 1rem;
    padding: 5px;
    color: var(--themeclr);
    text-align: center;
}

.toggleSwitch span span {
    display: none;
}

@media (max-width:575px) {
    .toggleSwitch {
        width: 160px !important;
        margin-right: -40px;
    }
}

.toggleSwitch {
    height: 24px;
    position: relative;
    overflow: visible;
    padding: 0;
    cursor: pointer;
    width: 110px;
    margin-bottom: 0;
}

.toggleSwitch * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.toggleSwitch label,
.toggleSwitch>span {
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
}

.toggleSwitch input:focus~a,
.toggleSwitch input:focus+label {
    outline: none;
}

.toggleSwitch label {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
}

.toggleSwitch input {
    position: absolute;
    opacity: 0;
    z-index: 5;
}

.toggleSwitch>span {
    position: absolute;
    left: -50px;
    width: 100%;
    margin: 0;
    height: 100%;
    padding-right: 50px;
    text-align: left;
    white-space: nowrap;
}

.toggleSwitch>span span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: block;
    width: 50%;
    margin-left: 50px;
    text-align: left;
    font-size: 0.9em;
    width: 100%;
    left: 15%;
    top: -1px;
    opacity: 0;
}

.toggleSwitch a {
    position: absolute;
    right: 50%;
    z-index: 4;
    display: block;
    height: 18px;
    top: 1px;
    padding: 0;
    left: 3px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #CCC;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.toggleSwitch>span span:first-of-type {
    color: #000;
    opacity: 1;
    left: 33%;
}

.toggleSwitch>span:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50px;
    top: -2px;
    background-color: #ccc;
    border: 1px solid #ccc;
    border-radius: 30px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.toggleSwitch input:checked~a {
    border-color: #fff;
    left: 80%;
    margin-left: -22px;
    height: 18px;
    top: 1px;
}

.toggleSwitch input:checked~span:before {
    border-color: var(--themeclr);
    box-shadow: inset 0 0 0 30px var(--themeclr);
}

.toggleSwitch input:checked~span span:first-of-type {
    opacity: 0;
}

.toggleSwitch input:checked~span span:last-of-type {
    opacity: 1;
    color: #fff;
}

span.selected-item-container>span.selected-item {
    background: #f58738 !important;
    border: 1px solid #f58738 !important;
    max-width: 100% !important;
    margin-top: 3px !important;
}

/* brand multiselect dropdown css */
.multiselect-item-checkbox>div::before {
    color: #f58738 !important;
    border: 2px solid #f58738 !important;
}

.multiselect-item-checkbox>input:checked+div::before {
    background: #f58738 !important;
}

.multiselect-dropdown>div>.dropdown-btn {
    border: 1px solid #e4e7ea !important;
}

.dropdown-multiselect__caret {
    right: -8px !important;
}

.nira-input {
    position: absolute;
    left: 4px;
    top: 6px;
    color: #f48841;
}