.labels .ct-series-a  {
    background-color: #d70206
}

.labels .ct-series-b  {
    background-color: #f05b4f
}

.labels .ct-series-c  {
    background-color: #f4c63d
}

.labels .ct-series-d  {
    background-color: #d17905
}

.labels .ct-series-e  {
    background-color: #453d3f
}

.labels .ct-series-f  {
    background-color: #59922b
}

.labels .ct-series-g  {
    background-color: #0544d3
}

.labels .ct-series-h  {
    background-color: #6b0392
}

.labels .ct-series-i  {
    background-color: #f05b4f
}

.labels .ct-series-j  {
    background-color: #dda458
}

.labels .ct-series-k  {
    background-color: #eacf7d
}

.labels .ct-series-l  {
    background-color: #86797d
}

.labels .ct-series-m  {
    background-color: #b2c326
}

.labels .ct-series-n  {
    background-color: #6188e2
}
.labels .ct-series-o  {
    background-color: #a748ca
}

.ct-square .ct-label {
    font-size: 18px;
    color: #fff;
    fill: #fff;
    font-family: Open Sans Bold;
}


.labels a:hover{
    text-decoration: none;
    color: black;
}
.labels a{
    text-decoration: none;
    color: black;
}

.offices__block-list-item{
    cursor:pointer;
}

.editor .quillWrapper .ql-snow.ql-toolbar{
    width: 100%;
    height: 34px;
    background-color: #0f23e1;
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.editor .quillWrapper .ql-snow.ql-toolbar svg line{
    stroke: white;
}
.editor .quillWrapper .ql-snow.ql-toolbar svg path{
    stroke: white;
}
.editor .quillWrapper .ql-snow.ql-toolbar svg rect{
    stroke: white;
}
.editor .ql-snow .ql-toolbar button, .ql-snow.ql-toolbar button {
    padding: 0 !important;
}
.editor .quillWrapper .ql-snow.ql-toolbar .ql-formats {
    margin: 0 !important;
}
.editor .ql-snow .ql-toolbar button svg, .quillWrapper .ql-snow.ql-toolbar button svg {
    width: 16px !important;
    height: 16px !important;
}
.editor button {
    width: 16px !important;
    height: 16px !important;
    margin-right: 7px;
}
.editor .ql-fill {
    fill: white !important;
}
.editor .ql-container.ql-snow {
    border: .958686px solid #d8e0ea;
    border-radius: 0 0 3px 3px;
    border-top: unset;
    position: relative;
}
.editor .ql-toolbar.ql-snow {
    border: none;
}

.ql-align-center{
    text-align: center;
}
.ql-align-left{
    text-align: left;
}
.ql-align-right{
    text-align: right;
}