/* font-famaly-hear */
@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&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* font-famaly-hear-end */

#monthlyChartContainer {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 280px;
  margin: 0 auto; /* au cas où */
}


/* root */
:root {
  --roboto: "Roboto", sans-serif;
  --poppins: "Poppins", serif;

  --white-color: #fff;
  --black-color: #000;

  --primary: #000;
  --secondary: #000;


  --body-color: #000;
  --heading-color: #000;
}

/* root */

/* defaults-css-start */
html {
  font-size: 100%;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  font-family: var(--poppins);
  font-size: 16px;
  font-weight: 400;
}
#noWeeklyDataMsg,
#noMonthlyDataMsg,
#noChannelMsg {
  display: flex;
  align-items: center; /* Centre verticalement */
  justify-content: center; /* Centre horizontalement */
  height: 100%; /* Prend toute la hauteur du conteneur */
  text-align: center; /* Centre le texte dans le conteneur */
}

#noWeeklyDataMsg p,
#noMonthlyDataMsg p,
#noChannelMsg p {
  font-weight: normal !important;
  color: #999999 !important;
  margin: 0; /* Évite tout espace supplémentaire autour du paragraphe */
}


a,
button {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

a:focus,
button:focus,
.btn:focus {
  outline: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--poppins);
  color: var(--heading-color);
  margin-top: 0px;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

li {
  list-style: none;
}

p {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: var(--body-color);
  margin-bottom: 15px;
}

label {
  color: var(--body-color);
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

*::-moz-selection {
  background: var(--secondary);
  color: var(--white-color);
  text-shadow: none;
}

::-moz-selection {
  background: var(--secondary);
  color: var(--white-color);
  text-shadow: none;
}

::selection {
  background: var(--secondary);
  color: var(--white-color);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--body-color);
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: var(--body-color);
  font-size: 16px;
  opacity: 1;
}

/* defaults-css--end */

/* theme-css */

.btn {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  border-radius: 8px;
  padding: 8px 30px;
}

.btn-primary {
  background: #FF5858;
  border-color: #FF5858;
}

.btn-secondary {
  background: #5AF0A8;
  color: #fff;
  border-color: #5AF0A8;
}

.btn-download {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 4px 6px;
  border-radius: 4px;
  background-color: #007AFF;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
}

.btn-download:hover {
  border-color: #177ae4;
  background-color: #177ae4;
  color: #fff;
}


/* theme-css-end */

/* ======== dashboard-page-css start ============ */


.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  width: 260px;
  z-index: 3;
  background: #081A51;
  height: 100%;
  transition: all .3s ease;
}

.sidebar.minimize .sidebar-header a img.logo-main {
  opacity: 0;
}

.sidebar.minimize .sidebar-header a img.logo-icon {
  opacity: 1;
  visibility: visible;
}

.sidebar.minimize .sidebar-header a {
  width: 40px;
  height: 78px;
}

.sidebar.minimize .sidebar-coins {
  width: 56px;
  height: 26px;
}

.sidebar.minimize .sidebar-coins .coins-text {
  opacity: 0;
  width: 0px;
  display: none;
}

.sidebar.minimize .sidebar-nav ul li a span.text {
  max-width: 0px;
  width: 0px;
  opacity: 0;
  visibility: hidden;
  display: none;
}

.sidebar.minimize .sidebar-nav ul li a {
  justify-content: center;
}

.sidebar.minimize {
  width: 94px;
}

.sidebar.minimize .sidebar-nav {
  padding-left: 0px;
}

.main-content.full {
  margin-left: 94px;
}




.footer {
  background: #fff;
  box-shadow: 238px -4px 8.5px 0px #00000014;
  padding: 20px 0px;
  z-index: 4;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}

.footer-menu ul {
  gap: 40px;
}

.footer-menu ul li a {
  font-size: 16px;
  color: #6D6E70;
  text-decoration: none;
  line-height: 24px;
  display: inline-block;
}

.footer-menu ul li:hover a {
  color: #081A51;
  text-decoration: underline;
}

.footer-menu {
  margin-bottom: 12px;
}

.footer-text p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #6D6E70;
}

.collapse-btn {
  position: absolute;
  right: -20px;
  top: 20px;
}

.collapse-btn span {
  width: 40px;
  height: 40px;
  border: 1px solid #DADADA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  z-index: 3;
  position: relative;
}

.sidebar-content {
  padding: 17px 0px 20px;
}

.sidebar-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.sidebar-header a img.logo-icon {
  max-width: 36px;
  top: 37px;
  opacity: 0;
  visibility: hidden;
}

.sidebar-header a {
  display: inline-block;
  width: 100px;
  position: relative;
  text-align: center;
  height: 94px;
  margin-bottom: 5px;
}

.sidebar-header a img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s ease;
}

.sidebar-coins {
  display: inline-block;
  width: 133px;
  height: 26px;
  box-shadow: 0px 4px 4px 0px #00000040;
  border: 0.5px solid #A6A6A6;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  gap: 7px;
}




.sidebar-coins img {
  max-width: 21px;
}

.sidebar-nav {
  padding-left: 16px;
}

.sidebar-nav ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  text-decoration: none;
  transition: all .3s ease;
  padding: 18px 15px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}


.sidebar-nav ul li a span.text {
  display: inherit;
  max-width: 100%;
  transition: max-width .3s ease;
}

.sidebar-nav ul li a.active {
  background: #1B2B65;
}

.sidebar-nav ul li:hover a {
  background: #1B2B65;
}

.main-content {
  margin-left: 260px;
  transition: margin-left .3s ease;
  background-color: #F0F2FF;
  min-height: 100vh;
}

.header {
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 20px 13px;
  border-bottom: 1px solid #000000;
  max-width: 100%;
  background-color: #fff;
}

.header-content h1 {
  font-size: 32px;
  line-height: 38px;
  color: #1C1F37;
  margin-bottom: 0px;
}

.dropdown.header-lang button img {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.dropdown-item:hover {
  background-color: #081A51;
  color: #fff;
}

.content-inner {
  padding: 0px 17px;
  padding-bottom: 100px;
}

.content-area {
  padding: 24px 0px;
  max-width: 1590px;
  margin: 0 auto;
}

.card {
  box-shadow: 3px 3px 10px 0px #00000026;
  border-radius: 8px;
  border: none;
  background: #fff;
}

.card-header h4 {
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 0px;
}

.card-header {
  padding-left: 10px;
  padding-right: 10px;
  background: #F6F6F6;
}

.card-cotnent {
  padding: 21px 0px;
}

.chanel-text p {
  font-size: 18px;
  line-height: 27px;
  color: #6D6E70;
}

.chanel-meta {
  padding: 0px 22px;
}

.form-select {
  width: 100%;
  height: 56px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 24px;
  color: #2A2F3B;
  box-shadow: 0px 0px 0px 4px #DDDDDD29;
  border: 2px solid #EDEDED;
  outline: none;
}

.form-select:focus {
  box-shadow: none;
}

.chanel-meta .form-select {
  margin-bottom: 12px;
}


.chanel-meta-btns button:not(:last-child) {
  margin-bottom: 12px;
}

.chanel-infos {
  padding: 0px 22px;
}

.chanel-info {
  text-align: center;
  margin-bottom: 18px;
}

.chanel-info h6 {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 0px;
  color: #292D32;
}

.chanel-info p {
  font-size: 18px;
  line-height: 27px;
  color: #6D6E70;
  margin-bottom: 0px;
}

.chanel-info-btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.btn-secondary:hover {
  background: #25FA93;
  border-color: #25FA93;
}

.btn-primary:hover {
  background: #CB4C4C;
  border-color: #CB4C4C;
}




.table thead tr th {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #B5B7C0;
  border-bottom: none;
  padding: 12px 11px;
  text-align: center;
}

.table tbody tr td {
  font-size: 14px;
  color: #292D32;
  line-height: 21px;
  font-weight: 500;
  border-bottom: none;
  text-align: center;
  padding: 12px 11px;
}

.status {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  width: 78px;
  height: 29px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 4px;
}

.starus-valid {
  border-color: #00B087;
  background: #16C09861;
  color: #008767;
}

.starus-cleard {
  border-color: #FF5858;
  background: #FFBFBF;
  color: #FF5858;
}

.table-main-desktop {
  padding: 0px 24px;
}

.table-main-desktop .jqstb-scroll {
  height: 580px !important;
}

.table-sm .jqstb-scroll {
  height: 161px !important;
}


.table-header-text {
  color: #B5B7C0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  padding: 4px 0px;
}

.m-table-tr {
  background: #fff;
  box-shadow: 3px 3px 10px 0px #00000026;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 8px;
  padding: 6px;
  font-size: 14px;
  color: #292D32;
  margin-bottom: 10px;
}

.m-table-td {
  flex: 0 0 auto;
  width: 33.33%;
  text-align: center;
}

/* ======== dashboard-page-css end ============ */

/* ======== page=3 style start ============ */


.masterCard {
  background: linear-gradient(107.38deg, #4C49ED 2.61%, #0A06F4 101.2%);
  border-radius: 25px;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .masterCard {
    margin-left: auto;
    margin-right: auto;
    display: block; /* Centrer en mode block */
  }
}


.masterCard-icon {
  padding: 25px 26px;
  text-align: end;
}

.masterCard-content {
  padding: 10px 26px 34px;
  display: flex;
  align-items: center;
  gap: 72px;
}

.masterCard-text span {
  color: #FFFFFFB2;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  line-height: 1.5;
}

.masterCard-text span.holderName {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
}

.masterCard-footer {
  padding: 21px 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.masterCard-number {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 0px;
  color: #fff;
}

.card-icon {
  max-width: 50px;
}

.subscription-title h2 {
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  font-weight: 400;
  color: #0B2110;
  margin-bottom: 0px;
}

.subscription-title h2 span {
  color: #007AFF;
}


.prising {
  border-width: 40px 4px 4px 4px;
  border-style: solid;
  border-color: #081A51;
  border-radius: 12px;
  background: #FFFFFF;
  position: relative;
}

.prising-body {
  background: #F5F5F5;
}

.prising-bottom {
  background: #F5F5F5;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.prising-header {
  border-bottom: 1px solid #0000001A;
}

.prising-header h4 {
  font-size: 40px;
  font-weight: 600;
  color: #323232;
}

.prising-header {
  text-align: center;
  padding: 17px 10px 15px;
}

.prising-header h5 {
  font-size: 64px;
  line-height: 96px;
  color: #323232;
  font-weight: bold;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.prising-header h5 sub {
  bottom: 0;
  font-size: 32px;
  font-weight: 500;
  color: #636363;
}

.prising-body {
  padding: 15px 40px 10px;
}

.prising-body ul li {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 20px;
  line-height: 30px;
  color: #636363;
  padding: 4px 0px;
}

.prising-body ul li span.icon {
  flex: 0 0 auto;
  width: 32px;
  height: 35px;
}

.prising-body ul li span.icon img {
  max-width: 100%;
}

.prising-bottom {
  padding: 10px 40px 20px;
}

.btn-main {
  background: #081A51;
  color: #fff;
  border-color: #081A51;
  padding: 16px 20px;
  border-radius: 8px;
  color: ;
  font-size: 20px;
  font-weight: 500;
}

.btn-main:hover {
  background: #022DAF;
  color: #fff;
  border-color: #022DAF;
}

.votre-plan {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.prising.prising-popular {
  border-color: #3D66FB;
  box-shadow: 0px 4px 20px 0px #32323233;
}

.prising.prising-popular .btn-main {
  background: #3D66FB;
  border-color: #3D66FB;
  color: #fff;
}

.prising.prising-popular .btn-main:hover {
  background: #081A51;
  border-color: #081A51;
}

/* ======== page=3 style end ============ */

/* ======== page-4 style start ============ */

/* Pour tous les TH/TD du tableau plan actuel */
.table.table-small th,
.table.table-small td {
  vertical-align: middle; /* aligne le texte et le bouton au centre verticalement */
}


/* Si vous voulez l'appliquer à tous vos tableaux */
.table th,
.table td {
  vertical-align: middle;
}

.box {
  border: 0.8px solid #ECECEC;
  background: #fff;
  border-radius: 5px;
   min-height: 160px; /* ou une valeur appropriée */
}

.box-header {
  padding: 15px 12px;
  position: relative;
  text-align: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: #F8F8F8;
}

.box-header h2 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #2C2C2C;
}

.btn-sm {
  padding: 8px 11px;
  font-size: 12px !important;
  line-height: 14px !important;
  font-weight: 500;
}

.btn-light {
  border: 0.8px solid #ECECEC;
  color: #696969;
}

.box-header button.btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.box-body {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.payment-infos {
  padding: 17px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.payment-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.payment-card-content h4 {
  font-size: 12px;
  font-weight: 500;
  color: #2C2C2C;
  line-height: 18px;
  margin-bottom: 2px;
}

.payment-card-content p {
  font-size: 10px;
  font-weight: 500;
  color: #696969;
  margin-bottom: 0px;
}

.table.table-sep tbody tr:nth-child(even) {
  height: 15px !important;
  padding: 2px;
}

.table.table-sep tbody tr td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.table.table-sep tbody tr td:last-child {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.table.table-small thead tr th {
  font-size: 11px;
}

/* ======== page-4 style end ============ */



/* ======== form-page style start ============ */


.form-page {
  height: calc(100vh - 100px);
  display: flex;
  align-items: stretch;
}

.form-page-content {
  flex: 0 0 auto;
  width: 456px;
  padding: 17px 48px 20px;
}

.form-page-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.form-page-header h1 {
  text-align: center;
  margin-bottom: 6px;
}

.form-page-header h1 img {
  max-width: 99px;
}

.form-page-header h2 {
  font-size: 20px;
  font-weight: 600;
  color: #1A1A1A;
  margin-bottom: 0px;
}

.form-page-header h2 span {
  color: #007AFF;
}

.form-page-header {
  padding-bottom: 20px;
  position: relative;
}

.form-input-block p {
  font-size: 11px;
  line-height: 12px;
  color: #333333;
  margin-bottom: 8px;
}

.input-box {
  position: relative;
}

.input-box input {
  width: 100%;
  height: 48px;
  background: #F2F2F2;
  border: none;
  padding: 0px 16px;
  border-radius: 6px;
  border: 1px solid #E5E5E5;
}

.input-box input::placeholder {
  color: #808080;
  font-size: 15px;
  font-weight: 400;
  font-family: var(--roboto);
}

.form-input-block {
  margin-bottom: 16px;
}

.input-text {
  background: transparent;
  border: none;
  right: 0px;
  position: absolute;
  top: 0;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.form-links-block a.link {
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  font-family: var(--roboto);
}

.form-links-block a.link:hover {
  text-decoration: underline;
}

.form-links-block {
  margin-bottom: 30px;
}

.btn-submit {
  background: #007AFF;
  color: #fff;
  font-size: 15px;
  font-family: var(--roboto);
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.3px;
  padding: 11px 10px;
}

.btn-submit:hover {
  background: #004086;
  border-color: #004086;
  color: #fff;
}

.form-page-img {
  flex-grow: 1;
}

.form-page-header .header-lang {
  position: absolute;
  right: 0;
  top: 0;
}

.input-box.input-box-group input:first-child {
  padding-right: 50px;
}

.form-links-block p {
  font-size: 12px;
  margin-bottom: 0px;
}

/* ======== form-page style end ============ */