.ui-datepicker{
    z-index: 9999 !important;   
}


.btn-actions a{
    border: none;
    padding: 0;
    display: inline;
}

.btn-show {
    border-color: #f39c12 !important;
    margin-right: 10px;
}

.btn-show i {
   color: #f39c12 !important;
}

.btn-check {
    border-color: #c4222c !important;
    margin-right: 10px;
}

.activelogs{
    background-color: #757576 !important;
    color: #FFF;
}
body .page-main table.custom_style tbody td.vtop{
    vertical-align: top !important;
}
.modal .tabs-menu ul li a{
	padding: 10px 10px 11px 20px;
    font-size: 13px;
}

.btn-check i {
    color: #008000fc !important;
    font-size: 17px;
}

.btn-edit {
    border-color: #009ee3 !important;
    margin-right: 10px;
}

.btn-edit i {
   color: #009ee3 !important;
}

.btn-delete {
    border-color: #f00 !important;
    margin-right: 10px;
}

.btn-delete i {
   color: #f00 !important;
}

.active_sub_menu{
    background: rgb(240, 246, 255);
}


#sidebar .active_sub_menu{
    background-color: rgb(240, 246, 255);
    color: #18183e;
}

.page-item.active .page-link {
    background-color: #1f33ff !important;
}

/*.page-link {
    color: #ffffff;
}*/

.page-link:hover {
    color: #e4405f;
}

#back-to-top {
    background: #f59622;
}

body.loading #global-loader{
    display: block !important;
}

.loader.nofixed{
    position: relative !important;
}
.loader_ajax_small {
  border: 2px solid #f3f3f3 !important;
  border-radius: 50%;
  border-top: 2px solid #2D2D2D !important;
  width: 29px;
  height: 29px;
  margin: 0 auto;
  -webkit-animation: spin_loader_ajax_small 2s linear infinite;
  animation: spin_loader_ajax_small 2s linear infinite;
    top: 50%;
    position: relative;
}

@-webkit-keyframes spin_loader_ajax_small {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

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


table .fa-print{
    color: #008000fc;   
}
.wrapper{
    min-height: 800px;   
}

.str_notif{
    position: relative;
    top: 10px;
}

.btn-phone-h {
    color: #FFF !important;
    width: 125px;
}

@media (min-width: 576px){
    #ModalColisSuivi .modal-dialog {
        max-width: 70%;
    }
    
    .BigModal .modal-dialog {
        max-width: 95% !important;
    }
}

@media only screen and (max-width: 768px) {
    .page-header .breadcrumb{
        display: none;
    } 
}


@media (max-width: 480px){
    .tabs-menu ul li a {
        width: 100%;
        padding-right: 10px !important;
    }
}

.fa-shopify{
    background-attachment: scroll;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    height: 100%;
    left: 15px;
    position: absolute;
    top: 0;
    width: 20px;
    background-image: url(images/icones/shopify-48.png);
}

.icon-shopify span,.icon-shopify-top span{
    margin-left: 23px;
}

td.icon-shopify,td.icon-shopify-top{
    position: relative;
}

td.icon-shopify .fa-shopify{
    left: 6px;
    top: -4px;
}

td.icon-shopify-top .fa-shopify{
    top: -19px;
    left: 2px;
}


.text-gift{
    color: #ffb093 !important;
}
.bg-gift{
    background-color: #ffb093 !important;
}

.text-noanswer{
    color: #496dab !important;
}
.bg-noanswer{
    background-color: #496dab !important;
}

.text-undelivered{
    color: #000000 !important;
}
.bg-undelivered{
    background-color: #000000 !important;
}

.text-schedule{
    color: #7b98a0 !important;
}
.bg-schedule{
    background-color: #7b98a0 !important;
}

.text-failed{
    color: #f76400 !important;
}
.bg-failed{
    background-color: #f76400 !important;
}

.text-test{
    color: #c5aade !important;
}
.bg-test{
    background-color: #c5aade !important;
}

.text-duplicate{
    color: #78e3ef !important;
}
.bg-duplicate{
    background-color: #78e3ef !important;
}

.dropdown-menu-agent{
    /*top: 150px !important;*/
     transform: translate3d(-70px, 35px, 0px)!important;
}

.page-main table.custom_style thead,
.custom_style thead{
    background-color: rgba(74, 85, 104, 1);
}

.page-main table.custom_style tbody td,
.custom_style tbody td,
.page-main table.custom_style thead th,
.custom_style thead th{
    font-size: 12px;
    font-weight: 400;
    padding: 5px;
} 

.page-main table.custom_style thead th strong,
.custom_style thead th strong{
    font-size: 12px;
    font-weight: 500;
}

.page-main table.custom_style .form-group input,
.custom_style .form-group input, 
.page-main table.custom_style input.form-control,
.custom_style input.form-control{
    padding: 4px;
    font-size: 13px;
}

.daterangepicker .drp-sortby,.daterangepicker .drp-timezone {
    display: inline-block;
    font-size: 12px;
    padding-right: 8px;
}

.daterangepicker  .drp-timezone{
    margin-left: 20px;
}
.daterangepicker .dropdownstatuts{
    width: 120px;
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
}

.text-gift{
    color: #ffb093 !important;
}
.bg-gift{
    background-color: #ffb093 !important;
}

.text-noanswer{
    color: #496dab !important;
}
.bg-noanswer{
    background-color: #496dab !important;
}

.text-undelivered{
    color: #000000 !important;
}
.bg-undelivered{
    background-color: #000000 !important;
}

.text-schedule{
    color: #7b98a0 !important;
}
.bg-schedule{
    background-color: #7b98a0 !important;
}

.text-failed{
    color: #f76400 !important;
}
.bg-failed{
    background-color: #f76400 !important;
}

.text-test{
    color: #c5aade !important;
}
.bg-test{
    background-color: #c5aade !important;
}

.text-duplicate{
    color: #78e3ef !important;
}
.bg-duplicate{
    background-color: #78e3ef !important;
}
.bg-paid{
    background-color: #4caf50 !important;
}
.bg-confirmed{
    background-color: #78e3ef !important;
}
.bg-remittance{
    background-color: #8bc34a !important;
}
.progress-sm, .progress-sm .progress-bar{
    height: 24px;
    font-weight: bold;
    font-size: 12Px;
}
.bg-confirmation{
    background-color: #78e3ef !important;
}
.bg-profit{
    background-color: #85c33d !important;
}
.cardbrd{
    border: 1px solid;
}

.allborder .card .card {
    border: 1px solid #ccccccc7;
}


.card-all strong,
.card-all .text-muted{
    color: #2471A3 !important;
}

.card-new strong,
.card-new .text-muted{
    color: #9A7D0A !important;
}

.card-real strong,
.card-real .text-muted{
    color: #F39C12 !important;
}

.card-confirmed strong,
.card-confirmed .text-muted{
    color: #239B56 !important;
}

.card-upselling strong,
.card-upselling .text-muted{
    color: #D68910 !important;
}

.card-noanswer strong,
.card-noanswer .text-muted{
    color: #D4AC0D !important;
}

.card-canceled strong,
.card-canceled .text-muted{
    color: #E74C3C !important;
}

.card-schedule strong,
.card-schedule .text-muted{
    color: #2E86C1 !important;
}

.card-failed strong,
.card-failed .text-muted{
    color: #C0392B !important;
}

.card-test strong,
.card-test .text-muted{
    color: #8b8b8b !important;
}

.card-duplicate strong,
.card-duplicate .text-muted{
    color: #566573 !important;
}

.card-pending strong,
.card-pending .text-muted{
    color: #78e3ef !important;
}

.xxsmall{
    font-size: xx-small;
}

.submit_statistic{
    width: 15%;
    margin-bottom: 20px;
    float: right;
}

body.is-affiliate .submit_statistic{
    position: absolute;
    right: 10px;
    top: 0;
}

.multiselect-wrapper{
    width: 100% !important;
    margin-top: -5px;
}

.nav-multi li{
    padding-bottom: 15px;
}
@media (min-width: 576px){
    .BigModal .modal-dialog {
        max-width: 70%;
    }
    
    .BigModal2 .modal-dialog {
        max-width: 70%;
    }
}

@media only screen and (max-width: 767px) {
    a.btn,#ModalPrintSelect .btn-print-select{
        width: 100% !important;
        margin-bottom: 10px;
    }
}

#ModalPrintSelect .btn-submit{
    width: 48%;
    margin-bottom: 10px;
}

.pointer{
    cursor: pointer;
}

.table thead strong{
    font-size: 12px;
}




.show_invoice{
    cursor: pointer;
}
.btn-danger {
    color: #fff;
    background-color: #ac1b1a;
    border-color: #a11918;
}
body .btn_callcenter,body .btn-min{
    padding: 4px;
    font-size: 12px !important;
}
 .disabled-link {
    pointer-events: none;
    text-decoration: none;
    cursor: default;
    opacity: 0.5;
    padding: 4px;
    font-size: 12px !important;
  }
.notecallcenter{
    text-align: justify;
    color: #ac1c1b;
    font-weight: 400;
    overflow: auto;
    width: 100%;
}
.price_popup{
    display: block;
    color: #ac1c1b;
    font-weight: bold;
    width: 100%;
    font-size: 15px;
    text-decoration: underline;
    letter-spacing: 2px;
}

.status_popup{
    position: relative;
    top: 5px;
    font-weight: bold;
    color: #44aaf2 !important;
}

 .btn-circle.btn-sm {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    font-size: 8px;
    text-align: center;
}

.btn-group .dropdown-submenu {
    position: relative;
}

.btn-group .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
.zi{
    z-index: 9999999999;
}

.dhide{
    display: none !important;
}

.error_required{
    border: 1px solid #f00000;
}

#ModalImport .list-group-item{
    background-color: transparent;
}
#ModalImport .list-group-item.active{
    background-color: #fff !important;
}

#ModalImport .list-group-item.active span{
    color: #30304d !important;
}

hr.m5{
    margin: 5px 0;
}

.select2-results .select2-results__message{
    display: none;
}
td.text-preview {
    max-width: 200px; /* Set the desired width */
    white-space: nowrap; /* Prevent wrapping */
    overflow: hidden; /* Hide overflow */
    text-overflow: ellipsis; /* Show ellipsis */
    cursor: pointer; /* Make it look interactive */
    position: relative; /* For tooltip positioning */
  }
  
  td.text-preview:hover span.full-text {
    display: block; /* Show the full text */
  }
  span.full-text {
    display: none; /* Initially hidden */
    position: absolute; /* Position near the cell */
    background: #f9f9f9;
    color: #000;
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 5px;
    z-index: 1000;
    white-space: normal; /* Allow text wrapping */
    max-width: 400px; /* Optional: limit tooltip width */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }

.select2-selection--multiple .select2-search__field{
        height: 28px;

}

.table-responsive{
        min-height: 400px;
}