.btnTransp {
    padding: 0;
    border: none;
    background: transparent;
}

/* add the three horizontal bars icon for the toggle */
.navbar-toggler-icon {
    background-image: url(../svg_icons/arrow-icon.svg);
}

.right-navbar-toggler-icon {
    background-image: url(assets/svg_icons/arrow-icon-right.svg);
}

/* add the three horizontal bars icon for the toggle */
.navbar-toggler-icon-open {
    background-image: url(../svg_icons/arrow-icon.svg) !important;
}

/* add the three horizontal bars icon for the toggle */
.navbar-toggler-icon-closed {
    background-image: url(../svg_icons/tune.svg);
    width: 24px;
    height: 24px;
}

.dispNone {
    display: none;
}

.p {
    margin-bottom: 0;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    /* box-shadow: 0 0 0 0.25rem; */
}


.clearBtnCol {
    color: var(--pupColor);
}



.invItemStyle {
    padding: 0 16px;
    height: 64px;
    display: flex;
    align-items: center;
    background: white;
    margin-bottom: 4px;
    font-weight: 800;
    font-size: 14px;
    line-height: 16px;
    box-shadow: 0px 1px 0px #E7EBF3;
}

.firstBorders {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.lasttBorders {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}


.CBHeightFlex {
    display: flex;
    height: 100%;
    align-items: center;
}

#left-collapse .form-check-input:checked {
    background-color: #9733ff;
    border-color: #9733ff;
}

#left-collapse .form-check .form-check-input {
    height: 20px;
    width: 20px;
}

.width-100 {
    width: 100%;
}

.graphCompTextStyle {
    padding-left: 32px;
    padding-top: 32px;
    padding-right: 32px;
}

.btnTransp {
    padding: 0;
    border: none;
    background: transparent;
}

.transcriptionStyle-white {
    font-size: 14px;
    /* max-height: 120px; */
    margin-bottom: 8px;
    background: white;
    border-bottom: .5px solid #E7EBF3;
    margin: 0;
}

#right-sidebar .form-control:focus {
    outline: 0;
    box-shadow: none;
    border: 1px solid var(--borderColor);
    border-left: none;
}

.highlight {
    background-color: yellow;
}

.mark,
mark {
    padding: 1px 2px;
    background-color: #9733ffe0;
    color: white;
}

p {
    margin: 0;
}

.transcStyleLabelWhite {
    font-size: 14px;
    margin-bottom: 8px;
    background: white;
    border-bottom: .5px solid #E7EBF3;
    margin: 0;
    max-height: 120px;
    max-width: 100%;
    width: 100%;
    display: flex;
}

.transcriptionStyle-lightblue {
    font-size: 14px;
    /* max-height: 120px; */
    border-bottom: .5px solid #E7EBF3;
    background: #F7F9FC;
    margin: 0;
}

.borderRadiusTop {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.borderRadiusBottom {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}


.gahPurple {
    color: #9733FF;
}

.navbarButtons {
    margin-right: 32px;
    font-weight: bold;
    text-decoration: none;
    color: black;
}

.navbarButtons:hover {
    color: #9733ff
}

.navbarNestedDivs {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.bold {
    font-weight: bold;
}

.graphComponent {
    background: var(--whiteBg);
    border-radius: 16px;
    min-height: 500px;
    box-shadow: 0px 10px 18px rgba(201, 204, 212, 0.303021);
    padding: 8px 16px;
    margin-top: 32px;
}

.Flex {
    display: flex;
}

.CurPointer {
    cursor: pointer;
}

.white {
    color:white;
}

.tableVerbhComp {
    background: var(--whiteBg);
    border-radius: 16px;
    /* min-height: 500px; */
    box-shadow: 0px 10px 18px rgb(201 204 212 / 30%);
    padding: 0px 0px 0px;
    margin-top: 16px;
}

.iconsFlex {
    display: flex;
    padding: 0 24px;
}

.selectedTab {
    color: #9733ff !important;
}