.butLogin {
    padding: 0.6em 1em 0.6em 1em;
    margin: 2em 0em 0em 2em;
}

.button-1 {
    padding: 4px 6px;
    margin-left: 10px;
    user-select: none;
}


.button-pink {
    background-color: #EA4C89;
    border-radius: 8px;
    border-style: none;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    /* height: 32px; */
    /* line-height: 10px; */
    list-style: none;
    margin-left: 4px;
    /* margin-bottom: 5px; */
    outline: none;
    padding: 10px 16px 11px 14px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color 100ms;
    vertical-align: baseline;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-pink:hover,
.button-pink:focus {
    background-color: #F082AC;
}


.button-green {
    background-color: darkgreen;
    border-radius: 8px;
    border: 1px solid var(--color-borders-1);
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    list-style: none;
    margin-left: 4px;
    outline: none;
    padding: 10px 16px 11px 14px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color 100ms;
    vertical-align: baseline;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}


.button-blue {
    background-color: rgb(48, 73, 114);
    border-radius: 4px;
    border: 1px solid var(--color-borders-1);
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    display: inline-block;
    /* font-family: Helvetica, Arial, sans-serif; */
    /* font-size: 14px;
    font-weight: 500; */
    list-style: none;
    margin: 22px 8px 10px 0;
    padding: 8px 8px;
    outline: none;
    /* padding: 10px 16px 11px 14px; */
    position: relative;
    text-align: center;
    text-decoration: none;
    /* transition: color 100ms; */
    vertical-align: baseline;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}


.button-green:hover,
.button-green:focus {
    background-color: forestgreen;
}

.button-green:disabled {
    background-color: gray;
    color: silver;
}



.button-with-image {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 3px 3px;
    border-radius: 0.3rem;
    border-width: 1px;
    border: 1px solid silver;
    cursor: pointer;
    font-size: 0.75rem;
    color: var(--color-button-text);
    /* background-color: var(--color-button); */
    background-color: transparent;
    user-select: none;
}

.button-with-image:disabled {
    cursor: not-allowed;
}


.button-with-image:hover:enabled {
    /* color: var(--green100);
    background-color: var(--green200); */
    /* padding: 1px 0 0 0; */
    color: var(--color-link-highlighted);
    /* text-decoration: underline;
    text-underline-offset: 4px; */
    /* font-weight: 500; */
    /* font-size: 0.9rem; */
    box-shadow: 3px 2px lightgray;
    /* border: 1px solid var(--color-titles); */
}


.button-with-image-icon {
    margin: 0 0 0 4px;
}


.button-with-svg {
    /* position: relative; */
    padding: 0;
    margin: 0;
    height: 28px;
    border: 1px solid var(--green800);
    /* background-color: var(--green100); */
    border-radius: 5px;
}

.button-with-svg-svg {
    margin-left: 0;
}

.span-with-svg {
    padding: 0;
    position: relative;
    top: 2px;
    left: 3px;
}

.svg-plusSign {
    stroke: var(--green800);
    stroke-width: 2;
}

.svg-rightChevron {
    stroke: var(--color-icons);
    stroke-width: 2;
}

.button-with-svg-text {
    /* display: inline-block; */
    margin: 1px 0 0 4px;
    color: var(--green800);
    font-size: 0.9rem;
}


.button-light-link {
    background: none !important;
    border: none;
    padding: 0 0 0 20px;
    /*optional*/
    font-family: arial, sans-serif;
    font-size: 0.8rem;
    /* color has to be set in js to override the editor color (white) */
    color: lightblue;
    cursor: pointer;
}

.button-light-link:hover {
    color: white;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.button-light-link-disabled {
    background: none !important;
    border: none;
    padding: 0 0 0 20px;
    /*optional*/
    font-family: arial, sans-serif;
    font-size: 0.8rem;
    /* color has to be set in js to override the editor color (white) */
    color: gray;
    cursor: not-allowed;
}



.button-import-cap-table {
    padding: 8px 18px;
    margin: 25px 0 25px 25px;
}


.but-locked-in-td {
    float: left;
    padding-left: 8px;
    padding-top: 3px;
}

.tab-container {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-bottom: 10px;
}

.tab-container>button {
    padding: 10px 13px;
    background-color: white;
    font-weight: 600;
}

.tab-container>button[data-text="x"] {
    font-weight: 600;
    font-size: 1.2rem;
    padding: 7px 10px 3px 13px;
}

.tab-highlight-1 {
    background-color: powderblue !important;
}


.div-button-wrapper {
    display: flex;
    justify-content: center;
    /* horizontal centering */
    align-items: center;
    /* vertical centering - optional: give the div a fixed height to see vertical centering */
    /* height: 60px; */
    padding: 8px;
    width: 100%;
    grid-column: span 2;
    /* border: 1px solid #ccc; just so you can see the box */
}