.catelog-table {
    /* height: 600px; */
    width: 87%;
    margin: auto;
    border-radius: 5px !important;
    border: 1px solid gray;
    /* overflow-y: scroll; */
    position: relative;
    padding: 0 !important;
}
.catelog-table2 {
    height: 400px !important;
    width: 100%;
}
/* Scrollbar Styles */
.catelog-table::-webkit-scrollbar,
.modal-body::-webkit-scrollbar {
    width: 7px; /* Scrollbar width */
}

.catelog-table::-webkit-scrollbar-track,
.modal-body::-webkit-scrollbar {
    border-radius: 10px; /* Rounded corners */
}

.catelog-table::-webkit-scrollbar-thumb,
.modal-body::-webkit-scrollbar {
    background-color: rgb(172, 165, 165); /* Scrollbar color */
    border-radius: 10px; /* Rounded corners */
}
.table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.table thead {
    background: #0000 !important;
    background-color: #e8e8e8 !important;
    font-family: var(--font-crimson_pro);
    font-size: var(--header-font-size);
    border: 1px solid #a9a9a9;
    position: sticky;
    top: 0;
    z-index: 1;
}
.table th,
.table td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    vertical-align: middle;
    height: 50px;
    border: 1px solid #c5c5c5;
}
/* .table tr{
    height: 50px;
} */
.table td {
    font-family: var(--font-crimson_pro);
    font-size: var(--header-font-size);
    color: #595959 !important;
    border: 1px solid #c5c5c5;
}
.detail-btn {
    background: transparent;
    border: none;
    outline: navajowhite;
}
.modal-dialog {
    max-width: 80%;
    top: 2%;
}
.modal-body {
    height: 70vh;
    overflow-y: scroll;
}

.modal-header {
    background: linear-gradient(180deg, #720d1d, #1f0308);
    background-color: red;
    color: #fff;
}
.modal-title {
    font-size: 1.6rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 80%;
}
.nav-tabs .nav-link.active,
.accordion-button:not(.collapsed) {
    background: linear-gradient(180deg, #720d1d, #1f0308);
    background-color: red;
    color: #fff;
    font-size: 1.5rem;
}
.nav-tabs .nav-link,
.accordion-button {
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.02);
    color: #000;
    font-size: 1.5rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: 500;
}
.accordion-item {
    border: none;
}
.position-relative {
    position: relative;
}

.input-label {
    position: absolute;
    top: -10px; /* Adjust as needed */
    left: 26px; /* Adjust as needed */
    background-color: white; /* Optional: to create contrast if input has a border */
    padding: 0 5px; /* Optional: padding for better readability */
    font-size: 1.4rem; /* Adjust size as needed */
    color: rgba(0, 0, 0, 0.594);
}
.position-relative > input {
    font-size: 1.6rem;
    height: 40px;
    padding: 15px;
}
.address-input {
    font-size: 1.6rem;
    height: 40px;
    padding: 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.address-input:hover {
    color: #000;
}
input:read-only {
    background: transparent !important;
    cursor: default;
}
.address-input > input {
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    padding: 0px !important;
}
.required-col {
    border-right: 2px solid rgba(128, 128, 128, 0.655);
}
.accordion-body ul li {
    font-size: 1.3rem;
}
.tutorial-video {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
form label {
    font-size: 2rem;
    font-family: var(--font-crimson_pro);
    font-weight: 600;
}
.search-input {
    height: 40px;
    font-size: var(--header-font-size);
    border: 1px solid #000;
}
.btn-close-white {
    filter: invert(1);
}
.sub-title2 {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.sub-title2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 30%;
    height: 3px;
    background-color: #720d1d;
    transform: translateX(-50%);
}
.catelog-table-title1 {
    font-size: 2.6rem;
    color: #054a91 !important;
    font-weight: 600;
    font-family: var(--font-crimson_pro);
    width: 94%;
    padding-left: 0px;
}
.type-select {
    /* background-color: #f1f5f8;
    padding: 10px 0px 10px 10px !important; */
    width: 100%;
    border-radius: 5px;
}
.regulatory-select{
    background-color: #f1f5f8;
    padding: 10px 0px 10px 10px !important;
}
/* Cards */
.departments-cards-title1 {
    font-size: 2.6rem;
    color: #054a91 !important;
    font-weight: 600;
    font-family: var(--font-crimson_pro);
    padding-left: 18px;
}
.department-card-title {
    color: #0f5789;
    font-weight: 600;
    font-size: 16px !important;
}
.epartment-card-subtitle {
    font-size: 16px !important;
}
.department-cards-wrapper .card {
    border: 2px solid #d1cece;
    padding: 0px 10px 0px 10px !important;
    min-height: 90px;
    border-radius: 10px;
    justify-content: space-around;
}
.w-md-20 {
    width: 20% !important;
}
.department-card-subtitle {
    margin: 0px !important;
}
.department-cards-wrapper .card:hover {
    background: linear-gradient(
        180deg,
        #ffffff 3.93%,
        rgba(153, 153, 153, 0.3) 192.85%
    );
}

.dt-layout-full {
    height: 630px;
    overflow-y: scroll;
    overflow-x: hidden;
}

/* Styling the Scrollbar */
.dt-layout-full::-webkit-scrollbar {
    width: 6px; /* Width of the vertical scrollbar */
    height: 6px; /* Height of the horizontal scrollbar */
}

.dt-layout-full::-webkit-scrollbar-thumb {
    background: #b5b3b3; /* Color of the scrollbar thumb */
    border-radius: 10px; /* Rounded edges for the scrollbar thumb */
}

.dt-layout-full::-webkit-scrollbar-thumb:hover {
    background: #555; /* Thumb color when hovered */
}

.dt-layout-full::-webkit-scrollbar-track {
    background: #f1f1f1; /* Background color of the scrollbar track */
    border-radius: 10px; /* Rounded edges for the track */
}
.logo-container .img-fluid {
    max-width: 87% !important;
}
#myTable th:first-child,
#myTable td:first-child {
    width: 60px; /* Force the width */
    max-width: 60px; /* Prevent the column from growing */ /* Hide any overflowing content */ /* Prevent text wrapping */
    text-align: center !important;
}
#myTable th:nth-child(3),
#myTable td:nth-child(3) {
    width: 100px; /* Force the width */
    max-width: 100px; /* Prevent the column from growing */ /* Hide any overflowing content */ /* Prevent text wrapping */
    text-align: center !important;
}
.catalog-search {
    margin-right: 10.1vw;
}
/* Tool tip */
.my-tooltip {
    display: inline-block;
    cursor: pointer;
    /* position: relative; */
}

.my-tooltip .my-tooltiptext {
    visibility: hidden;
    background: linear-gradient(180deg, #720d1d, #1f0308);
    background-color: #720d1d;
    color: #fff;
    text-align: center;
    padding: 4.6px 10px;
    border-radius: 5px;
    font-family: var(--font-crimson_pro);
    font-size: calc(var(--header-font-size) - 0.3rem);

    /* Positioning */
    position: absolute;
    z-index: 4;
    bottom: 79%;
    left: 45%;
     /* translate:-233px 0px ; */

    /* Fade-in effect */
    opacity: 0;
    transition: opacity 0.3s;
    white-space: nowrap; /* Prevents text from wrapping */
}

.my-tooltip:hover .my-tooltiptext {
    visibility: visible;
    opacity: 1;
}
