/* Compliance Due Dates List */
.compliance-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.compliance-list li {
    position: relative;
    padding: 12px 16px 12px 42px;
    margin-bottom: 10px;
    background: #f9fbff;
    border-left: 4px solid #2b7cff;
    border-radius: 6px;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* Calendar icon bullet */
.compliance-list li::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 12px;
    font-size: 16px;
}

/* Date highlight */
.compliance-list li strong {
    color: #2b7cff;
    font-weight: 600;
}

/* Hover effect */
.compliance-list li:hover {
    background: #eef4ff;
    transform: translateX(3px);
    transition: all 0.2s ease;
}


/* Sticky Assistance Button */
.assistance-btn {
    position: fixed;
    bottom: 20px;
    right: 77px;
    z-index: 9999;

    /* Optional polish */
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
    border-radius: 6px;
    transition: transform 0.3s ease;
}

.assistance-btn:hover {
    transform: translateY(-3px);
}

.single-blog-area-style-one .inner-content-wrapper .bottom-area .admin {
	display: none;
	}
/*Filter and search*/
.msme-search-form {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  margin-bottom: 20px;
}

.msme-search-form input[type="text"] {
  flex: 1;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 44px;
}

.msme-search-form button {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #0073aa;
  color: white;
  border: none;
  border-radius: 4px;
  height: 44px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.msme-search-form button:hover {
  background-color: #005f8d;
}

monthum, select {
    height: 45px;
    border-color: #c6c4c4;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    color: #898989 !important;
}

.rt-tpg-container .entry-title-wrapper .entry-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 0px;
}
.elementor-17674 .elementor-element.elementor-element-aa19dc5 .tpg-post-holder div {
    line-height: 1.2;
}
.elementor-17674 .elementor-element.elementor-element-aa19dc5 .rt-tpg-container .tpg-post-holder .rt-detail .read-more a {
    background: #005aaa;
    border-radius: 10px;
    color: #fff;
}
