/* content */
.site-content {
    padding: 56px 0 20px 240px;
    width: 100%;
    outline: 0;
    display: block;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    max-width: 3000px;
    background-color: #fafafa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.site-content.expanded {
    padding: 56px 0 20px 64px;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
}

/* section */
.section-general {
    padding: 20px 20px 60px 20px;
    clear: both;
    background-color: #fafafa;
    overflow-anchor: none;
}

.section-general.with-sticky-message {
    padding: 40px 20px 60px 20px;
}

.section-centered {
    max-width: 1100px;
    margin: 0 auto;
    width: auto;
}

.section-centered-1200 {
    max-width: 1200px;
    margin: 0 auto;
    width: auto;
}

header {
    box-shadow: none !important;
}

.toolbar-container {
    position: fixed;
    top: 0;
    left: 240px;
    right: 0;
    z-index: 1300;
    transition: left 200ms ease;
}

.toolbar-container.expanded {
    left: 64px;
}

.toolbar {
    padding: 0px 40px 0px 20px !important;
    background-color: #fff !important;
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    height: 56px;
}

.toolbar-separator {
    background-color: rgba(26, 26, 26, 0.176);
    display: block;
    height: 32px;
    margin: 0 24px;
    width: 1px;
    color: rgba(26, 26, 26, 0.4);
    line-height: 56px;
}

.toolbar-group {
    flex: 1;
    display: inline-flex;
    align-items: center;
    height: 64px;
}

.toolbar-group-left {
    justify-content: flex-start;
}

.toolbar-group-right {
    justify-content: flex-end;
}

.toolbar>div {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.toolbar-title {
    color: #1a1a1a !important;
    font-size: 20px;
}

.toolbar-title-group {
    margin-left: 0 !important;
}

.sticky-message {
    line-height: 30px;
    width: auto;
    text-align: center;
    color: #1a1a1a;
    background-color: #ffc107 !important;
}

/*!* connecting/connected *!*/
.account-connection-state-container {
    padding: 150px 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0 auto;
    position: fixed;
}

/* floating action button*/

.fab-container {
    position: fixed;
    right: 35px;
    bottom: 15px;
    z-index: 3000;
    display: flex;
    align-items: center;
    flex-direction: column;
}

/* Hosted Payment Fields styles*/

.hosted-field-focus {
    outline: none;
    background-image: linear-gradient(#009688, #009688), linear-gradient(#d2d2d2, #d2d2d2);
    animation: input-highlight 0.5s forwards;
    box-shadow: none;
    background-size: 0 2px, 100% 1px;
}

.helper-text {
    margin-bottom: 5px;
    color: #e0403f;
}

.vt-form-control {
    height: 50px;
    margin-right: 5px;
    width: 90%;
}

.input-group {
    display: flex;
    align-items: center;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1
    }
}

.fadein {

    animation-name: fadein;
    animation-duration: 0.5s;
}
.filter-wrap {
    display: flex;
    flex-direction: row-reverse;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    margin-top: 8px;
}

.filter-wrap .reset {
    color: #4ca0cc;
    font-weight: 600;
}

.filter-wrap .reset:hover,
.filter-wrap .reset:active {
    color: #067fc0;
}

.resetButton {
    border-radius: 5px !important;
    height: 20px !important;
    font-size: 13px !important;
    padding: 15px !important;
}

.reschedule-menu-item {
    height: 40px !important;
    margin: 0px !important;
    position: absolute !important;
    opacity: 0 !important;
    left: 0px !important;
    top: -10px;
    z-index: 10;
}

.reschedule-warp {
    position: relative !important;
}

.email-attachments-chips {
    border-radius: 0px !important;
    padding: 7px 0px !important;
    font-weight: bold !important;
    margin-top: 5px !important;
    max-width: 90%;
    text-overflow: ellipsis;
    display: flex !important;
    justify-content: space-between !important;
    background: #e7e7e7 !important;
    opacity: .8;
    font-weight: bold !important;
}

.email-attachments-chips *:first-child {
flex: 1;
}

.email-attachment-name {
    font-weight: bold !important;
    float: left;
    max-width: 70%;
    min-width: 10%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.notes-attachment-name {
    font-weight: bold !important;
    float: left;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notes-attachment-wrapper{
    margin-bottom: 8px;
}

.notes-attachment-label{
    display: inline-flex;
    align-items: center;
    padding-top: 3px;
    width: 200px;
}

.download-attachment-icon{
    font-size: 18px !important;
    color: #8c8c8c;
    cursor: pointer;
    margin-left: 3px;
}

.attachment-size {
    margin-left: 5px;
    text-align: left;
    float: left;
}

.email-attachments-chip-wrap {
    height: auto;
    margin: 15px 20px -5px 20px;
    display: flex;
    flex-direction: column;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
}

.wrap-spacing-margin {
    margin-bottom: 20px;
    margin-top: 20px;
}

.email-attachments-chip-wrap::-webkit-scrollbar {
width: 8px;
}

.email-attachments-chip-wrap::-webkit-scrollbar-button {
    background: #ccc;
    height: 8px;
}

.email-attachments-chip-wrap::-webkit-scrollbar-track-piece {
    background: #ECECEC;
}

.email-attachments-chip-wrap::-webkit-scrollbar-thumb {
    background: #D3D3D3;
}