.prayer-list {
    margin: 20px 0;
}

.prayer-item {
    padding: 10px;
    margin-bottom: 10px;
    background-color: #f8f9fa;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.prayer-item:hover {
    background-color: #e9ecef;
    transform: translateY(-2px);
}

.prayer-item a {
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 18px;
}

.hebrew-text {
    font-family: 'David Libre', serif;
    font-size: 22px;
    line-height: 1.8;
    direction: rtl;
    text-align: right;
}

.transliteration-text {
    font-size: 18px;
    line-height: 1.6;
}

.translation-text {
    font-size: 16px;
    line-height: 1.5;
}
    .card-cidur-header
      {
        background-color:rgb(117, 106, 251);
        padding: 10px;
        border-radius: 5px 5px 0 0;
    
        
      }
    .category-section
           { background-color:rgb(208, 231, 253); 
            padding: 10px; 
            margin-bottom: 20px; 
            border-radius: 5px 5px 0 0;
         
          }

          .card-cidur-body {
            background-color:rgb(208, 231, 253);
            border-radius: 0 0 5px 5px;
          }

          .prayer-item {
            font-weight: 600;
          }
     
        .controls-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
    }
    .guide-button {
        background:blue;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 5px 10px;
        cursor: pointer;
    }
    .font-control {
        text-align: right;
    }
    .font-control button {
        background: blue;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 5px 10px;
        margin-left: 5px;
        cursor: pointer;
    }
    .prayer-text {
        font-size: 18px;
        transition: font-size 0.2s;
        color:#000;
    }

    .nav-tabs .nav-link {
     
        color: #495057;
        background-color: #f8f9fa;
        border-radius: 0 0 0 0px;
       
    }
    .nav-tabs .nav-link.active {
        color: #495057;
        background-color: rgb(225, 215, 235);
        border-color:rgb(163, 153, 180) #dee2e6 #fff;
        border-radius: 10px 0 10px 0; 
    }
    .tab-content {
        padding: 10px 0;
    }
    .tab-pane {
        display: none;
    }
    .tab-pane.active {
        display: block;
    }