#switcher{
    display:none;
}

.hidden{
    display:none !important;
}

.input-group {
    display: flex;
    align-items: center;
}

.input-group-text {
    background-color: transparent;
    border: none;
    padding-left: 10px;
    background-color: #f2f2eb;
    height: 40px;
}

.error-border {
    border: 1px solid red !important; 
}

.otp-input {
    width: 40px;
    text-align: center;
    margin-right: 5px;
}
.select_container::before {
    content: none !important;
}

#bookPreloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(65, 58, 58, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.preloader-wrapper {
    text-align: center;
    animation: fadeIn 0.3s ease-in-out;
}

.book-icon {
    font-size: 3rem;
    animation: flip 1s infinite ease-in-out;
}

@keyframes flip {
    0%, 100% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(180deg);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#bookPreloader p {
    margin-top: 10px;
    font-size: 1.2rem;
    color: #555;
}
#search{
    width:250px !important;
    padding-right: 30px;
    margin-left: auto;
}

.icon{
    cursor:pointer;
}
.reply-box{
    background-color: #fff !important;
    padding: 10px !important;
}

.comment-reply-box {
    overflow: hidden;
    max-height: 0; 
    transition: max-height 0.5s ease-out; 
}
.reply-btn{
    min-width: 100px !important;
    padding : 5px !important;
    border-radius: 10px !important;
}

.profile-icon {
    font-size: 50px !important;
    color: #ff5740;    
    cursor: pointer; 
}
.table-head{
    background-color:#ff5740 !important;
}

tbody tr:hover {
    background-color: #f2f2f2;
  }
table {
    background-color: #f2f2eb;
}

.book-card {
    background-color: #f2f2eb; 
    border-radius: 10px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    transition: all 0.3s ease;
}


.book-card:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); 
    transform: translateY(-5px); 
}
.blog-image{
    border-radius: 10px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    transition: all 0.3s ease;
}

.blog-image:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); 
    transform: translateY(-5px); 
}
.icon-clr{
    color:#ff5740;
    transition: transform 0.3s ease, color 0.3s ease;
}
.icon-clr:hover {
    transform: scale(1.2); 
    color: #ff0000;
}
.search-bar{
    background-color: antiquewhite !important;
    border-color: 1px solid antiquewhite;
}
.woocommerce-result-count{
    color:#333333;
}
.nav-link, .page-link{
    background-color: antiquewhite;
}
.disabled-link {
    color: gray;     
    pointer-events: none;
    cursor: default; 
}
.like-btn{
    cursor: pointer;
    font-size: 24px;
    color: #999;
    transition: color 0.3s ease;
}

.like-btn:hover {
    color: #e74c3c; 
}
.like-btn.liked {
    color: #e74c3c; 
}

.icon-box {
    position: relative; 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.icon-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); 
}
.btn-reset{
    background-color: #f2f2eb;
    border-color: #e74c3c;
    color : #e74c3c;
}

.btn-reset:hover{
    border-color: #212529;
}
@media screen and (min-width: 1025px) {
    .mob-view {
        display:none !important;
    }
}
.download-icon{
    border-radius:5px;
}

.recent-post{
    background-color: #f2f2eb;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}

.blog-detail {
    background-color: #f2f2eb;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth animation */
}

.blog-detail:hover {
    transform: translateY(-10px); /* Move upward by 10px */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Enhance shadow on hover */
}
.content-icon{
    background-color: #f2f2eb;
    border-radius: 10px;
}

.content-section {
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.content-header{
    background-color: #ff5740 !important;
    border-radius: 10px;
}
.question-section{
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff !important;
}
.que-text{
    font-size: larger !important;
}

.rss-section{
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #fff !important;
}
.rss-text{
    font-size: larger;
}

