/**
 * Theme Name: DW Affiliate v2
 * Theme URI: https://www.dynamicwerx.com/dw-affiliate
 * Description: Specially designed wordpress theme with complete functionalities
 * Version: 1.0.0
 * Author: Muhammad Shoaib
 * Author URI: https://www.linkedin.com/in/sforshoaib2
 * Tags: classic-theme, custom-theme, affiliate-theme, affiliate-blog
 * Text Domain: dw-affiliate
 * Tested up to:      6.4
 * Requires at least: 6.2
 * Requires PHP:      7.4
 * License:           GNU General Public License v2.0 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 */

 .bg-primary-light-950{
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}

.bg-primary-light-300{
  background-color: rgb(255 227 227 / var(--tw-bg-opacity));
}

:is(:where(.dark) .dark\:bg-primary-dark-300){
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 19 / var(--tw-bg-opacity));
}

.main-header.fixed{
  background: #ffe8e8;
}

.from-primary-light-950\/15{
  --tw-gradient-from: rgb(255 0 0 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

 .menu-item {
    border-radius: 9999px;
  }

 .menu-item:hover,
 .menu-item.active{
    color: rgb(21 22 24 / var(--tw-text-opacity));
    background-color: rgb(255 0 0 / var(--tw-bg-opacity));
  }

  :is(:where(.dark) .menu-item:hover),
  :is(:where(.dark) .menu-item.active) {
    color: rgb(21 22 24 / var(--tw-text-opacity));
  }

  .search-input{
    color: rgb(21 22 24 / var(--tw-text-opacity));
  }

  :is(:where(.dark) .search-input)
  {
    color: rgb(21 22 24 / var(--tw-text-opacity));
  }

  #scrollUp{
    background: #ffe8e8;
  }

  .item-link:hover{
    text-decoration-color: #ff0101;
  }

  .btn-primary{
    background-color: rgb(255 0 0 / var(--tw-bg-opacity));
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }