.card {
    padding: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.card-body {
    background-color: #e0e0e0;
}

/* Inactive tabs */
.nav-tabs .nav-link {
    background-color: #e0e0e0;
    color: #333;
    border: 1px solid #ccc;
    margin-right: 2px;
    width: 140px;
    height: 36px;
    font-family: "Trebuchet MS";
    font-size: 13px;

}

/* Active tab */
.nav-tabs .nav-link.active {
    background-color: hsl(75 58% 56% / 1) !important;
    color: #fff !important;
    border-color: hsl(75 58% 56% / 1) hsl(75 58% 56% / 1) #fff;
    z-index: 1;
    position: relative;
    width: 140px;
    height: 36px;
    font-family: "Trebuchet MS";
    font-size: 13px;
}

/* Hover */
.nav-tabs .nav-link:hover {
    background-color: #d5d5d5;
    color: #000;
    width: 140px;
    height: 36px;
    font-family: "Trebuchet MS";
    font-size: 13px;
}

.search-bar {
    width: 530px;
	height: 35px;
	margin: 6px auto 0 auto;
}

.content-div {
    margin-bottom: 10px;
}

.download-image {
    width: 60px !important;
    margin-right: 10px;
}

.tariffs-footer-text {
    padding-top: 2px;
    text-align: left;
    font-size: 11px;
}

.text-underline {
    text-decoration: underline;
}

.footer-twitter-feed-text {
    color: #000 !important;
    font-face: Tahoma !important;
    font-size: 9px !important;
}

.message-background {
    background-color:hsl(75 58% 56% / 1) !important
}

.maincontainer {
    width: 962px !important;
}

.prefix-box {
    padding: .5rem;
    box-sizing: border-box;
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        --bs-modal-width: 920px !important;
    }
}

.search-tooltip .tooltip-inner {
    background-color: #333;
    color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 13px;
    padding: 8px 12px;
    max-width: 350px;       /* your custom width */
    white-space: normal;    /* allow text to wrap */
}

/* Optional: arrow color matching border */
.search-tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #e0e0e0;
}
.search-tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #e0e0e0;
}
.search-tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #e0e0e0;
}
.search-tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #e0e0e0;
}

.country-item {
    min-height: 38px;
    padding: 4px 7px;
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #333;
    cursor: pointer;
    text-decoration: none;
    background-color: #f8f9fa;
    border: 1px solid #dcdfe3;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.country-item-text {
    text-decoration: none;
    color: #212529;
}

.centered-alert {
    text-align: center;
    margin: 0 auto;
}

.prefix-row-content-free {
    font-size: 12px;
    font-weight: bold;
    color: #6aaf00;
}

.input-group > .form-control {
    border-radius: 0.5rem;
}

.input-group > .btn {
    border-radius: 0.5rem;
    margin-left: 8px;
}

.prefix-card-list-margin {
    margin-top: -1.5rem !important;
}

.download-link-text {
    text-decoration: none;
}

.download-file-title {
    font-size: 1.25rem;
}