@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Plus+Jakarta+Sans:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lexend:wght@100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Plus+Jakarta+Sans:wght@200..800&display=swap');

/*@font-face {
    font-family: 'Mulish';
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/CoText.woff");
}

@font-face {
    font-family: 'Mulish';
    font-weight: bold;
    font-style: normal;
    src: url("../fonts/CoTextBold.woff");
}

@font-face {
    font-family: 'Mulish';
    font-weight: 300;
    font-style: normal;
    src: url("../fonts/CoTextLight.woff");
}*/

:root {
    --primary-blue: #0B00CF;
    --secondary-blue: #300A6E;
    --black: #111111;
    --dark-red: #C10A28;
    --bright-red: #FF2D2B;
    --body-text: 16px;
    --link: 14px;
    --h1: 42px;
    --h2: 36px;
    --h3: 16px;
    --h4: 14px;
    --body-line-height: 1.6;
    --heading-line-height: 1.2;
}

body {
    background-color: white;
    color: var(--black);
}

html {
    font-size: 16px;
}

main {
    min-height: calc(100vh - 70.391px - 108.59px);
}

html, body {
    height: 100%;
}

.layout-wrapper {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.layout-content {
    flex: 1 1 auto;
    display: flex;
    overflow: hidden;
}

.scrollable-content {
    flex-grow: 1;
    overflow-y: auto;
    padding: 1rem;
}

.layout-content > .flex-grow-1 {
    height: fit-content;
}

.sidebar {
    width: 280px;
    flex-shrink: 0;
}

.main-content {
    flex-grow: 1;
    overflow-y: auto;
}

.custom-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 64px;
}

a {
    font-family: "Mulish";
    font-size: var(--link);
    font-weight: 400;
    cursor: pointer;
}

p {
    font-family: "Mulish";
    font-size: var(--body-text);
}

input[type="date"],
input[type="text"],
input[type="file"],
input[type="password"],
input[type="email"],
select {
    min-height: 44px !important;
}

.account-access-bar {
    padding: 5px 0;
    background-color: red;
    color: white;
}

    .account-access-bar p {
        margin: 0;
    }

nav.navbar-shadow {
    box-shadow: 0px 1px 20px 4px rgba(0, 0, 0, 0.03);
}

nav .navbar-brand img {
    height: auto;
    width: auto;
}

nav div.container {
    padding: 32px 16px;
}

nav .nav-link {
    font-family: "Mulish";
    font-size: var(--body-text);
    font-weight: 600;
    line-height: 140%;
    color: var(--black);
    text-decoration: none;
}

    nav .nav-link:hover {
        color: var(--primary-blue);
        text-decoration: underline;
    }

    nav .nav-link:focus {
        color: var(--dark-red);
    }

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--primary-blue);
}

nav .nav-email {
    font-size: var(--body-text);
    font-weight: 700;
    font-family: "Mulish";
    line-height: var(--heading-line-height);
}

.dropdown-menu.read-only-background {
    min-width: 450px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    height: auto;
}

.dropdown-menu .title {
    font-size: 24px;
    font-family: "Lexend";
    font-weight: 400;
    color: var(--black);
}

.dropdown-menu ul,
.notification-container ul {
    list-style: none;
}

    .dropdown-menu ul li .nav-item,
    .notification-container ul li .nav-item {
        margin-bottom: 24px;
    }

.dropdown-menu .tab .tab-text,
.notification-container .tab .tab-text {
    font-family: "Lexend";
    font-size: var(--h4);
    font-weight: 400;
    color: var(--black);
}

    .dropdown-menu .tab .tab-text.active,
    .notification-container .tab .tab-text.active {
        color: var(--dark-red);
    }

.dropdown-menu ul li .date,
.notification-container ul li .date {
    font-family: "Lexend";
    font-size: 9px;
    font-weight: 600;
    color: var(--black);
    padding: 0;
}

.dropdown-menu ul li .message,
.notification-container ul li .message {
    font-family: "Mulish";
    font-size: var(--link);
    font-weight: 400;
    border-bottom: 1px solid rgba(48, 10, 110, 0.1);
    color: var(--black);
    padding: 8px 0;
    margin: 0;
}

.notification-checkbox {
    margin: 0;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.sidebar-menu {
    width: 0;
    flex-shrink: 0;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #f8f9fa;
    padding: 20px 0;
    transition: width 0.2s ease-in-out, padding 0.2s ease-in-out;
}

    .sidebar-menu.active {
        padding: 20px;
        width: 280px;
        flex-shrink: 0;
        background-color: #f8f9fa;
    }

.btn {
    font-size: var(--body-text);
    font-weight: 500;
    font-family: "Lexend";
    line-height: var(--heading-line-height);
    text-transform: none;
}

    .btn.disabled {
        background: none;
        background-color: rgb(214, 214, 214);
        color: rgb(150, 150, 150);
        border: 1px solid
    }

.primary-blue {
    color: var(--primary-blue);
}

.secondary-blue {
    color: var(--secondary-blue);
}

.dark-red {
    color: var(--dark-red);
}

.bright-red {
    color: var(--bright-red);
}

.black {
    color: var(--black);
}

#blacklist-btn {
    background: var(--black);
    color: white;
    padding: 11px 24px;
}

    #blacklist-btn:hover {
        background: white;
        color: var(--black);
    }

.button-outline-1 {
    border: 1px solid transparent;
    border-radius: 4px;
    background: linear-gradient(to right, white, white),linear-gradient(45deg, rgb(11, 0, 207), rgb(193, 10, 40));
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    padding: 11px 24px;
    color: var(--black);
}

    .button-outline-1:hover {
        background: linear-gradient(to right, white, white),linear-gradient(45deg, rgb(11, 0, 207), rgb(193, 10, 40));
        background-clip: padding-box, border-box;
        background-origin: padding-box, border-box;
        color: var(--primary-blue);
    }

    .button-outline-1:focus {
        background: var(--dark-red);
        color: white;
    }

.button-1 {
    border: 1px solid transparent;
    border-radius: 4px;
    background: radial-gradient(circle, rgb(193, 10, 40) 30%, rgb(11, 0, 207) 240%);
    color: white;
    padding: 12px 24px;
    box-shadow: none;
}

    .button-1:hover {
        background: linear-gradient(to left, rgb(193, 10, 40) 30%, rgb(11, 0, 207) 150%);
        color: white;
    }

    .button-1:focus {
        background: var(--dark-red);
        color: white;
    }

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.text-gradient {
    background: linear-gradient(to right, rgb(8, 0, 163), rgb(193, 10, 40));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    position: relative;
}

    .text-gradient:hover {
        background: linear-gradient(to right, rgb(8, 0, 163), rgb(193, 10, 40));
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        position: relative;
    }

.radient-underline.text-gradient:after {
    background: linear-gradient(to right, rgb(8, 0, 163), rgb(193, 10, 40));
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
}

.link {
    color: var(--primary-blue);
}

a.link:hover, a.link:hover {
    color: var(--secondary-blue);
}

a.link:focus, a.link:focus {
    color: var(--dark-red);
}

.form-control-plaintext .link {
    color: var(--primary-blue);
    font-size: var(--body-text);
}

.back-link {
    text-decoration: underline;
    font-family: "Mulish";
    font-size: var(--link);
    font-weight: 400;
    line-height: var(--body-line-height);
    margin-bottom: 24px
}

.notification-status-tag {
    font-family: "Lexend";
    font-size: 9px;
    font-weight: 600;
    color: white;
    padding: 2px;
    border-radius: 4px;
}

.status-tag {
    display: inline-block;
    font-family: "Lexend";
    border-radius: 4px;
    font-size: var(--link);
    font-weight: 400;
    line-height: var(--heading-line-height);
    color: white;
    margin-right: 6px;
    margin-bottom: 0;
    padding: 4px;
}

    .status-tag.shortlisted {
        background-color: var(--primary-blue)
    }

    .status-tag.rejected,
    .status-tag.draft {
        background-color: var(--dark-red)
    }

    .status-tag.keepinview {
        background-color: var(--secondary-blue)
    }

    .status-tag.selected,
    .notification-status-tag.unread {
        background-color: var(--bright-red)
    }

    .status-tag.blacklist {
        background-color: black
    }

.modal .modal-title {
    font-family: "Lexend";
    font-size: 30px;
    font-weight: 400;
    color: var(--secondary-blue);
}

.modal .modal-body p {
    font-family: "Mulish";
    font-size: var(--body-text);
    font-weight: 400;
    color: var(--black);
}

.modal .modal-body span {
    font-family: "Mulish";
    font-size: var(--body-text);
    font-weight: 700;
    color: var(--black);
}

.read-only-background {
    background: radial-gradient(circle,rgb(255, 250, 251) 30%, rgb(217, 239, 255) 150%);
    padding: 24px;
    height: 100%;
    border-radius: 4px;
}

.bottom-margin-80 {
    margin-bottom: 80px;
}

.description-short {
    height: 50px;
    overflow: hidden;
}

.description-full {
    height: auto;
}

.title-padding {
    padding-top: 80px;
    padding-bottom: 48px;
}

h1.page-title {
    font-family: "Lexend";
    font-size: var(--h1);
    font-weight: 600;
    color: var(--black);
    margin: 0;
    text-transform: uppercase;
}

h2.page-second-title {
    font-family: "Lexend";
    font-size: var(--h2);
    font-weight: 400;
    color: var(--primary-blue);
    margin: 0;
}

h2.small-section-title {
    font-family: "Lexend";
    display: inline-block;
    color: var(--secondary-blue);
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

    h2.small-section-title a {
        margin: 0;
        font-family: "Lexend";
        display: inline-block;
        color: var(--black);
        font-size: 18px;
        font-weight: 500;
        line-height: var(--heading-line-height);
        color: var(--secondary-blue);
    }

    h2.small-section-title span {
        font-family: "Lexend";
        font-size: 14px;
        font-weight: 400;
    }

h2.section-title {
    font-family: "Lexend";
    color: var(--black);
    font-size: var(--h2);
    font-weight: 400;
    line-height: var(--heading-line-height);
    margin: 0;
}

h3.custom-card-title {
    font-family: "Lexend";
    font-weight: 500;
    font-size: var(--h3);
}

.accordion-button {
    font-family: "Lexend";
    display: inline-block;
    color: var(--secondary-blue);
    font-size: 18px;
    font-weight: 500;
}

.btn-toolbar {
    flex-wrap: nowrap;
    display: flex;
    gap: 24px;
    align-items: center;
}

    .btn-toolbar p {
        font-family: "Lexend";
        font-weight: 500;
        color: var(--dark-red);
        font-size: var(--h3);
    }

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + (2 * (0.5 * var(--mdb-gutter-x))));
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(1px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    pointer-events: auto;
    border-radius: 4px;
}

.overlay-text {
    position: relative;
    font-family: "Lexend";
    font-size: var(--h1);
    font-weight: 500;
    z-index: 12;
    color: var(--bright-red);
    text-transform: uppercase;
}

.form-outline .form-control {
    background-color: white;
}

    .form-outline .form-control ~ .form-label {
        line-height: 44px;
        padding-top: 0;
    }

.information {
    display: inline-block;
    font-family: "Mulish";
    font-size: var(--link);
    font-weight: 600;
    background-color: rgb(233, 233, 233);
    padding: 13px 47px;
    margin: 0;
}

.custom-card {
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    padding: 24px;
    border-radius: 4px;
}

.tech-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}

.tech-list {
    gap: 10px;
    margin: 12px 0;
}

.form-check-label {
    font-family: "Mulish";
    font-weight: 400;
    font-size: var(--body-text);
}

.form-container-shadow {
    max-width: 550px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    padding: 24px;
    border-radius: 8px;
    margin: 0 auto 80px;
}

    .form-container-shadow > div.row {
        margin: 12px 0;
    }

.alert {
    font-family: "Mulish";
    margin-top: 30px;
    margin-bottom: 0;
    padding: 10px 24px;
    border-radius: 0;
    text-align: center;
    font-weight: 600;
    font-size: var(--link);
}

    .alert p {
        font-family: "Mulish";
        font-weight: 600;
        font-size: var(--link);
    }

#tech-notification {
    display: flex;
}

.small-container {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
}

.custom-list .date {
    color: rgb(100, 100, 100);
    font-size: var(--link);
    font-family: "Mulish"
}

.custom-list .description {
    color: rgb(17, 17, 17);
    font-size: var(--body-text);
    font-weight: 400;
    font-family: "Lexend"
}

.custom-list .status {
    color: rgb(48, 10, 110);
    font-size: var(--link);
    font-weight: 400;
    font-family: "Lexend"
}

    .custom-list .status span.status-text {
        color: rgb(48, 10, 110);
        font-size: var(--body-text);
        font-family: "Mulish"
    }

.form-container {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

    .form-container > div {
        padding: 12px 0;
    }

        .form-container > div label {
            font-size: var(--body-text);
            font-family: "Lexend";
            font-weight: 500;
            color: var(--black);
            line-height: var(--body-line-height)
        }

.tooltip-inner {
    max-width: none !important;
    width: fit-content;
    padding: 8px;
}

    .tooltip-inner li {
        color: white;
        font-size: 12px;
        font-family: "Mulish";
        font-weight: 400;
        margin-bottom: 4px;
    }

.attachment-old {
    background-color: rgb(29, 173, 18);
    color: white;
    padding: 2px 8px;
    border-radius: 4px;
}

.attachment-new {
    background-color: rgb(18, 125, 173);
    color: white;
    padding: 2px 8px;
    border-radius: 4px;
}

.attachment-container {
    background: radial-gradient(circle,rgb(255, 250, 251) 30%, rgb(217, 239, 255) 150%);
    padding: 12px 24px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 12px;
}

    .attachment-container:before {
        content: "";
        position: absolute;
        background-color: rgb(29, 173, 18);
        height: 40px;
        width: 40px;
        top: -20px;
        left: -20px;
        rotate: 135deg;
    }

    .attachment-container.isNew:before {
        background-color: rgb(18, 125, 173);
    }

    .attachment-container .attachment-title {
        font-size: var(--body-text);
        font-weight: 400;
        font-family: "Mulish";
    }

    .attachment-container input {
        min-height: 33px !important;
    }

.details .row {
    padding: 6px 0;
}

.filter-group {
    padding: 12px;
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 36px;
    background-color: #E6EDFF;
    border-radius: 4px;
}

    .filter-group .filter-title {
        font-size: 21px;
        font-family: "Lexend";
        font-weight: 500;
        color: var(--secondary-blue);
        border-bottom: 2px solid var(--secondary-blue) !important;
        margin-bottom: 24px;
    }

        .filter-group .filter-title.collapsed::after,
        .filter-group .filter-title::after {
            content: "";
            display: inline-block;
            width: 18px;
            height: 9.16px;
            background-size: contain;
            background-repeat: no-repeat;
            vertical-align: middle;
            margin-left: 10px;
            transition: transform 0.3s ease;
        }


        .filter-group .filter-title.collapsed::after {
            transform: rotate(-90deg);
        }

        .filter-group .filter-title::after {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='9.160156' viewBox='0 0 18 9.16016'%3E%3Cpath d='M17.81 0.29C17.69 0.17 17.53 0.1 17.36 0.1C17.19 0.1 17.03 0.17 16.91 0.29L9.5 7.7C9.38 7.82 9.22 7.88 9.05 7.88C8.88 7.88 8.72 7.82 8.6 7.7L1.07 0.17C0.82 -0.07 0.43 -0.06 0.18 0.18C-0.06 0.43 -0.07 0.82 0.17 1.07L7.7 8.6C8.44 9.34 9.65 9.34 10.4 8.6L17.81 1.19C17.93 1.07 18 0.91 18 0.74C18 0.57 17.93 0.41 17.81 0.29Z' fill='%23300A6E'/%3E%3C/svg%3E");
        }

    .filter-group .category-title {
        font-size: var(--h3);
        font-family: "Lexend";
        font-weight: 500;
        color: var(--black);
        margin-bottom: 16px;
    }

        .filter-group .category-title.link:focus {
            color: var(--dark-red);
        }

        .filter-group .category-title.link:hover {
            color: var(--secondary-blue);
        }

        .filter-group .category-title.collapsed::after,
        .filter-group .category-title::after {
            content: "";
            display: inline-block;
            width: 18px;
            height: 18px;
            background-size: contain;
            background-repeat: no-repeat;
            vertical-align: middle;
            margin-left: 10px;
        }

        .filter-group .category-title.collapsed::after {
            background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218.000000%22%20height%3D%2218.000000%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%3Cdefs%3E%3ClinearGradient%20x1%3D%220.000000%22%20y1%3D%22-0.000002%22%20x2%3D%2218.000000%22%20y2%3D%2217.999998%22%20id%3D%22paint_linear_191_1036_0%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230800A3%22/%3E%3Cstop%20offset%3D%221.000000%22%20stop-color%3D%22%23C10A28%22/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath%20d%3D%22M9%200C8.4%200%207.82%200.05%207.24%200.17C6.66%200.28%206.1%200.45%205.55%200.68C5%200.91%204.49%201.18%203.99%201.51C3.5%201.84%203.05%202.21%202.63%202.63C2.21%203.05%201.84%203.5%201.51%203.99C1.18%204.49%200.91%205%200.68%205.55C0.45%206.1%200.28%206.66%200.17%207.24C0.05%207.82%200%208.4%200%209C0%209.59%200.05%2010.17%200.17%2010.75C0.28%2011.33%200.45%2011.89%200.68%2012.44C0.91%2012.99%201.18%2013.5%201.51%2014C1.84%2014.49%202.21%2014.94%202.63%2015.36C3.05%2015.78%203.5%2016.15%203.99%2016.48C4.49%2016.81%205%2017.08%205.55%2017.31C6.1%2017.54%206.66%2017.71%207.24%2017.82C7.82%2017.94%208.4%2018%209%2018C9.59%2018%2010.17%2017.94%2010.75%2017.82C11.33%2017.71%2011.89%2017.54%2012.44%2017.31C12.99%2017.08%2013.5%2016.81%2014%2016.48C14.49%2016.15%2014.94%2015.78%2015.36%2015.36C15.78%2014.94%2016.15%2014.49%2016.48%2014C16.81%2013.5%2017.08%2012.99%2017.31%2012.44C17.54%2011.89%2017.71%2011.33%2017.82%2010.75C17.94%2010.17%2018%209.59%2018%209C17.99%208.4%2017.94%207.82%2017.82%207.24C17.7%206.66%2017.53%206.1%2017.31%205.55C17.08%205.01%2016.8%204.49%2016.47%204C16.15%203.51%2015.77%203.05%2015.36%202.63C14.94%202.22%2014.48%201.84%2013.99%201.52C13.5%201.19%2012.98%200.91%2012.44%200.68C11.89%200.46%2011.33%200.29%2010.75%200.17C10.17%200.05%209.59%200%209%200ZM9%2017.17C8.46%2017.17%207.93%2017.11%207.4%2017.01C6.87%2016.9%206.36%2016.75%205.87%2016.54C5.37%2016.34%204.9%2016.09%204.46%2015.79C4.01%2015.49%203.6%2015.15%203.22%2014.77C2.84%2014.39%202.5%2013.98%202.2%2013.53C1.9%2013.09%201.65%2012.62%201.45%2012.12C1.24%2011.63%201.09%2011.12%200.98%2010.59C0.88%2010.06%200.82%209.53%200.82%209C0.82%208.46%200.88%207.93%200.98%207.4C1.09%206.87%201.24%206.36%201.45%205.87C1.65%205.37%201.9%204.9%202.2%204.46C2.5%204.01%202.84%203.6%203.22%203.22C3.6%202.84%204.01%202.5%204.46%202.2C4.9%201.9%205.37%201.65%205.87%201.45C6.36%201.24%206.87%201.09%207.4%200.98C7.93%200.88%208.46%200.82%209%200.82C9.53%200.82%2010.06%200.88%2010.59%200.98C11.12%201.09%2011.63%201.24%2012.12%201.45C12.62%201.65%2013.09%201.9%2013.53%202.2C13.98%202.5%2014.39%202.84%2014.77%203.22C15.15%203.6%2015.49%204.01%2015.79%204.46C16.09%204.9%2016.34%205.37%2016.54%205.87C16.75%206.36%2016.9%206.87%2017.01%207.4C17.11%207.93%2017.17%208.46%2017.17%209C17.17%209.53%2017.11%2010.06%2017.01%2010.59C16.9%2011.11%2016.75%2011.63%2016.54%2012.12C16.34%2012.62%2016.08%2013.09%2015.79%2013.53C15.49%2013.98%2015.15%2014.39%2014.77%2014.77C14.39%2015.15%2013.98%2015.49%2013.53%2015.79C13.09%2016.08%2012.62%2016.34%2012.12%2016.54C11.63%2016.75%2011.11%2016.9%2010.59%2017.01C10.06%2017.11%209.53%2017.17%209%2017.17ZM14.28%209C14.28%209.27%2014.14%209.41%2013.86%209.41H9.41V13.86C9.41%2014.14%209.27%2014.28%209%2014.28C8.72%2014.28%208.58%2014.14%208.58%2013.86V9.41H4.13C3.85%209.41%203.71%209.27%203.71%209C3.71%208.72%203.85%208.58%204.13%208.58H8.58V4.13C8.58%203.85%208.72%203.71%209%203.71C9.27%203.71%209.41%203.85%209.41%204.13V8.58H13.86C14.14%208.58%2014.28%208.72%2014.28%209Z%22%20fill%3D%22url(%23paint_linear_191_1036_0)%22/%3E%3C/svg%3E");
        }

        .filter-group .category-title::after {
            background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218.000000%22%20height%3D%2218.000000%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%3Cdefs%3E%3ClinearGradient%20x1%3D%220.000000%22%20y1%3D%22-0.000002%22%20x2%3D%2218.000000%22%20y2%3D%2217.999998%22%20id%3D%22paint_linear_191_1048_0%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230800A3%22/%3E%3Cstop%20offset%3D%221.000000%22%20stop-color%3D%22%23C10A28%22/%3E%3C/linearGradient%3E%3ClinearGradient%20x1%3D%225.175050%22%20y1%3D%228.550049%22%20x2%3D%2212.825050%22%20y2%3D%229.450050%22%20id%3D%22paint_linear_191_1049_0%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230800A3%22/%3E%3Cstop%20offset%3D%221.000000%22%20stop-color%3D%22%23C10A28%22/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect%20width%3D%2218.000000%22%20height%3D%2218.000000%22%20fill%3D%22%23FFFFFF%22%20fill-opacity%3D%220%22/%3E%3Cpath%20d%3D%22M9%2018C4.02%2018%200%2013.97%200%209C0%204.02%204.02%200%209%200C13.97%200%2018%204.02%2018%209C18%2013.97%2013.97%2018%209%2018ZM9%200.89C4.52%200.89%200.89%204.52%200.89%209C0.89%2013.47%204.52%2017.1%209%2017.1C13.47%2017.1%2017.1%2013.47%2017.1%209C17.1%204.52%2013.47%200.89%209%200.89Z%22%20fill%3D%22url(%23paint_linear_191_1048_0)%22/%3E%3Cpath%20d%3D%22M12.37%209.44L5.62%209.44C5.37%209.44%205.17%209.24%205.17%209C5.17%208.75%205.37%208.55%205.62%208.55L12.37%208.55C12.62%208.55%2012.82%208.75%2012.82%209C12.82%209.24%2012.62%209.44%2012.37%209.44Z%22%20fill%3D%22url(%23paint_linear_191_1049_0)%22/%3E%3C/svg%3E");
        }


    .filter-group input:not([type="checkbox"]),
    .filter-group select {
        max-width: 400px;
        min-height: 50px;
    }


.details .col-form-label {
    font-size: var(--body-text);
    font-family: "Lexend";
    font-weight: 500;
    color: var(--black);
    padding: 12px 0;
    line-height: var(--heading-line-height);
}

.details .form-control-plaintext {
    font-size: var(--body-text);
    font-family: "Mulish";
    font-weight: 400;
    color: var(--black);
    padding: 12px 0;
    line-height: var(--heading-line-height);
}

.details .download-list,
.details .description-container,
.details .tag-status-container {
    padding-top: 12px;
    padding-bottom: 12px;
}

    .details .download-list a:not(:first-child) {
        padding: 2px 0;
        display: block;
    }

.download-list a.link {
    font-size: var(--body-text);
    line-height: var(--heading-line-height);
}

.section {
    padding: 24px 0;
    position: relative;
}

.pitch-section {
    margin-top: 24px;
    border-top: 1px solid rgb(11, 0, 207);
}

input[type="date"].form-control {
    max-width: 270px;
}

input[type="file"].form-control::file-selector-button {
    background-color: rgb(204, 204, 204);
    color: var(--black);
    cursor: pointer;
    min-height: 44px;
}

input[type="file"].form-control:hover::file-selector-button {
    background-color: #003f7f; /* Darker on hover */
}

.select2-container--default .select2-selection--single {
    height: 44px !important;
    padding: 6px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem; /* Match Bootstrap rounded corners */
    display: flex;
    align-items: center;
}

.select2-selection__rendered {
    font-size: var(--body-text);
}

.select2-selection__rendered {
    line-height: normal;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px !important;
}

footer.footer {
    position: relative !important;
}

footer div {
    padding: 24px 0;
    color: white;
    font-size: var(--link);
    font-family: "Mulish";
    background-color: var(--secondary-blue)
}

/*tabulator*/

.tabulator-footer-contents {
    flex-direction: column;
}

.tabulator .tabulator-header {
    border: 0;
}

    .tabulator .tabulator-header .tabulator-col {
        background-color: rgb(230, 237, 255);
        border: 2px solid white;
    }

        .tabulator .tabulator-header .tabulator-col:hover {
            background-color: #e6edff8a !important;
        }

.tabulator-row {
    background-color: white !important;
    border: 0;
}

.tabulator .tabulator-footer {
    background-color: white !important;
    border: 0;
}

.custom-list .read-only-background {
    border: 1px solid rgba(11, 0, 207, 0.05);
    padding: 16px;
}


.custom-list .right-side {
    min-width: 150px;
}

.custom-list .pagination .page-item .page-link {
    padding: 8px 12px;
    font-size: var(--h4);
    font-family: "Lexend";
    font-weight: 400;
    border: 1px solid rgb(204, 204, 204);
}

.custom-list .pagination .page-item {
    border-radius: 4px;
    margin: 0 3px;
}

.tabulator .tabulator-footer .tabulator-paginator {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}



.tabulator .tabulator-footer .tabulator-page {
    margin: 0 3px;
    font-size: var(--h4);
    font-family: "Lexend";
    font-weight: 400;
}

    .tabulator .tabulator-footer .tabulator-page.active,
    .custom-list .pagination .page-item.active .page-link {
        border: 1px solid transparent;
        background: linear-gradient(to right, white, white),linear-gradient(45deg, rgb(11, 0, 207), rgb(193, 10, 40));
        background-clip: padding-box, border-box;
        background-origin: padding-box, border-box;
        color: var(--black);
    }

    .tabulator .tabulator-footer .tabulator-page:not(.disabled):hover,
    .custom-list .pagination .page-item:hover .page-link {
        background: linear-gradient(to right, white, white),linear-gradient(45deg, rgb(11, 0, 207), rgb(193, 10, 40));
        background-clip: padding-box, border-box;
        background-origin: padding-box, border-box;
        color: var(--primary-blue);
    }

    .tabulator .tabulator-footer .tabulator-page:focus,
    .custom-list .pagination .page-item:focus .page-link {
        background: var(--dark-red);
        color: white;
    }

#tech-provider-table .tabulator-tableholder .disabled-row input[type='checkbox'] {
    opacity: 0.5;
    pointer-events: none;
}

/*quill*/
.ql-toolbar {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.ql-container {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ql-editor {
    min-height: 200px;
    overflow-y: auto;
}
