.taggitselect2,
.modelselect2multiple,
.select2-selection {
  padding: 0px;
}

.select2-container {
  min-width: 100% !important;
}

.select2-selection {
  height: 65px !important;
  padding-top: 8px;
}

.logo {
  width: 100px;
}

.y-scroll,
.regular {
  margin-right: 0px;
  margin-left: 0px;
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
  max-width: 100%;
}

.y-scroll .poster-wrapper,
.y-scroll>a,
.regular .poster-wrapper,
.regular>a {
  margin-right: 10px !important;
  flex-shrink: 0;
}

.modelselect2multiple {
  overflow: scroll;
  height: 64px;
}

.show-on-hover {
  display: none;
  /* position: absolute;
  margin-top: 45px; */
}

.show-on-hover-container:hover .show-on-hover {
  display: block;
}

.content,
p {
  word-break: break-word;
}

.bg-blue {
  /* background-color: #003FC1; */
  background-color: #1c459a;
}

.text-blue {
  color: #1c459a;
}

.bg-darkblue {
  background-color: #002f7a !important;
}

.bg-lightgreen {
  background-color: rgba(104, 255, 42, 0.22);
}

.search-nav {
  background-color: initial;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .4);
  /* height: 45px;
  border-radius: 10px; */
}

.search-nav::placeholder {
  color: rgba(255, 255, 255, .4);
}

.form-input:focus {
  border: 1px solid #fff;
}

.btn-orange,
.btn-dark {
  border: 1px solid rgb(250, 136, 7);
  background-color: rgb(250, 136, 7);
}

.btn-orange:hover,
.btn-outline-orange:hover,
.btn-dark:hover {
  border: 1px solid rgb(250, 136, 7);
  background-color: rgb(250, 108, 7);
  color: #fff;
}

.btn-outline-orange,
.btn-outline-dark {
  border: 1px solid rgb(250, 136, 7);
  color: rgb(250, 136, 7);
}

.text-orange {
  color: rgb(250, 136, 7);
}



/* Google Button */

.google-btn {
  width: 194px;
  height: 42px;
  background-color: #4285f4;
  border-radius: 2px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
}

.facebook-btn {
  width: 220px;
  height: 42px;
  background-color: #3b5998;
  border-radius: 2px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
}

.google-btn .google-icon-wrapper {
  position: absolute;
  margin-top: 1px;
  margin-left: 1px;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background-color: #fff;
}

.google-btn .google-icon {
  position: absolute;
  margin-top: 11px;
  margin-left: 11px;
  width: 18px;
  height: 18px;
}

.google-btn .btn-text {
  float: right;
  margin: 11px 11px 0 0;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2px;
}

.google-btn:hover {
  box-shadow: 0 0 6px #4285f4;
}

.google-btn:active {
  background: #1669F2;
}



/* Custom HTMX loading indicator */

.custom-indicator {
  display: none;
}

.htmx-request .custom-indicator {
  display: inline-block;
}

.htmx-request.custom-indicator {
  display: inline-block;
}



.adsense-jumbotron {
  max-height: 280px;
}

ins.adsbygoogle[data-ad-status='unfilled'] {
  display: none !important;
}

.form-category legend {
  width: auto !important;
  padding: 6px 12px !important;
  text-align: left;
  display: block;
  font-weight: 500;
  font-style: normal;
  position: relative;
  background-color: rgb(241, 241, 241);
  border-radius: 5px;
  border: 1px solid rgb(228, 228, 228);
  font-size: 118%;
}



.suggestions-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #f8f9fa; /* Light background */
  box-sizing: border-box;
  z-index: 1000;
  text-align: left;
}

.suggestion-item:hover, .suggestion-item:focus {
  background-color: #e9ecef !important; /* Lighter gray for hover */
  color: #343a40 !important; /* Dark text color */
  text-decoration: none !important;
}

.suggestion-list {
  background-color: #f8f9fa;
  border: 1px solid #ddd;
}

.suggestion-item {
  background-color: #f8f9fa;
  color: #343a40; /* Dark text color */
  border-bottom: 1px solid #ddd; /* Light border for items */
}

.suggestion-link {
  color: #007bff; /* Standard link color */
  text-decoration: none;
}

.suggestion-link:hover, .suggestion-link:focus {
  background-color: #e9ecef;
  color: #0056b3; /* Darker link color on hover */
  text-decoration: underline;
}

ins.adsbygoogle[data-ad-status='unfilled'] {
    /* Hide unfilled google ads space */
    display: none !important;
}

.ad-horizontal-sm, .ad-horizontal-sm .adsbygoogle {
    width: 100%;
    height: 100%;
    max-height: 200px !important;
}
/* Media query for mobile devices */
@media screen and (max-width: 600px) { /* Adjust the max-width as needed for your target mobile devices */
    .ad-horizontal-sm .adsbygoogle {
        max-height: 500px; /* Increased maximum height for mobile devices */
    }
}





/* New styles for default buttons */
.btn {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: all 0.15s ease-in-out;
}

.btn-primary {
  background-color: #1c459a;
  border-color: #1c459a;
  color: #fff;
}

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

.btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}

.btn-secondary:hover {
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-success {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}

.btn-success:hover {
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}

.btn-danger:hover {
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}

.btn-warning:hover {
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-info {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}

.btn-info:hover {
  background-color: #138496;
  border-color: #117a8b;
}

.btn-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}

.btn-light:hover {
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* Outline button styles */
.btn-outline-primary {
  color: #1c459a;
  border-color: #1c459a;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #1c459a;
  border-color: #1c459a;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* Add focus styles */
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(28, 69, 154, 0.25);
}

/* Add disabled styles */
.btn:disabled {
  opacity: 0.65;
  pointer-events: none;
}




.rating-input {
  gap: 0.3rem;
  max-width: 131px;
}

.rating-input input[type="radio"] {
  display: none;
}

.rating-input label {
  cursor: pointer;
  font-size: 1.25rem;
  color: #ffc107;
}

.rating-input label:hover,
.rating-input label:hover ~ label,
.rating-input input[type="radio"]:checked ~ label {
  color: #ffc107;
}

.rating-input label:hover i,
.rating-input label:hover ~ label i,
.rating-input input[type="radio"]:checked ~ label i {
  font-weight: 900;
  content: "\f005";
  font-family: "Font Awesome 5 Free";
}

/* Sponsor Banner Styles */
.announcement-banner {
    background: rgba(250, 136, 7, 0.1);
    border: 1px solid rgba(250, 136, 7, 0.3);
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
}

.announcement-banner:hover {
    background: rgba(250, 136, 7, 0.15);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(250, 136, 7, 0.15);
}

.announcement-iclose {
  background: transparent;
  border: none;
  color: rgba(250, 136, 7, 0.7);
  font-size: 1.5rem;
  line-height: 1;
  padding: 0 0.5rem;
  margin-left: 0.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.announcement-iclose:hover {
  color: rgb(250, 136, 7);
  transform: scale(1.1);
}

.announcement-icon {
    color: rgb(250, 136, 7);
}

.banner-text {
    color: #2d3748;
    font-size: 0.95rem;
}

.announcement-ilabel {
    color: rgb(250, 136, 7);
}

.announcement-ilink {
    color: #2d3748;
    text-decoration: none;
    border-bottom: 1px dashed rgba(250, 136, 7, 0.5);
    transition: all 0.2s ease;
}

.announcement-ilink:hover {
    color: rgb(250, 136, 7);
    border-bottom-style: solid;
    text-decoration: none;
}

.btn-close {
    font-size: 0.8rem;
    opacity: 0.5;
    transition: opacity 0.2s ease;
}

.btn-close:hover {
    opacity: 1;
}

/* Animations */
.animate-fade-in {
    animation: fadeIn 0.5s ease-out;
}

.pulse-animation {
    animation: pulse 2s infinite;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
