/* left col */

.dashboard-menu-col {
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #d9dad7;
}

.dashboard-exit-button {
    border: 0.5px solid rgba(62, 74, 97, 0.41);
    border-radius: 0px 2px 2px 0px;
    background-color: #f6f6f6;
    text-align: right;
    width: 60px;
    margin-top: 30px;
    padding: 3px 0px;
    margin-bottom: 20px;
}

.remove-button {
    font-size: 22px;
    border-bottom: 2px solid var(--bs-danger);
    border-radius: 0px;
    display: inline-block;
    margin: auto;
    padding: 0px 3px;
}

.remove-button:hover,
.remove-button:focus {
    color: var(--bs-danger);
}

.dashboard-exit-button img {
    margin-right: 9px;
    width: 16px;
}

.dashboard-username {
    letter-spacing: 0.7px;
    color: #1a2639;
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 18px;
    margin-left: 33px;
    text-align: center;
}

.dashboard-username-edit {
    padding: 0px;
    margin-right: 0px;
}

.dashboard-username-edit img {
    width: 19px;
}

.dashboard-menu-button {
    width: 80%;
    text-align: left;
    padding: 4.5px 0px;
    padding-left: 30px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0px 2px 2px 0px;
    margin-bottom: 25px;
}

.dashboard-menu-button.active {
    background-color: rgba(26, 38, 57, 0.07);
    border-left: 4px solid #c24d2c;
}

.dashboard-menu-button img {
    width: 20px;
    height: 20px;
    margin-top: -9px;
    margin-right: 18px;
}

.dashboard-menu-button-dropdown-icon {
    width: 18%;
    text-align: center;
    margin-left: 0px;
    padding-left: 0px;
}

.dashboard-menu-button-dropdown-icon.active {
    border-left: none;
}

.dashboard-menu-button-dropdown-icon img {
    width: 100%;
    height: 7px;
}

.dashboard-menu-button-v2 {
}

.dashboard-menu-button-v2.active {
}

.dashboard-menu-collapse {
    width: 120%;
    text-align: left;
    font-size: 15px;
    padding: 15px 0px 0px 30px;
}

.dashboard-menu-collapse-link {
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
}

/* right col */

.dashboard-select {
    display: inline-block;
    width: 45%;
    border-radius: 2px;
    background-color: rgba(26, 38, 57, 0.3);
    letter-spacing: 0.7px;
    color: #3e4a61;
    padding: 6px 0px 6px 12px;
    font-weight: bold;
    font-size: 15px;
    background-image: url(../../assets/img/dashboard/arrow-1.svg);
    background-size: 12px;
    background-position: 88%;
}

.dashboard-select option {
    background-color: white;
    color: #080c13;
    padding: 15px 0px;
}

.dashboard-select option:checked {
    background: rgba(249, 249, 249, 0.3);
}

.dashboard-select:first-of-type {
    margin-right: 8%;
}

.dashboard-input {
    width: 99%;
    margin-top: 13px;
    border: 0.5px solid rgba(62, 74, 97, 0.4);
    border-radius: 2px;
    background-color: white;
    font-size: 15px;
    height: 38px;
    font-weight: 500;
}

.dashboard-input::placeholder {
    color: red;
    letter-spacing: 0.7px;
    color: #a9a9a9;
    font-size: 15px;
    font-weight: bold;
}

.dashboard-find-button {
    width: 100%;
    border-radius: 2px;
    background-color: #3e4a61;
    border: 1px solid #3e4a61;
    color: white;
    letter-spacing: 0.7px;
    color: #f6f6f6;
    font-weight: bold;
    font-size: 15px;
    padding: 7px 0px;
    text-align: center;
}

.dashboard-find-button:hover,
.dashboard-find-button:focus {
    color: #3e4a61;
    background-color: #f6f6f6;
}

.dashboard-add-button {
    width: 136px;
    border: 2px solid #c24d2c;
    border-radius: 2px;
    background-color: #f6f6f6;
    letter-spacing: 0.7px;
    color: #c24d2c;
    font-weight: bold;
    padding: 6px 0px;
    font-size: 15px;
}

.dashboard-add-button:hover,
.dashboard-add-button:focus {
    color: #f6f6f6;
    background-color: #c24d2c;
}

.dashboard-result-count {
    margin-top: 19px;
    letter-spacing: 0.7px;
    color: #1a2639;
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 18px;
}

.dashboard-table-heading {
    font-weight: bold;
    letter-spacing: 0.7px;
    color: #1a2639;
    font-size: 15px;
}

.dashboard-table-row {
    margin-top: 45px;
    border-bottom: 1px solid lightgrey;
    padding-bottom: 12px;
}

.dashboard-table-summary {
    margin-bottom: 0px;
    letter-spacing: 0.7px;
    color: #1a2639;
    font-weight: 500;
    font-size: 15px;
    max-height: 70px;
    overflow-y: hidden;
    text-overflow: ellipsis;
}

.dashboard-table-number {
    margin-bottom: 0px;
    letter-spacing: 0.7px;
    color: #1a2639;
    font-weight: 500;
    text-align: center;
    font-size: 15px;
}

.dashboard-table-edit {
    padding: 0px;
}

.dashboard-table-edit img {
    width: 19px;
}

.dashboard-table-sort-dropdown {
    width: auto;
}

.dashboard-table-sort {
    padding: 3px 8px;
    border-radius: 50%;
}

.dashboard-table-sort.active {
    background-color: rgba(211, 211, 211, 0.35);
}

.dashboard-table-sort img {
    width: 16px;
}

.dashboard-table-sort-menu {
    right: 96%;
    top: 100%;
    border: 0.5px solid rgba(217, 218, 215, 0.9);
    border-radius: 2px;
    background-color: #f6f6f6;
    box-shadow: 0px 0px 2px 0px #f6f6f6;
    text-align: center;
    padding: 20px 0px 3px 0px;
    width: 250px;
}

.dashboard-table-menu-label {
    letter-spacing: 0.7px;
    color: #1a2639;
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    margin-bottom: 0px;
}

.dashboard-table-menu-input {
    background-color: white;
    border: 0.5px solid rgba(26, 38, 57, 0.4);
    border-radius: 2px;
    width: 80%;
    color: black;
    height: 28px;
    font-size: 13px;
}

.dashboard-table-menu-submit {
    padding: 0px;
    margin-top: 18px;
    letter-spacing: 0.7px;
    color: #d9dad7;
    font-size: 13px;
    font-weight: bold;
}

.dashboard-table-menu-submit:hover,
.dashboard-table-menu-submit:focus {
    color: #c24d2c;
}

.dashboard-table-menu-submit-v2 {
    padding: 0px;
    margin-bottom: 15px;
    letter-spacing: 0.7px;
    color: #c24d2c;
    font-size: 13px;
    font-weight: bold;
}

.dashboard-table-menu-submit-v2:hover,
.dashboard-table-menu-submit-v2:focus {
    color: #8e3821;
}

@media (min-width: 1px) {
    .dashboard-fallback-heading {
        font-weight: bold;
        border-bottom: 3px solid #c24d2c;
        padding-bottom: 4px;
        border-radius: 1px;
        font-size: 21px;
        display: inline-block;
        margin-bottom: 0px;
    }
}

@media (min-width: 576px) {
    .dashboard-fallback-heading {
        font-size: 24px;
    }
}

.dashboard-table-option.active {
    width: 34px !important;
}

.dashboard-table-option.active {
    width: 34px !important;
}

.dashboard-table-option img {
    width: 4.5px;
}

/* projects submen */

.dashboard-projects-submenu {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    background-color: rgb(203, 205, 204);
    padding-top: 20px;
    padding-bottom: 16px;
}

.hide-submenu {
    height: 0px;
    overflow: hidden;
    padding: 0px;
}
