
    .text-blue{
        color:#9de0f6;
    }
    .validation_error {
        margin-top: 20px;
        cursor: pointer
    }

    ul.ui-autocomplete {
        z-index: 1100;
    }

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

    .display-block {
        display: block !important;
    }

    .task:hover {
        transform: scale(1.1);
        cursor: pointer;
    }

    .task-image {
        height: 60px;
        width: 60px;
    }

    .text-black {
        color: black!important;
        font-weight: bolder!important;
    }

    .tr-fade {
        color: #C0C0C0!important;
    }

    .tr-active {
        border-left: 5px solid green!important;
        border-top: 1px solid black!important;
        border-bottom: 1px solid black!important;
        border-right: 1px solid black!important;
    }

    span.thumbnail-wrapper.d32.circular.inline {
        background: url('../frontend/img/default.png');
        background-size: cover;
    }
    /* time bar css start here */

    figure {
        margin: 0 auto;
        max-width: 100%;
        position: relative;
    }

    .graphic {
        padding-left: 30px;
    }

    @keyframes expand {
        from {
            width: 0%;
        }
        to {
            width: 100%;
        }
    }

    @media screen and (min-width: 768px) {
        @keyframes expand {
            from {
                width: 0%;
            }
            to {
                width: calc(100% - 75px);
            }
        }
    }

    .time-chart {
        overflow: hidden;
        width: 0%;
        animation: expand 1.5s ease forwards;
    }

    .row+.row .chart {
        animation-delay: .2s;
    }

    .row+.row+.row .chart {
        animation-delay: .4s;
    }

    .block {
        display: block;
        height: 30px;
        color: #fff;
        font-size: .75em;
        float: left;
        position: relative;
        overflow: hidden;
        opacity: 1;
        transition: opacity, .3s ease;
        cursor: pointer;
    }

    .block:hover {
        opacity: .65;
    }

    .value {
        display: block;
        line-height: 1em;
        position: absolute;
        top: 25%;
        left: 25%;
        transform: translate(-50%);
        display: none;
    }

    .x-axis {
        text-align: center;
        padding: .5em 0 2em;
    }

    .y-axis {
        height: 20px;
        transform: translate(-32px, 170px) rotate(270deg);
        position: absolute;
        left: 0;
    }

    .legend {
        margin: 0 auto;
        padding: 0;
        font-size: .9em;
    }

    .idle {
        display: inline-block;
        padding: .25em 1em;
        line-height: 1em;
    }

    .idle:before {
        content: "";
        margin-right: .5em;
        display: inline-block;
        width: 8px;
        height: 8px;
        background-color: #A9A9A9;
    }

    .block-idle {
        background-color: #A9A9A9;
    }

    .packing {
        display: inline-block;
        padding: .25em 1em;
        line-height: 1em;
    }

    .packing:before {
        content: "";
        margin-right: .5em;
        display: inline-block;
        width: 8px;
        height: 8px;
        background-color: #8A2BE2;
    }

    .block-packing {
        background-color: #8A2BE2;
    }

    .pickup {
        display: inline-block;
        padding: .25em 1em;
        line-height: 1em;
    }

    .pickup:before {
        content: "";
        margin-right: .5em;
        display: inline-block;
        width: 8px;
        height: 8px;
        background-color: #6495ED;
    }

    .block-pickup {
        background-color: #6495ED;
    }

    .upload {
        display: inline-block;
        padding: .25em 1em;
        line-height: 1em;
    }

    .upload:before {
        content: "";
        margin-right: .5em;
        display: inline-block;
        width: 8px;
        height: 8px;
        background-color: #FF7F50;
    }

    .block-upload {
        background-color: #FF7F50;
    }

    .break {
        display: inline-block;
        padding: .25em 1em;
        line-height: 1em;
    }

    .break:before {
        content: "";
        margin-right: .5em;
        display: inline-block;
        width: 8px;
        height: 8px;
        background-color: #DC143C;
    }

    .block-break {
        background-color: #DC143C;
    }

    .outgoing {
        display: inline-block;
        padding: .25em 1em;
        line-height: 1em;
    }

    .outgoing:before {
        content: "";
        margin-right: .5em;
        display: inline-block;
        width: 8px;
        height: 8px;
        background-color: #B8860B;
    }

    .block-outgoing {
        background-color: #B8860B;
    }

    .clean_up {
        display: inline-block;
        padding: .25em 1em;
        line-height: 1em;
    }

    .clean_up:before {
        content: "";
        margin-right: .5em;
        display: inline-block;
        width: 8px;
        height: 8px;
        background-color: #00FFFF;
    }

    .block-clean_up {
        background-color: #00FFFF;
    }

    .bathroom {
        display: inline-block;
        padding: .25em 1em;
        line-height: 1em;
    }

    .bathroom:before {
        content: "";
        margin-right: .5em;
        display: inline-block;
        width: 8px;
        height: 8px;
        background-color: #F0E68C;
    }

    .block-bathroom {
        background-color: #F0E68C;
    }

    .remarks {
        display: inline-block;
        padding: .25em 1em;
        line-height: 1em;
    }

    .remarks:before {
        content: "";
        margin-right: .5em;
        display: inline-block;
        width: 8px;
        height: 8px;
        background-color: #E0FFFF;
    }

    .block-remarks {
        background-color: #E0FFFF;
    }

    .support {
        display: inline-block;
        padding: .25em 1em;
        line-height: 1em;
    }

    .support:before {
        content: "";
        margin-right: .5em;
        display: inline-block;
        width: 8px;
        height: 8px;
        background-color: #7CFC00;
    }

    .block-support {
        background-color: #7CFC00;
    }

    .end_of_work {
        display: inline-block;
        padding: .25em 1em;
        line-height: 1em;
    }

    .end_of_work:before {
        content: "";
        margin-right: .5em;
        display: inline-block;
        width: 8px;
        height: 8px;
        background-color: #000000;
    }

    .block-end_of_work {
        background-color: #000000;
    }

    .consolidation {
        display: inline-block;
        padding: .25em 1em;
        line-height: 1em;
    }

    .consolidation:before {
        content: "";
        margin-right: .5em;
        display: inline-block;
        width: 8px;
        height: 8px;
        background-color: #0000CD;
    }

    .block-consolidation {
        background-color: #0000CD;
    }

    .legend li {
        display: inline-block;
        padding: .25em 1em;
        line-height: 1em;
    }

    .legend li:before {
        content: "";
        margin-right: .5em;
        display: inline-block;
        width: 8px;
        height: 8px;
        background-color: #334D5C;
    }

    @media screen and (min-width: 768px) {
        .block {
            font-size: 1em;
        }
        .legend {
            width: 50%;
        }
    }
    /* time bar css ends here */

    .card-image-size {
        height: 60px;
        width: 60px;
        margin-left: 17px;
    }

    .time-icon {
        height: 10px;
        width: 10px;
        margin-bottom: 2px!important;
    }

    .feeling-title {
        font-weight: bolder!important;
        margin-left: 15px!important;
        font-size: 15px!important;
    }

    .card-hover {
        color: black!important;
    }

    .card-hover:hover {
        background: #e1e1e1;
        border-top: 1px solid #d0d0d0;
    }

    .green-border {
        border-width: 5px;
        border-style: solid;
        border-color: green;
    }

    .btn-verify {
        position: absolute;
    }

    .content-credit {
        opacity: .4;
        position: relative;
        height: 100px;
    }

    .mar-right {
        margin-left: 89px;
        margin-top: 45px;
    }

    .modal-content {
        border: none;
    }

    .color {
        color: white;
    }

    .size-increase {
        font-size: 19px;
    }

    .btn-click-credit-card {
        position: absolute;
        margin-left: 120px;
        margin-top: 10px;
    }

    .close_img {
        display: none;
    }

    .open_img {
        cursor: pointer;
    }

    .calculator-color {
        background-color: white;
    }

    .custom-button:hover {
        cursor: pointer;
    }

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

    .color-wht {
        color: white !important;
    }

    .wallet-update-input {
        color: black;
        font-weight: bold;
    }

    table.dataTable thead .sorting::after,
    table.dataTable thead .sorting_asc::after {
        display: none !important;
    }

    table.dataTable thead .sorting_desc::after {
        display: none !important;
    }

    table.dataTable thead .sorting {
        background-image: url(../images/sort_both.png);
        background-repeat: no-repeat;
        background-position: center right;
    }

    table.dataTable thead .sorting_asc {
        background-image: url(../images/sort_asc.png);
        background-repeat: no-repeat;
        background-position: center right;
    }

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

    .select2-container--default .select2-results__option[aria-selected="true"] {
        background-color: #ddd;
    }

    .mar {
        margin-bottom: 6px;
    }

    .detail-shipper {
        cursor: pointer;
    }

    .sub-sec {
        margin-bottom: 10px;
    }

    .gs-width-fixed {
        width: 150px;
    }

    .demo-mw-50 {
        max-width: 35px !important;
    }

    .width-auto {
        width: 100%;
    }

    .margin-top-10 {
        margin-top: 10px;
    }

    .nav-transaction {
        list-style: none;
    }

    .p-b-11 {
        padding-bottom: 11px !important;
    }

    .nav-pills .nav-link.active {
        background-color: #6D5CAE;
    }

    .nav-pills .nav-link {
        background-color: #D8DADC;
    }

    .clickable {
        cursor: pointer;
    }
    .canclick {
        cursor: pointer;
    }

    .custom-pagination {
        display: inline-block;
      }

      .custom-pagination a {
        color: black;
        float: left;
        padding: 8px 20px;
        text-decoration: none;
      }

      .custom-pagination a.active {
        background-color: #584b8d;
        color: white;
      }

      .custom-pagination a:hover:not(.active) {background-color: #ddd;}
.clickable2{
    cursor: pointer;
}
    .m-l-0 {
        margin-left: 0px;
    }

    .nav-pills .nav-link {
        border-radius: 0px;
    }

    .color-black {
        color: black !important
    }

    .mt-10 {
        margin-top: 10px !important;
    }

    .btn_bold {
        font-family: bold !important;
        border: 1px solid rgb(199, 199, 199) !important;
        color: black !important;
    }

    #show-jq {
        display: none !important;
    }

    ul.address {
        list-style: none;
        padding-left: 0px;
    }

    ul.address>li>span.icon {
        padding: 3px;
    }

    ul.address>li>span.address {
        padding-left: 10px;
    }

    .icon-design {
        position: absolute;
        top: 25.5%;
        left: 12.5%;
    }

    .ico-center {
        background-color: #6D5CAE;
        color: #fff;
        text-align: center;
    }

    .height-1 {
        height: 116px !important;
    }

    .color-white {
        color: white !important;
    }

    .nav-tabs>li>a.active {
        font-weight: 800;
        color: #000 !important;
        background-color: #f0f0f0 !important;
    }

    .btn-word-wrap {
        margin-bottom: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .btn-cross {
        background-color: rgba(239, 224, 224, 0.1);
    }
    /* Important part */

    .modal-noti {
        overflow-y: initial !important
    }

    .modal-body-noti {
        height: 250px;
        overflow-y: auto;
    }

    .btn-click-event {
        font-family: bold;
        border: 2px solid #f0f0f0;
        color: black;
    }

    .filter-b {
        display: none;
    }
    /* .filter-c{
    display
    } */

    .form-group-default.input-group.padding-custom label {
        margin-top: 0px;
        padding-left: 0px;
    }

    .min-height-36 {
        min-height: 36px !important;
    }

    .line-height-36 {
        line-height: 36px !important;
    }

    .width-80 {
        width: 80%;
    }

    select.width-80+.select2-container {
        width: 80% !important;
    }

    .pgn-simple .alert {
        max-width: 100%;
    }

    .disp-block {
        display: block !important;
    }

    .clr-btn-bold {
        /*font-family : Arial,sans-serif !important;
    border : 1px solid #f0f0f0 !important;
    color : #000 !important; */
    }

    .btn-tag-right {
        border-radius: 3px 17px 17px 3px;
        line-height: 17px;
        padding: 5px 19px;
    }

    .flex-row {
        flex-direction: row !important;
        -webkit-box-direction: normal;
        -ms-flex-direction: row !important;
    }

    .details-control {
        cursor: pointer;
    }

    .background {
        background-color: #6D5CAE !important;
        color: white !important;
        pointer-events: none;
    }

    .page-link {
        border: 0px solid #dee2e6 !important;
    }

    em {
        background: #ff6;
        font-weight: bold;
        font-style: normal;
    }

    .bootpag li a {
        border: 1px solid #6D5CAE !important;
        color: #6D5CAE !important;
    }

    .bootpag li.active a {
        background-color: #6D5CAE !important;
        color: white !important;
    }

    .storage>li>a::after {
        background: none !important;
        border: none !important;
        color: #6d5cae;
        border-bottom: 2px solid #6d5cae;
    }

    .storage>li>a.active {
        color: #6d5cae !important;
        border-bottom: 2px solid #6d5cae;
    }

    .storage>li>a.active:focus,
    .nav-tabs>li>a.active:hover {
        border-bottom: 2px solid #6d5cae;
    }

    .table-border {
        border: 1px solid #0000001c;
    }

    .table.img_cell tbody tr td {
        vertical-align: middle;
    }

    .word_break {
        word-break: break-all;
    }

    .backgroud-clr {
        background-color: #f0f0f0;
    }

    .mar-r {
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .pagination-div {
        padding: 12px;
    }

    .dataTables_wrapper .dataTables_paginate ul>li>span {
        padding: 5px 10px;
    }

    .text-c {
        text-align: justify;
        line-height: -moz-block-height;
    }

    .split_back_btn {
        margin-top: -21px;
        margin-left: -11px;
    }

    .package_split_show {
        padding: 0px !important;
    }

    .margin-t {
        margin-top: -21px !important;
    }

    .pgn-wrapper {
        z-index: 9999999 !important;
    }

    .text-initial {
        text-align: initial !important;
    }

    .ma {
        margin-left: -2px;
    }

    .img-paid-services {
        position: absolute;
        left: 43px;
        max-width: 63px;
        top: 7px;
        z-index: 1;
    }

    .img-op {
        opacity: 0.9;
        position: absolute;
        left: 91px;
        max-width: 33px;
        top: 0px;
        z-index: 1;
    }

    .img-paid {
        display: none;
    }

    .btn-group-custom-pad {
        padding: 2px 17px !important;
    }

    .btn-description {
        color: #fff;
    }

    span.select2-container {
        z-index: 999;
    }

    .b-b-none {
        border-bottom: none !important;
    }

    .b-l-r-2 {
        border-right: 2px solid !important;
        border-left: 2px solid !important;
    }

    .b-t-1 {
        border-top: 1px solid #dee2e6 !important;
    }

    .b-b-2 {
        border-bottom: 2px solid !important;
    }

    .b-t-2 {
        border-top: 2px solid !important;
    }

    .m-b-0-imp {
        margin-bottom: 0px !important;
    }

    .bg-master-dark {
        background-color: #2C2C2C !important;
    }

    .bg-success-light {
        background-color: #40d9ca !important;
    }

    .cross_btn {
        background: none;
        border: 0px;
        position: absolute;
        z-index: 1;
        left: 3px;
        top: 0;
        cursor: pointer;
    }

    .cross_btn_edit {
        background: none;
        border: 0px;
        position: absolute;
        z-index: 1;
        left: 3px;
        top: 0;
        cursor: pointer;
    }

    .hide-cross {
        display: none;
    }
    /*********** Preparing top button like (assign etc...) *********/

    .top_button {
        display: none;
    }

    .top_button_pickup {
        display: none;
    }

    .top_button_processing {
        display: none;
    }

    .border-none {
        border: none;
    }

    .p-8 {
        padding: 8px !important;
    }

    .p-12 {
        padding: 12px !important;
    }

    .border-all {
        border: 1px solid rgba(230, 230, 230, .7);
    }

    .p-5 {
        padding: 5px !important;
    }

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

    .bg-border:before {
        background: #00c14f !important;
    }
    /**********  Time Line CSS  ********/

    @import "https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700";
    header:after,
    #timeline .timeline-item:after,
    header:before,
    #timeline .timeline-item:before {
        content: '';
        display: block;
        width: 100%;
        clear: both;
    }

    *,
    *:before,
    *:after {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    #timeline {
        width: 100%;
        margin: 30px auto;
        position: relative;
        padding: 0 10px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    #timeline:before {
        content: "";
        width: 3px;
        height: 100%;
        background: #00c14f;
        left: 2%;
        top: 0;
        position: absolute;
    }

    #timeline:after {
        content: "";
        clear: both;
        display: table;
        width: 100%;
    }

    .shipped:before {
        width: 0px !important;
        height: 0px !important;
        max-height: 0px !important;
    }

    #timeline .timeline-item {
        margin-bottom: 50px;
        position: relative;
    }

    #timeline .timeline-item .timeline-icon {
        background: #00c14f;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 0;
        /*left: 50%;*/
        overflow: hidden;
        margin-left: -23px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

    #timeline .timeline-item .timeline-icon svg {
        position: relative;
        top: 14px;
        left: 14px;
    }

    #timeline .timeline-item .timeline-content {
        width: 80%;
        background: #fff;
        padding: 20px;
        -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #timeline .timeline-item .timeline-content h2 {
        padding: 15px;
        background: #413768;
        color: #fff;
        /*margin: -20px -20px 0 -20px;*/
        font-weight: 300;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        -ms-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
    }

    #timeline .timeline-item .timeline-content:before {
        content: '';
        position: absolute;
        /*left: 45%;*/
        top: 20px;
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
    }

    #timeline .timeline-item .timeline-content.right {
        float: right;
    }

    #timeline .timeline-item .timeline-content.right:before {
        content: '';
        right: 45%;
        left: inherit;
        border-left: 0;
    }

    @media screen and (max-width: 768px) {
        #timeline {
            margin: 30px;
            padding: 0px;
            width: 90%;
        }
        #timeline:before {
            left: 0;
        }
        #timeline .timeline-item .timeline-content {
            width: 90%;
            float: right;
        }
        #timeline .timeline-item .timeline-content:before,
        #timeline .timeline-item .timeline-content.right:before {
            left: 10%;
            margin-left: -6px;
            border-left: 0;
        }
        #timeline .timeline-item .timeline-icon {
            left: 0;
        }
    }
    /********** End TimeLine Css **********/

    .bg-danger-drk {
        background-color: #ff3b3b !important;
    }
    /********************* steps/progress outgoing***********/

    .md-stepper-horizontal {
        display: table;
        width: 100%;
        margin: 0 auto;
        background-color: #FFFFFF;
        /*box-shadow: 0 3px 8px -6px rgba(0,0,0,.50);*/
        box-shadow: 3px 3px 13px -6px rgba(0, 0, 0, .50);
    }

    .md-stepper-horizontal .md-step {
        display: table-cell;
        position: relative;
        padding: 24px;
    }

    .md-stepper-horizontal .md-step:hover,
    .md-stepper-horizontal .md-step:active {
        background-color: rgba(0, 0, 0, 0.04);
    }

    .md-stepper-horizontal .md-step:active {
        border-radius: 15% / 75%;
    }

    .md-stepper-horizontal .md-step:first-child:active {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .md-stepper-horizontal .md-step:last-child:active {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .md-stepper-horizontal .md-step:hover .md-step-circle {
        background-color: #757575;
    }

    .md-stepper-horizontal .md-step:first-child .md-step-bar-left,
    .md-stepper-horizontal .md-step:last-child .md-step-bar-right {
        display: none;
    }

    .md-stepper-horizontal .md-step .md-step-circle {
        width: 30px;
        height: 30px;
        margin: 0 auto;
        background-color: #999999;
        border-radius: 50%;
        text-align: center;
        line-height: 30px;
        font-size: 16px;
        font-weight: 600;
        color: #FFFFFF;
    }

    .md-stepper-horizontal.green .md-step.active .md-step-circle {
        background-color: #00AE4D;
    }

    .md-stepper-horizontal.orange .md-step.active .md-step-circle {
        background-color: #F96302;
    }

    .md-stepper-horizontal .md-step.active .md-step-circle {
        background-color: rgb(33, 150, 243);
    }

    .md-stepper-horizontal .md-step.done .md-step-circle:before {
        font-family: 'FontAwesome';
        font-weight: 100;
        content: "\f00c";
    }

    .md-stepper-horizontal .md-step.done .md-step-circle *,
    .md-stepper-horizontal .md-step.editable .md-step-circle * {
        display: none;
    }

    .md-stepper-horizontal .md-step.editable .md-step-circle {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .md-stepper-horizontal .md-step.editable .md-step-circle:before {
        font-family: 'FontAwesome';
        font-weight: 100;
        content: "\f040";
    }

    .md-stepper-horizontal .md-step .md-step-title {
        margin-top: 16px;
        font-size: 16px;
        font-weight: 600;
    }

    .md-stepper-horizontal .md-step .md-step-title,
    .md-stepper-horizontal .md-step .md-step-optional {
        text-align: center;
        color: rgba(0, 0, 0, .26);
    }

    .md-stepper-horizontal .md-step.active .md-step-title {
        font-weight: 600;
        color: rgba(0, 0, 0, .87);
    }

    .md-stepper-horizontal .md-step.active.done .md-step-title,
    .md-stepper-horizontal .md-step.active.editable .md-step-title {
        font-weight: 600;
    }

    .md-stepper-horizontal .md-step .md-step-optional {
        font-size: 12px;
    }

    .md-stepper-horizontal .md-step.active .md-step-optional {
        color: rgba(0, 0, 0, .54);
    }

    .md-stepper-horizontal .md-step .md-step-bar-left,
    .md-stepper-horizontal .md-step .md-step-bar-right {
        position: absolute;
        top: 36px;
        height: 1px;
        border-top: 1px solid #DDDDDD;
    }

    .md-stepper-horizontal .md-step .md-step-bar-right {
        right: 0;
        left: 50%;
        margin-left: 20px;
    }

    .md-stepper-horizontal .md-step .md-step-bar-left {
        left: 0;
        right: 50%;
        margin-right: 20px;
    }
    /**************End steps/progrss*****************/

    .flex-row-custom .row>div {
        display: block;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row;
    }

    .page-sidebar {
        /*z-index: 100000 !important;*/
        z-index: 1000 !important;
    }
    /**************** aliexpress history style**********/

    .ship-steps {
        color: #999;
        list-style: none;
    }

    .ship-steps .step {
        position: relative;
        margin-left: 8px;
        padding-left: 13px;
        padding-bottom: 12px;
    }

    .ship-steps .step:before {
        content: "";
        position: absolute;
        top: 3px;
        left: -1px;
        width: 1px;
        height: calc(100% + 7px);
        background: #ccc;
    }

    .ship-steps .step .icon-con.icon-current {
        background: #ffcb7a;
    }

    .ship-steps .step .icon-con.icon-node {
        top: 0;
        left: -8px;
        width: 16px;
        height: 16px;
    }

    .ship-steps .step .icon-con {
        position: absolute;
        top: 3px;
        left: -4px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #ccc;
    }

    .ship-steps .step p {
        line-height: 1.3;
        margin-bottom: 10px;
        text-align: left;
    }
    /****************End aliexpress history style**********/

    .width-100 {
        width: 100px !important;
    }

    .border-employee-task {
        border: 1px solid #0e9e4c !important;
        cursor: pointer !important;
    }

    .remaing_time_select>.first>ul>li {
        line-height: 30px !important;
    }

    .remaing_time_select>div>ul>li {
        line-height: 30px !important;
    }

    .btn-color {
        color: #63e3b4 !important;
    }

    .btn-color-red {
        color: #c00b24 !important;
    }

    .btn-border-red {
        border: 1px solid #c00b24 !important
    }

    .btn-border-black {
        border: 1px solid #0000004d;
    }

    .btn-border {
        border: 1px solid #71e3b4 !important;
    }

    .margin-6 {
        margin-top: -4px;
        color: black !important;
    }

    .btn-shopaholic_id:hover {
        color: #2bc1ed !important;
    }

    .gallery-item {
        height: auto !important;
        width: auto !important;
    }

    @media(max-width:767px) {
        .item-details .item-slideshow-wrapper {
            height: auto !important;
        }
        .active>.slide {
            height: 664px !important;
        }
    }

    .services_ {
        position: relative;
        border: 1px solid #ededed;
    }

    .div_select {
        cursor: pointer;
    }

    .border-radius {
        border-radius: 15px;
    }

    .border-active {
        border: 3px solid #0e9e4c !important;
        cursor: pointer !important;
    }

    .bg-color-black {
        background-color: black !important;
    }

    .color-white {
        color: white !important;
    }

    .border-black {
        border: 1px solid #d7d7d7 !important;
    }

    .padding-border {
        padding-top: 10px;
        padding-bottom: 26px;
        padding-left: 10px;
        padding-right: 15px;
    }

    .trcking-num {
        line-height: 1 !important;
        word-break: break-all;
    }

    .img-ok-absolute {
        position: absolute;
        z-index: 1;
        margin-left: 38px;
        margin-top: -5px;
        max-width: 40px;
    }
    /****************** tick at corner****************/

    .my-checkfield {
        border: solid 1px black;
        color: black;
        /*padding: 24px;*/
        position: relative;
    }

    .my-checkfield-selected {
        border: solid 1px green;
    }

    .my-checkfield-selected::before,
    .my-checkfield-selected::after {
        content: '\2713';
        position: absolute;
        top: 0;
        left: 0;
        border-color: transparent;
        border-style: solid;
    }

    .my-checkfield-selected::before {
        border-width: 0;
    }

    .my-checkfield-selected::after {
        border-radius: 0;
        border-width: 12px;
        border-left-color: green;
        border-top-color: green;
    }
    /*************************** end tick corner***************/

    .end_task {
        border-top: 2px solid #c00b1d;
        border-bottom: 2px solid #c00b1d;
        color: #c00b1d;
        border-radius: 25px;
    }

    .word-break {
        word-break: break-all;
    }

    .radio input[type="radio"] {
        display: none;
    }

    .daterangepicker {
        z-index: 9999 !important
    }

    .border-2 {
        border: 2px solid #dee2e6 !important;
    }

    .img-wraper {
        position: relative;
    }

    .img-wraper .del-img {
        position: absolute;
        top: 2px;
        right: 2px;
        z-index: 100;
        cursor: pointer;
    }

    .group-list-details-tags-label1 {
        background-color: #e3e5e8;
        padding: 0px 4px;
        border-radius: 2px;
    }

    .group-list-details-tags-label2 {
        background-color: #dfdaf2;
        padding: 0px 4px;
        border-radius: 2px;
    }

    @media only screen and (max-width: 600px) {
        .md-stepper-horizontal {
            flex-wrap: wrap;
            display: flex;
        }
    }

    .processed {
        opacity: 0.5;
    }

    .b-2-processed {
        border: 2px solid #10cfbd !important;
    }

    .my-card {
        position: absolute;
        left: 40%;
        top: -20px;
        border-radius: 50%;
        max-width: 50px;
        border: 2px solid rgba(0, 0, 0, .125);
    }

    .card-counter {
        box-shadow: 2px 2px 10px #DADADA;
        margin: 5px;
        padding: 20px 10px;
        background-color: #fff;
        height: 100px;
        border-radius: 5px;
        transition: .3s linear all;
        width: 100%;
    }

    .card-counter.compact {
        box-shadow: 2px 2px 10px #DADADA;
        margin: 5px;
        padding: 10px 10px;
        background-color: #fff;
        height: 60px;
        border-radius: 5px;
        transition: .3s linear all;
        width: 100%;
    }

    .card-counter:hover {
        box-shadow: 4px 4px 20px #DADADA;
        transition: .3s linear all;
    }

    .card-counter.primary {
        background-color: #007bff;
        color: #FFF;
    }

    .card-counter.danger {
        background-color: #ef5350;
        color: #FFF;
    }

    .card-counter.success {
        background-color: #66bb6a;
        color: #FFF;
    }

    .card-counter.info {
        background-color: #3b4752;
        ;
        color: #FFF;
    }

    .card-counter i {
        font-size: 3em;
        opacity: 0.1;
    }

    .card-counter .count-numbers {
        position: absolute;
        right: 35px;
        top: 20px;
        font-size: 32px;
        display: block;
    }

    .card-counter .count-numbers.compact {
        position: absolute;
        right: 35px;
        top: 5px;
        font-size: 25px;
        display: block;
    }

    .card-counter .count-name.compact {
        position: absolute;
        right: 35px;
        top: 38px;
        font-style: italic;
        text-transform: capitalize;
        opacity: 0.9;
        display: block;
        font-size: 18px;
    }

    .card-counter .count-numbers-bottom {
        position: absolute;
        right: 35px;
        top: 60px;
        font-size: 32px;
        display: block;
    }

    .card-counter .count-name {
        position: absolute;
        right: 35px;
        top: 65px;
        font-style: italic;
        text-transform: capitalize;
        opacity: 0.9;
        display: block;
        font-size: 18px;
    }

    .card-counter .count-name-left {
        position: absolute;
        float: left;
        top: 30px;
        font-style: italic;
        text-transform: capitalize;
        opacity: 0.9;
        display: block;
        font-size: 18px;
    }

    .card-counter .count-name-left-bottom {
        position: absolute;
        float: left;
        top: 70px;
        font-style: italic;
        text-transform: capitalize;
        opacity: 0.9;
        display: block;
        font-size: 18px;
    }

    .card-b-2 {
        border: 2px solid rgba(0, 0, 0, .125);
    }

    .pointer {
        cursor: pointer;
    }

    .custom-info {
        color: #fff;
        background-color: #957D32;
    }

    .select_box {
        /* height: 170px; */
        text-align: center;
    }

    .select_box:hover {
        cursor: pointer;
        background-color: #23c1ac !important;
        color: #fff !important;
    }

    .option_box:hover {
        cursor: pointer;
        /*background-color: #23c1ac!important;*/
        border: 8px solid #00AE4D;
    }

    .select_box:hover h4 {
        cursor: pointer;
        background-color: #23c1ac !important;
        color: #fff !important;
    }

    .box-selected {
        background-color: #23c1ac !important;
        color: #fff !important;
    }

    .option_box-selected {
        border: 8px solid #00AE4D;
    }

    .final {
        border: 8px solid #6d5cae;
    }

    .box-selected h4 {
        background-color: #23c1ac !important;
        color: #fff !important;
    }

    .m-10 {
        margin: 10px;
    }
    /*.modal.fade.slide-right .modal-dialog .modal-body {
    overflow-y: auto !important;
    max-height: calc(100vh - 100px);
    -webkit-overflow-scrolling: touch;
}*/

    .vap-cat {
        cursor: pointer;
    }

    .vap-cat:hover {
        background-color: #10cfbd;
        color: #fff;
    }

    .vap_info_option {
        cursor: pointer;
    }

    .vap_info_option:hover {
        background-color: lightgray;
        border: 5px solid #10cfbd;
    }

    .highlight {
        background-color: #FFFF00;
        color: #000;
        font-weight: bolder;
        padding: 5px;
        border: 1px solid #000;
    }

    .m-10 {
        margin: 10px;
    }

    .newsblogshade {
        background-color: rgba(0, 0, 0, 0.6);
        height: 347px;
        padding: 10%;
    }

    .newsblogbgimg {
        background-size: 100% auto;
    }

    .newsblogbutton {
        border: 1px solid white;
        padding-top: 5px;
        text-align: center;
        cursor: pointer;
        color: white;
        transition: border 1s, color 1s;
    }

    .newsblogbutton:hover {
        border: 1px solid #10cfbd;
        color: #10cfbd;
    }

    .b-thick-5 {
        border-width: 5px !important;
    }

    .b-success {
        border-color: #10cfbd !important;
    }

    .font-white {
        color: #fff;
    }

    .font-black {
        color: #000;
    }

    .bg-master-light {
        background-color: #e6e6e6 !important;
    }

    .newsblogshade {
        background-color: rgba(0, 0, 0, 0.6);
        height: 347px;
        padding: 10%;
    }

    .newsblogbgimg {
        background-size: 100% auto;
    }

    .newsblogbutton {
        border: 1px solid white;
        padding-top: 5px;
        text-align: center;
        cursor: pointer;
        color: white;
        transition: border 0.5s, color 0.5s;
    }

    .newsblogbutton:hover {
        border: 1px solid #10cfbd;
        color: #10cfbd;
    }

    .badge-custom {
        color: white;
        background-color: #6834a0;
        padding: 6px;
    }

    .card-custom-1 {
        overflow: auto;
        padding: 0px;
    }

    .div-notificaiton {
        border-top: 6px solid rgb(214, 214, 214);
        border-radius: 2px;
        background-color: rebeccapurple;
        padding: 5px 5px 5px 10px;
        margin: 5px 0px;
        max-height: 140px;
        overflow: hidden;
        cursor: pointer;
        transition: background-color 0.5s;
        color: white;
    }

    .div-notificaiton:hover {
        background-color: #4d1a85;
    }

    .custom-head-notificaiton {
        overflow: hidden;
        font-weight: 800;
        font-size: 0.9rem;
    }

    .assisted-button-bg {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-color: rgb(57, 81, 91);
    }

    .assisted-button {
        background-color: rgba(0, 0, 0, 0.2);
        transition: background-color 0.5s;
    }

    .assisted-button:hover {
        background-color: rgba(0, 0, 0, 0.6);
    }

    .address-button-bg {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-color: rgb(57, 81, 91);
    }

    .address-button {
        background-color: rgba(0, 0, 0, 0.2);
        transition: background-color 0.5s;
    }

    .address-button:hover {
        background-color: rgba(0, 0, 0, 0);
    }

    .addressblogbutton {
        border: 1px solid #000000;
        padding-top: 5px;
        text-align: center;
        cursor: pointer;
        color: #222020;
        transition: border 0.5s, color 0.5s;
    }

    .addressblogbutton:hover {
        border: 1px solid #000000;
        color: #000000;
    }

    .form-control222::placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .b-processed {
        border-color: #3b4752;
    }

    .form-group-default.form-group-default-select2>label {
        position: relative !important;
        z-index: 10;
        padding: 7px 12px 0;
    }

    .dropdown-menu {
        z-index: 10051 !important;
    }

    .tbl-cons-list.table-responsive-block tr {
        margin-bottom: 0px;
    }
    /* .dataTables_wrapper .row {
    width: auto !important;
} */
    /**************************ribbon********/

    .package-request-info #ribbon-container {
        right: -37px !important;
    }

    #ribbon-container {
        position: relative;
        top: 15px;
        right: -20px;
        overflow: visible;
        /* so we can see the pseudo-elements we're going to add to the anchor */
        font-size: 18px;
        /* font-size and line-height must be equal so we can account for the height of the banner */
        line-height: 18px;
    }

    #ribbon-container:before {
        content: "";
        height: 0;
        width: 0;
        display: block;
        position: absolute;
        top: 3px;
        left: 0;
        border-top: 29px solid rgba(0, 0, 0, .3);
        /* These 4 border properties create the first part of our drop-shadow */
        border-bottom: 29px solid rgba(0, 0, 0, .3);
        border-right: 29px solid rgba(0, 0, 0, .3);
        border-left: 29px solid transparent;
    }

    #ribbon-container:after {
        /* This adds the second part of our dropshadow */
        content: "";
        height: 3px;
        background: rgba(0, 0, 0, .3);
        display: block;
        position: absolute;
        bottom: -3px;
        left: 58px;
        right: 3px;
    }

    #ribbon-container p {
        display: block;
        padding: 20px;
        position: relative;
        /* allows us to position our pseudo-elements properly */
        overflow: visible;
        height: 58px;
        margin-left: 29px;
        color: #fff;
        text-decoration: none;
    }

    @media (min-width: 991px) {
        #ribbon-container p>span {
            font-size: 20px;
        }
    }

    @media (max-width: 480px) {
        #ribbon-container p>span {
            font-size: 13px;
        }
    }

    @media (min-width: 1400px) {
        #ribbon-container p>span {
            font-size: 28px;
        }
    }

    #ribbon-container p:after {
        /* this creates the "folded" part of our ribbon */
        content: "";
        height: 0;
        width: 0;
        display: block;
        position: absolute;
        bottom: -15px;
        right: 0;
        border-right: 15px solid transparent;
    }

    #ribbon-container p:before {
        /* this creates the "forked" part of our ribbon */
        content: "";
        height: 0;
        width: 0;
        display: block;
        position: absolute;
        top: 0;
        left: -29px;
        border-right: 29px solid transparent;
        border-left: 29px solid transparent;
    }
    /********************blue ******************/

    #ribbon-container p.blue:before {
        border-top: 29px solid #0089d0;
        border-bottom: 29px solid #0089d0;
    }

    #ribbon-container p.blue:hover {
        background: #009ff1;
    }

    #ribbon-container p.blue {
        background: #0089d0;
    }

    #ribbon-container p.blue:after {
        border-top: 15px solid #004a70;
    }

    #ribbon-container p.blue>span {
        color: #7eb5c9;
    }

    #ribbon-container p.blue:hover:before {
        /* this makes sure that the "forked" part of the ribbon changes color with the anchor on :hover */
        border-top: 29px solid #009ff1;
        border-bottom: 29px solid #009ff1;
    }
    /************** END blue ***************/
    /********************info ******************/

    #ribbon-container p.info:before {
        border-top: 29px solid #3b4752;
        border-bottom: 29px solid #3b4752;
    }

    #ribbon-container p.info:hover {
        background: #4c5b68;
    }

    #ribbon-container p.info {
        background: #3b4752;
    }

    #ribbon-container p.info:after {
        border-top: 15px solid #3b4752;
    }

    #ribbon-container p.info>span {
        color: #5b7b87;
    }

    #ribbon-container p.info:hover:before {
        /* this makes sure that the "forked" part of the ribbon changes color with the anchor on :hover */
        border-top: 29px solid #4c5b68;
        border-bottom: 29px solid #4c5b68;
    }
    /************** END info ***************/
    /********************success ******************/

    #ribbon-container p.success:before {
        border-top: 29px solid #66bb6a;
        border-bottom: 29px solid #66bb6a;
    }

    #ribbon-container p.success:hover {
        background: #73d377;
    }

    #ribbon-container p.success {
        background: #66bb6a;
    }

    #ribbon-container p.success:after {
        border-top: 15px solid #66bb6a;
    }

    #ribbon-container p.success>span {
        color: #ade6b0;
    }

    #ribbon-container p.success:hover:before {
        /* this makes sure that the "forked" part of the ribbon changes color with the anchor on :hover */
        border-top: 29px solid #73d377;
        border-bottom: 29px solid #73d377;
    }
    /************** END success ***************/
    /********************warning ******************/

    #ribbon-container p.warning:before {
        border-top: 29px solid #957D32;
        border-bottom: 29px solid #957D32;
    }

    #ribbon-container p.warning:hover {
        background: #957D32;
    }

    #ribbon-container p.warning {
        background: #957D32;
    }

    #ribbon-container p.warning:after {
        border-top: 15px solid #957D32;
    }

    #ribbon-container p.warning>span {
        color: #bfc089;
    }

    #ribbon-container p.warning:hover:before {
        /* this makes sure that the "forked" part of the ribbon changes color with the anchor on :hover */
        border-top: 29px solid #957D32;
        border-bottom: 29px solid #957D32;
    }
    /************** END warning ***************/
    /********************* ribbon-end**************/

    .border-5 {
        border-width: 5px !important;
    }

    .card-counter .count-numbers-22 {
        font-size: 22px !important;
    }

    .m-point-5 {
        margin: .5 rem !important;
    }

    .info-box {
        box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
        /*border-radius: .25rem;*/
        background: #fff;
        display: -ms-flexbox;
        display: flex;
        /*margin-bottom: 1rem;*/
        min-height: 80px;
        /*padding: .5rem;*/
        position: relative;
    }

    .info-box .info-box-icon {
        border-radius: .25rem;
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        font-size: 1.875rem;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        width: 70px;
    }

    .info-box .info-box-content {
        -ms-flex: 1;
        flex: 1;
        padding: 5px 10px;
    }

    .far {
        font-weight: 400;
    }

    .far,
    .fas {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
    }

    .info-box .info-box-text,
    .info-box .progress-description {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        /* white-space: nowrap; */
    }

    .info-box .info-box-number {
        display: block;
        font-weight: 700;
    }

    .info-box .progress-description,
    .col-xl-3 .info-box .progress-description {
        font-size: 1rem;
        display: block;
    }

    @media (min-width:992px) {
        .col-lg-2 .info-box .progress-description,
        .col-md-2 .info-box .progress-description,
        .col-xl-2 .info-box .progress-description {
            font-size: .75rem;
            display: block
        }
        .col-lg-3 .info-box .progress-description,
        .col-md-3 .info-box .progress-description,
        .col-xl-3 .info-box .progress-description {
            font-size: .75rem;
            display: block
        }
    }

    @media (min-width:1200px) {
        .col-lg-2 .info-box .progress-description,
        .col-md-2 .info-box .progress-description,
        .col-xl-2 .info-box .progress-description {
            font-size: 1rem;
            display: block
        }
        .col-lg-3 .info-box .progress-description,
        .col-md-3 .info-box .progress-description,
        .col-xl-3 .info-box .progress-description {
            font-size: 1rem;
            display: block
        }
    }
    /**************** vertical progress bar**********/

    .how-it-work {
        margin-bottom: 60px;
        position: relative;
    }

    .main-how-it {
        position: absolute;
        top: 217px;
        left: -355px;
        background: #f6f6f6;
        width: 544px;
        height: 110px;
        transform: rotate(-90deg);
        border-radius: 50px;
        box-shadow: 0px 2px 11px -2px rgba(0, 0, 0, 0.4);
    }

    .main-how-it h4 {
        font-size: 54px;
        padding-top: 20px;
        text-align: center;
        text-transform: uppercase;
        color: #78c043;
        font-weight: 800;
    }

    .bg-theme {
        color: #008931;
    }

    .how-it-work .panel {
        border-top-left-radius: 60px;
        border-bottom-left-radius: 60px;
        color: #fff;
        font-size: 16px;
        background: #008931;
        box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.4);
        margin-bottom: 15px;
    }

    .how-it-work .panel span,
    .how-it-work .panel:hover span {
        -webkit-transition: all ease-out 0.3s;
        -moz-transition: all ease-out 0.3s;
        -o-transition: all ease-out 0.3s;
        transition: all ease-out 0.3s;
    }

    .how-it-work .panel:hover span {
        background: rgba(0, 0, 0, 0.4);
    }

    .how-it-work .panel:nth-child(even) {
        background: #78c043;
    }

    .how-it-work .panel-body {
        overflow-y: auto;
        overflow: visible;
        height: 120px;
        padding-left: 120px;
        position: relative;
    }

    .how-it-work .panel-body span {
        position: absolute;
        top: 15px;
        left: 0px;
        width: 90px;
        height: 90px;
        line-height: 90px;
        color: #008931;
        background: #f6f6f6;
        text-align: center;
        font-size: 36px;
        font-weight: 800;
        border-radius: 50%;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
    }

    .how-it-work .panel-body span:before {
        content: "";
        position: absolute;
        top: 35px;
        left: -49px;
        width: 50px;
        height: 20px;
        background: #f6f6f6;
        box-shadow: 0px 8px 3px -5px rgba(0, 0, 0, 0.2);
    }

    .how-it-work .panel:nth-child(even) span {
        color: #78c043;
    }

    .how-it-work .step-heading {
        font-size: 28px;
        margin-top: 0px;
        color: rgba(0, 0, 0, 0.3);
        padding-top: 15px;
    }
    /*******************end vertical progress bar *************/
    /************* small-box*****************/

    .small-box {
        border-radius: 2px;
        position: relative;
        display: block;
        margin-bottom: 20px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1)
    }

    .small-box>.inner {
        padding: 10px
    }

    .small-box>.small-box-footer {
        position: relative;
        text-align: center;
        padding: 3px 0;
        color: #fff;
        color: rgba(255, 255, 255, 0.8);
        display: block;
        z-index: 10;
        background: rgba(0, 0, 0, 0.1);
        text-decoration: none
    }

    .small-box>.small-box-footer:hover {
        color: #fff;
        background: rgba(0, 0, 0, 0.15)
    }

    .small-box h3 {
        font-size: 38px;
        font-weight: bold;
        margin: 0 0 10px 0;
        white-space: nowrap;
        padding: 0
    }

    .small-box p {
        font-size: 15px
    }

    .small-box p>small {
        display: block;
        color: #f9f9f9;
        font-size: 13px;
        margin-top: 5px
    }

    .small-box h3,
    .small-box p {
        z-index: 5
    }

    .small-box .icon {
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        position: absolute;
        top: -10px;
        right: 10px;
        z-index: 0;
        font-size: 90px;
        color: rgba(0, 0, 0, 0.15)
    }

    .small-box:hover {
        text-decoration: none;
        color: #f9f9f9
    }

    .small-box:hover .icon {
        font-size: 95px
    }

    @media (max-width:767px) {
        .small-box {
            text-align: center
        }
        .small-box .icon {
            display: none
        }
        .small-box p {
            font-size: 12px
        }
    }
    /************* end-small-box******************/
    /************* address new style **********/

    .mb-4,
    .my-4 {
        margin-bottom: 1.5rem!important;
    }

    .shadow {
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
    }

    .p-4 {
        padding: 1.5rem!important;
    }

    .media {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .mr-3,
    .mx-3 {
        margin-right: 1rem!important;
    }

    .media-body {
        -ms-flex: 1;
        flex: 1;
    }

    .text-secondary {
        color: #6c757d!important;
    }

    .font-weight-bold {
        font-weight: 700!important;
    }

    .mb-0,
    .my-0 {
        margin-bottom: 0!important;
    }

    p.address-p {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .card-address {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        /* border: 1px solid rgba(0, 0, 0, .125); */
        border-radius: .25rem;
    }

    .table-custom-td-padding tbody tr td {
        padding: 3px 4px 0px 20px !important;
    }

    .word-wrap {
        white-space: normal !important;
    }
    /* // Small devices (landscape phones, 576px and up) */

    @media (min-width: 576px) {}
    /* // Medium devices (tablets, 768px and up) */

    @media (min-width: 768px) {}
    /* // Large devices (desktops, 992px and up) */

    @media (min-width: 992px) {
        .card-counter .count-numbers {
            font-size: 18px !important;
        }
    }
    /* // Extra large devices (large desktops, 1200px and up) */

    @media (min-width: 1200px) {
        #history-cr {
            width: 22%;
            vertical-align: top;
        }
    }


    /* // Medium devices (tablets, less than 992px) */

    @media (max-width: 991.98px) {
        #history-cr {
            width: 22%;
            vertical-align: top;
        }
        .icofont-6x {
            font-size: 3em !important;
        }
    }
    /* // Large devices (desktops, less than 1200px) */

    @media (max-width: 1199.98px) {
        #history-cr {
            width: 15%;
            vertical-align: top;
        }
    }

    /* // Extra small devices (portrait phones, less than 576px) */

    @media (max-width: 575.98px) {
        #history-cr {
            width: 80%;
        }
        .icofont-6x {
            font-size: 3em !important;
        }
    }

     /* // Small devices (landscape phones, less than 768px) */

     @media (max-width: 767.98px) {
        #history-cr {
            width: 80%;
        }
        .icofont-6x {
            font-size: 3em !important;
        }
    }

    .table-custom-td-padding tbody tr td.p-20 {
        padding: 20px !important;
    }
    /* Custom Css Written by Muhammad Farhan*/

    .move-to {
        margin: 20px;
        font-weight: 700;
    }

    .moveto-companies-btn {
        width: 150px;
    }

    .moveto-companies-btn:hover {
        width: 150px;
    }

    .custom-radio div {
        clear: both;
        overflow: hidden;
    }

    .custom-radio label {
        width: 100%;
        border-radius: 3px;
        border: 1px solid #D1D3D4;
        font-weight: normal;
    }

    .custom-radio input[type="radio"]:empty,
    .custom-radio input[type="checkbox"]:empty {
        display: none;
    }

    .custom-radio input[type="radio"]:empty~label,
    .custom-radio input[type="checkbox"]:empty~label {
        position: relative;
        line-height: 2.5em;
        text-indent: 3.25em;
        margin-top: 1em;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .custom-radio input[type="radio"]:empty~label:before,
    .custom-radio input[type="checkbox"]:empty~label:before {
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        content: '';
        width: 2.5em;
        background: #D1D3D4;
        border-radius: 3px 0 0 3px;
    }

    .custom-radio input[type="radio"]:hover:not(:checked)~label,
    .custom-radio input[type="checkbox"]:hover:not(:checked)~label {
        color: #888;
    }

    .custom-radio input[type="radio"]:hover:not(:checked)~label:before,
    .custom-radio input[type="checkbox"]:hover:not(:checked)~label:before {
        content: '\2714';
        text-indent: 0.9em;
        color: #C2C2C2;
    }

    .custom-radio input[type="radio"]:checked~label,
    .custom-radio input[type="checkbox"]:checked~label {
        color: #777;
    }

    .custom-radio input[type="radio"]:checked~label:before,
    .custom-radio input[type="checkbox"]:checked~label:before {
        content: '\2714';
        text-indent: 0.9em;
        color: #333;
        background-color: #ccc;
    }

    .custom-radio input[type="radio"]:focus~label:before,
    .custom-radio input[type="checkbox"]:focus~label:before {
        box-shadow: 0 0 0 3px #999;
    }

    .custom-radio-default input[type="radio"]:checked~label:before,
    .custom-radio-default input[type="checkbox"]:checked~label:before {
        color: #333;
        background-color: #ccc;
    }

    .custom-radio-primary input[type="radio"]:checked~label:before,
    .custom-radio-primary input[type="checkbox"]:checked~label:before {
        color: #fff;
        background-color: #337ab7;
    }

    .custom-radio-success input[type="radio"]:checked~label:before,
    .custom-radio-success input[type="checkbox"]:checked~label:before {
        color: #fff;
        background-color: #5cb85c;
    }

    .custom-radio-danger input[type="radio"]:checked~label:before,
    .custom-radio-danger input[type="checkbox"]:checked~label:before {
        color: #fff;
        background-color: #d9534f;
    }

    .custom-radio-warning input[type="radio"]:checked~label:before,
    .custom-radio-warning input[type="checkbox"]:checked~label:before {
        color: #fff;
        background-color: #f0ad4e;
    }

    .custom-radio-info input[type="radio"]:checked~label:before,
    .custom-radio-info input[type="checkbox"]:checked~label:before {
        color: #fff;
        background-color: #5bc0de;
    }

    @keyframes shadow-pulse {
        0% {
            box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
        }
        100% {
            box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
        }
    }

    @keyframes shadow-pulse-big {
        0% {
            box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
        }
        100% {
            box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
        }
    }

    .pulse {
        animation: shadow-pulse 1.5s infinite;
    }

    #scrollable-dropdown-menu .tt-dropdown-menu,
    #scrollable-dropdown-menu .tt-menu {
        max-height: 150px;
        overflow-y: auto;
    }
    /* change color of matches */

    .tt-suggestion strong {
        font-weight: normal;
        color: red;
    }

    .tt-hint {
        border: 2px solid #CCCCCC;
        border-radius: 8px;
        height: 30px;
        line-height: 30px;
        outline: medium none;
        padding: 8px 12px;
        width: 396px;
    }

    .tt-query {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    }

    .tt-hint {
        color: #999999;
    }

    .tt-menu {
        padding: 8px 0;
    }

    .tt-suggestion {
        padding: 3px 20px;
    }

    .tt-suggestion:hover,
    .tt-suggestion:focus {
        cursor: pointer;
        background-color: #0097CF;
        color: #FFFFFF;
    }

    .tt-suggestion p {
        margin: 0;
    }

    .fs-20 {
        font-size: 20px !important;
    }

    .opacity_70 {
        opacity: 0.70 !important;
    }

    .display-5 {
        font-size: 2.0rem;
        line-height: 1.2;
    }
    /* Firefox old*/

    @-moz-keyframes blink {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }

    @-webkit-keyframes blink {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    /* IE */

    @-ms-keyframes blink {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    /* Opera and prob css3 final iteration */

    @keyframes blink {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }

    .blink-image {
        -moz-animation: blink normal 2.5s infinite ease-in-out;
        /* Firefox */
        -webkit-animation: blink normal 2.5s infinite ease-in-out;
        /* Webkit */
        -ms-animation: blink normal 2.5s infinite ease-in-out;
        /* IE */
        animation: blink normal 2.5s infinite ease-in-out;
        /* Opera and prob css3 final iteration */
    }

    .text-red {
        color: #f55753 !important;
    }

    colo .blinking {
        animation: blinkingText 1.2s infinite;
    }

    @keyframes blinkingText {
        0% {
            color: #000;
        }
        49% {
            color: #000;
        }
        60% {
            color: transparent;
        }
        99% {
            color: transparent;
        }
        100% {
            color: #000;
        }
    }
    .toolbar-custom {
        margin-bottom: 10px;
    }
    pre {
        overflow-x: auto;
        white-space: pre-wrap;
        white-space: -moz-pre-wrap;
        white-space: -pre-wrap;
        white-space: -o-pre-wrap;
        word-wrap: break-word;
     }

     /****************** ribbon container******************/
     .ribbon-secondary {
        background: #3c485f;
        height: 50px;
        width: auto;
        display: inline-block;
        padding: 0 36px 0 0;
        margin: auto;
        position: relative;
        color: #fff;
        line-height: 50px;
        font-size: 16px;
        text-align: center;
        margin-left: 25px;
        margin-bottom:10px;
    }
      .ribbon-secondary:before {
        content: '';
        border: 25px solid #3c485f;
        border-left-color: transparent;
        border-left-width: 12px;
        position: absolute;
        top: 0;
        left: -37px;
    }
      .ribbon-secondary:after {
        content: '';
        border: 25px solid transparent;
        border-left-color: #3c485f;
        border-left-width: 12px;
        position: absolute;
        top: 0;
        right: -37px;
    }

/************************* end ribbon container *****************/

#overlay {
    background: #ffffff;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .80;
  }

  div.loaderModal.swal2-container {
    z-index: 6000 !important;
  }

  #overlay .close{
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 50px;
    color: #6d5cae;
    opacity: 100;
  }
  .spinner {
      margin: 0 auto;
      height: 64px;
      width: 64px;
      animation: rotate 0.8s infinite linear;
      border: 5px solid #6d5cae;
      border-right-color: transparent;
      border-radius: 50%;
  }
  @keyframes rotate {
      0% {
          transform: rotate(0deg);
      }
      100% {
          transform: rotate(360deg);
      }
  }


.no-border td, .no-border th{
    border: none !important;
}

.font-small{
    font-size: 11px !important;
}
.w-100-per{
    width: 100% !important;
}
.w-parent{
    table-layout: fixed ;
width: 100%;
}
.text-danger{
    color: #dc3545!important;
}
.text-success{
    color: #28a745!important;
}

/* Use this selector to override the line style on a given series */
.ct-series-a .ct-line {
    /* Set the colour of this series line */
    stroke: #65D0BD !important;
    /* Control the thikness of your lines */
    /* stroke-width: 5px; */
    /* Create a dashed line with a pattern */
    /* stroke-dasharray: 10px 20px; */
  }

  /* This selector overrides the points style on line charts. Points on line charts are actually just very short strokes. This allows you to customize even the point size in CSS */
  .ct-series-a .ct-point {
    /* Colour of your points */
    stroke: #3ea390 !important;
    /* Size of your points */
    /* stroke-width: 20px; */
    /* Make your points appear as squares */
    /* stroke-linecap: square; */
  }

  .ct-series-a .ct-area {
        /* fill: #158BE9 !important; */
        fill: #4cdbc1 !important;
    }
.font-bold{
    font-weight: bold;
}

td.details-control {
    /* background: url('http://datatables.net/examples/resources/details_open.png') !important; */
    background-repeat:no-repeat !important;
    background-position: center center !important;
    cursor: pointer;
}
tr.shown td.details-control {
    /* background: url('http://datatables.net/examples/resources/details_close.png') !important; */
    background-repeat:no-repeat !important;
    background-position: center center !important;
}

.hover-able{
    transition: background 0.5s;
    border-radius: 50px;
}
.hover-able:hover{
    background: lightgray;
    padding: 5px;
    border-radius: 50px;
}

.pl-0{
    padding-left: 0px !important;
}

.pr-0{
    padding-right: 0px !important;
}
.font-italic{
    font-size: italic !important;
}
.active-section {
    font-weight: bold !important;
    box-shadow: 0 0 0 3px rgba(0,123,255,.5) !important;
}

/* Better visibility for the active section label */
#activeSection {
    font-size: 14px;
    padding: 5px 10px;
}

/* Improve button appearance */
.operation-buttons .btn {
    min-width: 120px;
    text-align: center;
}

/* Ensure loading indicator is visible */
#datatableLoading {
    background: rgba(255,255,255,0.8);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
}