.nav-item-pad {
    position: relative;
    padding-right: 25px;
}

.request-card, .specialist-card {
    border: 1px solid #ddd;
    padding: 50px;
    margin: 10px 100px;
    cursor: pointer;
    position: relative;
}

.input-card {
    text-align: center !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.input-group-text {
    font-weight: bold !important;
}

.title {
    font-size: 1.2em;
    margin-bottom: 5px;
    position: absolute;
    top: 10px;
    left: 20px;
}

.modal-author {
    position: absolute;
    top: 15px;
    right: 30px;
    font-size: 1em;
    color: #666;
}

.author {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1em;
    color: #666;
}

.published {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 1em;
    color: #666;
}

.actions {
    position: absolute;
    font-size: 1em;
    left: 20px;
    bottom: 0;
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.pagination {
    text-align: center;
}

.actions-btn {
    cursor: pointer;
    outline: 0;
    color: #AAA !important;
}

.btn:focus {
    outline: none;
}

.green{
    color: green !important;
}

.red{
    color: red !important;
}

.request-container {
    display: flex;
    align-items: center;
}

.form-group {
    margin-bottom: 20px;
}

.search-wrapper {
    max-width: 700px;
    margin: 20px auto;
}

.search-box {
    position: relative;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    border-radius: 50px;
    transition: all 0.3s ease;
}

.search-box:focus-within {
    box-shadow: 0 3px 20px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.search-input {
    border-radius: 50px;
    padding-left: 45px;
    padding-right: 20px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    height: 50px;
}

.search-input:focus {
    border-color: #0d6efd;
    box-shadow: none;
}

.search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    z-index: 10;
}

.filter-button {
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50px;
    padding: 8px 20px;
    transition: all 0.3s ease;
}

.filter-button:hover {
    background-color: #0b5ed7;
    transform: translateY(-50%) scale(1.05);
}

.search-button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50px;
    padding: 8px 20px;
    transition: all 0.3s ease;
}

.search-button:hover {
    background-color: #0b5ed7;
    transform: translateY(-50%) scale(1.05);
}

.out-right-button {
    position: absolute;
    right: -45px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50px;
    padding: 8px 20px;
    transition: all 0.3s ease;
}

.out-right-button:hover {
    background-color: #0b5ed7;
    transform: translateY(-50%) scale(1.05);
}

.out-left-button {
    position: absolute;
    right: 710px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50px;
    padding: 8px 20px;
    transition: all 0.3s ease;
}

.out-left-button:hover {
    background-color: #0b5ed7;
    transform: translateY(-50%) scale(1.05);
}