:root {
    --warm-gray-800: #292524;
}

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.navbar-2024 {
	z-index:1030;
    margin-bottom: 20px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 50px;
    flex-shrink: 0;
    display: flex;
    background: var(--warm-gray-800, #292524);
    color: var(--warm-gray-800, #292524);
    justify-content: space-between;

    padding: 0 20px;
    box-sizing: border-box;

}

.h-24-icon {
    height: 24px;
    width: 24px;
    flex-shrink: 0;
}

.mr-12 {
    margin-right: 24px;
}

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.gap-24 {
    gap: 24px;
}

.justify-between {
    justify-content: space-between;
}

.flex-col {
    flex-direction: column;
}

.mr-12 {
    margin-right: 12px;
}

.no-wrap {
    white-space: nowrap;
}

.h-1 {
    height: 1px;
}

ul.no-wrap li {
    white-space: nowrap;
}

.p-10 {
    padding: 10px !important;
}

.p-0 {
    padding: 0;
}

.relative {
    position: relative;
}

.base-btn-2024 {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 6px;
    border-width: 0;
}

.border-0 {
    border-width: 0;
}

.pt-12 {
    padding-top: 12px;
}

.py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
}

.my-4 {
    margin-top: 4px;
    margin-bottom: 4px;
}

a.btn-2024, div.btn-2024 {
    padding: 4px 8px;
    text-decoration: none;
}

a.btn-2024:hover, div.btn-2024:hover {
    background: var(--cool-gray-200, #F7FAFC);;
}

a.btn-2024:-webkit-any-link {
    color: var(--warm-gray-800, #292524);
}

.cursor-pointer {
    cursor: pointer;
}

.clean-btn-2024 {
    background: transparent;
    padding: 0;
    border-width: 0;
}

.bg-transparent {
    background: transparent;
}

.bg-gray-200 {
    background: var(--cool-gray-200, #E5E7EB);
}

.bg-green-500 {
    background: var(--green-500, #22C55E);
    color: white !important;
}

.text-green-500 {
    color: var(--green-500, #22C55E);
}

.base-btn-2024.bg-green-500:hover {
    background: var(--green-600, #16A34A);
}

.w-full {
    width: 100%;
}

.w-286 {
    width: 286px;
}

.z-100 {
    z-index: 100;
}

.gap-8 {
    gap: 8px;
}

.gap-4 {
    gap: 4px;
}

.w-240 {
    width: 240px;
}

.navbar__left-side {
    display: flex;
    align-items: center;
}

.navbar__dropdown_trigger {
    cursor: pointer;
    height: 100%;
}

.hover-gray-900:hover {
    background: var(--warm-gray-900, #171717);
}

.hover-gray-900:hover .navbar-title {
    color: white;
}

.h-full {
    height: 100%;
}

.navbar__dropdown, .navbar-title {
    height: 100%;
}

.px-12 {
    padding-left: 12px;
    padding-right: 12px;
}

.navbar-title {
    color: #9d9d9d;
    text-align: center;

    /* Text/14px */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    display: flex;
    align-items: center;
}

.navbar__dropdown:has(.absolute-card.show) .navbar-title {
    color: white;
}

.navbar__dropdown:has(.absolute-card.show) {
    background: var(--warm-gray-900, #171717);
}

.navbar-title:hover {
    cursor: pointer;
}

.shadow-md {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.mr-6 {
    margin-right: 6px;
}

.left-0 {
    left: 0;
}

.p-40 {
    padding: 40px;
}

.absolute-card {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 1;
    box-sizing: border-box;
    background: var(--white, #FFF);
	margin-right: 2%;
}

.absolute-card.show {
    display: block;
}

.mx-12 {
    margin-left: 12px;
    margin-right: 12px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mt-8 {
    margin-top: 8px;
}


.custom-list__tag {
    display: flex;
    padding: 1px 5px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 6px;
    color: var(--white, #FFF);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
}

.gap-16 {
    gap: 16px;
}

.custom-list__tag.green-tag {
    background: var(--green-500, #22C55E);
}

.custom-list__tag.yellow-tag {
    background: var(--yellow-400, #FACC15);
}

.custom-list__tag.purple-tag {
    background: var(--violet-500, #8B5CF6);
}

.navbar__dropdown {
    display: flex;
    gap: 4px;
    align-items: center;
}

/* Custom CSS */

.custom-container {
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
}

.custom-section {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.custom-heading {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.custom-icon {
    width: 6px;
    height: 6px;
    background-color: #22C55E; /* Set your background color here */
    border-radius: 50%;
}

.text-24 {
    font-size: 24px;
}

.mb-20 {
    margin-bottom: 20px;
}

.text-16 {
    font-size: 16px;
}

.mt-54 {
    margin-top: 54px;
}

.custom-title {
    color: var(--warm-gray-800, #292524);

    /* Header/24px */
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
}

.custom-list {
    display: grid;
    padding-left: 15px;
    margin-bottom: 0;
    row-gap: 13px;
	margin-top: 16px;
}

.w-290 {
    width: 290px;
}

.right-0 {
    right: 0;
}

.w-370 {
    width: 370px;
}

.p-12 {
    padding: 12px;
}

.mt-0 {
    margin-top: 0;
}

.custom-section.all-instruments {
    padding-left: 30px;
    border-left: 1px solid #D9D9D9;
}

.custom-list.all-instruments {
    column-gap: 40px;
    grid-template-columns: repeat(2, 260px);
}

.custom-list li {
    position: relative;
    color: var(--warm-gray-800, #292524);
	
	list-style-type: disc;

    /* Text/16px */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}

.custom-list li a {
    text-decoration: none;
}

a.navbar-title {
    text-decoration: none;
}

a.navbar-title:-webkit-any-link {
    color: #9d9d9d;
}

a.navbar-title:hover {
    color: white;
}

.navbar-title.text-white {
    color: white !important;
}

.custom-list li a:-webkit-any-link {
    color: unset;
}

.custom-list li:hover {
    cursor: pointer;
    color: var(--sky-500, #0EA5E9);
}

.custom-list li::marker {
    color: #22C55E;
}

.custom-list.blue-marker li::marker {
    color: var(--sky-500, #0EA5E9);
}

.custom-divider {
    width: 1px;
    height: 100%;
    background-color: #cbd5e0;
}

.custom-subsection {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 10px;
}

.custom-subsection-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
}

.-left-50 {
    left: -50px;
}
