.services {
    height: 88vh;
    width: 90vw;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    padding: 2vh 2vw;
}

.services-tabs {
    font-size: 2.2rem;
    height: fit-content;
    line-height: 5vh;
    text-align: center;
}

.services-tabs-selected {
    background-color: rgb(57, 56, 56);
}

.services-tabs:hover {
    background-color: rgb(57, 56, 56);
}

#services-left-nav {
    color: white;
    background-color: rgb(44, 43, 43);
    border-right: 2px solid black;
    flex: 1.75;
}

    #services-left-nav > .services-tabs-selected {
        border-left: 2px solid rgb(10, 122, 195);
    }

#services-right-section {
    color: white;
    background-color: rgb(44, 43, 43);
    flex: 10;
    padding: 2vh 2vw;
    position: relative;
}

    #services-right-section .services-tabs {
        display: inline-block;
        border: 1px solid black;
        width: 8vw;
        min-width: fit-content;
    }

    #services-right-section .services-tabs-selected {
        border: none;
        border-bottom: 2px solid rgb(10, 122, 195);
    }

#services-right-content {
    border: 1px solid rgb(69, 69, 69);
    border-right: none;
    font-size: 1.7rem;
}

    #services-right-content > .table-header {
        display: flex;
        background-color: rgb(69, 69, 69);
        height: 4vh;
        line-height: 4vh;
    }

    #services-right-content .table-body {
        max-height: 26vh;
        overflow-y: auto;
    }

    #services-right-content .col {
        flex: 1;
    }

    #services-right-content .row-col {
        flex: 1;
        border-bottom: 1px solid rgb(69, 69, 69);
        border-right: 1px solid rgb(69, 69, 69);
    }

    #services-right-content .row-col-medium {
        flex: 2;
    }

    #services-right-content .row-col-larger {
        flex: 5;
    }

    #services-right-content .table-rows {
        display: flex;
        height: fit-content;
        line-height: 4vh;
    }

    #services-right-content .row-col > span, .col > span {
        padding-left: 0.5vw;
    }

    #services-right-content .row-col i {
        padding-right: 0.5vw;
        font-size: 2.2rem;
    }

.services-table-add-btn {
    width: 6vw;
    margin-top: 1vh;
    color: black;
    right: 0;
}

.dropdown {
    display: inline-block
}
