.sdh-refound-image img{
    width: 150px;
    height: 150px;
}
.sdh-refound-image .field--label{
    display: none!important;
}
.sdh-refound-image {
    padding: 8px!important;
}
.backProduct .modal-dialog {
    min-width: 43%!important
}
.checkbox-align{
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
}
.item_refound_reason {
    margin-bottom: 24px;
}


.tooltip .tooltip-inner {
    background-color: #003da5;
    font-size: 14px!important;
}

.tooltip .tooltip-arrow:before {
    border-bottom-color: #003da5!important;
}


/*Page collab*/
.panel-container input[type="text"] {
    height: 45px;
    margin-top: 0;
}
.panel-container  .panel-title {
        font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 26px;
        margin-bottom: 12px;
}

.table-collab th a{
    text-decoration: none;
}

.view-id-user_admin_people .view-filters{
    padding: 15px;
    box-shadow: 0 .1rem .8rem rgba(0, 0, 0, .1) !important;
    border-radius: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
}
#vbo-action-form-wrapper{
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

#edit-submit--2 {
    color: #fff !important;
    border-color: #003da5;
    background-color: #003da5;
    background-position: center;
    border-radius: 8px;
    height: 47px;
    padding: 14px 23px;
    line-height: 16px;
}
.views-field-operations .dropdown-toggle {
    background-color: white!important;
    color: #003da5!important;
    border-radius: 8px!important;

}
.views-field-operations .btn-xs {
    background-color: white!important;
    color: #003da5!important;
    border-radius: 8px!important;
    border:1px solid #003da5!important;
}
.views-field-operations .links {
    display: flex;
    gap: 4px;
}
span.value.upper::before{
    content: ""!important;
}
span.value.lower::before{
    content: ""!important;
}
.yellow-lighter{
    background-color: #FFD94D;
}

.card-product {
    position: relative;
}
.card-product:hover{
    cursor: pointer;
    background-color: rgba(0,0,0,0.1);
    border-color: #003da5;

}
.card-product-content {
    text-align: center;
}

.bef-exposed-form .panel-container:first-child{

width: 100%;
}

.bef-exposed-form #edit-actions{
    float: left;
    width: 100%;

}
.form-item-user {
    width: 36%;
}
.form-item-name-1 {
    width: 36%;
}
.form-item-code-regate {
    width: 14%;
}
.js-form-item-field-establishment-address-postal-code {
    width: 14%;
}
.form-item-name-2 , .form-item-code-function , .form-item-name  , .form-item-field-use-case-target-id {
    width: 17%;
}
.form-item-roles-target-id , .form-item-status{
   width: 14%;
}

.dataTables_paginate {
    display: none !important;
}
.table-shb .btn-group {
     height: 40px;
}
.table-shb  td {
    font-family: 'Roboto',Arial,sans-serif;
    padding: 16px;
    vertical-align: middle;
    font-size: 14px;
}
.table-shb  th{
    text-align: center;
}

.table-shb  .table-dark {
    padding-right: 2rem;
    vertical-align: middle;
    font-weight: 600;

    color: #fff;
    background-repeat: no-repeat;
    background-position: center right;
    min-height: 2.8rem;
    padding: .3rem 3rem;
    font-size: 1.4rem;
    line-height: 1.5em;
    border: none;
    background-image: none !important;
    background-color: transparent !important;
}
.table-shb .views-field-roles-target-id ul li{
    list-style: none;
    display: inline-block;
    border: 1px solid #003da5;
    border-radius: 12px;
    color: #003da5;
    width: 100%;
    padding: 4px;
    text-align: center;
    font-size: 12px;
}
.table-shb ul {
    padding: 0;
    margin:0;

}
.views-field-roles-target-id ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.table-shb  tr .priority-low  {
    font-weight: 700;
}

.table-responsive::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 100px;
}

.table-responsive::-webkit-scrollbar:hover {
    background-color: rgba(0, 0, 0, .09);
}

.table-responsive::-webkit-scrollbar-thumb {
    background: #656465;
    border-radius: 100px;
}

.table-responsive::-webkit-scrollbar-thumb:active {
    background: rgba(0, 0, 0, .61);
    border-radius: 100px;
}

.table-responsive::-webkit-scrollbar-thumb:vertical {
    min-height: 6px;
}

.table-responsive::-webkit-scrollbar-thumb:horizontal {
    min-width: 6px;
}
.table-shb  tbody  tr:nth-child(odd) {
    background-color: white;
    }

tr:nth-child(even) {
background-color: #f7f7f7;
}
.pagination  {
    display: flex;
    margin-top: 32px;
    flex-wrap: wrap;
    justify-content: center;
    gap: .8rem 1.6rem;
}
.pagination  .is-active{
    border-color: #ffc905 !important;
    background: #ffc905 !important;
    color: #505050 !important;
    border-radius: 2.5rem;
}
.pagination  li a:hover{
    border-color: #505050;
    background: #f7f7f7;
    color: #505050 !important;
    border-radius: 2.5rem;
}
.pagination li a{
    background: 0 0;
    border-radius: 2.5rem;
    font-weight: 700;
    font-size: 1.2rem;
    width: 3.6rem;
    height: 3.6rem;
    padding: 0;
    display: flex;
    align-items: center;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #333 !important;
    justify-content: center;
    border: .1rem solid transparent;
}
.pagination .pager__item--next a , .pagination .pager__item--first a  {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    color: #505050 !important;
}
.pagination .pager__item--next a:before{
    content: "\e91b";
    font-weight: 400;
    font-size: 2.4rem;
    font-family: 'icomoon_design_system';
}

.pagination .pager__item--first a:before{
    content: "\e91a";
    font-weight: 400;
    font-size: 2.4rem;
    font-family: 'icomoon_design_system';
}

.paginaion .pager__item--previous a:before{
    content: "\e916";
    font-weight: 400;
    font-size: 2.4rem;
    font-family: 'icomoon_design_system';
}
.pagination .pager__item--previous a , .pagination .pager__item--last a{
    display: none;
}
.view-id-ordered_quantity_by_variation #edit-fieldset-1 #edit-placed-wrapper{
width: 40%;
}
.view-id-ordered_quantity_by_variation #edit-placed-wrapper--2 .form-item-placed-min , .view-id-ordered_quantity_by_variation #edit-placed-wrapper--2 .form-item-placed-max{
    width: 50%;
}

.view-id-ordered_quantity_by_variation #edit-fieldset-1 .form-item-type  {
    width: 20%;
    margin-top: 8px;
}
.view-id-ordered_quantity_by_variation #edit-fieldset-1 .form-item-establishment-descendant-filter-1{
    width: 25%;
    margin-top: 8px;
}

.view-id-ordered_quantity_by_variation #edit-fieldset-1 .form-item-field-establishment-address-postal-code{
width: 15%;
margin-top: 8px;
}

.view-id-ordered_quantity_by_variation #edit-fieldset-2  .form-item  {
    width: 25%;
}
.view-id-ordered_quantity_by_variation #edit-fieldset-2 {
    width: 100%;
}
.view-id-ordered_quantity_by_variation  .view-filters{
    padding: 15px;
    box-shadow: 0 .1rem .8rem rgba(0, 0, 0, .1) !important;
    border-radius: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.view-users-quantity-by-function-code-and-use-case .view-filters{
    padding: 15px;
    box-shadow: 0 .1rem .8rem rgba(0, 0, 0, .1) !important;
    border-radius: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.view-users-quantity-by-function-code-and-use-case #edit-fieldset-1 .form-item{
width: 25%;
}
.view-users-quantity-by-function-code-and-use-case #edit-fieldset-2 .form-item{
    width: 50%;
}
.view-users-quantity-by-function-code-and-use-case #edit-fieldset-2{
    width: 100%;
}

.view-users-quantity-by-function-code-and-use-case  td {
    text-align: center;
}
.view-id-ordered_quantity_by_variatio td {
    text-align: center;
}

 .shb-url-table {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
 }

 .shb-url-table .glyphicon-chevron-up:before {
    content: "\e91b";
    font-weight: 400;
     font-family: 'icomoon_design_system';
    display: block;

     transform: rotate(90deg);
     font-size: 1.8rem;
 }
 .shb-url-table .glyphicon-chevron-down:before {
    content: "\e91b";
    font-weight: 400;
     font-family: 'icomoon_design_system';
    display: block;
     transform: rotate(-90deg);
     font-size: 1.8rem;
 }
 .shb-url-table .icon-sort-default:before{
    content: "\e973";
    font-weight: 400;
     font-family: 'icomoon_design_system';
    display: block;
      font-size: 1.8rem;
 }
 .badge-ecommerce .badge-right-content .remaining-balance{
    border-right: none!important;
 }

 .header-badge-cart .shop-header{
    padding: 0
 }
 .header-badge-cart  {
    padding-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;

 }
 .header-badge-cart:after{
    content: "";
    height: 2.4rem;
    width: .1rem;
    background-color: #ccc;
    position: absolute;
    right: 0;
 }

 .csv-feed a{
     background-image:  url('csv.png')!important;
    width: 55px!important;
    height: 42px;
    display: flex;
    margin-top: 20px;
    font-size: 0;
background-size: 40px!important;
  }


  .row-border-bottom.disable{
    background-color: #e5e5e5;
  }
  .row-border-bottom.resolved{
    background-color: #c9ffcd;
  }
.supernova-30-bgcolor .badge-right-content .size-assistant{
    border-right: none!important;
  }
  .badge-ecommerce .badge-left-content span {
    margin-left: 10px;
  }

.order-expeditions{
    border-top: 1px solid #d2d2d1;
    padding-top: 8px;
  }
  .order-shippement-item {
    display: flex;
        flex-direction: row;
        gap: 16px;

  }

  .order-shippement-item  ul li{
 list-style: none;
 list-style: none;
 color: #3c3c3c;
 font-family: Roboto, Arial, sans-serif;
 font-size: 1.4rem;
 font-style: normal;
 font-weight: 400;
 line-height: 2rem;
  }

  .order-shippement-item  ul {
        display: flex;
        flex-direction: column;
        border-right: 1px solid #d2d2d1;
        padding-right: 8px;
        padding-left: 0;
}
.order-shippement-item  ul:last-child{
    border-right: none;
}
.order-expeditions h4{
    margin-bottom: 4px;

}
.table-responsive{
    padding-bottom: 30px;
}
.table-responsive tr:last-child td{
    border-bottom: 0;
}
.mensurations-note{
    padding-left: 8px!important;
}
.btn-small-size{
    font-size: 13px;
}
#comment-form{
    font-size: 13px;
}
.message-inner{
    padding: 0 40px;
}


.text-transform-none {
    text-transform: none !important;
}

.gap-3-important {
  gap: 1rem !important;
}

.shb-has-notification {
   position: relative;
}
.shb-has-notification::before {
   content: '';
   width: 8px;
   height: 8px;
   background-color: #ffc905;
   border-radius: 100%;
   position: absolute;
   top: 30%;
   right: 0;
}

tr.new-ticket {
  font-weight: bold;
  background-color: #fffbea;
}

.shb-dialog h1 {
    font-size: initial;
}