@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
  --primay-bg-color:#000;
  --gray-control:#F2F1F4;
  --gray-scs: #F5F8FA;
  --bg-primary-btn: #000;
  --text-color-primary-btn: #fff;
  --bg-secondary-btn: #fff;
  --text-color-secondary-btn: #000;
  --bg-secondary:#EB1748;
  --red-ids:#EB1748;
  --blue-ids:#22BFFA;
  --green-ids:#5AE2AD;
  --green-active: #d8ffd6;
  --yellow-expiring: #fdffde;
  --gray-expired: #f5f3f6;
  --gray-spent: #f8f7fa;
  --text-primary-color: #000;
  --font-weight-bold: 600;
  --font-weight-semi-bold: 500 ;
  --text-gray-medium: #E1DDE4;
  --text-gray-dark: #AAA6B1;
  --bg-blue: #F3FCFF;
  --bg-green: #F6FEFB;
  --bg-green-dark: #D9F9ED;
  --bg-purple: #F2ECF8;
  --bg-yellow: #FEFFF5;
  --bg-champagne: #FFEBEB;
  --cardBox-height: 420px;
  --cardBox-height2: 360px;
  --font-family:'Poppins', sans-serif;
  --sidebar-width:400px;
  --border-radius:30px;
  --border-radius-light:15px;
  --border-radius-5px:5px;


  --currency-positive: #63e3b1;
  --currency-negative: #df5b6f;
}
html {
  font-size: 14px;
}

.text-black{
  color:#000
}

.text-primary-color{
  color:var(--text-primary-color);
}

.text-grey-medium {
  color:var(--text-gray-medium);
}

.text-gray-dark {
  color:var(--text-gray-dark);
}
.text-header{
  color:#000
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  font-family:var( --font-family);
}
.main-container{
  min-height: 55vh;
}
.input-validation-error{
  border:2px solid var(--red-ids)!important;
}
.error{
  color:var(--red-ids)
}
.section{
  margin-top:100px
}
.border-radius{
  border-radius: var(--border-radius)!important;
}
.border-radius-light{
  border-radius: var(--border-radius-light)!important;
}
.border-radius-5px {
 border-radius: var(--border-radius-5px) !important; 
}

.bg-blue{
  background-color: var(--bg-blue);
}
.bg-blue-ids{
  background-color: var(--blue-ids);
}
.bg-gray{
  background-color: var(--gray-control);
}
.bg-gray2 {
  background-color: var(--gray-scs);
}
.bg-green{
  background-color: var(--green-ids);
}
.bg-purple{
  background-color: var(--bg-purple);
}
.bg-yellow{
  background-color: var(--bg-yellow);
}
.bg-white{
  background-color: #fff;
}
.bg-champagne {
  background-color: var(--bg-champagne);
}
.bg-green-active {
  background-color: var(--green-active);
}
.bg-yellow-expiring {
  background-color: var(--yellow-expiring);
}
.bg-gray-expired {
  background-color: var(--gray-expired);
}
.bg-gray-spent {
  background-color: var(--gray-spent);
}
.bg-gray-dark {
  background-color: var(--text-gray-dark);
}
.bg-red{
  background-color: #FFEBEB;
}
.bg-red-ids{
  background-color: var(--red-ids);
}

.horizontalCard{
  min-height: 350px;
}
.mt-100{
  margin-top: 100px;
}
.mt-200{
  margin-top: 200px;
}
.border-gray{
  border:2px solid var(--gray-control) !important;
}
.cursor-pointer {
  cursor: pointer;
}

.cart-img{
  background-color: var(--bg-primary-btn);
  -webkit-mask-image: url(/img/icon-cart.svg);
  mask-image: url(/img/icon-cart.svg);
  background-size: cover;
  height: 25px;
  width: 25px;
}
/********* TYPOGRAPHY *********/

h1,h2,h3,h4,h5,h6{
  font-weight: var(--font-weight-bold);
}
.label{
  font-weight: 700;
  font-size: 14px;
}
a{
  color:var(--text-primary-color);
  text-decoration: none;
}
a:hover{
  /*color:var(--red-ids)*/
  opacity: 0.7;
  color:var(--text-primary-color)
}
.grayDarkText{
  color:var(--text-gray-dark)
}
.semi-bold{
  font-weight: var(--font-weight-semi-bold);
}
.bold{
  font-weight: var(--font-weight-bold);
}
.font-light{
  font-weight: 400;
}
.font-xxs{
  font-size: 10px;
}
.font-xs{
  font-size:11px;
}
.font-small, .font-small::placeholder, .font-small::-webkit-input-placeholder{
  font-size:12px
}
.font-normal{
  font-size:14px
}
.font-medium{
  font-size:16px
}
.font-big{
  font-size:20px
}
.bold {
  font-weight: var(--font-weight-bold);
}
.text-gray-dark{
  color:var(--text-gray-dark)
}
.text-red{
  color:var(--red-ids);
}
.bg-footer{
  background-color: var(--gray-control);
}
/********* END TYPOGRAPHY *********/

/********** FORM CONTROLS ***********/
input.custom-select, .select2 {
  border: 0 !important;
  font-weight:  var(--font-weight-semi-bold);
  padding: 0 !important;
  height: 45px;
  border-radius: 10px;
}

input.form-control, textarea.form-control, .form-select, .select2 {
  border:2px solid var(--gray-control);
  font-weight:  var(--font-weight-semi-bold);
  padding: 0.5rem 1rem;
  height: 45px;
  border-radius:10px
}
.form-control{
  border-radius: 10px;
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus{
  box-shadow: none;
}
.form-control:focus{
  border-color: var(--text-primary-color);
}
.form-control::placeholder{
  font-weight: normal;
  color:var(--text-gray-dark);
  font-size:14px
}

.form-check-input:checked[type=radio]{
  background-image: none;
  background-color: var(--text-primary-color);
  border:0
}
.form-check-input{
  border: 2px solid;
}
.form-check-input:checked{
  background-color: var(--text-primary-color);
  border:0;
  padding:2px;
}
.input-group-text{
  height: 100%;
  background: none;
  border: 0;
}
.input-group{
  padding:0;
  border: 2px solid var(--gray-control)
}
.input-group .form-control{
  border: 0px;
}
.form-check-input{
  cursor: pointer;
}
.form-control input[type="number"]{
  height: 41px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
textarea.form-control{
  min-height: 150px;
}
/*.form-check-input:checked[type=checkbox]{*/
/*  background-image: none;*/
/*}*/
  /********** END FORM CONTROLS *******/

/********** BUTTONS ***********/
.btn{
  border-radius: 20px;
  width: 100%;
}
.btn-primary{
  background-color:var(--bg-primary-btn);
  color:var(--text-color-primary-btn);
}
.btn-primary:hover{
  background-color: var(--bg-primary-btn);
  /*color:var(--bg-primary-btn);*/
  opacity: 0.7;
}
.btn-primary, .btn-primary:hover, .btn-secondary,.btn-secondary:hover{
  border: 2px solid var(--bg-primary-btn)
}
.btn-secondary{
  background-color: var(--bg-secondary-btn);
  color:var(--text-color-secondary-btn);
}
/*.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, */
/*.btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle{*/
/*  background-color: var(--bg-primary-btn);*/
/*  border-color: var(--bg-primary-btn);*/
/*}*/
.btn-secondary:active{
  background-color: var(--bg-secondary-btn);
}
/*.btn:focus{*/
/*  background-color: var(--text-primary-color);*/
/*  border-color: var(--text-primary-color);*/
/*  color:#fff*/
/*}*/
.btn-primary:focus{
  background-color: var(--bg-primary-btn);
  border-color: var(--bg-primary-btn)
}


.btn-secondary:hover{
  background-color:var(--bg-secondary-btn)!important;
  color:var(--text-color-secondary-btn);
  opacity: 0.7;
}



.btn svg{
  margin-right:1rem;
}
.btn-light {
  color: #000;
  background-color: var(--gray-control);
  border-color: var(--gray-control);
}
.btn-light:focus{
  color: #000;
  background-color: var(--gray-control);
  border-color: var(--gray-control);
}
.btn-green, .btn-green:hover{
  background-color: var(--bg-green-dark);
  color:#000;
  border-color: var(--bg-green-dark);
}

.btn-white{
  background-color:#fff;
  border: 3px solid var(--text-gray-medium);
  color:#000;
}
button svg{
  float:left;
  padding-left: 10px;
  margin-top: 3px
}
.btn svg{
  margin-right: 0.5rem;
}

.btn-round{
  display:block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.btn-big-rounded{
  display:block;
  height: 150px;
  width: 150px;
  font-weight: 700;
}

.btn-check:checked+.btn-light{
  background-color: #000;
  color: #fff
}
.btn-transparent{
  background-color: transparent;
}


/********** END BUTTONS ***********/




/****** CARD BOX ******/
.cardBox{
  min-height: var(--cardBox-height);
  text-align: left;
  border-radius: 20px;
}
.cardBox:hover{

  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;

}

.cardBoxImgMinMaxHeight {
  max-height: 90pt;
  min-height: 90pt;
}
/****** END CARD BOX ******/

/********** LISTE *************/
.list-group-item{
  border:0;
  background-color: transparent;
}
.list-group-item.active{
  color:var(--text-primary-color);
  background-color:transparent;
}
.list-group-item:hover{
  background-color: transparent;
  color:var(--text-primary-color);
}
a:hover{
  border-bottom:0
}
/********* END LISTE **********/

/*        DROPDOWN          */
.dropdown .btn{
  border:0;
  font-weight: var(--font-weight-bold);
}
.dropdown-item{
  cursor:pointer;
}
.dropdown-item:focus {
  color: #1e2125;
  background-color: transparent;
}
.dropdown-item:active {
  color: #1e2125;
  background-color: transparent;
}
/*      END DROPDOWN        */

/*          MODAL           */
.modal-sm {
  max-width: 400px;
}
.modal-content{
  border-radius: var(--border-radius);
}
/***** END MODAL  *****/

/***** ALERTS *****/
.alert-danger{
  background: white;
  border: 2px solid var(--red-ids);
  color: var(--red-ids);
  font-weight: bold;
}

.alert-success{
  background: var(--bg-green-dark);
  color: black;
  font-weight: var(--font-weight-bold);
  border-color: var(--bg-green-dark);
}
/**** END ALERTS ****/

.ui-autocomplete{
  border-radius: 10px;
  font-family: var( --font-family);
}
.ui-autocomplete .ui-menu-item-wrapper:hover{
  border-radius: 10px;
  border-color: var(--text-gray-dark);
  background: var(--text-gray-dark);
}


.input-rounded{
  border-radius:20px !important;
}
.slick-track{
  padding-bottom: 10px;
}

.titleDropdown{
  color:var(--text-gray-dark);
  text-transform: uppercase;
  font-size:11px
}
.btn-dropdown{
  background: #fff;
}
.spinner{
  position: fixed;
  text-align: center;
  height: 100%;
  top: 0;
  left: 0;
}
.background-opacity{
  height: 100%;
  width: 100%;
  background: black;
  opacity: 0.2;
  z-index: 12;
}
.spinner-border{
  position: absolute;
  top: calc(50vh - 25px);
  left: calc(50vw - 25px);
  width: 50px;
  height: 50px;
}

.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}
/**** TAB STYLE ****/
.tab-menu-link {
  font-size: 18px;
  color: var(--text-gray-dark);
  font-weight: 600;
  cursor: pointer;
}

.tab-active {
  font-weight: 700;
  color: #000000;
}

.icon-pointer{
  cursor:pointer;
}
.toast{
  background: transparent;
  border: 0;
  border-radius: var(--border-radius-light);
}
.toast-body {
  background-color: var(--green-ids);
  color: #000;
  font-weight: var(--font-weight-semi-bold);
  border-radius: var(--border-radius-light);
}
.border-green{
  border:2px solid var(--green-ids)
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 110px;
    display: none;
    background-color: #000000 !important;
    border: #000000 !important;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    font-size: 20px;
}
#btn-back-to-top > svg {
  margin: 0 !important;
}

#btn-back-to-top-scs {
  position: fixed;
  bottom: 20px;
  right: 110px;
  display: none;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  font-size: 20px;
}
#btn-back-to-top-scs > svg {
  margin: 0 !important;
}

.alert-catalogue{
  background-color: #E2FFE1;
  border:2px solid #0FB508
}
.progress-bar{
  background-color: var(--bg-secondary)!important;
}
.rounded-select .form-select{
  border-radius: 25px;
}
@media (min-width: 1400px) {
  .container {
    width: 1450px;
  }
}
@media (max-width: 900px) {
  
}

@media (min-width: 1400px) {
    .container {
        width: 1450px;
    }
}

@media (max-width: 530px) {
    .faqVideoCarousel {
        display: none;
    }
}
/**** TABLE STYLE ****/

.spacing-table {
  font-size: 15px;
  border-collapse: separate;
  table-layout: fixed;
  width: 80%;
  border-spacing: 0 5px;
}
.spacing-table th {
  /*text-align: center;*/
  padding-left: 15px;
}
.spacing-table td {
  border-width: 2px 0;
  border-color: var(--gray-control);
  border-style: solid;
  background-color: #FFFFFF;
  color: #000000;
  padding: 15px;
}
.spacing-table td:first-child {
  border-left-width: 2px;
  border-radius: 10px 0 0 10px;
}
.spacing-table td:last-child {
  border-right-width: 2px;
  border-radius: 0 10px 10px 0;
}
.spacing-table thead {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.spacing-table tbody {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-spacing: 0 10px;
}

.scs-input-txt {
  border: 2px solid #DFDFDF;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.scs-input-txt:focus {
  border-color: #ff6b6b;
  box-shadow: 0 0 5px rgba(255, 107, 107, 0.5);
}


/*XXX_CL*/

.bo-table {
  border-collapse: separate;
  border-spacing: 0 3.5pt !important;
  color: black !important;
  border-bottom: none !important;
}
.bo-table thead th, .label-small {
  color: #a6a6a6;
  font-weight: normal !important;
  font-size: 0.8rem;
}
.bo-table tbody tr {
  background: white;
  border-radius: 1rem;
}

.bo-table tbody td {
  background: white;
  border: solid 2pt var(--gray-control);
  border-style: none;
  border-top-style: solid;
  padding: 12pt 6pt !important;
  border-bottom-style: solid;
}

.bo-table.compact tbody td {
  padding: 6pt !important;
}

.bo-table tbody td:first-child { border-top-left-radius: 10px; }
.bo-table tbody td:last-child { border-top-right-radius: 10px; }

.bo-table tbody td:first-child { border-bottom-left-radius: 10px; }
.bo-table tbody td:last-child { border-bottom-right-radius: 10px; }


.bo-table tbody tr:first-child td { border-top-style: solid; } 
.bo-table tbody tr td:first-child { border-left-style: solid; }

.bo-table thead th, table.dataTable thead td {
  border-bottom: none !important;
}

.bo-table ~ .dataTables_paginate .paginate_button.current {
  border-radius: 9pt;
  padding: 0.5em 0.9em;
  background: black;
  color: white !important;
  border: none;
}
.bo-table ~ .dataTables_paginate .paginate_button:hover {
  border-radius: 9pt;
  padding: 0.5em 0.9em;
  background: hsl(0, 0%, 90%);
  color: grey !important;
  border: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  border-radius: 9pt;
  padding: 0.5em 0.9em;
  background: black;
  color: white !important;
  border: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border-radius: 9pt;
  padding: 0.5em 0.9em;
  background: hsl(0, 0%, 90%);
  color: grey !important;
  border: none;
}

.bo-table .table-hover-buttons {
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.bo-table tr:hover .table-hover-buttons {
  opacity: 1;
}


table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting_asc_disabled, table.dataTable thead>tr>th.sorting_desc_disabled, table.dataTable thead>tr>td.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting_asc_disabled, table.dataTable thead>tr>td.sorting_desc_disabled {
  cursor: pointer;
  position: relative;
  padding-right: 26px;
  text-align: center;
  justify-items: center;
}

.custom-file-upload span {
  display: inline-block;
}

.custom-file-upload input[type="file"] {
  display: none;
}
.scs-image-upload {
  display: flex;
  width: 100%;
}

.scs-image-input {
  flex: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.scs-upload-button {
  background-color: #000;
  color: #fff;
  font-weight: 600;
  border: none;
  padding: 10px 30px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scs-color-icon {
  width: 30px;
  height: 30px;
  background-color: #000000;
}
.border-primary {
  border-color: var(--bg-primary-btn) !important;
}