
.cp .messenger .cp-logo-small {
    display: inline;
    width: 48px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.cp .messenger .logo-container {
    width: 70px;
}
.cp .messenger .messenger-container {
}
.cp .messenger .messenger-left {
    width: 300px;
}
.cp .messenger .messenger-center {
    min-width: 420px;
}
@media screen and (min-width: 1600px) {
    .cp .messenger .messenger-center {
        width: calc(100% - 810px);
    }
    .cp .messenger .messenger-container .messenger-right {
        width: 510px;
    }
    .cp .chat-info .linked-channel .panel-command.pull-left {
        left: -400px;
    }
}

@media screen and (max-width: 1600px) {
    .cp .messenger .messenger-center {
        width: calc(100% - 600px);
    }
    .cp .messenger .messenger-container .chat-info .channel-info .channel-info-item {
        padding: 20px 0;
    }
    .cp .messenger .messenger-container .chat-info .channel-info .channel-info-item:nth-child(2n) {
        border-left: none;
        padding-left: 0;
    }
    .cp .messenger .chat-info .channel-info .channel-info-item:nth-child(n+2) {
        border-top: solid 1px #e6e7e8;
    }
    .cp .chat-info .linked-channel .panel-command.pull-left {
        left: -300px;
    }
}

.cp .messenger .messenger-center .chat {
    background-color: var(--color-4);
    border-right: solid 1px rgba(var(--color-text-1-rgb), 0.1);
    border-left: solid 1px rgba(var(--color-text-1-rgb), 0.1);
    box-shadow: 0 2px 6px 0 rgb(15 18 32 / 5%);
    min-height: calc(100vh - 104px);
    max-height: calc(100vh - 104px);
    min-width: 420px;
}
.cp .messenger .messenger-right {
    width: 300px;
}
.cp .messenger .messenger-right {
    border-radius: 0 12px 12px 0;
    background-color: var(--color-4);
    box-shadow: 0 2px 6px 0 rgb(15 18 32 / 5%);
}
/*threads*/
.cp .messenger .messenger-left .threads {
    padding-top: 30px;
    border-radius: 12px 0 0 12px;
    background-color: var(--color-4);
    box-shadow: 0 2px 6px 0 rgba(var(--color-text-1-rgb), 0.05);
}
.cp .messenger .messenger-left .threads .inbox-item {
    padding-left: 1rem;
    padding-right: 1rem;
}
.cp .messenger .messenger-left .threads .inbox-item:hover {
    background-color: var(--color-9);
}
.cp .messenger .messenger-left .threads .inbox-item.active {
    background-color: var(--color-18);
}
.cp .inbox-widget .inbox-item .inbox-item-img img {
    height: 60px;
    width: 60px;
}
.cp .messenger .messenger-left .threads .inbox-item.active .inbox-item-author {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--color-4);
}
.cp .inbox-widget .inbox-item .inbox-item-author {
    padding-left: 70px;
    padding-top: 6px;
    font-family: var(--font-family);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    font-size: 20px;
    font-weight: bold;
    color: var(--color-text-2);
}

.cp .inbox-widget .inbox-item .inbox-item-date {
    opacity: 0.5;
    font-family: var(--font-family);
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(var(--color-text-2-rgb), 0.5);
    bottom: 2px;
    right: 13px;
    top: unset;
}
.cp .messenger .messenger-left .threads .inbox-item.active .inbox-item-text,
.cp .messenger .messenger-left .threads .inbox-item.active .inbox-item-date {
    opacity: 0.6;
    font-family: var(--font-family);
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--color-4);
}
.cp .inbox-widget .inbox-item .inbox-item-text {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    opacity: 0.5;
    color: var(--color-text-1);
    padding-left: 16px;
    font-family: var(--font-family);
    width: 147px;
    padding-top: 6px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cp .inbox-widget .inbox-item .inbox-item-text i{
    font-size: 22px;
}
.cp .messenger .messenger-left .threads .check-contact {
    font-size: 19px;
    color: var(--color-success);
    position: absolute;
    top: 16px;
    right: 10px;
    display: none;
}
.cp .messenger .messenger-left .threads:hover .check-contact {
    display: block;
}
.cp .chat-avatar {
    position: relative;
}

.cp .conversation-list .channel-icon,
.cp .messenger .messenger-right .contact-modal .channel-icon {
    display: inline-block;
    height: 25px;
    width: 25px;
    padding-top: 7px;
    border-radius: 3.6px;
    box-shadow: 0 1px 1px 0 rgb(15 18 32 / 5%);
    background-color: var(--color-4);
    font-size: 17px;
    color: var(--color-text-1);
    text-align: center;
}
.cp .messenger .conversation-list .ctext-wrap .message-desc span {
    padding-left: 8px;
}
.cp .conversation-list .odd .channel-icon {
}
.cp .settings-cards .channel-card:hover {
    box-shadow: 0 2px 6px 0 rgba(var(--color-text-1-rgb), 0.2);
}
.cp .settings-cards .channel-card.disabled:hover {
    box-shadow: 0 2px 6px 0 rgba(var(--color-text-1-rgb), 0.05);
}
.cp .settings-cards .channel-card.disabled {
    opacity: 0.6;
}
.cp .settings-cards .channel-card {
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 6px 0 rgba(var(--color-text-1-rgb), 0.05);
    background-color: var(--color-4);
    text-align: center;
    cursor: pointer;
    width: 152px;
    height: 192px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.cp .settings-cards .channel-card .channel-icon {
    padding: 5px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 1px 4px 0 rgba(var(--color-text-1-rgb), 0.10);
    background-color: var(--color-4);
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    color: var(--color-text-1);
    width: 56px;
    height: 56px;
    margin: auto;
}
.cp .settings-cards .channel-card .channel-name {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--color-text-2);
    margin: 20px 0 10px 0;
    height: 50px;
    display: table;
    width: 100%;
}
.cp .settings-cards .channel-card .channel-name span {
    vertical-align: middle;
    display: table-cell;
}
.cp .settings-cards .channel-card .plus-icon {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--color-1);
}
.cp .messenger .channel-list li {
    list-style: none;
}
.cp .messenger .channel-list li span {
    vertical-align: text-bottom;
}
.cp .messenger .channel-list li badge {
    margin-bottom: 2px;
}
.cp .messenger .send-message-spinner {
    position: absolute;
    left: -26px;
    bottom: 4px;
    width: 20px;
    height: 20px;
}
.cp .messenger .message-image {
    max-width: 250px;
    max-height: 250px;
}
.cp .messenger .tt-menu .tt-selectable:hover {
    background-color: #eee;
}
.cp .messenger .chat-avatar:hover .promote-avatar {
    display: block !important;
}
.cp .messenger .messenger-left img.channel-avatar {
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: 0;
    right: -10px;
}

.cp .messenger .messenger-left i.channel-icon {
    position: absolute;
    bottom: 0;
    left: 36px;
    display: block;
    padding: 4px;
    border-radius: 3.7px;
    box-shadow: 0 1px 1px 0 rgb(15 18 32 / 5%);
    background-color: var(--color-4);
    color: var(--color-text-1);
    font-size: 12px;
}

.cp .messenger .chat-input-box {
    max-width: calc(100% - 60px);
    margin-left: 30px;
}
.cp .messenger .chat-input-box .selected-file {
    position: absolute;
    left: 42px;
    vertical-align: middle;
    bottom: -72px;
}
.cp .messenger .chat-input-box .selected-file .file-name {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 300px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    font-size: 11px;
}

.cp .messenger .chat-input {
    padding-top: 14px;
    padding-bottom: 0px;
    resize: none;
    position: absolute;
    bottom: -50px;
    padding-right: 230px;
}
.cp .messenger .unread-messages-label {
    padding-top: 4px;
    background-color: var(--color-1);
    position: absolute;
    right: 14px;
    bottom: 40px;
}
.cp .messenger .chat .send-message-buttons {
    position: absolute;
    right: -12px;
    top: 0;
}
.cp .messenger .chat .send-message-buttons button {
    height: 50px;
}

.cp .messenger .conversation-list .ctext-wrap:after {
    display: none;
}
.cp .messenger .conversation-list .ctext-wrap {
    min-width: 280px;
    border-radius: 14px 14px 14px 0;
    background-color: var(--bg-color);
}
.cp .messenger .conversation-list .odd .ctext-wrap {
    border-radius: 14px 14px 0 14px;
    background-color: rgba(81, 65, 197, 0.16);
}
.cp .messenger .conversation-list .odd .ctext-end-wrap {
    background-color: rgba(196, 129, 65, 0.16);
}
.cp .messenger .conversation-list .ctext-wrap p {
    font-family: var(--font-family);
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: var(--color-text-2);
    margin-top: 26px;
    max-width: 530px;
    overflow-x: hidden;
    word-wrap: break-word;
}
.cp .messenger .conversation-list .ctext-wrap .message-desc {
    font-family: var(--font-family);
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.5;
    letter-spacing: normal;
    color: var(--color-text-2);
    display: inline-block;
    float: left;
}
.cp .messenger .conversation-list .ctext-wrap .message-timestamp {
    opacity: 0.5;
    font-family: var(--font-family);
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: right;
    color: var(--color-text-8);
    float: right;
    display: inline-block;
}
.cp .messenger .chat-info .contact-info {
    padding-top: 16px;
}
.cp .messenger .chat-info {
    padding: 16px;
}
.cp .messenger .disabled .chat-file-button {
    opacity: .65;
}
.cp .messenger .chat-file-button {
    cursor: pointer;
    border-radius: 25px 0 0 25px;
    height: 50px;
    margin-bottom: 0;
    margin-right: -4px;
    padding: 14px;
}
.cp .messenger .chat-send-button {
    border-radius: 0 25px 25px 0;
}
.cp .messenger .chat-channel-button .channel-icon {
    font-size: 24px;
    color: var(--color-text-1);
}
.cp .messenger .chat-channel-button {
    width: 52px;
    height: 36px;
    padding-top: 7px;
    border-radius: 5px;
    text-align: center;
}
.cp .messenger .chat-channel-button.active {
    box-shadow: 0 1px 3px 0 rgba(var(--color-text-1-rgb), 0.05);
    background-color: var(--color-1);
    color: var(--color-4);
}
.cp .messenger .chat-channel-button.active .channel-icon {
   color: var(--color-4);
}
.cp .messenger .send-message-buttons .chat-channel-button {
    margin: 0;
    vertical-align: middle;
    cursor: pointer;
}
.cp .messenger .chat-info h5 {
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--color-text-1);
}
.cp .messenger .chat-info .link-channel-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    border-radius: 25px;
}
.cp .messenger .chat-info .link-channel-button:disabled {
    opacity: 1;
    background-color: var(--color-12);
    border-color: var(--color-12);
}
.cp .messenger .chat-info .channel-list {
    padding: 0;
    margin: 0;
}
.cp .messenger .chat-info .channel-list li {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.cp .messenger .chat-info .channel-list .channel-icon {
    font-size: 36px;
}
.cp .messenger .chat-info .channel-list .badge-pill {
    vertical-align: top;
    margin-left: -8px;
}
.cp .messenger .chat-info .meta-data-items {
    margin: 0;
    padding: 0;
}
.cp .messenger .chat-info .meta-data-items li {
    list-style: none;
}
.cp .messenger .channel-chooser {
    position: absolute;
    will-change: transform;
    bottom: 76px;
    width: 256px;
    right: 225px;
    height: 100px;
    transform: translate3d(106px, 37px, 0px);
    background-color: var(--color-4);
    padding: 5px;
    border-radius: 14px 14px 0 14px;
    box-shadow: 0 2px 6px 0 rgba(var(--color-text-1-rgb), 0.15);
    background-color: var(--color-4);
    z-index:100;
}
.cp .messenger .channel-chooser .channel-chooser-dropdown {
    border-radius: 25px;
    border: solid 1px rgba(var(--color-text-1-rgb), 0.3);
    background-color: var(--color-4);
    height: 34px !important;
    width: 224px;
    opacity: 1;
    font-family: var(--font-family);
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--color-text-1);
    text-align: left;
    padding-left: 40px;
}
.cp .messenger .channel-chooser .channel-chooser-dropdown .channel-image {
    border-radius: 100%;
    width: 26px;
    position: absolute;
    left: 10px;
    top: 4px;
}
.cp .messenger .channel-chooser .channel-chooser-dropdown .chevron {
    position: absolute;
    right: 16px;
    color: var(--color-1);
}
.cp .messenger .send-message-buttons .reply-caption {
    color: var(--color-text-1);
    font-size: 11px;
}
.cp .settings-page .modal-dialog {
    width: 520px;
    margin-top: calc(50vh - 222px);
}
.cp .settings-page .modal-content,
.cp .subscriptions .modal-content {
    border-radius: 12px;
    box-shadow: 0 2px 6px 0 rgba(var(--color-text-1-rgb), 0.05);
    background-color: var(--color-4);
    padding: 32px;
}
.cp .settings-page .modal-content .modal-caption,
.cp .subscriptions .modal-content .modal-caption,
.cp .settings-page .linked-channel .panel-title {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--color-8);
}
.cp .settings-page .modal-content .modal-caption span,
.cp .settings-page .linked-channel .panel-title span {
    padding-left: 6px;
}
.cp .settings-page .modal-content .modal-desc,
.cp .subscriptions .modal-content .modal-desc,
.cp .settings-page .linked-channel panel-content {
    font-family: var(--font-family);
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--color-text-8);
    margin-top: 14px;
}
.cp .settings-page .json-editor {
    height: 370px;
}
.cp .settings-page .modal-content .modal-commands,
.cp .subscriptions .modal-content .modal-commands {
    text-align: center;
    margin-top: 20px;
}
.cp .settings-page .modal-content .modal-commands .action-button button {
    margin-right: 10px;
}
.cp .settings-page .modal-content .modal-commands a,
.cp .subscriptions .modal-content .modal-commands a {
    line-height: 26px;
}
.cp .settings-page .modal-content .modal-commands .action-form {
    position: relative;
}
.cp .settings-page .modal-content .modal-commands .action-form .modal-form-action {
    position: absolute;
    right: 0;
    top: 0px;
    height: 50px;
    border-radius: 25px;
}
.cp .settings-page .modal-content .modal-commands .action-form input {
    /*padding-right: 125px;*/
    margin-bottom: 20px;
}
.cp .settings-page h4 {
    color: var(--color-text-1);
    margin-top: 36px;
    margin-left: 16px;
}
.cp .settings-page .linked-channel {
    position: relative;
    padding: 20px 30px 22px 20px;
    border-radius: 12px;
    box-shadow: 0 2px 6px 0 rgba(var(--color-text-1-rgb), 0.05);
    background-color: var(--color-4);
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
}
.cp .settings-page .linked-channel .panel-content {
    color: var(--color-8);
}
.cp .settings-page .linked-channel .panel-command {
    font-family: var(--font-family);
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    position: absolute;
    right: 32px;
    top: 24px;
    vertical-align: middle;
    line-height: 24px;
    height: 24px;
    cursor: pointer;
}
.cp .settings-page .linked-channel .panel-command i {
    font-size: 20px;
}
.cp .settings-page .linked-channel .panel-command span {
    padding-left: 7px;
}
.cp .settings-page .linked-channel .progress-indicator {
    color: var(--color-success);
}
.cp .settings-page .linked-channel .delete {
    color: var(--color-1);
    cursor: pointer;
}
.cp .settings-page .linked-channels-title {
    margin-bottom: 36px;
}
.cp .settings-page .linked-channel .progress-indicator i {
    animation: spinner-border .75s linear infinite;
}
.cp .settings-page .linked-channel table {
    width: 100%;
}
.cp .settings-page .linked-channel .avatar .cell-title {
    float: left;
    margin-top: 6px;
}
.cp .settings-page .linked-channel .cell-title {
    color: var(--color-8);
    font-weight: bold;
    padding-bottom: 3px;
}
.cp .settings-page .linked-channel .cell-value {
    font-style: italic;
}
.cp .settings-page .linked-channel img {
    height: 56px;
    width: 56px;
    border-radius: 23px;
    display: inline-block;
    float: right;
}
.cp .settings-page .linked-channel tr {
    border-bottom: solid 1px #e6e7e8;
}
.cp .settings-page .linked-channel tr:last-child {
    border-bottom: none;
}

.cp .settings-page .linked-channel td {
    border-right: solid 1px #e6e7e8;
    padding: 14px 11px;
}
.cp .settings-page .linked-channel td:last-child {
    border-right: none;
}

.cp .messenger .chat-info .channel-row {
    margin-bottom: 40px;
}

.cp .messenger .chat-info .channel-info {
    margin-left: 16px;
}

.cp .messenger .chat-info .channel-info .channel-info-item {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    width: 220px;
    float: left;
    position: relative;
    height: 74px;
}

.cp .messenger .chat-info .channel-info .channel-info-item .item-caption {
    font-family: var(--font-family);
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--color-text-2);
    margin-left: 10px;
    margin-right: 10px;
}
.cp .messenger .chat-info .channel-info .channel-info-item .item-value {
    font-family: var(--font-family);
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: rgba(var(--color-2), 0.6);
    margin-right: 10px;
}

.cp .messenger .chat-info .channel-info .channel-info-item .item-value img {
    height: 56px;
    width: 56px;
    border-radius: 23px;
    margin-top: -18px;
}
.cp .messenger .chat-info .channel-info .channel-info-item:nth-child(2n) {
    border-left: solid 1px #e6e7e8;
    padding-left: 20px;
    margin-right: 20px;
}

.cp .messenger .chat-info .channel-info .channel-info-item:nth-child(n+3) {
    border-top: solid 1px #e6e7e8;
}
.cp .chat-info .linked-channel {
    width: 100%;
    padding: 10px 0 0 20px;
    margin-bottom: 10px;
}
.cp .chat-info .linked-channel .panel-content {
    color: var(--color-8);
}

.cp .chat-info .linked-channel .panel-command {
    font-family: var(--font-family);
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    vertical-align: middle;
    padding: 6px;
    text-align: right;
    margin: 0 4px;
    display: inline-block;
}

.cp .chat-info .linked-channel .panel-command.pull-left {
    position: absolute;
}

.cp .chat-info .linked-channel .panel-command:hover {
    box-shadow: 0 2px 6px 0 rgb(15 18 32 / 20%);
    border-radius: 6px;
}
.cp .chat-info .linked-channel .panel-title {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--color-text-2);
    padding: 0;
}

.cp .chat-info .modal-content .modal-caption span,
.cp .chat-info .linked-channel .panel-title span {
    padding-left: 3px;
}
.cp .chat-info .linked-channel .panel-command i {
    font-size: 20px;
}

.cp .chat-info .linked-channel .panel-command span {
    padding-left: 7px;
}

.cp .chat-info .linked-channel .panel-commands {
    color: var(--color-1);
    cursor: pointer;
    text-align: right;
}
.cp .messenger .chat-info .channel-row .channel-info .channel-info-item:last-child {
    margin-bottom: 40px;
}
.cp .messenger .chat .thread-name {
    font-family: var(--font-family);
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--color-text-1);
}
.cp .settings-page .linked-channel .meta-data .col-2 {
    border-right: solid 1px #e6e7e8;
    padding-top: 14px;
    padding-bottom: 20px
}
.cp .settings-page .linked-channel .meta-data .col-2:nth-child(6n) {
    border-right: none;
}
.cp .settings-page .linked-channel .meta-data.has-bottom-border .col-2:nth-child(-n+6) {
    /*border-bottom: solid 1px #e6e7e8;*/
}

.cp .messenger .messenger-right .contact-modal .modal-dialog {
    max-width: 1169px;
}
.cp .messenger .messenger-right .contact-modal .modal-content {
    padding: 0;
    width: 1169px;
    height: 711px;
}
.cp .messenger-right .contact-modal .rounded-panel h4 {
    padding: 0;
    margin: 0;
}
.cp .messenger .messenger-right .contact-modal .modal-content .row {
    margin: 0;
}
.cp .messenger .messenger-right .contact-modal .modal-content .row .col-md-6 {
    margin-left: -16px;
    margin-right: 16px;
}
.cp .messenger .messenger-right .contact-modal .modal-content .meta-data {
    padding: 32px 0 2px 0px;
    background-color: var(--color-4);
    border-right: solid 1px rgba(var(--color-text-1-rgb), 0.1);
    border-bottom: solid 1px rgba(var(--color-text-1-rgb), 0.1);
    border-radius: 12px 0 0 0;
    min-height: 600px;
}
.cp .messenger .messenger-right .contact-modal .modal-content .meta-data h4,
.cp .messenger .messenger-right .contact-modal .contact-info h4 {
    padding-left: 32px;
}
.cp .messenger .messenger-right .contact-modal .modal-content .meta-data .items-container,
.cp .messenger .messenger-right .contact-modal .modal-content .contact-info .items-container {
    max-height: 402px;
    min-height: 402px;
    padding-left: 32px;
}
.cp .messenger .messenger-right .contact-modal .modal-content .contact-info {
    padding: 32px 0 2px 0px;
    border-bottom: solid 1px rgba(var(--color-text-1-rgb), 0.1);
    border-radius: 0 12px 0 0;
    position: relative;
    min-height: 600px;
}

.cp .messenger .messenger-right .contact-modal .modal-content .close-button {
    width: 36px;
    height: 36px;
    padding: 2px;
    border-radius: 23px;
    border: solid 2px var(--color-danger);
    position: absolute;
    right: 16px;
    top: 16px;
}
.cp .messenger .messenger-right .contact-modal .modal-content .close-button .icon-frame {
    width: 28px;
    height: 28px;
    background-color: rgba(250, 107, 86, 0.1);
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    padding-top: 2px;
    color: var(--color-text-1);
}
.cp .messenger .messenger-right .contact-modal .modal-content .drag-handle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    padding-left: 6px;
    padding-top: 3px;
    box-shadow: 0 0 4px 0 rgba(var(--color-text-1-rgb), 0.19);
    background-color: var(--color-4);
    position: absolute;
    top: 30px;
    left: 0px;
    color: var(--color-1);
    font-size: 19px;
    cursor: grab;
    z-index: 10;
}
.cp .messenger .messenger-right .contact-modal .modal-content .avatar-img {
    height: 42px;
    width: 42px;
    position: absolute;
    top: 41px;
    left: 18px;
}
.cp .messenger .messenger-right .contact-modal .modal-content .flag-img {
    position: absolute;
    top: 42px;
    right: 30px;
    font-size: 28px;
}


.cp .subscriptions.credit {
    background-color: var(--color-4);
    box-shadow: 0px 2px 6px rgba(var(--color-text-1-rgb), 0.05);
    border-radius: 12px;
    height: 440px;
}

.cp .subscriptions.credit h3 {
    font-family: var(--font-family);
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--color-8);
    padding: 30px;
    margin: 0;
}
.cp .subscriptions .subscription-row {
    margin: 0;
    margin: 0 0 26px 0;
}
.cp .subscriptions .table .package-size {
    width: 30%;
}
    .cp .subscriptions .table .package-size .current-size,
    .cp .subscriptions .modal-content .current-size {
        font-family: var(--font-family);
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: var(--color-1);
    }
.cp .subscriptions .table .package-size .downgraded-timeline {
    color: var(--color-2);
}
.cp .subscriptions .table .package-size .downgraded-timeline.small {
    font-size: 0.8em;
}
.cp .subscriptions .table .package-size .downgraded-timeline .size {
    font-weight: bold;
}
.cp .subscriptions .table .price {
    text-align: right;
    padding-right: 30px;
}
.cp .subscriptions .table .package-name {
    padding-left: 30px;
    width: 45%;
}
.cp .subscriptions .active-subscriptions {
    margin-top: 25px;
    max-width: 1080px;
}

.cp .subscriptions .subscription-column {
    width: 350px;
    padding: 27px 0px 12px;
    margin-right: 15px;
    border-radius: 12px;
    box-shadow: 0 2px 6px 0 rgba(var(--color-text-1-rgb), 0.05);
    background-image: var(--gradient-1);
}
.cp .subscriptions .tag-line {
    margin-top: 30px;
    margin-bottom: 18px;
    margin-left: 30px;
}
.cp .subscriptions .tag-line .stripe-logo {
    width: 76px;
    height: 36px;
}
.cp .subscriptions .tag-line i {
    opacity: 0.6;
    font-family: var(--font-family);
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: normal;
    color: var(--color-8);
}
.cp .subscriptions .subscription-column .column-title {
    width: 100%;
    text-align: center;
}
.cp .subscriptions .subscription-column .column-title div {
    font-family: var(--font-family);
    font-size: 19px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: normal;
    text-align: center;
    color: var(--color-text-1);
    margin-top: 10px;
}
.cp .subscriptions .package-item {
    width: 314px;
    height: 92px;
    margin: 12px 13.4px 12px 15px;
    padding: 22px 26px;
    border-radius: 12px;
    box-shadow: 0 2px 6px 0 rgba(var(--color-text-1-rgb), 0.05);
    background-color: var(--color-4);
    position: relative;
}
.cp .subscriptions .package-icon {
    height: 36px;
    width: 36px;
    text-align: center;
}
.cp .subscriptions .package-item .active-marker {
    display: none;
    width: 78px;
    height: 21px;
    margin: 11px 33.4px 83px 131px;
    padding: 4px 8px 3px 9px;
    border-radius: 1px;
    background-color: var(--color-success);
    position: absolute;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.22);
    font-family: var(--font-family);
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--color-4);
    right: -10px;
    top: -18px;
}
.cp .subscriptions .package-item.active {
    background-color: var(--color-1);
    color: var(--color-4);
}
.cp .subscriptions .package-item.active .active-marker {
    display: block;
}
.cp .subscriptions .package-item .package-name {
    opacity: 0.4;
    font-family: var(--font-family);
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.5;
    letter-spacing: normal;
    color: var(--color-1);
}
.cp .subscriptions .package-item .package-desc {
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    color: var(--color-8);
    opacity: 0.4;
}
.cp .subscriptions .package-item .package-price {
    position: absolute;
    top: 14px;
    right: 24px;
    font-family: var(--font-family);
    font-size: 40px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.cp .subscriptions .package-item.active .package-name,
.cp .subscriptions .package-item.active .package-desc,
.cp .subscriptions .package-item.active .package-price {
    color: var(--color-4);
    opacity: 1;
}
.cp .subscriptions .activate-button {
    font-family: var(--font-family);
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: right;
    color: var(--color-1);
}
.cp .subscriptions .package-item .activate-button {
    position: absolute;
    bottom: 6px;
    right: 26px;
}
.cp .subscriptions .package-item.active .activate-button {
    display: none;
}

.cp .subscriptions .package-selector {
    display: flex;
    padding-top: 20px;
}
.cp .subscriptions .package-selector .left-panel {
    flex-basis: 30%;
    max-width: 290px;
}
.cp .subscriptions .package-selector .header {
    height: 63px;
    left: 270px;
    top: 139px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
}
.cp .subscriptions .package-selector .left-panel .header {
    background: var(--color-10);
    border-radius: 12px 0px 0px 0px;
    color: var(--color-4);
    text-align: center;
    padding-top: 20px;
}
.cp .subscriptions .package-selector .left-panel .header i {
    padding-right: 10px;
}
.cp .subscriptions .package-selector .right-panel {
    flex: 100%;
    border-left: none;
    border-radius: 0 12px 12px 0;
    background-color: var(--color-4);
    border-color: transparent;
    color: var(--color-8);
}
.cp .subscriptions .package-selector .right-panel .header {
    padding: 20px 0 0 30px;
    border-bottom: solid 1px #E0E0E7;
}
.cp .subscriptions .package-selector .right-panel .content {
    display: flex;
    flex-direction: column;
    height: calc(100% - 63px);
}
.cp .subscriptions .action-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cp .subscriptions .action-container .save-button {
    min-width: 60%;
}
.cp .subscriptions .action-container.padded {
    padding-top: 30px;
}
.cp .subscriptions .action-container .full-width {
    width: 100%;
}
.cp .subscriptions .powered-by {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}
.cp .subscriptions .powered-by img {
    height: 36px;
}
.cp .subscriptions .package-selector .left-content .content {
    width: 290px;
    height: 382px;
    background: var(--gradient-2);
    box-shadow: 0px 2px 6px rgba(var(--color-text-1-rgb), 0.05);
}

.cp #purchasing-modal .modal-dialog .container {
    width: 35vw;
}
.cp .subscriptions .purchasing-info {
    color: var(--color-8);
}
.cp .subscriptions .purchasing-info .section {
    margin: 0 -32px;
    padding: 20px 32px;
    border-bottom: 1px solid rgb(var(--color-text-1-rgb), 0.1);
}
.cp .subscriptions .purchasing-info .section.total {
    border: none;
    background-color: #e8e5f5;
    font-size: 1.5em;
    height: 40px;
    padding: 5px 30px;
}
.cp .subscriptions .purchasing-info .section-row {
    display: flex;
    justify-content: space-between;
}
.cp .subscriptions .purchasing-info .section-row {
    font-weight: bold;
}
.cp .subscriptions .purchasing-info .section-row .total {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.cp .subscriptions .purchasing-info .section-row .total span {
    font-weight: normal;
    color: var(--color-12);
    line-height: 0.5em;
    padding-bottom: 10px;
}
.cp .subscriptions .purchasing-info .package-list div {
    display: flex;
}
.cp .subscriptions .purchasing-info .package-list div span {
    width: 40%;
}
.cp .subscriptions .purchasing-info .package-size {
    flex: auto;
    color: var(--color-1);
    font-weight: bold;
}

.cp .subscriptions .credit-input {
    background: var(--color-4);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: var(--color-text-8);
    width: 100px;
    height: 60px;
    text-align: center;
    padding-top: 18px;
    cursor: pointer;
    border: none;
    margin-bottom: 10px;
}
.cp .subscriptions .credit-input i {
    display: none;
}
.cp .subscriptions .package-selector .content .section {
    border-top: 1px solid var(--color-4);
}
.cp .subscriptions .package-selector .content .section._0 {
    background-image: var(--gradient-3);
}
.cp .subscriptions .package-selector .content .section._1 {
    background-image: var(--gradient-4);
}
.cp .subscriptions .package-selector .content .section._2 {
    background-image: var(--gradient-5);
}
.cp .subscriptions .credit-input.active {
    border: 2px solid var(--color-1);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
    position: relative;
}
.cp .subscriptions .package-selector .content .section .caption {
    font-family: 'var(--font-family)';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: var(--color-8);
    padding-left: 50px;
    padding-top: 24px;
}

.cp .subscriptions .package-selector .content .section .values {
    display: flex;
    padding-left: 50px;
    padding-top: 15px;
    padding-bottom: 20px;
}

.cp .subscriptions .package-selector .content .section .values div:last-child {
    border-radius: 0px 12px 12px 0px;
    margin-left: 1px;
}

.cp .subscriptions .package-selector .content .section .values div:first-child {
    border-radius: 12px 0px 0px 12px;
    margin-right: 1px;
}

.cp .subscriptions .package-selector .content .section .values div {
    width: 62px;
    height: 50px;
    background: var(--color-4);
    opacity: 0.75;
    box-shadow: 0px 2px 2px rgba(var(--color-text-1-rgb), 0.1);
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    text-align: center;
    padding-top: 14px;
    color: var(--color-1);
    opacity: 0.8;
}

.cp .subscriptions .package-selector .content .section .values div.active {
    background: var(--color-1);
    box-shadow: 0px 10px 10px rgba(var(--color-text-1-rgb), 0.15);
    color: var(--color-4);
}

.cp .subscriptions .package-selector .package-footer {
    width: 290px;
    height: 81px;
    background: var(--color-13);
    border-radius: 0px 0px 0px 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: var(--color-text-1);
}

    .cp .subscriptions .package-selector .package-footer .text {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .cp .subscriptions .package-selector .package-footer .contact-link {
        font-weight: 700;
        font-size: 14px;
    }

.cp .subscriptions .main {
    display: flex;
    margin-bottom: 30px;
    margin-top: 30px;
    align-items: flex-start;
}
.cp .subscriptions .credit-input.active i {
    width: 26px;
    height: 26px;
    display: block;
    background: var(--color-1);
    border: 2px solid var(--color-4);
    border-radius: 50%;
    position: absolute;
    right: -12px;
    font-size: 14px;
    top: -12px;
    color: var(--color-4);
    padding-top: 4px;
}

.cp .subscriptions .custom {
    position: relative;
}

.cp .subscriptions .custom span {
    position: absolute;
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 500;
    color: var(--color-8);
    font-size: 20px;
    right: 20px;
    top: 15px;
}

.cp .subscriptions .custom .credit-input-custom {
    cursor: default;
    width: 180px;
    padding: 0;
    text-align: right;
    padding-right: 32px;
}
.cp .subscriptions .balance-row {
    background: var(--bg-color);
    padding-left: 18px;
    border-top: 1px solid rgb(var(--color-text-1-rgb),0.1);
    border-bottom: 1px solid rgb(var(--color-text-1-rgb),0.1);
    margin: 0px;
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
}
    .cp .subscriptions .balance-row .amount {
        color: var(--color-1);
    }

.cp .subscriptions .first-col {
    border-bottom: 1px solid rgb(var(--color-text-1-rgb),0.1);
    padding: 30px;
    width: 60%;
    float: left;
    height: 170px;
}

.cp .subscriptions .second-col {
    border-left: 1px solid rgb(var(--color-text-1-rgb),0.1);
    padding: 30px;
    width: 40%;
    float: right;
    border-bottom: 1px solid rgb(var(--color-text-1-rgb),0.1);
    height: 170px;
}
.cp .subscriptions .buttons-row {
    clear: both;
    text-align: right;
    width: 100%;
    padding: 30px;
}
.cp .subscriptions .buttons-row button {
    float: right;
}

.cp .subscriptions .main .package-info {
    background: var(--color-4);
    box-shadow: 0px 2px 6px rgba(var(--color-text-1-rgb), 0.05);
    border-radius: 0px 12px 12px 0px;
    width: 40%;
    height: 383px;
    position: relative;
}
.cp .subscriptions .main .package-info .plan-info-container {
    display: flex;
    flex-direction: column;
    padding: 30px;
    line-height: 20px;
    border-bottom: 1px solid rgb(var(--color-text-1-rgb), 0.1);
    color: var(--color-8);
}
.cp .subscriptions .main .package-info .title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cp .subscriptions .main .package-info .unsubscribed-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}
.cp .subscriptions .main .package-info .unsubscribed-container a {
    color: var(--color-1);
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
    padding-right: 8px;
}
.cp .subscriptions .main .package-info .next-charge {
    position: absolute;
    top: 32px;
    right: 30px;
}
.cp .subscriptions .main .package-info .plan-info-container .title {
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 10px;
}
.cp .subscriptions .main .package-info .item {
    border-bottom: 1px solid rgb(var(--color-text-1-rgb), 0.1);
    padding: 17px 30px;
    height: 48px;
    color: var(--color-8);
    font-size: 14px;
    line-height: 16px;
}
.cp .subscriptions .main .package-info .next-payment {
    padding: 17px 30px;
    display: block;
}
.cp .subscriptions .main .package-info .next-payment > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cp .subscriptions .main .package-info .stripe-logo {
    width: 76px;
    height: 36px;
}
.cp .subscriptions .main .package-info .hidden {
    visibility: hidden;
}
.cp .subscriptions .main .package-info .right-aligned {
    justify-content: flex-end;
}
.cp .subscriptions .main .package-info .right-aligned div {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
}
.cp .subscriptions .main .package-info .right-aligned > span {
    visibility: hidden;
}
.cp .subscriptions .main .unsubscribe {
    cursor: pointer;
    font-size: 12px;
    opacity: 60%;
    text-decoration: underline;
}
.cp .subscriptions .main .package-info .item .label {
    float: left;
}
.cp .subscriptions .main .package-info .item .value {
    float: right;
}
.cp .subscriptions .main .package-info .item .value .units {
    font-weight: 700;
    font-size: 14px;
}
.cp .subscriptions .main .package-info .total,
.cp .subscriptions .main .right-panel .content .total {
    background: var(--bg-color);
    border-bottom: 1px solid rgb(var(--color-text-1-rgb), 0.1);
    color: var(--color-8);
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    height: 50px;
}
.cp .subscriptions .main .package-info .total .label,
.cp .subscriptions .main .right-panel .content .total .label {
    float: left;
    padding: 14px 30px;
}
.cp .subscriptions .main .package-info .total .value,
.cp .subscriptions .main .right-panel .content .total .value {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    float: right;
    padding: 6px;
    padding-right: 30px;
}
.cp .subscriptions .main .package-info.current {
    background: var(--color-4);
    border: 1px solid var(--color-1);
    box-shadow: 0px 2px 6px rgba(var(--color-text-1-rgb), 0.05);
    border-radius: 12px;
    width: 45%;
    height: 100%;
    margin-left: 10px;
    position: relative;
}
.cp .subscriptions .payment-methods {
    background: var(--color-4);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}

.cp .subscriptions .progress-info {
    background: var(--color-4);
    border: 1px solid var(--color-1);
    box-shadow: 0px 2px 6px rgba(var(--color-text-1-rgb), 0.05);
    border-radius: 12px;
    margin-left: 10px;
    position: relative;
    width: 55%;
    padding-bottom: 20px;
}
.cp .subscriptions .progress-info .warning {
    color: var(--color-danger);
}
.cp .subscriptions .progress-info .title {
    font-weight: 700;
    font-size: 20px;
    color: var(--color-8);
    padding: 30px;
    line-height: 20px;
}
.cp .subscriptions .progress-info .item {
    color: black;
    padding: 25px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cp .subscriptions .progress-info .item .progress-bar-container {
    display: flex;
    flex-direction: column;
    width: 60%;
}
.cp .subscriptions .progress-info .item .bar-background {
    background-color: var(--color-13);
    height: 15px;
    border-radius: 10px;
}
.cp .subscriptions .progress-info .item .progress-bar {
    color: var(--color-10);
    background-color: var(--color-10);
    height: 100%;
    border-radius: 10px;
}
.cp .subscriptions .progress-info .item .label {
    display: flex;
    justify-content: space-between;
}
.cp .subscriptions .progress-info .remaining {
    padding-top: 18px;
    color: var(--color-2);
    font-size: 0.8em;
}
.cp .subscriptions .progress-info .upgrade-button {
    margin-top: 5px;
}
.cp .subscriptions .progress-info .item .package-name {
    font-weight: bold;
}
.cp .subscriptions .progress-info .item .package-size {
    font-family: var(--font-family);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--color-1);
    padding-left: 10px;
}

.cp .subscriptions .modal-dialog .container {
    height: 100%;
    min-height: 70vh;
    background-color: var(--color-4);
    position: relative;
}
.cp .subscriptions .modal-dialog .container.purchase-summary {
    max-width: 570px;
    background-color: var(--color-4);
    min-height: 20vh;
}
.cp .subscriptions .modal-dialog .close-modal {
    position: absolute;
    right: 20px;
    top: 20px;
    border-radius: 50%;
    border: 2px solid var(--color-danger);
    padding: 2px;
    width: 2em;
}
.cp .subscriptions .modal-dialog .close-modal span {
    display: block;
    border-radius: 50%;
    width: 1.5em;
    background-color: var(--color-14);
}
.cp .subscriptions .modal-dialog .choose-new-plan {
    padding: 20px 0;
    color: var(--color-8);
}
.cp .subscriptions .modal-dialog .current-plan-info {
    display: flex;
    justify-content: space-between;
    background-color: rgba(var(--color-5-rgb), 0.5);
    border-radius: 10px;
    height: auto;
    margin: 10px 0;
    padding: 20px;
    font-style: italic;
}
.cp .subscriptions .modal-dialog .current-plan-info .total {
    font-weight: bold;
    color: var(--color-8);
}
.cp .subscriptions .modal-content .current-plan-info .current-size {
    font-style: italic;
}
.cp .subscriptions .modal-dialog .current-plan-info .label {
    color: var(--color-12);
}
.cp .subscriptions .modal-dialog .package-name {
    color: var(--color-8);
}
.cp .subscriptions .modal-dialog .current-plan-info .no-italic {
    padding: 0 5px;
    font-style: normal;
    color: var(--color-8);
}

.cp .messenger .messenger-right .sf-choose-account-modal .modal-content {
    padding: 0;
    width: 750px;
    height: 600px;
    max-height: 800px;
}

.cp .messenger .messenger-right .sf-choose-account-modal .modal-content .row {
    margin: 0;
}


.cp .messenger .messenger-right .sf-choose-account-modal .modal-content .meta-data h4,
.cp .messenger .messenger-right .sf-choose-account-modal .contact-info h4 {
    padding-left: 62px;
}

.cp .messenger .messenger-right .sf-choose-account-modal .modal-content .close-button {
    width: 36px;
    height: 36px;
    padding: 2px;
    border-radius: 23px;
    border: solid 2px var(--color-danger);
    margin-top: 20px;
    margin-left: 120px;
}

.cp .messenger .messenger-right .sf-choose-account-modal .modal-content .close-button .icon-frame {
    width: 28px;
    height: 28px;
    background-color: rgba(250, 107, 86, 0.1);
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    padding-top: 2px;
}


.cp .messenger .messenger-right .sf-choose-account-modal .modal-content .drag-handle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    padding-left: 6px;
    padding-top: 3px;
    box-shadow: 0 0 4px 0 rgba(var(--color-text-1-rgb), 0.19);
    background-color: var(--color-4);
    top: 30px;
    left: 0px;
    color: var(--color-1);
    font-size: 19px;
    cursor: grab;
    z-index: 10;
}

.cp .sf-choose-account-modal .inbox-item {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    font-weight: bold;
    align-content: center;
    align-items: center;
    text-align: center;
    vertical-align: central;
}

.cp .sf-choose-account-modal .inbox-item:hover {
    background-color: var(--color-1);
    color: white;
}

.cp .address-book-modal .modal-dialog {
    min-width: 70vw;
}
.cp .address-book-data-source {
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
}
.cp .address-book-data-source .scrollable-table-container {
    overflow: auto;
}
.cp .address-book-data-source .table-responsive {
    margin-bottom: 50px;
    margin-top: 20px;
}
.cp .address-book-data-source .add-to-campaign {
    margin-top: auto;
}

.cp .numbers-data-source {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.cp .numbers-data-source textarea {
    flex: 1;
}

.cp .panel-commands {
    color: var(--color-1);
    cursor: pointer;
    text-align: right;
    font-weight: bold;
}

.cp .marginTop50 {
    margin-top: 50px !important;
}

.cp .credit-input {
    width: 70px;
    margin-left: 20px;
}

.cp .credit-input-custom {
    width: 140px;
    margin-left: 20px;
}

.cp .credit-input:focus, .credit-input-custom:focus {
    outline: 1px solid var(--color-1);
}

.cp .dialog-actor-change {
    position: relative;
    text-align: right;
}
.cp .dialog-actor-change div.icons {
    position: absolute;
    right: 90px;
    bottom: 10px;
}
.cp .dialog-actor-change div.hr {
    margin-top: 10px;
    width: 280px;
    display: inline-block;
}

.message-search select {
    padding: 0 30px;
}

.message-search .from-to .avatar {
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 2px 6px 0 rgba(var(--color-text-1-rgb), 0.05);
    background-color: var(--color-4);
    text-align: center;
    min-width: 100px;
    max-width: calc(50% - 10px);
    width: 100%;
}

.message-search .from-to .avatar .name {
    white-space: normal;
    width: 100%;
}
.message-search .from-to .direction {
    display: flex;
    align-items: center;
    padding: 5px;
}
.message-search .from-to .channel {
    font-size: 24px;
    text-align: center;
    padding-bottom: 10px;
}
.message-search .from-to .avatar img {
    width: 48px;
}
.message-search .attachments img {
    max-width: 48px;
    cursor: pointer;
}

.cp .settings-page #generic-modal .modal-dialog {
    max-width: 2000px;
    /*width: 2000px;*/
    width: calc(100% - 20px);
    margin-top: 20px;
}

.cp .landingpage-cards .info-card:hover {
    box-shadow: 0 2px 6px 0 rgba(var(--color-text-1-rgb), 0.2);
}

.cp .landingpage-cards .info-card.disabled:hover {
    box-shadow: 0 2px 6px 0 rgba(var(--color-text-1-rgb), 0.05);
}

.cp .landingpage-cards .info-card.disabled {
    opacity: 0.6;
}

.cp .landingpage-cards .info-card {
    padding: 6px;
    border-radius: 12px;
    box-shadow: 0 2px 6px 0 rgba(var(--color-text-1-rgb), 0.05);
    background-color: var(--color-4);
    text-align: center;
    cursor: pointer;
    width: 300px;
    height: 263px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.cp .landingpage-cards .info-card .info-icon {
    padding: 5px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 1px 4px 0 rgba(var(--color-text-1-rgb), 0.10);
    background-color: var(--color-4);
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    color: var(--color-1);
    width: 42px;
    height: 56px;
    margin: auto;
}

.cp .landingpage-cards .info-card .info-name {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    font-family: var(--font-family);
    color: var(--color-text-2);
    margin: 2px 0 2px 0;
    height: 20px;
    display: table;
    width: 100%;
}

.cp .landingpage-cards .info-card .info-add {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 23px;
    letter-spacing: normal;
    text-align: center;
    font-family: var(--font-family);
    color: var(--color-1);
    margin: 20px 0 10px 0;
    height: 50px;
    display: table;
    width: 100%;
}

.cp .landingpage-cards .info-card .info-name span {
    vertical-align: middle;
    display: table-cell;
}

.cp .landingpage-cards .info-card .info-page-url {
    font-size: 14px;
    font-style: normal;
    line-height: 16px;
    letter-spacing: normal;
    text-align: center;
    font-family: var(--font-family);
    color: var(--color-text-1)80;
    text-align: center;
    height: 50px;
    display: table;
    width: 100%;
}

.cp .landingpage-cards .info-card .thumbnail-icon {
    padding: 5px;
    text-align: center;
    /*border-radius: 8px;
    box-shadow: 0 1px 4px 0 rgba(var(--color-text-1-rgb), 0.10);*/
    background-color: var(--color-4);
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    color: var(--color-1);
    width: 295px;
    height: 175px;
    margin: auto;
}

.cp .landingpage-cards .info-card .thumbnail-image {    
    width: 290px;
    height: 170px;
    position: absolute;
    left: 1px;
    top: 1px;
 }

.cp .landingpage-cards .info-card-select {
    padding: 6px;
    border-radius: 12px;
    box-shadow: 0 2px 6px 0 rgba(var(--color-text-1-rgb), 0.05);
    background-color: var(--color-4);
    text-align: center;
    cursor: pointer;
    width: 400px;
    height: 200px;
    float: left;
    margin-right: 20px;
}

.cp .landingpage-cards .info-card .info-url {
    text-align:left;
}

.cp .subscriptions .package-selector .content .section .values .value {
    position: relative;
}
.cp .subscriptions .package-selector .content .section .values .value .activate-button {
    position: absolute;
    top: 0;
    background-color: transparent;
}

/*Single invoice*/
.cp .single-invoice-preview {
    position: relative;
}
.cp .single-invoice-preview .download-button {
    position: absolute;
    right: 20px;
    top: 30px;
}
.cp .single-invoice-preview .invoice-container {
    color: var(--color-2);
    display: flex;
    flex-direction: column;
}
.cp .single-invoice-preview .main-details {
    display: flex;
    flex-direction: row;
    padding-bottom: 30px;
}
.cp .single-invoice-preview .detail-container {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.cp .single-invoice-preview .detail-container .header {
    font-size: 1.2em;
    font-weight: bold;
    color: inherit;
    padding-bottom: 10px;
    line-height: inherit;
}
.cp .single-invoice-preview .detail-container span {
    line-height: 1.2em;
}
.cp .single-invoice-preview .return-link,
.cp .subscriptions .modal-dialog .return-link {
    display: block;
    padding: 10px 0;
    cursor: pointer;
    color: var(--color-1);
    text-decoration: none;
}
.cp .single-invoice-preview .billing-statement {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(var(--color-text-1-rgb), 0.1);
}
.cp .single-invoice-preview .billing-statement .header {
    font-size: 1.2em;
    display: block;
    font-weight: bold;
    color: inherit;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(var(--color-text-1-rgb), 0.1);
}
.cp .single-invoice-preview .billing-statement .section,
.cp .single-invoice-preview .section.total {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    padding: 20px 0 10px 0;
}
.cp .single-invoice-preview .section.total {
    background-color: var(--bg-color);
    font-size: 1.5em;
    height: 40px;
    padding: 5px 30px;
}
.cp .single-invoice-preview .package-list {
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(var(--color-text-1-rgb), 0.1);
}
.cp .single-invoice-preview .package-list div {
    display: flex;
    justify-content: flex-end;
}
.cp .single-invoice-preview span.item-description {
    width: 40%;
}
.cp .single-invoice-preview span.package-size {
    color: var(--color-1);
    font-weight: bold;
    width: 40%;
}
.cp .single-invoice-preview span.item-amount {
    width: 20%;
    text-align: right;
}

.cp .subscriptions .modal-dialog .return-link {
    padding: 0;
}
.cp .single-invoice-preview .return-link i,
.cp .subscriptions .modal-dialog .return-link i {
    padding-right: 5px;
}
.cp #change-plan-modal .existing-plan {
    width: 35vw;
}
.cp .single-invoice-preview .invoice-container select {
    padding: 8px 15px 9px 15px;
    height: auto;
}

.cp .single-invoice-preview .buttons-row {
    margin-top: 16px;
}
.cp .single-invoice-preview .buttons-row a {
    font-weight: bold;
    text-decoration: underline;
    display: inline-block;
    margin-top: 12px;
}

.cp .whatsapp-navigation-buttons-box {
    width: 100%;
    background-color: white;
    z-index: 1000;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.cp .whatsapp-content {
    margin-top: 60px;
}

.cp .whatsapp-sticky-preview {
    position: fixed;
    top: 196px;
    right: 25px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 20%;
}

.cp .whatsapp-preview {
    background: white;
    padding: 15px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
}

.cp .whatsapp-header-preview {
    font-weight: bold;
    margin-bottom: 10px;
    color: black; /* Dark green color for header */
}

.cp .whatsapp-body-preview {
    margin-bottom: 10px;
}

.cp .whatsapp-body-preview b,
.cp .whatsapp-body-preview strong {
    font-weight: bold !important;
}

.cp .whatsapp-body-preview code {
    all: unset; 
    font-size: inherit;
    color: inherit;
    word-wrap: normal;
}

.cp .whatsapp-footer-preview {
    font-size: 12px;
    color: #555;
    margin-top: 10px;
}

.cp .whatsapp-blue-text-icon {
    color: blue;
}

.cp .whatsapp-template-modal-body .whatsapp-template-cards {
    display: grid;
    /*grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); *//* Responsive grid */
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    padding: 20px;
    margin: 0;
    width: 100%;
    max-width: none;
}

.cp .whatsapp-template-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    height: auto;
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s;
    flex-basis: auto;
    margin: 0;
}

.cp .whatsapp-template-card:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.cp .whatsapp-template-card.highlighted-card {
    border: 2px solid #007bff;
    background-color: #e9f7fe;
}

.cp .whatsapp-input-group {

}

.cp .whatsapp-category {
    background: var(--color-4);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    font-family: var(--font-family);
    font-size: 16px;
    line-height: 23px;
    color: var(--color-text-8);
    /*width: 100px;
    height: 60px;*/
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    cursor: pointer;
    border: none;
    margin-bottom: 10px;
    margin-right: 10px;
}

.cp .category-icon {
    padding: 5px;
    text-align: center;
    border-radius: 8px;
    background-color: var(--color-4);
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: normal;
    color: var(--color-text-1);
    width: 56px;
    height: 56px;
    margin: auto;
}

.cp .whatsapp-category.active {
    border: 2px solid var(--color-1);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
    position: relative;
}

.cp .whatsapp-category .check-icon {
    display: none;
}

.cp .whatsapp-category.active .check-icon {
    width: 26px;
    height: 26px;
    display: block;
    background: var(--color-1);
    border: 2px solid var(--color-4);
    border-radius: 50%;
    position: absolute;
    right: -12px;
    font-size: 14px;
    top: -12px;
    color: var(--color-4);
    padding-top: 4px;
    padding-left: 4px;
}

.cp .whatsapp-info-box {
    padding: 20px 20px 20px;
}

.cp .modal-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #ddd;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cp .modal-header h4 {
    margin: 0;
    font-size: 1.5rem;
    color: #333;
}

.cp .modal-header .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #007bff;
    color: white;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 14px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.cp .modal-header .btn:hover {
    background-color: #0056b3;
}

.avatars-wrap {
    display: flex;
    justify-content: space-between;
}


.message-search-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.message-search-wrap .inputs {
    max-width: calc(100% - 350px);
    width: 100%;
}

.message-search-wrap .buttons {
    max-width: 350px;
    width: 100%;
}

.message-search-wrap .mw-150 {
    min-width: 150px;
}
.message-search-wrap .mw-200 {
    min-width: 200px;
}
.message-search-wrap .mw-250 {
    min-width: 250px;
}
.message-search-wrap .mw-300 {
    min-width: 300px;
}
message-search-wrap .mxw-350 {
    max-width: 350px;
}


@media only screen and (min-width: 1920px) {
    .message-search-wrap .message-input-group {
        min-width: 600px;
    }
}
@media only screen and (min-width: 2550px) {
    .message-search-wrap .buttons {
        margin-left: auto;
    }

    .message-search-wrap .message-input-group {
        min-width: 600px;
    }

    .message-search-wrap .buttons {
        margin-left: auto;
    }
}

#landingpage-modal .modal-dialog {
    max-width: 1650px;
    width: calc(100% - 40px);
}