.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%;
}


 .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;
}

/* Carousel arrows and indicators customization - Blue theme */
/* Carousel control buttons positioning - ensure they appear in front of caption */
.carousel-control-prev,
.carousel-control-next {
    z-index: 10 !important;
    opacity: 0.8 !important;
    transition: all 0.3s ease !important;
}

/* Style the arrow icons with circular background */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 35px !important;
    height: 35px !important;
    background-color: rgba(255, 255, 255, 0.8) !important;
    border-radius: 50% !important;
    border: 2px solid rgba(0, 61, 165, 0.3) !important;
    transition: all 0.3s ease !important;
}

.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
    background-color: rgba(255, 255, 255, 0.95) !important;
    border-color: rgba(0, 61, 165, 0.6) !important;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 1 !important;
}

/* Previous arrow icon - Blue */
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23003da5'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* Next arrow icon - Blue */
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23003da5'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* Carousel indicators - Blue dots */
.carousel-indicators {
    bottom: 20px !important;
}

.carousel-indicators [data-bs-target] {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background-color: rgba(255, 255, 255, 0.6) !important;
    border: 2px solid #003da5 !important;
    opacity: 0.7 !important;
    margin: 0 5px !important;
    transition: all 0.3s ease !important;
}

.carousel-indicators .active,
.carousel-indicators [data-bs-target].active {
    background-color: #003da5 !important;
    opacity: 1 !important;
    transform: scale(1.2) !important;
}



.slides_caption {
    background-color: #ffc905;
    display: inline-flex;
    padding: 12px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: end;
    align-items: flex-start;
    gap: 16px;
    position: absolute;
    bottom: 5rem;
    left: auto;
    right: 0;
    z-index: 1;
    width: auto;
    max-width: 400px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.slides_caption .slides_subtitle {
    color: #505050;
    font-family: Montserrat,Roboto,Arial,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.slides_caption .slides_title {
    color: #505050;
    font-family: Montserrat,Roboto,Arial,sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
}


/**
 * Content overflow prevention
 */


/* Flex/Grid overflow guard: */
.field,
.form-input-panel,
.accordion-collapse,
.shb-guide_page {
  min-width: 0;
}

/* Text content containers: */
:where(
  .field,
  .form-input-panel #question-form-wrapper,
  .accordion-collapse .accordion-body,
  .shb-guide_page
) {
  box-sizing: border-box;
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;     /* handles long URLs/unbroken strings */
  overflow-wrap: break-word;   /* fallback for older engines */
  word-break: break-word;      /* legacy fallback */
  hyphens: auto;               /* requires correct <html lang="…"> */
}

/* Drupal field items: */
:where(.field .field__item) {
  max-width: 100%;
  min-width: 0;
}

/* Media elements */
:where(
  .content-messages,
  .form-input-panel #question-form-wrapper,
  .accordion-collapse .accordion-body,
  .shb-guide_page
) :is(img, video, iframe) {
  display: block;
  max-width: 100%;
  height: auto; /* harmless for iframes when height is explicit */
}

/* Large raster/video media shouldn’t dominate the viewport */
:where(
  .content-messages,
  .form-input-panel #question-form-wrapper,
  .accordion-collapse .accordion-body,
  .shb-guide_page
) :is(img, video) {
  max-height: 70vh;
  object-fit: contain;
}

/* Code blocks */
:where(
  .field,
  .form-input-panel #question-form-wrapper,
  .accordion-collapse .accordion-body,
  .shb-guide_page
) pre {
  white-space: pre;
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
}

/* Inline code */
:where(
  .field,
  .form-input-panel #question-form-wrapper,
  .accordion-collapse .accordion-body,
  .shb-guide_page
) code {
  white-space: normal;
  overflow-wrap: anywhere;
}

/* Syntax highlighters (Prism/HLJS) */
:where(
  .field pre[class*="language-"],
  .field .hljs,
  .form-input-panel #question-form-wrapper pre[class*="language-"],
  .form-input-panel #question-form-wrapper .hljs,
  .accordion-collapse .accordion-body pre[class*="language-"],
  .accordion-collapse .accordion-body .hljs,
  .shb-guide_page pre[class*="language-"],
  .shb-guide_page .hljs
) {
  white-space: pre;
  overflow-x: auto;
  max-width: 100%;
}

