.is-invalid {
    border-color: #dc3545;
}
.text-danger {
    font-size: 0.875em;
    margin-top: 0.25rem;
}
.error_message {
    color: #dc3545 !important;
}
.alert-close_custom{
    padding: 0.6rem 1rem !important;
}
.alert-show_custom{
    padding: 7px 10px;
    margin: 0px;
    font-size: 0.875rem;
}
.add-sender_button {display: none;}
.senderLogo { height: 3rem;  width: 10rem;}
.closeSenderBtn {
    background: none;
    color: white;
    border: none;
    text-align: center;
    cursor: pointer;
    outline: none;
    width: 36px;
    height: 36px;
}
.rightSenderSidebar{
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    transition: 0.5s;
    z-index: 1000;
    overflow: hidden;
}
.rightSenderSidebar .closeBtn {
    background: none;
    color: white;
    border: none;
    text-align: center;
    cursor: pointer;
    outline: none;
    width: 36px;
    height: 36px;
}
.rightSenderSidebar .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 15px 30px;
    height: 79px;
    background: #F1F1F1;
}
.rightSenderSidebar .title h3 {
    color:  #495057;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.rightSenderSidebar .mt-2 {
    margin-top: .8rem !important;
}
#changesContent .nav-tabs .nav-link {
    border-bottom: 4px solid var(--border-color);
}
#changesContent .nav-tabs .nav-link.active {
    border-bottom: 4px solid var(--second-color);
}
.addAnotherAddress_custom{
    color: var(--second-color);
    font-weight: 700;
    font-size: var(--font-size14);
}
#myTabContent{ max-height: calc(100vh - 230px); }
ul.pagination{ margin-top: 15px; }
.pagination-visible { display: block !important; }
.pagination-hidden { display: none !important ; }
.auto-hide-alert { animation: fadeOutAlert 4s forwards; /* Apply the animation */ }
.navigation{ width: 100% !important; }

@keyframes fadeOutAlert {
    0% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        display: none; /* Hide the alert when animation ends */
    }
}

.pagination .active a{
    color: #fff;
}

.pagination span{
    background: none !important;
}

#changesContent {
    background-color: var(--gray-bg1) !important;
}

#searchInput {
    height: 45px;
}

.content.sidebarOpen {
    height: calc(100vh - 55px);
}

.content.sidebarOpen.header-content {
    height: 55px;
}