
   
    
.widthfull-chart{
    width:100%;
}
.bg-blue {
    background: #3d77b2;
}

.bg-dropdown {
    background: #81a6cc;
}

.card-heading{
    color:#c1c7ce;
}

/* loader */

 .overlay-loader{
    position: absolute;
    height:100%;
    width:100%;
    background: rgb(245 245 245 / 40%);
    z-index: 9999;
}
.overlay-loader-task{
    position: absolute;
    height:100%;
    width:100%;
    background: rgb(245 245 245 / 40%);
    z-index: 9999;
}
.loading {
    display: flex;
    align-content: center;
    justify-content: center;
    height: 100%;
    position: absolute;
    margin: 0 auto;
    top: 45%;
    right:0;
    left:0;
}
.loading .dot {
    position: relative;
    width: 1em;
    height: 1em;
    margin: 0.8em;
    border-radius: 50%;
}
.loading .dot::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    animation: wave 2s ease-out infinite;
}
.loading .dot:nth-child(1) {
    background:#004d9a ;
}
.loading .dot:nth-child(1)::before {
    animation-delay: 0.2s;
}
.loading .dot:nth-child(2) {
    background: #004d9a ;
}
.loading .dot:nth-child(2)::before {
    animation-delay: 0.4s;
}
.loading .dot:nth-child(3) {
    background: #004d9a;
}
.loading .dot:nth-child(3)::before {
    animation-delay: 0.6s;
}
.loading .dot:nth-child(4) {
    background: #004d9a;
}
.loading .dot:nth-child(4)::before {
    animation-delay: 0.8s;
}
.loading .dot:nth-child(5) {
    background: #004d9a;
}
.loading .dot:nth-child(5)::before {
    animation-delay: 1s;
}
@keyframes wave {
    50%, 75% {
        transform: scale(2.5);
   }
    80%, 100% {
        opacity: 0;
   }
}

/* loader */

/* #select2-financial-shipment-results .select2-results__option--selected ,.select2-results__option--selectable::before{
    visibility: hidden;
} */

#select2-financial-spend-results .select2-results__option--selected::before{
    visibility: hidden;
}

#select2-financial-spend-results .select2-results__option--selectable::before{
    visibility: hidden; 
}

#select2-financial-shipment-results .select2-results__option--selected::before{
    visibility: hidden;
}

#select2-financial-shipment-results .select2-results__option--selectable::before{
    visibility: hidden; 
}

#select2-financial-date-results .select2-results__option--selected::before{
    visibility: hidden;
}

#select2-financial-date-results .select2-results__option--selectable::before{
    visibility: hidden; 
}

#select2-financial-spend-results .select2-results__option--highlighted {
    background: #9cbad8!important;
}

#select2-financial-shipment-results .select2-results__option--highlighted {
    background: #9cbad8!important;
}

#select2-financial-charges-results .select2-results__option--highlighted {
    background: #9cbad8!important;
}

#select2-financial-date-results .select2-results__option--highlighted {
    background: #9cbad8!important;
}

.select2-selection__choice__remove{
    display:none;
}
.select2-selection__choice{
    border:none!important;
    background:transparent!important;
    color:#fff;
    font-size:14px;
}

.select2-container--default .select2-selection--multiple{
    border-radius:20px!important;
    -webkit-border-radius:20px!important;
    -moz-border-radius:20px!important;
    -ms-border-radius:20px!important;
    -o-border-radius:20px!important;
}

#select2-financial-charges-container{
    padding-right: 30px !important;
}

#select2-financial-charges-container:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 5px solid #ffffff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.select2-container .select2-selection--multiple{
    min-height:unset!important;
}
.select2-container--default .select2-selection--single{
    min-height:unset!important;
   
}

.select2-container .select2-selection--single{
    height:auto!important
}


/* new design */

.custom-border{
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    -ms-border-radius:15px;
    -o-border-radius:15px;
    overflow: hidden;
}

.custom-ul .nav-item .nav-link{
    padding: 3px 4px!important;
    font-size: 9px!important;
}

.small-text{
    font-size:12px;
    font-weight:300;
    text-transform:capitalize;
}
.snd-titile{
    font-size:20px;
}
.snd-titile .txt,#val-volume{
    font-size:30px;
    font-weight: bold;

}
.snd-titile i{
    color:#fff;
    padding-left:10px;
}

.bottom-chart{
    background-image: url(../../../../img/bottom-chart.png);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: bottom center;
}

.bg-dark-theme{
    background:#004e99;
}
.bg-dark-lite{
    background:#00a5e5;
}

.bottom-chart-lite{
    background-image: url(../../../../img/botton-chart-lite.png);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: bottom center;
}

.bg-primary {
    background-color: #635ebe!important;
}

.tracking-process> .progress{
    display:flex!important;
}
.process-tit{
    color:#818181;
    font-weight:400;    
}
.process-tit span{
    text-transform: uppercase;
    font-size:14px;
}
.pro-desc{
    font-size:12px;
}

.bg-lite-theme{
    background:#00a5e6;
}
.process-tool{
    position: absolute;
    right:5px;
    top:10px;
}

#select2-goods-type-container{
    line-height: 24px!important;
    background: #f2f3f8;
    color:#004e99!important;  
    font-size: 11px;
    font-weight: 500
}


.custom-select-box .select2-selection--single .select2-selection__arrow{
    height: 16px!important;
}

#select2-goods-type-results .select2-results__option{
    background:#f2f3f8;
    color:#004e99!important;  
    font-size: 12px;
    font-weight: 500;
}

#select2-goods-type-results .select2-results__option:before{
    display:none;
}

#select2-goods-type-results .select2-results__option--selected{
    background: #ffffff!important;
}

#select2-goods-type-results .select2-results__option--highlighted{
    background: #ffffff!important;s
}


.custom-select-box .select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #004e99 transparent transparent transparent !important;
}
#select2-perf-track-fil-results .select2-results__option--highlighted{
background:#9cbad8!important;
}

#select2-perf-track-fil-results .select2-results__option:before{
    display:none;
}

#select2-perf-track-fil-container{
    background:#004d9a;
    font-size:12px;
}
#select2-perf-track-fil-results{
    background:#004d9a;
   
}
#select2-perf-track-fil-results .select2-results__option--selected{

    background:#3b76b2!important;
}

#select2-perf-track-fil-results .select2-results__option--highlighted{
    background:#3b76b2!important;
    }

    #select2-perf-track-fil-results .select2-results__option{
        font-size:12px;
        font-weight:500;
    }

   .long-arrow-count i{
       font-size: 18px;
       color:#fff!important;
       margin-left:20px;
   } 

 .custom-rounted .icon-rounded{
    width: 40px;
    height: 40px;
    margin-bottom:15px;
 }

 #select2-financial-charges-duty-container:after{
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 5px solid #ffffff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
 }

 #kgs-cbm ul li{
    padding: 3px 3px!important;
 }
 #kgs-cbm ul li a{
    padding: 3px 10px!important;
 }
 .round-dec{
     display:inline-block;
     color:#8ea4ba;
     font-size: 14px;
 }
 .usd-changes> .nav-item{

    padding: 3px 3px!important;
 }
 .usd-changes> .nav-item> .nav-link{

    padding: 3px 10px!important;
 }

 span.select2-selection.select2-selection--single.border-remove , span.select2-selection.select2-selection--multiple.border-remove{
    border-radius: 20px 20px 0 0!important;
}

 #container-tab .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 20px;
    overflow: hidden;
    border: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

#groupage-tab .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius:20px;
    overflow: hidden;
    border: none;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    -ms-border-radius:20px;
    -o-border-radius:20px;
}
#financial-tab .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 20px;
    overflow: hidden;
    border: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

#tracking-box .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 20px;
    overflow: hidden;
    border: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
#transist-box .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 20px;
    overflow: hidden;
    border: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

#select2-ship-vol-results{
    background:#004d9a;
}

#groupage-tab{
    width:100%!important;
}
#sidebar-tabs .tab-content .active{
    width: 100% !important;
}

#select2-financial-charges-container li ,#select2-financial-charges-duty-container li{
    display:none;
    margin-top:0px;
    padding-bottom:0px;
}

/* #select2-financial-charges-container li:first-child{
    display:block;
} */

.select2-container .select2-selection--multiple{
   display:flex!important;
   padding: 8px 10px;
}
ul#select2-financial-charges-container:before {
    position: absolute;
    content: "Show All Charges";
    color: #fff;
    font-family: roboto;
    top: 20%;
}
#select2-financial-charges-duty-container:before {
    position: absolute;
    content: "Show All Charges";
    color: #fff;
    font-family: roboto;
    top: 20%;
}
#select2-financial-date-duty-results li:before{
    display:none;
}




.overlay-loader-task {
    background: transparent;
}
#task-section .card-body .min-ht-400{
    min-height: 400px;
}