﻿.tab:not(.tab-unique) {
    /*overflow: hidden;*/
    background-color: transparent;
    max-height: 48px;
    height: 48px;
    overflow-y: visible;
    width: max-content;
}



.tab-tool i {
    font-size: 0.9em;
    color: var(--primary-color);
}

    /* Style the buttons that are used to open the tab content */
.tab button:not(.tab-tool) {
    background-color: inherit;
    height: 100%;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    color: #343434;
    max-height: 48px;
    height: 48px;
    font-size: 0.9em;
    text-transform: capitalize;
}

/*.tab:not(.tab-unique) button:not(.tab-tool) {
    border-bottom: 2px solid var(--primary-color);*/ /*#4bd1d9;*/
/*}*/

.tab-tool-blank {
    float: right;
    font-size: 0.9em;
    height: 100%;
    border: none;
    background-color: transparent;
    padding: 0px 20px;
    text-transform: capitalize;
    margin: auto;
}

.tab-tool {
    float: right;
    font-size: 0.9em;
    height: 100%;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid transparent; /*#4bd1d9;*/
    border-bottom: none;
    border-top: 2px solid transparent;
    padding: 14px 20px;
    text-transform: capitalize;
}



        /* Change background color of buttons on hover */
.tab:not(.tab-unique) button:hover {
    background-color: rgba(7, 66, 124, 0.06) !important;
    color: var(--primary-color) !important;
}

        /* Create an active/current tablink class */
.tab:not(.tab-unique) button.active {
    background-color: rgba(7, 66, 124, 0.06);
    color: var(--primary-color);
    font-weight: 600;
}

.tab:not(.tab-unique) button.active .fa {
    font-weight: 500;
}



/* Style the tab content */
.tabcontent {
    display: none;
    /*order: 1px solid #ccc;*/
    border-top: none;
}

    .tabcontent:not(.no-padding) {
        padding: 15px;
    }

.padded-form {
    padding: 10px;
}

.tab:not(.tab-unique) .content-header {
    border-bottom: 1px solid #808080;
}
