﻿body {
    color: black;
}

#loader-wrapper {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 9999;
}

.spiner-example {
    height: 200px;
    padding-top: 250px;
}

.sk-spinner-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: var(--primary-color);
    /*background: linear-gradient(45deg,#16B282,#125C84);*/
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.theme-config {
    top: 140px;
}

.skin-settings .title {
    background: #007bff;
}

/*dropdown no caret*/
.nocaret.dropdown .dropdown-toggle::before {
    display: none;
    content: ''
}

.nocaret.dropdown .dropdown-toggle::after {
    display: none;
    content: ''
}

.wrapper-content {
    padding: 10px 0px 40px !important;
}

.title-action {
    text-align: right;
    padding-top: 15px;
}

/*.inmodal .modal-header {
    padding: 1rem !important;
    text-align: center;
    display: block;
}*/

.mini-navbar .navbar-default .nav > li:hover > a:not(.navbar-minimalize) {
    position: relative;
    /*width: calc(200px + 10px);*/
    background-color: var(--primary-color);
    color: white !important;
    -webkit-transition: none;
    cursor: pointer;
    transition: none;
}

body .sidebar-collapse ul.nav li.toggler {
    justify-content: space-between
}
/*body.mini-navbar .navbar-default .nav:not(.nav-second-level) li:hover a span.nav-label {
    display: none
}*/
body.mini-navbar .navbar-default .nav li:hover a span.label-level-1 {
    display: none
}

body:not(.mini-navbar) .nav-header, body:not(.mini-navbar) .menu-top-border {
    flex-grow: 1;
    position: sticky;
    background: #013465;
    z-index: 2
}

body:not(.mini-navbar) .nav-header {
    top: 0
}

body:not(.mini-navbar) .menu-top-border {
    top: 88px
}

body:not(.mini-navbar) .sidebar-collapse .nav li {
    flex-grow: 1
}

body:not(.mini-navbar) .nav.nav-second-level {
    margin-left: 25px
}

body .sidebar-collapse ul.nav li.toggler a {
    background: transparent !important;
    border-color: transparent
}

    body .sidebar-collapse ul.nav li.toggler a:hover {
        background: transparent;
        color: white;
    }

li.toggler-body-small {
    display: none
}

@media screen and (max-width:768px) {
    li.toggler-body-small {
        display: block
    }
}

body.mini-navbar .sidebar-collapse ul.nav li.toggler {
    justify-content: center
}

body.mini-navbar li a.pointer-event-none {
    padding-left: 20px
}

body.mini-navbar li a.DashboardLink {
    padding-left: 20px;
}

body.mini-navbar .navbar-default .nav li:hover a span {
    display: inline;
    font-size: 13px;
}

.nav.metismenu > li {
    margin: 2px auto;
}


body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav li:hover > .nav-second-level, .mini-navbar .nav li:focus > .nav-second-level {
    display: block;
    border-radius: 0 2px 2px 0;
    min-width: 180px;
    height: auto;
    background: #deeaff;
}


    body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav li:hover > .nav-second-level .hover-only, .mini-navbar .nav li:focus > .nav-second-level .hover-only {
        display: block;
        font-weight: 600;
        font-size: 0.9rem;
        margin-bottom: 0.2rem;
    }


.mini-navbar .nav li:not(.nav-header):not(.menu-top-border) {
    flex-grow: 1
}

.mini-navbar .nav .nav-second-level {
    left: 62px
}

.mini-navbar li.active .nav-second-level {
    left: 45px;
}

.chosen-container-single .chosen-single {
    height: 35px !important;
    border-radius: var(--form-control-radius);
    font-size: 0.9rem;
    padding: 6px 12px;
    line-height: 1.5;
    color: black;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 35px !important;
    user-select: none;
    line-height: 1.5;
    -webkit-user-select: none;
    border-radius: 0 !important;
}

.select2-dropdown {
    border: 1px solid #e7eaec !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #e7eaec !important;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 34px !important;
    user-select: none;
    border-radius: 0;
    -webkit-user-select: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e7eaec !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #007bff !important;
    outline: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 29px;
}

.select2-container--default.select2-container--focus .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #007bff !important;
}

.chosen-container-active .chosen-choices {
    border: 1px solid #007bff;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #e7eaec !important;
    border-radius: 4px;
}
/*.table > tbody > tr > td > a {
    color: #0056b3;
}*/
a {
    color: #0056b3;
}

.table > tbody > tr > td > a:hover {
    text-decoration: underline;
}

.nav > li.active > a {
    color: #ffffff;
}

.page-item.active .page-link {
    /*// background-color: #0e9aef !important;*/
    /* background-color: #007bff !important;
    border-color: #007bff !important;*/
}

.btn-primary {
    color: #fff !important;
    background-color: #007bff;
    border-color: #007bff;
}

.client-link {
    font-weight: 600;
    color: inherit;
}

.form-control:focus, .single-line:focus {
    border-color: #007bff;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background-color: #fff;
    border: 1px solid #007bff;
}

/*Timeline*/
.timeline-icon {
    width: 55px;
    height: 55px;
    z-index: 1
}

.route-timeline {
    padding: 0 30px 20px 30px;
    overflow-x: hidden;
}

    .route-timeline:hover {
        overflow-x: overlay
    }
    /*.route-timeline .stop{margin-left:56px; flex-shrink:0}*/
    /*.route-timeline .stop::after {
        content: '';
        width: 50px;
        background: #dee2e6;
        height: 5px;
        position: absolute;
        right: -50px;
        bottom: 20px
    }*/

    .route-timeline .timeline-card::after {
        content: '';
        width: 53%;
        background: lightgray;
        height: 5px;
        position: absolute;
        right: 0px;
        top: 34px;
        transition: all ease-in 0.30s;
    }


    .route-timeline .timeline-card.visited::after {
        background: green;
    }


    .route-timeline .timeline-card.visited + .timeline-card::before {
        background: green;
        content: '';
        width: 46%;
        transition: all ease-in 0.30s;
        height: 5px;
        position: absolute;
        left: 0px;
        top: 34px
    }


    .route-timeline .timeline-card + .timeline-card::before {
        background: lightgray;
        content: '';
        width: 46%;
        height: 5px;
        position: absolute;
        left: 0px;
        top: 34px
    }

    .route-timeline .timeline-card.last-stop::after {
        display: none
    }


.visited.timeline-card .timeline-icon i.fa {
    color: green !important;
    transition: all ease-in-out 0.30s
}

/*.route-timeline .timeline-icon::before {
        content: '';
        width: 150px;
        background: green;
        height: 5px;
        position: absolute;
        left: -100px;
    }*/
.route-timeline .stop:first-child {
    margin-left: 0px
}

.route-timeline .stop:last-child::after {
    display: none
}


@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-content {
        width: 70%;
    }
}

/*.route-timeline::before{position:absolute; content:''; width:70%; background: purple;height:5px; top:30px; left:72px}*/

@keyframes pulsate {
    0% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1.1)
    }
}


@keyframes color-change {
    0% {
        color: #ffc107;
    }

    50% {
        color: #ffcd38 !important;
    }

    100% {
        color: #ffc107;
    }
}

.pulsate {
    animation: pulsate linear 1.3s infinite
}

.timeline-icon.pulsate i.fa {
    animation: color-change linear 1.3s infinite
}
/*Timeline fin*/
/*.skin-1 .nav-header {
    background-color: #2f4050 !important;
    background-image: url(patterns/header-profile.png);
}*/

.skin-1 .spin-icon {
    background: #007bff !important;
}

.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .open .dropdown-toggle.btn-link {
    color: #007bff;
    text-decoration: none;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #007bff;
    background-image: none;
    color: white;
}

.right-auction {
    margin-right: 0px;
    width: 318px;
    overflow: hidden;
    transition: all 0.30s ease-in-out;
}

.wrapper-content.show .right-auction {
    margin-right: -297px;
}

.details-page-tabs li a.active {
    border: none;
    border-bottom: 3px solid #007bff !important;
}

.table.detailspane-table tr td {
    border-top: none;
}

.font-weight-600 {
    font-weight: 600;
}

.open-small-chat {
    height: 38px;
    width: 38px;
    display: block;
    background: #007bff;
    padding: 9px 8px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}

    .open-small-chat:hover {
        color: white;
        background: #007bff;
    }

.custom-sidebar {
    right: 0;
    top: 0;
    bottom: 0;
    transform: translateX(+120%);
    transition: all 0.3s ease-in;
    width: 320px;
    z-index: 2101;
}

    .custom-sidebar.active {
        transform: translateX(0);
    }

#small-chat {
    position: fixed;
    bottom: 45px;
    right: 50px;
    z-index: 2102;
}

.small-chats-box {
    display: block;
    /* position: fixed; */
    bottom: 20px;
    /* right: 75px; */
    background: #fff;
    /* border: 1px solid #e7eaec; */
    /* width: 250px; */
    height: 320px;
    border-radius: 4px;
}

.details-page-tabs.nav-tabs > li > a {
    text-align: center;
    padding: 15px;
}

.small-chats-box .content {
    padding: 15px 15px;
    height: 460px;
}

    .small-chats-box .content .left {
        text-align: left;
        clear: both;
    }

    .small-chats-box .content > div {
        padding-bottom: 20px;
    }

    .small-chats-box .content .chat-message.active {
        background: #007bff;
        color: #fff;
    }

    .small-chats-box .content .chat-message {
        padding: 5px 10px;
        border-radius: 6px;
        font-size: 11px;
        line-height: 14px;
        max-width: 80%;
        background: #f3f3f4;
        margin-bottom: 10px;
    }

    .small-chats-box .content .right .chat-message {
        float: right;
    }

    .small-chats-box .content .author-name {
        font-weight: bold;
        margin-bottom: 3px;
        font-size: 11px;
    }

    .small-chats-box .content .right {
        text-align: right;
        clear: both;
    }

    .small-chats-box .content .chat-message {
        padding: 5px 10px;
        border-radius: 6px;
        font-size: 11px;
        line-height: 20px;
        max-width: 84%;
        background: #f3f3f4;
        margin-bottom: 10px;
    }

.skin-1 .ibox-title, .skin-1 .ibox-content {
    border-width: 0px !important;
}

.hidden {
    display: none !important;
}
/*.sortable-list {
    padding: 0;
}*/
.order-total > tbody > tr > td:last-child {
    border-bottom: 0px solid #DDDDDD !important;
    text-align: left;
    width: 42%;
}

.order-total > tbody > tr > td {
    border: 0 none;
    padding: 8px 5px;
}
/*.order-total > tbody > tr > td:first-child {
        text-align: right;
    }*/

.order-total > tbody > tr > .grand-total {
    font-size: 14px;
}

.text-para {
    text-overflow: ellipsis;
    overflow: hidden;
    /* width: 325px; */
    /* line-height: 25px; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.agile-list li:hover {
    cursor: pointer;
    background: #FAFAFB;
}

.agile-list li {
    background: #fff;
    padding: 0;
}

.cart-product-imitation {
    height: 100px;
    width: 100px;
    padding-top: 0px;
    background: transparent;
}

    .cart-product-imitation img {
        max-width: 100% !important;
    }

.invoice-table thead > tr > th:last-child, .invoice-table thead > tr > th:nth-child(4), .invoice-table thead > tr > th:nth-child(3), .invoice-table thead > tr > th:nth-child(2) {
    text-align: left !important;
}


.left .left-hide {
    display: none !important
}

.right .right-hide {
    display: none !important
}

.hide {
    display: none;
}

.delete-options {
    position: absolute;
    top: 6px;
    right: 5px;
    display: block;
}

.delete-optionslist {
    position: absolute;
    top: 13px;
    right: 15px;
    display: block;
}

.routedelete-options {
    position: absolute;
    top: 6px;
    right: 5px;
    display: block;
}

.sortable-list.product-list li:hover .delete-options {
    display: block;
}

.btn-outline-danger:hover {
    color: #fff !important;
}

.tabs-container .tabs-addressleft > .nav-tabs {
    float: none;
    margin-right: 19px;
}

    .tabs-container .tabs-addressleft > .nav-tabs > li {
        float: none;
        margin-bottom: -1px;
        width: 100%;
        border: 1px solid #e5e6e7;
        margin-right: 10px;
        position: relative;
    }

.tabs-container .tabs-addressleft .panel-body {
    width: 100%;
    margin-left: 0;
}

.tabs-container .tabs-addressleft > .nav-tabs, .tabs-container .tabs-right > .nav-tabs {
    width: 100%;
}
/*.tabs-container .tabs-addressleft.Add-routetab > .nav-tabss, .tabs-container .tabs-right > .nav-tabss {
    width: 100%;
}*/
.tabs-container .tabs-addressleft.Add-routetab > .nav-tabss, .tabs-container .tabs-right > .nav-tabss {
    width: 100%;
    list-style: none;
}

.tabs-container .tabs-addressleft > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    color: black;
}

.tabs-container .tabs-addressleft:not(.Add-routetab) > .nav-tabss > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    border: 1px solid #e5e6e7;
    color: black;
    padding: 13px;
    margin-bottom: 0px;
    cursor: context-menu;
}

.tabs-addressleft .address_tab.nav-tabs .nav-item.show .nav-link, .address_tab.nav-tabs .nav-link.active {
    color: #007bff !important;
    background-color: #fff !important;
    border-color: #007bff !important;
    border-radius: 0;
}
/*tabs-addressleft .address_tab.nav-tabs .nav-item.show .nav-link, .address_tab.nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #007bff !important;
    border: none !important;
}*/
/*.tabs-addressleft .routes_tab.nav-tabs .nav-link:focus, .address_tab.nav-tabs .nav-link:hover {
    color: #000 !important;
    background-color: #fff;
    border-color: #007bff #007bff #fff !important;
}*/
.tabs-addressleft .address_tab.nav-tabs .nav-link:focus, .address_tab.nav-tabs li :hover:not(.delete-btn, .fa) {
    color: #007bff !important;
    background-color: #fff !important;
    border-color: #007bff #007bff #007bff !important;
}

.tabs-addressleft .address_tab.nav-tabs li :hover .delete-optionslist a {
    color: #dc3545 !important;
    background-color: #fff !important;
    border-color: #dc3545 !important;
}

.tabs-addressleft .address_tab.nav-tabss .nav-link:focus, .address_tab.nav-tabs li a:not(.delete-btn) {
    color: #000 !important;
    /*background-color: #fff;*/
    /*// border-color: #007bff #007bff #fff !important;*/
}

.tabs-addressleft .address_tab.nav-tabss .nav-link:focus, .address_tab.nav-tabs li.active a {
    color: #fff !important;
    /*background-color: #fff;*/
    /*// border-color: #007bff #007bff #fff !important;*/
}
/*.tabs-addressleft .address_tab.nav-tabss .nav-link:focus, .address_tab.nav-tabs li :hover  {
    color: #fff !important;
    background-color: #fff;
    // border-color: #007bff #007bff #fff !important;
}*/

.tabs-addressleft .address_tab li:hover .delete-options {
    display: block;
}

.custom-sidebar {
    right: 0;
    top: 0;
    bottom: 0;
    transform: translateX(+120%);
    transition: all 0.3s ease-in;
    width: 450px;
    z-index: 2103;
}

    .custom-sidebar .align-items-center.d-flex {
    }

    .custom-sidebar.active {
        transform: translateX(0);
    }

.theme-config {
    position: absolute;
    top: 90px;
    right: 0;
    overflow: hidden;
    z-index: 10;
}

.stream-small {
    margin: 20px 0;
}

.bg-secondary {
    background-color: #f5f5f5 !important;
}

.spin-icon {
    top: 27px !important;
}

.vertical-timeline-icon i {
    font-size: 20px !important;
}

.sub-info {
    margin: 0;
    font-size: 0.78rem;
}

.content.filter-form {
    overflow: hidden;
    overflow-y: scroll;
    scrollbar-color: #6c757d white;
    scrollbar-width: thin;
}

    /* .content.filter-form:hover {
        overflow: overlay;
    }*/

    .content.filter-form::-webkit-scrollbar {
        width: 0.3em;
    }

    .content.filter-form::-webkit-scrollbar-thumb {
        background-color: #6c757d;
        outline: 1px solid slategrey;
    }

.deliver-product-imitation > img {
    text-align: center;
    padding-top: 0px;
    height: 100px;
    width: 100px;
    background-color: #f8f8f9;
}

.left-icon i {
    font-size: 15px;
}

.small-chats-box .content .left .delete-chat {
    /*display: none;*/
    /*color: inherit;*/
}

.small-chats-box .content .left :hover .delete-chat {
    display: inline;
}

.small-chats-box .content .right .delete-chat {
    display: none;
    color: inherit;
}

.small-chats-box .content .right:hover .delete-chat {
    display: inline;
}

.no-data h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.hidden_destiny {
    display: none;
}

.fc-event, .fc-agenda .fc-event-time, .fc-event a {
    padding: 4px 6px;
    background-color: #1ab394 !important;
    border-color: #1ab394 !important;
}

.fc-day-grid-event {
    margin: 1px 2px 0;
    padding: 4px 1px !important;
}

.fc-state-active {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #ffffff;
}

.fc-state-default.fc-button {
    background-color: #1ab394 !important;
    border-color: #1ab394 !important;
    color: #ffffff !important;
}

.fc-state-default {
    background-color: #57b495;
    background-image: -moz-linear-gradient(top, #57b495, #57b495);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#57b495), to(#57b495));
    background-image: -webkit-linear-gradient(top, #57b495, #57b495);
    background-image: -o-linear-gradient(top, #57b495, #57b495);
    background-image: linear-gradient(to bottom, #57b495, #57b495) !important;
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/*select.input-validation-error + div {
    border: 1px solid #ed5565 !important;
}*/
select.input-validation-error + div.chosen-container {
    border: 1px solid red !important;
    border-radius: 0.5rem;
}
/*
select:invalid {
    height: 0px !important;
    opacity: 0 !important;
    position: absolute !important;
    display: flex !important;
}*/

.middle-box.login-main {
    max-width: 350px;
    width: auto;
    position: relative;
    top: 50%;
    transform: translateY(-65%);
}

.passwordBox.forgotpass-main {
    max-width: 460px;
    /* margin: 0 auto; */
    padding: 40px 0px 0px 0px;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -15%;
    transform: translate(-50%, -50%);
}

.middle-box h1 {
    font-size: inherit;
}

.passwordBox h1 {
    font-size: inherit;
    text-align: center;
}

.card-profile .card-avatar {
    width: 126px;
    height: 126px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card-profile {
    width: 126px;
    height: 126px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 100%;
    box-shadow: 0 16px 38px -12px rgb(255, 255, 255), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
}


    .card-profile .fileupload.btn {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(33, 33, 33, 0.5);
        border-radius: 0;
        padding: 3px 10px;
        border: none;
    }

.fileupload input.upload {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 20px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: -3px;
    top: -3px;
    padding: 5px;
}

.fileupload.btn .upload-icon i {
    color: #fff;
    font-size: 20px;
    position: relative;
    top: 4px;
}

.profile-content .profile-information {
    border-top: 1px solid rgba(204, 204, 204, 0.35);
    margin: 0px 0 20px 0;
    width: 100%;
    color: #444;
}

    .profile-content .profile-information ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.profile-information ul li {
    list-style: none;
    font-size: 14px;
    margin: 0 0 12px 0;
    line-height: 18px;
    padding-top: 15px;
}

.profile-content .profile-information ul li span.left-data strong {
    float: right;
    font-weight: normal;
    margin-right: 17px;
}

.profile-content .profile-information ul li span.left-data {
    width: 45%;
}

.profile-information ul li span.right-data {
    width: 50%;
    float: right;
}

.orange {
    color: #ffa500;
}

.ck-editor__editable_inline {
    min-height: 200px !important;
}

.w-56 {
    width: 64% !important;
}


/**switch css*/
.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 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: 18px;
        width: 18px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #427bff;
}

input:focus + .slider {
    box-shadow: 0 0 1px #427bff;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.form-control.datepicker {
    padding: 6px 12px !important;
    border-radius: 1px;
}

.dropdown-mega {
    width: 462px;
    padding: 5px 10px;
}

    .dropdown-mega a {
        color: #5e5f60;
        display: inline-block;
        padding: 4px 5px !important;
        min-height: auto !important;
    }

        .dropdown-mega a:hover, .dropdown-mega a:focus {
            color: #427bff;
        }

.img-block {
    width: 120px !important;
    height: 120px !important;
    text-align: center;
}

.upload-sec input {
    display: none
}

.upload-sec a span {
    color: #427bff;
    display: block;
    margin: 2px 0 0 0;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
}

.upload-sec a i {
    color: #427bff;
    font-size: 20px;
    display: block;
}

.upload-sec a {
    position: relative;
    top: 35px;
    display: block;
}

.topround {
    width: 30px !important;
    height: 30px !important;
    padding: 0 !important;
    line-height: 27px;
    /*min-height: auto !important;*/
    text-align: center;
    color: #6c757d;
}

    .topround.btn-outline-secondary:focus {
        box-shadow: none !important;
        color: #fff !important;
        background: #6c757d !important
    }
/*dropdown*/
.dropdown-menu {
    border-radius: 7px;
    padding: 0;
}

td .dropdown-item {
    padding: 0.45rem 0.8rem;
    border-bottom: 1px solid #f1f1f1;
    color: #212529;
    font-size: 0.8rem;
}

td .dropdown-item {
    font-size: 0.8rem;
    color: #4b4b4b;
}

/*.dropdown-menu {*/
/*max-height: 200px !important;*/
/*overflow-y: auto !important;
    overflow-x: hidden;
}*/

.datepicker-dropdown.dropdown-menu {
    max-height: 300px !important;
    overflow: unset !important;
}

.scrollstyle::-webkit-scrollbar {
    width: 5px;
}

.scrollstyle::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.scrollstyle::-webkit-scrollbar-thumb {
    background: #ccc;
}

    .scrollstyle::-webkit-scrollbar-thumb:hover {
        background: #e7eaec;
    }

.center-orientation .vertical-timeline-content {
    width: 45%;
}

.set-activity-height {
    height: calc(100vh - 100px);
    overflow-y: auto
}

.plan-title:after {
    content: "";
    position: absolute;
    background: #427bff;
    width: 37px;
    height: 4px;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.planprice small {
    font-size: 16px;
}

.planbox {
    cursor: pointer;
}

    .planbox.selected::after {
        font-family: "Font Awesome 5 Free";
        content: "\f058";
        color: #1ab394;
        position: absolute;
        right: 15px;
        top: 15px;
        font-size: 20px;
    }

.payment-card {
    position: relative;
    cursor: pointer;
}

.selected-paymentmethod:after {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    color: #1ab394;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 20px;
}

.payment-icon-big {
    font-size: 40px;
    color: #d1dade;
}

.dropright .dropdown-menu {
    left: 130px !important;
}

.planbox.selected {
    cursor: pointer;
    background: #dcffe4 !important;
}

    .planbox.selected .btn-secondary {
        background-color: rgb(47 162 18) !important;
        border-color: rgb(47 162 18) !important;
    }


/*Rewammp Style*/

.table-custom tr th, .table-custom tr th strong {
    color: #a9a9a9;
    font-weight: 500 !important;
    padding: 10px 5px !important;
}

.table-hover tbody tr:hover {
    background-color: #fcfcfc;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #F9F9F9;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.custom-sec .form-control {
    padding: 4px 10px;
}

.custom-sec .btn {
    padding: 4px 10px;
    line-height: 20px;
}

.close {
    opacity: 1;
    padding: 0 !important;
    margin: 0 !important
}

.back-arrow {
    color: #000;
    font-size: 18px;
    top: 2px;
}

.font-14 {
    font-size: 20px;
}

.badge-inverse {
    background-color: #3e495f;
}

.progress {
    height: 10px;
}

.progress-bar {
    background-color: #427bff;
}

    .progress-bar.progress-bar-success {
        background-color: #1ab394;
    }

.contact-info .badge {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    padding: 0;
}

.contact-info .badge-success {
    background-color: #d5feeb;
    color: #73e9c2;
}

.contact-info .badge-warning {
    background-color: #fcf3d5;
    color: #f6d45f;
}

.contact-info .badge-primary {
    background-color: #d5edff;
    color: #57acff;
}

.new-add {
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #eaeaea;
    cursor: pointer;
}

.added {
    background-color: #d5feeb;
}

.new-add h5 {
    font-size: 15px;
}

.new-add .btn-primary {
    background-color: #d5edff;
    border-color: #d5edff;
}

.new-add .btn-success {
    background-color: #73e9c2;
    border-color: #73e9c2;
}

.new-add a {
    background-color: #fff;
    border-color: #eaeaea;
}

.new-add i {
    /*  color: #aeaeae;
    background-color: #efefef;*/
    font-size: 12px;
}


.new-add:hover, .new-add:active, .new-add:focus, .highlighted {
    background-color: #0e9aef;
}

    .new-add:hover h5, .new-add:hover span, .new-add:active h5, .new-add:active span, .new-add:focus h5, .new-add:focus span, .highlighted h5, .highlighted span {
        color: #fff;
    }

    .new-add:hover a, .new-add:active a, .new-add:focus a, .highlighted a {
        background-color: #fff;
        border-color: #fff;
    }

    .new-add:hover i, .new-add:active i, .new-add:focus i, .highlighted i {
        color: #0e9aef;
        /* background-color:#fff;
        font-size:7px;*/
    }

.add-dotted {
    border: 1px dotted #0e9aef;
    height: 60px;
    width: 60px;
    text-align: center;
    font-size: 20px;
}

    .add-dotted:hover {
        background-color: #fff;
    }

        .add-dotted:hover i {
            color: #fff;
            background-color: #0e9aef;
            font-size: 15px;
        }

    .add-dotted i {
        padding-top: 15px;
        font-size: 14px;
        background-color: #fff;
    }

    .add-dotted:hover i {
        color: #fff;
    }

.newadd-btn {
    position: absolute;
    top: 5px;
    right: 11px;
    padding: 0;
    width: 24px;
    height: 24px;
    font-size: 10px;
    text-align: center;
    line-height: 17px;
    border-radius: 50%;
}

.tab-search {
    background-color: #f6f6f6;
    border: none;
    width: 250px;
    position: relative;
}

    .tab-search::after {
        content: "\f002";
        font-family: "Font Awesome 5 Free";
        position: absolute;
        right: 0;
        top: 2px;
    }

.text-primary1 {
    color: #007bff;
}

.table-details td {
    vertical-align: middle !important
}

.custom-contact-card .btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    padding: 2px 5px !important;
    font-size: 10px !important;
}

.badge-success {
    background-color: #5dbe1d;
}

.nav.navbar-right > li > a {
    color: #999c9e;
}

.navbar-top-links li {
    position: relative;
}

    .navbar-top-links li::after {
        content: none;
        width: 1px;
        height: 10px;
        position: absolute;
        right: 0;
        background: #f4f4f5;
        top: 3px;
        height: 44px;
    }

    .navbar-top-links li:last-child::after {
        content: none;
    }

.btn-outline-secondary:hover {
    color: #fff !important;
    background-color: #6c757d;
    border-color: #6c757d;
}

.details-table tr th {
    color: #888888 !important;
    font-size: 13px;
    font-weight: 300;
    border: none !important;
}

.details-table tr td {
    border-top: 0px solid #ccc !important;
    border-bottom: 1px solid #ecebeb;
}

.details-table tr:last-child td {
    border-top: 0px solid #ccc !important;
    border-bottom: 0px solid #ecebeb;
}

table.table.table-week tr td {
    border: none !important;
    text-align: center;
    padding: 5px 3px;
    color: #8c8b8b;
}

    table.table.table-week tr td.active {
        background: #427bff;
        border-radius: 50%;
        color: #fff;
        width: 30px;
    }

.border.week-sec.position-relative {
    padding: 3px 20px;
}

.prev-week {
    position: absolute;
    left: 2px;
    height: 66px;
    background: #e4e7ec;
    width: 15px;
    line-height: 70px;
    text-align: center;
    top: 2px;
    bottom: 2px;
}

.next-week {
    position: absolute;
    right: 2px;
    height: 66px;
    background: #e4e7ec;
    width: 15px;
    line-height: 70px;
    text-align: center;
    top: 2px;
    bottom: 2px;
}

.metismenu li a i {
    width: 25px;
    text-align: center;
}

/**Route Screen*/
.table-route tbody tr td, .table-route thead tr td {
    width: 200px !important;
    white-space: nowrap;
}

.table-route .item {
    position: relative;
    cursor: pointer
}

    .table-route .item p {
        font-size: 12px;
    }


.bg-blue {
    background: #ebedf1 !important
}

.bg-orange {
    background-color: #fff1e1 !important;
}

.content-block {
    position: relative
}

.legendcolor {
    width: 12px;
    height: 12px;
    background: #ccc;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: 1px;
}

.color-processing {
    background: #dbe6ff;
}

.color-completed {
    background: #e7fbe7;
}

.color-pending {
    background: #fdfccf;
}

#divDeliveries thead tr:nth-child(1) th {
    /*background: white;*/

    z-index: 10;
}

thead .dropdown-menu.show {
    top: 30px !important
}

.payment-card {
    position: relative;
    cursor: pointer;
}

.selected-paymentmethod:after {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    color: #1ab394;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 20px;
}

.payment-icon-big {
    font-size: 40px;
    color: #d1dade;
}

/*.route-list {
    max-height: 100vh;
    overflow-y: hidden;
    min-height: calc(100vh - 330px);
}*/

.route-list:hover {
    overflow-y: auto;
}


.bg-dark {
    background-color: #7b7c7d !important;
}

a.viewseclink {
    position: relative;
    display: block;
    font-weight: 600;
}

.route-column a.dropdown-item i {
    width: 15px;
    text-align: center;
}

.route-column a.dropdown-item {
    width: auto;
    padding: 6px 8px;
}

.route-list li:last-child {
    border-bottom: none !important
}

.status_completed {
    background-color: #e7fbe7;
}

.status_pending {
    background-color: #fdfccf;
}

.status_processing {
    background-color: #dbe6ff;
}

.status_urgent {
    background-color: #ffe8e8;
}

.route-column {
    /*  min-width: 240px;
    max-width: 300px;*/
    /* height: calc(100vh - 50px); */
    /*display: table-cell;*/
}

.route-outer-scroll {
    /*overflow-x: auto;*/
    /* height: calc(100vh - 210px); */
    /*   display: table !important;*/
    overflow-y: auto;
    width: fit-content
}

/*.headerTop{
    position:sticky;
    top:0px;
}*/

/*end*/
#main #instructions-accordion .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    position: absolute;
    right: 30px;
    font-size: 20px;
    top: 8px;
}


#main #instructions-accordion .card .card-header .btn-header-link.collapsed {
    background: #fff;
    color: #000;
}

    #main #instructions-accordion .card .card-header .btn-header-link.collapsed:after {
        content: "\f106";
    }

#main #instructions-accordion .card .card-header {
    background: #fff
}

.order-box {
    display: block;
    width: 150px;
    padding: 5px;
    background-color: #fff;
}

    .order-box.active {
        background-color: #007bff;
        border: 1px solid #007bff !important;
    }

        .order-box.active .text-muted {
            color: #fff !important;
        }


.order-slider .owl-next {
    position: absolute;
    top: 10px;
    right: -10px;
    font-size: 20px !important;
}

.order-slider .owl-prev {
    position: absolute;
    top: 10px;
    left: -10px;
    font-size: 20px !important;
}

.custom-tab {
    display: none;
}

    .custom-tab.in {
        display: block;
    }

.rounded-upload {
    width: 100px;
    height: 100px;
    text-align: center;
    padding-top: 16px;
    color: #333;
}

.card-bg {
    background-image: url(../images/waves.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.addnewcard-link {
    border-style: dashed !important;
    border-width: 2px !important;
    color: #868686 !important;
    border-color: #868686 !important;
}

.subscription-body ul li .bg-primary {
    background-color: #427bff !important;
    color: #fff !important;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    text-align: center;
    line-height: 15px;
    font-size: 9px;
}

.subscription-body ul li .bg-secondary {
    background-color: #6c757d !important;
    color: #fff !important;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    text-align: center;
    line-height: 15px;
    font-size: 9px;
}

.subscription-header h2 small {
    font-size: 60%;
}

.selected-plan {
    background-color: #427bff !important;
    border-color: #427bff !important;
    color: #fff !important;
}

    .selected-plan ul li {
        color: #fff !important;
    }

    .selected-plan .subscription-body ul li .bg-primary {
        background-color: #fff !important;
        color: #427bff !important;
    }

.subscription-body .btn-white {
    color: #427bff !important;
}

.check-success {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 20px;
    color: #427bff;
    border: 2px solid #427bff;
}

.successbox .text-primary {
    color: #427bff !important;
}

.successbox .close {
    float: none !important;
    margin: 0 !important;
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 999;
}

.cancleBtn {
    padding: 7px 13px;
}

.trashIcon {
    line-height: 23px !important;
}

.newadd-btn .fa {
    line-height: 23px !important;
}

.radio label {
    padding-left: 5px;
}

.removeitemwo .fa {
    line-height: 35px;
    display: block;
    text-align: center;
}

.table-updateinvoice thead tr:nth-child(1) th {
    background: #fff;
}

.product-list-item img {
    width: 50px;
}

.table_image img {
    width: 100%;
}

/*Velmurugan*/
.sidebar-collapse {
    padding: 0 10px;
}

body.mini-navbar .sidebar-collapse {
    padding: 0 4px;
}

.skin-1 .nav > li.active > a {
    color: #000 !important;
}

.mini-navbar .nav-second-level a {
    color: #000 !important;
}

.pointer-event-none {
    pointer-events: none
}

.nav > li > a:not(.btn) {
    font-weight: 400;
    padding: 10px;
    display: block;
}

.hover-only {
    display: none
}

.nav.nav-second-level {
    display: block
}

.menu-top-border {
    border-top: 1px solid #ffffff4f;
    border-bottom: 1px solid #ffffff4f;
    /* border: solid; */
    margin-bottom: 10px;
}

.table .thead-light th {
    font-weight: 400;
    vertical-align: middle !important;
}

td.nowrap, th.nowrap {
    white-space: nowrap
}

.topround-new {
    width: 25px !important;
    height: 25px !important;
    line-height: 23px;
    color: #fff !important;
    background: var(--primary-color-2);
}

.badge {
    padding-bottom: 5px;
}
/*.navbar-minimalize:hover, .navbar-minimalize:focus {
    border-color: #51a897 !important;
    background: #51a897 !important;
}*/
label {
    font-size: 0.8rem;
}


.input-group.custom-search span.input-group-btn {
    border-color: #e5e6e7;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-radius: 0 var(--form-control-radius) var(--form-control-radius) 0;
    /*border-radius: 0 0.25rem 0.25rem 0*/
}

.input-group.custom-search input {
    border-radius: var(--form-control-radius) 0 0 var(--form-control-radius)
}

    .input-group.custom-search input:focus + span.input-group-btn {
        border-color: var(--primary-color)
    }

.input-group.custom-search span.input-group-btn i.fa {
    color: #6c757d
}

.input-group.custom-search input:focus + span.input-group-btn i.fa {
    color: var(--primary-color)
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: black !important;
    line-height: 2.5 !important;
    font-size: 0.9rem !important;
}



.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px !important;
}


/*.bootstrap-select.form-control-sm .dropdown-toggle:not(.disabled) {
    background: white;
}*/


/*V2 Changes--G*/
.table .thead-light th {
    color: #495057;
    background-color: white;
    border-color: #dee2e6;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #D8E0E7;
}

.customer-status-active {
    color: #16B182;
    border: 1px solid #16B182;
    background-color: #16B1821A;
    border-radius: 6px
}

.stop-active {
    color: #16B182;
    border: 1px solid #16B182;
    background-color: #16B1821A;
    border-radius: 6px
}

.stop-inactive {
    color: #ed5565;
    border: 1px solid #ed5565;
    background-color: #ed55651A;
    border-radius: 6px
}

#divCustomerDashboard .newAdd {
    background-color: #D5EDFF;
    border-radius: 10px;
    flex: 1;
}

.rounded-md {
    border-radius: 10px
}

.rounded-3 {
    border-radius: 0.6rem
}

.details-page-tabs {
    border-top: 1px solid #e7eaec;
    border-left: 1px solid #e7eaec;
    border-right: 1px solid #e7eaec;
    border-top-left-radius: 0.6rem;
    border-top-right-radius: 0.6rem;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 600
}

    .details-page-tabs .tab-content {
        border-left: 1px solid #e7eaec;
        border-right: 1px solid #e7eaec;
        border-bottom: 1px solid #e7eaec;
        border-bottom-left-radius: 0.6rem;
        border-bottom-right-radius: 0.6rem;
        padding: 1.1rem !important
    }


.tab-content table thead {
    background-color: #F9F9F9
}

.dropdown-item i {
    display: none;
}

li.nav-header .dropdown-toggle::after {
    position: absolute;
    right: 0;
    top: 50%
}

li.nav-header button:focus {
    outline: none;
    box-shadow: none !important
}


/*Khushi*/
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
    background-color: rgb(0, 46, 93);
    color: rgb(255, 255, 255);
    border-color: rgb(0, 46, 93);
}

.btn-primary {
    background-color: rgb(0, 46, 93);
    color: rgb(255, 255, 255);
    border-color: rgb(0, 46, 93);
}

.btn-Register {
    background-color: rgb(222, 234, 255);
    color: rgb(0, 46, 93) !important;
    border-color: rgb(181, 202, 239);
}

.assign-route-grid {
    display: grid;
    grid-template-columns: 200px auto;
}

    .assign-route-grid .route {
        display: flex;
        margin-right: 5px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        background-color: #F5F5F5;
    }

        .assign-route-grid .route .name {
            font-weight: 600
        }

        .assign-route-grid .route span {
            background-color: #D8E0E7
        }

.dropdown-item .fa {
    display: none;
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: none !important;
}

.input-group.date input.datepicker {
    border-top-left-radius: var(--form-control-radius);
    border-bottom-left-radius: var(--form-control-radius)
}

.input-group.date .input-group-addon, .input-group.clockpicker .input-group-addon {
    border-top-right-radius: var(--form-control-radius);
    border-bottom-right-radius: var(--form-control-radius)
}

.dropup.nocaret .dropdown-toggle::after {
    display: none
}

.chosen-container .chosen-drop {
    z-index: 2052
}



.modal-header > .d-flex, .modal-header > .modal-title {
    flex-grow: 1
}

    .modal-header > .modal-title:has(button) {
        display: flex;
        justify-content: space-between
    }

.modal-header {
    position: relative
}

    .modal-header button {
        position: absolute;
        right: 25px;
        top: 34%
    }

    .modal-header h5, .modal-header h4, .modal-header h3, .modal-header h2, .modal-header h1 {
        font-size: 1.1rem;
        color: var(--primary-color);
    }

/*#unscheduleRouteStopList{height:82px}*/
.show-in-expanded {
    margin-left: 5px
}

body.mini-navbar .show-in-expanded {
    display: none
}

body.mini-navbar .routes-extra-actions {
    width: 42px
}

body:not(.mini-navbar) .routes-extra-actions {
    width: 192px
}



tr.fields-changed td {
    background-color: #deeaff
}

.auto-columns-grid {
    display: grid;
    grid-auto-columns: 250px;
    grid-auto-flow: column
}


/*Nav change*/
.menu-label {
    font-size: 0.9rem;
    color: white;
    font-weight: 600
}

.menu-sublevel {
    margin-left: 1rem
}

}

table td .chosen-container {
    width: 100% !important
}

/* Switch Flat
==========================*/
.switch-field {
    display: flex;
    margin-bottom: 36px;
    overflow: hidden;
}

    .switch-field input {
        position: absolute !important;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        width: 1px;
        border: 0;
        overflow: hidden;
    }

    .switch-field label {
        background-color: #e4e4e4;
        color: rgba(0, 0, 0, 0.6);
        font-size: 14px;
        line-height: 1;
        text-align: center;
        padding: 8px 16px;
        margin-right: -1px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
        transition: all 0.1s ease-in-out;
    }

        .switch-field label:hover {
            cursor: pointer;
        }

    .switch-field input:checked + label {
        background-color: #a5dc86;
        box-shadow: none;
    }

    .switch-field label:first-of-type {
        border-radius: 4px 0 0 4px;
    }

    .switch-field label:last-of-type {
        border-radius: 0 4px 4px 0;
    }


.btn-header-link.collapsed:after {
    content: "\f107";
}

.btn-header-link::after {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 5px;
    cursor: pointer;
    line-height: 43px;
    margin-left: 18px;
    cursor: pointer;
}

.btn-header-link::after {
    position: relative;
    line-height: 26px;
    margin-left: 0px;
    cursor: pointer;
}

.switch-button {
    display: inline-block;
    border-radius: 50px;
    background-color: #b3b3b3;
    width: 60px;
    height: 27px;
    padding: 4px;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

    .switch-button input[type=checkbox] {
        display: none;
    }

    .switch-button label {
        border-radius: 50%;
        -webkit-box-shadow: 0 0 1px 1px #fff inset;
        box-shadow: 0 0 1px 1px #FFF inset;
        background-color: #ffffff;
        margin: 0;
        height: 19px;
        width: 19px;
        z-index: 1;
        display: inline-block;
        cursor: pointer;
        background-clip: padding-box;
    }

        .switch-button label:before {
            position: absolute;
            font-size: 0.8462rem;
            font-weight: 600;
            z-index: 0;
            content: "OFF";
            right: 0;
            display: block;
            width: 100%;
            height: 100%;
            line-height: 27px;
            top: 0;
            text-align: right;
            padding-right: 10px;
            color: #ffffff;
        }

    .switch-button input[type=checkbox]:checked + span {
        background-color: #032481;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 4px;
    }

        .switch-button input[type=checkbox]:checked + span label {
            float: right;
            border-color: #032481;
        }

            .switch-button input[type=checkbox]:checked + span label:before {
                position: absolute;
                font-size: 0.8462rem;
                font-weight: 600;
                z-index: 0;
                content: "ON";
                color: #ffffff;
                left: 0;
                text-align: left;
                padding-left: 10px;
            }

    .switch-button.switch-button-yesno label:before {
        content: "NO";
    }

    .switch-button.switch-button-yesno input[type=checkbox]:checked + span label:before {
        content: "YES";
    }

    .switch-button.switch-button-xs {
        height: 20px;
        width: 53px;
        line-height: 16px;
        width: 50px;
    }

        .switch-button.switch-button-xs label {
            height: 12px;
            width: 12px;
        }

            .switch-button.switch-button-xs label:before {
                line-height: 21px;
            }

    .switch-button.switch-button-sm {
        height: 24px;
        width: 63px;
        line-height: 20px;
    }

        .switch-button.switch-button-sm label {
            height: 16px;
            width: 16px;
        }

            .switch-button.switch-button-sm label:before {
                line-height: 25px;
            }

    .switch-button.switch-button-lg {
        height: 30px;
        width: 63px;
        line-height: 26px;
        width: 65px;
    }

        .switch-button.switch-button-lg label {
            height: 22px;
            width: 22px;
        }

            .switch-button.switch-button-lg label:before {
                line-height: 31px;
            }

    .switch-button.switch-button-success {
        background-color: #b3b3b3;
    }

        .switch-button.switch-button-success label {
            border-color: #ababab;
        }

        .switch-button.switch-button-success input[type=checkbox]:checked + span {
            background-color: #34a853;
        }

            .switch-button.switch-button-success input[type=checkbox]:checked + span label {
                border-color: #2e9549;
            }

    .switch-button.switch-button-warning {
        background-color: #b3b3b3;
    }

        .switch-button.switch-button-warning label {
            border-color: #ababab;
        }

        .switch-button.switch-button-warning input[type=checkbox]:checked + span {
            background-color: #fbbc05;
        }

            .switch-button.switch-button-warning input[type=checkbox]:checked + span label {
                border-color: #e3aa04;
            }

    .switch-button.switch-button-danger {
        background-color: #b3b3b3;
    }

        .switch-button.switch-button-danger label {
            border-color: #ababab;
        }

        .switch-button.switch-button-danger input[type=checkbox]:checked + span {
            background-color: #ea4335;
        }

            .switch-button.switch-button-danger input[type=checkbox]:checked + span label {
                border-color: #e82e1e;
            }



/**UI Alignment issue fixed start - 26 March by Mani start*/

.sidebar-collapse::-webkit-scrollbar {
    width: 5px;
}

.sidebar-collapse::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.sidebar-collapse::-webkit-scrollbar-thumb {
    background: #ccc;
}

    .sidebar-collapse::-webkit-scrollbar-thumb:hover {
        background: #9E9E9E;
    }

.sidebar-collapse .nav-header .nav-label {
    max-width: 110px;
}

.nav-second-level li {
    margin-bottom: 3px;
}

.custom-search .fa-search {
    position: relative;
    top: 4px;
}

.form-control {
    border: 1px solid #ced4da;
}

.input-group.custom-search span.input-group-btn {
    border-color: #ced4da;
}

.navbar-static-side {
    z-index: 999;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
    border-radius: 4px !important;
}

#EditStopproduct-detail-body .dropdown.bootstrap-select.form-select.form-select-sm.productLookup {
    width: 100%;
}

.form-control.datepicker {
    border-radius: 6px;
}

.chosen-container-single .chosen-single {
    border: 1px solid #ced4da;
}
/**UI Alignment issue fixed start - 26 March by Mani end*/
.ui-draggable-dragging {
    width: 100% !important;
    z-index: 9999;
}

.ui-state-hover {
    border: 3px dashed #000 !important;
}

.stop.unscheduled-order.draggable-item.routeDelivery.position-relative.deliveryPopover.ui-draggable.ui-draggable-handle {
    max-width: 50px !important;
    width: 50px !important;
    min-width: 50px !important;
}

.stop.unscheduled-order.draggable-item.routeDelivery.ui-draggable.ui-draggable-handle.dragclass {
    max-width: 50px !important;
    width: 50px !important;
    min-width: 50px !important;
    position: relative !important;
    left: 0 !important;
    margin: 0 !important;
    display: inline-grid !important;
}

.completeLeft .complete-nav-tabs .complete-nav-item.show .complete-nav-link, .complete-nav-tabs .complete-nav-link.active {
    color: #fff;
    background-color: #f96436;
    border: 1px solid #f96436;
    border-radius: 0px;
}

.completeLeft .nav > li > a {
    color: #000;
}

.minus, .plus {
    font-size: 16px;
}

.ClsLabel label {
    cursor: pointer;
    position: relative;
    font-size: 16px;
}

    .ClsLabel label::before {
        content: "";
        position: absolute;
        width: 26px;
        height: 26px;
        background-color: transparent;
        border: 1px solid;
        border-radius: 50%;
        top: 50%;
        left: -48px;
        transform: translateY(-50%);
        transition: border-color 400ms ease;
    }

    .ClsLabel label::after {
        content: "";
        position: absolute;
        width: 26px;
        height: 26px;
        background-color: var(--primary-color);
        border: 1px solid var(--primary-color);
        border-radius: 50%;
        top: 50%;
        left: -48px;
        transform: translateY(-50%) scale(0);
        transition: transform 400ms ease;
    }

input[type="radio"]:checked + label::before {
    border-color: var(--primary-color);
}

input[type="radio"]:checked + label::after {
    transform: translateY(-50%) scale(0.55);
}

input[type="radio"] {
    display: none;
}

.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    /* Create a custom checkbox */
    .container-checkbox .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: #eee;
        border: 1px solid #6C757D;
        border-radius: 3px;
    }

    /* On mouse-over, add a grey background color */
    .container-checkbox:hover input ~ .checkmark {
        background-color: #ccc;
    }

    /* When the checkbox is checked, add a blue background */
    .container-checkbox input:checked ~ .checkmark {
        background-color: #16b282;
        border-radius: 5px;
        margin-top: 12px;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .container-checkbox .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .container-checkbox input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .container-checkbox .checkmark::after {
        left: 7px;
        top: 3px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.blinker {
    animation: blinker 1s linear infinite;
    color: red;
}

/*@keyframes blinker {
    50% {*/
/*opacity: 0;*/
/*color: red;
        filter: grayscale(1);
    }
}*/
@keyframes blinker {
    50% {
        color: #000;
        background-color: red;
    }
}

/*css for notifications start*/
.notification-btn {
    background-color: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.notification-sec.dropdown-menu-lg {
    max-width: 400px !important;
    min-width: 400px !important;
    padding: 0;
}

.notification-sec .dropdown-header {
    color: #000 !important;
}

.notification-sec ul {
    padding: 10px 5px;
    margin-top: 0px;
}

    .notification-sec ul li {
        padding: 5px 10px;
        border-radius: 4px;
        cursor: pointer;
    }

.unread {
    background-color: #F6F2F2;
}

.notification-sec span.bg-danger {
    background-color: #FFADB0 !important;
    color: #ed474d;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    margin-right: 10px;
}

    .notification-sec span.bg-danger i {
        font-size: 12px;
        color: #ed474d
    }

.notification-sec ul .timeset {
    font-size: 10px;
}

.notification-sec ul p {
    font-size: 12px;
}

.notification-sec ul a {
    font-size: 12px;
    color: #001A7F;
    font-weight: 600;
}

.notification-sec ul h6 {
    font-size: 14px;
}

.notification-dashboard.notification-sec ul h6 {
    font-size: 13px;
}

.notification-dashboard.notification-sec ul p {
    font-size: 10px;
}

.notification-sec ul h6 {
    font-size: 14px;
    margin-bottom: 2px;
    font-weight: 500;
}

.unread h6 {
    position: relative;
}

    .unread h6:before {
        content: "";
        background-color: #fb888c;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        position: absolute;
        left: -3px;
        top: 4px;
    }

.unread h6 {
    padding-left: 10px;
}

.notification-sec ul {
    padding: 10px 5px;
    margin-top: 0px;
}

.noti-scroll p {
    margin: 0;
}

.noti-scroll {
    max-height: 300px;
    overflow-y: auto;
}

    .noti-scroll::-webkit-scrollbar-thumb {
        background-color: #a9a9a9;
    }

    .noti-scroll::-webkit-scrollbar-track {
        background-color: transparent;
    }

    .noti-scroll::-webkit-scrollbar-corner {
        background-color: transparent;
    }

    .noti-scroll::-webkit-scrollbar {
        width: 0;
    }

    .noti-scroll:hover {
        scrollbar-width: thin;
    }

        .noti-scroll:hover::-webkit-scrollbar {
            width: .5rem;
            height: .5rem;
        }

.navbar-badge {
    position: absolute;
    right: -4px;
    top: -4px;
    background-color: #FF0841 !important;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 10px;
    line-height: 18px;
    padding: 1px !important;
    font-weight: bold;
}

    .navbar-badge sub {
        bottom: 0;
    }

.noti-scroll .font-10 {
    font-size: 10px !important;
}
/*css for notifications end*/

.popwidth {
    max-width: 1200px !important;
}

.bootstrap-select .dropdown-menu {
    /*top: 35px !important;*/
    /*opacity: 0;*/
    color: red;
    filter: grayscale(1);
}

.rightclick-dropdown {
    left: -144px !important;
}

/* Full screen modal up*/

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

    .modal-fullscreen > .modal-content {
        overflow-y: auto !important;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen > .modal-footer, .modal-fullscreen > .modal-header {
        border-radius: 0
    }

    .modal-fullscreen > .modal-content > #myModalContent > .modal-body {
        overflow-y: auto;
        height: unset !important;
    }

@media (max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-sm-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-sm-down .modal-footer, .modal-fullscreen-sm-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-sm-down .modal-body {
            overflow-y: auto
        }
}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-md-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-md-down .modal-footer, .modal-fullscreen-md-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-md-down .modal-body {
            overflow-y: auto
        }
}

@media (max-width:991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-lg-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-lg-down .modal-footer, .modal-fullscreen-lg-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-lg-down .modal-body {
            overflow-y: auto
        }
}

@media (max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-xl-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-xl-down .modal-footer, .modal-fullscreen-xl-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-xl-down .modal-body {
            overflow-y: auto
        }
}

@media (max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-xxl-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-xxl-down .modal-footer, .modal-fullscreen-xxl-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-xxl-down .modal-body {
            overflow-y: auto
        }
}
