/* SPECIFIC CSS */
/*
@keyframes fadeOut {
    0% {opacity: 1;}
    100% {opacity: 0;}
}

.alert-js {
    animation: fadeOut 2s forwards;
    animation-delay: 2s;
}
*/

/* Custom badge styles */
/* Custom badge colors based on the image provided */
.badge-adsense { background-color: #12CBC4; } /* Light blue */
.badge-mediavine { background-color: #a8e6cf; } /* Light green */
.badge-monumetric { background-color: #ffd3b6; } /* Light orange */
.badge-raptive { background-color: #EE5A24; } /* Light red */
.badge-amazon { background-color: #F79F1F; } /* Yellow */
.badge-affiliate { background-color: #74b9ff; } /* Yellow */
.badge-shop { background-color: #FFC312; } /* Orange */
.badge-ezoic { background-color: #009432; }
.badge-wordpress { background-color: #89CFF0; } /* Light blue */


.description-box {
  background-color: #f2f3f5; /* light gray background */
  border-radius: 6px; /* rounded corners */
  padding: 10px; /* padding around the text */
  margin-bottom: 20px; /* space below the box */
  color: #6c757d; /* dark gray text for contrast */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* optional subtle shadow */
}
/* Ensure small text is not too small */
.description-box small {
  font-size: 0.9em; /* Adjust the font size as needed */
  line-height: 1.4; /* Good for readability */
}


.custom-notification-badge {
    position: absolute;
    top: -11px; /* Adjust as needed for exact positioning */
    right: -11px; /* Adjust as needed for exact positioning */
    background-color: #39afd1; /* Example bright color for visibility */
    color: white; /* Text color */
    border-radius: 50%; /* Makes it round */
    /* width: 30px; */ /* Badge size */
    padding:1px 6px;
    height: 25px; /* Badge size */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem; /* Example font size, adjust as needed */
    border: 2px solid white; /* Optional: border to separate badge from button */
}

.btn-info:focus, .btn-info.focus {
    color: #FFFFFF;
    background-color: #2b99b9;
    border-color: #2991ae;
    box-shadow: none; /* Remove the focus shadow */
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: none; /* Remove the focus shadow */
}

.btn:focus, .btn.focus {
  box-shadow: none; /* Remove the focus shadow */
}

.col-width-50 {
  width: 50px !important;
  min-width: 50px;
  max-width: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.col-width-60 {
  width: 60px !important;
  min-width: 60px;
  max-width: 60px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.col-width-65 {
  width: 65px !important;
  min-width: 65px;
  max-width: 65px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.col-width-70 {
  width: 70px !important;
  min-width: 70px;
  max-width: 70px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.col-width-75 {
  width: 75px !important;
  min-width: 75px;
  max-width: 75px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.col-width-100 {
  width: 100px !important;
  min-width: 100px;
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.col-width-150 {
  width: 150px !important;
  min-width: 150px;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.col-width-200 {
  width: 200px !important;
  min-width: 200px;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.col-width-250 {
  width: 250px !important;
  min-width: 250px;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.col-width-300 {
  width: 300px !important;
  min-width: 300px;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.col-width-400 {
  width: 400px !important;
  min-width: 400px;
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.col-width-450 {
  width: 450px !important;
  min-width: 450px;
  max-width: 450px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.col-width-500 {
  width: 500px !important;
  min-width: 500px;
  max-width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.col-width-550 {
  width: 550px !important;
  min-width: 550px;
  max-width: 550px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*
.table-nowrap td {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 0;
}
*/

.selected-border {
    border: 2px solid black; /* Use any color or border style you prefer */
}

.selected {
    border: 1px solid black; /* Adjust thickness as needed */
}


#chart-tooltip {
  z-index: 999;
}

/* For Firefox */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Chrome, Safari, and newer versions of Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Internet Explorer and Edge */
input[type="number"]::-ms-clear {
  display: none;
}

.greyish-bg {
  background-color: #F8F9FA;
}

.active-header {
  border: 2px solid #007bff; /* This is typically the primary color in Bootstrap. Adjust as needed. */
  background-color: #F8F9FA; /* This will ensure the grey background remains */
}

.clickable-header {
  cursor: pointer;
}

/* CSS to make the card grow equally and add some margin to the right of the first card */
.d-flex > .card {
  flex-grow: 1;
}

.d-flex > .card:first-child {
  margin-right: 20px; /* Or your preferred spacing */
}

/* Responsive handling */
@media (max-width: 767px) {
  .d-flex {
    flex-direction: column;
  }
  .d-flex > .card:first-child {
    margin-right: 0; /* Reset margin for small screens */
  }
}

/* Underline Styles */
.underline-2 {
    border-bottom: 2px solid #a8e7c4;
    color: #28634a !important;
}

.underline-1 {
    border-bottom: 2px solid #fce5b8;
    color: #8a5a2f !important;
}

.underline-0 {
    border-bottom: 2px solid #f9bdc2;
    color: #000 !important;
}

/* Faded versions remain unchanged */
.underline-2-faded {
    border-bottom: 2px solid rgba(204, 247, 229, 0.5);
    color: #000 !important;
}

.underline-1-faded {
    border-bottom: 2px solid rgba(253, 243, 217, 0.5);
    color: #000 !important;
}

.underline-0-faded {
    border-bottom: 2px solid rgba(250, 215, 221, 0.5);
    color: #000 !important;
}


.badge-2 {
  background-color: #a8e7c4;
  color: #28634a !important;
}

.badge-1 {
  background-color: #fce5b8;
  color: #8a5a2f !important;
}

.badge-0 {
  background-color: #f9bdc2;
  color: #000 !important;
}

/* Faded versions remain unchanged */
.badge-2-faded {
  background-color: rgba(204, 247, 229, 0.5);
  color: #000 !important;
}

.badge-1-faded {
  background-color: rgba(253, 243, 217, 0.5);
  color: #000 !important;
}

.badge-0-faded {
  background-color: rgba(250, 215, 221, 0.5);
  color: #000 !important;
}



.strong-border {
  border: 1px solid #000;  /* or another color of your choice */
}

.video-responsive {
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}

.video-responsive iframe {
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}

/* Hide scrollbar */
#sidebar::-webkit-scrollbar {
  display: none;
}

#sidebar {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

@media (min-width: 768px) {
  .navbar-vertical.navbar-expand-md {
    max-width: 170px !important;
  }
}

.website_position {
  position:relative;right:5px;
}

.price-smaller .price {
  font-size:46px !important;
}

.custom-switch-dark .custom-control-input:checked ~ .custom-control-label::after
{
  background-color: #42BA96 !important;
}

.dropdown-toggle::after {
  content:"";
}

.card-table thead th:last-child, .card-table tbody td:last-child {
  padding-right: 0px !important;
}

#dropdown_selection_checkbox {
  /*
  top: -22px !important;
  */
  left:20px !important;
}

.blur-background {
  -webkit-filter: blur(5px) grayscale(90%);
  filter: blur(5px) grayscale(90%);
}

.purple_selected {
  background-color:#7c69ef !important;
  color:#fff !important;
}

/*
.hide-button {
    float: right;
    margin-left: 5px;
    color: tray;
    display: none;
}

.hover_black:hover {
  color: #000;
}

.tag_filter:hover .hide-button {
    display: block;
}
*/

/* Animation */

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.details-animated {
  animation-name: fadeIn;
  animation-duration: 0.5s;
}

/* Colors */
.light-blue-background {
 background-color: rgba(51,94,234,.1);
 color: #335eea;
}

.light-green-background {
 background-color: rgba(66,186,150,.1);
 color: #42ba96;
}

.light-purple-background {
 background-color: rgba(124,105,239,.1);
 color: #7c69ef;
}

.btn-white:hover {
  color: inherit; /* Keeps the color consistent with non-hover state */
  background-color: #ffffff; /* Keeps the background color white on hover */
  border-color: #dee2e6; /* Adjust if needed */
}

/* Purple */

.btn-purple {
  color: #fff;
  background-color: #977CEB !important;
  border-color: #977CEB;
}

.btn-purple:hover {
  color: #fff !important;
  border-color: #555;
}

.border-purple {
  border-color: #977CEB !important;
  color: #977CEB;
}

.border-success {
  /* border-color: #977CEB !important; */
  color: #00D97E;
}

.badge-purple {
  background-color: #7c69ef;
  color: #fff;
}

.badge-soft-purple {
  background-color: rgba(124,105,239,.1);
  color: #7c69ef;
}

.btn-outline-purple {
  color: #7c69ef;
  border-color: #7c69ef;
}

.btn-outline-success:hover {
  color: #FFFFFF !important;
  background-color: #00D97E;
  border-color: #00D97E;
}

.btn-outline-purple:hover {
  color: #FFFFFF;
  background-color: #7c69ef;
  border-color: #7c69ef;
}

.btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled).active, .show > .btn-outline-purple.dropdown-toggle {
  color: #FFFFFF;
  background-color: #7c69ef;
  border-color: #7c69ef;
}


.badge-hover:hover {
  border: 1px solid;
}

.numberCircle {
  display: inline-block;
  border-radius: 50%;
  border: none;
  font-size: 10px;
  color: #000;
  background-color:#FFD700;
  /* F6C343 */
}

.numberCircle_soft {
  /* background-color:#ffea80; */
}

.numberCircle:before,
.numberCircle:after {
  content: '\200B';
  display: inline-block;
  line-height: 0px;
  padding-top: 50%;
  padding-bottom: 50%;
}

.numberCircle:before {
  padding-left: 3px;
}

.numberCircle:after {
  padding-right: 6px;
}


.tooltip-inner {
  max-width: 350px;
  white-space: normal;
  line-break: normal;
  /* If max-width does not work, try using width instead */
  /* width: 350px; */
}

.badge-soft-warning {
  color: #f69a43 !important;
  background-color: #fdf3d9;
}

@-moz-keyframes bounceDown {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounceDown {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounceDown {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-webkit-keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  60% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
}
@-moz-keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(30px);
  }
  60% {
    transform: translateX(15px);
  }
}
@keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  60% {
    -ms-transform: translateX(15px);
    transform: translateX(15px);
  }
}
/* /left bounce */


/* right bounce */
@-webkit-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@-moz-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-30px);
  }
  60% {
    transform: translateX(-15px);
  }
}
@keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
/* /right bounce */

.left_right_animation {
  width: 10px;
  height: 10px;
  position: relative;
  animation: example 2s infinite;
}

@keyframes example {
  0%,
  100% {
    left: 0;
  }

  50% {
    left: 5px;
  }
}

/* assign bounce */
.fa-arrow-right {
  -webkit-animation: bounceRight 2s infinite;
  animation: bounceRight 2s infinite;
  float:right;
}

.fa-arrow-left {
  -webkit-animation: bounceLeft 2s infinite;
  animation: bounceLeft 2s infinite;
}

.fa-chevron-down {
  -moz-animation: bounceDown 2s infinite;
  -webkit-animation: bounceDown 2s infinite;
  animation: bounceDown 2s infinite;
  text-align:center;
  display:block;
}


