.fc-center {
    margin-left: -135px !important
}

.c-sidebar {
    background-color: #0d4e59;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    z-index: 3
}

.c-sidebar--copying {
    background-color: #2c2c2c
}

.c-sidebar__copying-text {
    text-align: center;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 50px;
    color: #fff
}

.c-sidebar__copying-button {
    border: solid 2px #fff;
    color: #fff;
    border-radius: 6px;
    text-align: center;
    width: 100%;
    padding: 10px;
    font-weight: 700;
    cursor: pointer
}

    .c-sidebar__copying-button:hover {
        background-color: #fff;
        color: #2c2c2c
    }

.c-sidebar__copying-button-wrapper {
    width: 100%;
    box-sizing: border-box;
    padding: 20px
}

.c-sidebar::-webkit-scrollbar {
    width: 5px
}

.c-sidebar::-webkit-scrollbar-track {
    background-color: #0d4e59
}

.c-sidebar::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, .25)
}

.c-sidebar .oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px
}

.c-sidebar .c-sidebar__item {
    color: #fff;
    width: 100%;
    box-sizing: border-box
}

.c-sidebar .c-sidebar__item-link {
    color: #fff
}

.c-sidebar__logo {
    height: 60px
}

.c-sidebar__logo-wrapper {
    display: flex;
    justify-content: center
}

.c-sidebar__separator {
    height: 5px;
    border-bottom: solid 1px rgba(255, 255, 255, .25);
    width: 260px;
    box-sizing: border-box;
    margin: 0 20px
}

.c-sidebar__favorite-add {
    border-radius: 6px;
    margin-top: 10px;
    background-color: rgba(255, 255, 255, .1);
    cursor: pointer;
    padding: 10px 0
}

    .c-sidebar__favorite-add:hover {
        background-color: rgba(255, 255, 255, .25)
    }

.c-sidebar__unscheduled-item {
    background-color: #edfafc;
    border-radius: 5px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px;
    margin: auto;
    margin-top: 10px;
    width: 100%;
    color: #444;
    cursor: pointer
}

.c-sidebar__unscheduled-item--no-padding {
    padding: 0
}

.c-sidebar__unscheduled-item-text {
    font-size: 14px
}

.c-sidebar__lead-item-wrapper {
    position: relative;
}

    .c-sidebar__lead-item-wrapper .unread-dot {
        width: 10px;
        height: 10px;
        background-color: #C3D9DD;
        right: -5px;
        top: -5px;
        border-radius: 5px;
        z-index: 90000;
        position: absolute;
    }

.c-sidebar__lead-item {
    background-color: #edfafc;
    border-radius: 5px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0px;
    margin: auto;
    margin-top: 10px;
    width: 100%;
    color: #444;
    cursor: pointer;
    flex-direction: column;
}

    .c-sidebar__lead-item .price-class {
        width: 100%;
        margin-top: 0px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background-color: #4A7A83;
        color: white;
        padding: 5px;
    }



    .c-sidebar__lead-item .name {
        padding-left: 10px;
        font-weight: bold;
        padding-right: 10px;
    }

    .c-sidebar__lead-item .address {
        padding-left: 10px;
        padding-right: 10px;
    }

    .c-sidebar__lead-item .job {
        padding-left: 10px;
        padding-right: 10px;
    }

    .c-sidebar__lead-item .price-class .col {
        text-align: center;
    }

.c-sidebar__collapse-container {
    color: #fff;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0rem 1rem;
    padding-top: 30px;
    cursor: pointer;
    padding-bottom: 12px
}

.c-sidebar__collapse-left {
    flex-grow: 1;
    display: flex;
    align-items: center
}

.c-sidebar__collapse-right {
    font-size: 12px !important;
    width: auto !important
}

.c-header__login {
    display: flex;
    align-items: center;
    border-radius: 6px;
    padding: 8px 10px;
    cursor: pointer;
    position: relative
}

.c-header__login-wrapper {
    position: relative
}

.c-header__login:hover {
    background-color: #d4e7ea
}

.c-header__left {
    flex-grow: 1;
    flex-basis: 0
}

.c-header__right {
    flex-grow: 1;
    flex-basis: 0;
    justify-content: flex-end
}

.c-header__calendar-select {
    padding-right: 20px
}

.c-header__calendar-select-title {
    font-size: 12px;
    padding-left: 5px
}

.c-header__calendar-select-dropdown {
    background: 0 0;
    padding: 5px 5px 5px 0;
    border: none
}

.c-header__dropdown {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 0;
    top: 65px;
    background-color: #fff;
    box-sizing: border-box;
    list-style: none;
    padding-left: 0;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    border-radius: 6px;
    padding: 10px 0;
    user-select: none
}

.c-header__dropdown-item {
    padding: 5px 20px;
    box-sizing: border-box;
    width: 100%;
    cursor: pointer
}

    .c-header__dropdown-item label {
        margin-bottom: 0
    }

.c-header__account-icon {
    height: 45px;
    width: 45px;
    color: #37b2af;
    background-color: #0d4e59;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-weight: 700
}

.c-header__account-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 60px
}

.c-header__account-dropdown {
    display: flex;
    align-items: center;
    justify-content: center
}

.c-header__account-dropdown-chevron {
    font-size: 12px;
    color: #888
}

.c-header__account-email {
    color: #888;
    font-size: 14px
}

.c-filter {
    display: flex;
    padding: 0 10px 0 0;
    align-items: center;
    border: solid 1px rgba(0, 0, 0, .4);
    border-radius: 4px;
    margin-bottom: 10px
}

    .c-filter:hover {
        border: solid 1px rgba(0, 0, 0, .8)
    }

.c-filter__input {
    border: none;
    padding: 13px;
    flex-grow: 1
}

.c-filter__options {
    max-height: 400px;
    overflow-y: auto;
    position: absolute;
    top: 59px;
    width: 100%;
    left: 0;
    z-index: 9;
    background: #fff;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0
}

.c-filter__option {
    cursor: pointer;
    padding: 8px;
    color: #444
}

.c-filter__wrapper {
    position: relative
}

.c-modal {
    z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0
}

.c-modal__close {
    position: absolute;
    right: 10px;
    top: 7px;
    cursor: pointer
}

.c-modal__background {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .2);
    top: 0;
    left: 0;
    z-index: 999
}
