html {
    position: relative;
    min-height: 100%;
}

body {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 60px;
}

.footer {
    color: #999;
    font-size: 11px;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 22px;
    height: 60px;
    text-align: center;
}

.wrapper {
    padding-top: 0;
}

.form-control {
    border: 1px solid #c9cdd0;
    font-size: 13px;
}

.form-control:focus {
    box-shadow: none;
}

.dropdown-menu {
    font-size: 13px;
    border-radius: 0;
    padding: 0;
}

.dropdown-menu>li>a {
    padding: 5px 10px;
}

.error-message {
    padding: 2px;
    color: #ff6c68;
    margin-bottom: 5px;
}

.btn {
    font-size: 12px;
    text-transform: uppercase;
    color: #777777;
    background-color: #ffffff;
    padding: 10px 12px;
}

.btn.active, .btn:active {
    box-shadow: none
}

.primary-btn {
    color: #ffffff;
    background-color: #6652a3;
}

.primary-btn:hover,
.primary-btn:focus {
    color: #ffffff;
    background-color: #5b4b93;
}

.secondary-btn,
.secondary-btn:hover,
.secondary-btn:focus {
    color: #ffffff !important;
    background-color: #2dbba5;
}

.line-btn {
    border: 1px solid #dddddd;
}

.circle-btn {
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.white-btn {
    color: #999999;
    -webkit-box-shadow: 0 1px 15px #e7eafd;
    box-shadow: 0 1px 15px #e7eafd;
}

.small-column {
    width: 60px;
}

/*Left menu css*/
.left-menu {
    background: #275066;
    background: linear-gradient(to right bottom, #202f35, #1e3b4a, #1c4763, #1c4f77, #27578e, #2364a0, #196dab, #007bbe, #008ec3, #009fbf, #00aeb4, #32bba5);
    width: 28%;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    border-right: 1px solid #dddddd;
    z-index: 1010;
    overflow-x: hidden;
    overflow-y: auto;
}

.left-menu .nav {
    margin: 0;
    padding: 0;
    transition: margin 500ms;
}

.left-menu__nav-sidebar-with-new-message {
    margin: 75px 0 0 0 !important;
}

.left-menu__item {
    list-style: none;
}

.left-menu__item-link {
    color: #ffffff;
    padding: 15px 10px 15px 15px !important;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.left-menu__item-link-status {
    position: absolute;
    left: 43px;
    top: 15px;
    z-index: 1;
    font-size: 15px;
    padding: 5px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.left-menu__item-link-status.active {
    background-color: #25d366;
}

.left-menu__item-link p {
    margin-bottom: 0;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 250px;
}

.left-menu__item-link-name {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 250px;
    font-size: 14px;
}

.left-menu__item-link-time {
    position: absolute;
    right: 8px;
    top: 15px;
    font-size: 11px;
    font-weight: normal;
}

.left-menu__item-link-action {
    position: absolute;
    right: 8px;
    top: 11px;
    font-size: 11px;
    font-weight: normal;
}

.left-menu__item-link-badge {
    position: absolute;
    right: 8px;
    top: 34px;
    font-size: 11px;
    font-weight: normal;
    padding: 0 4px 1px 4px;
    color: #ffffff;
    background-color: #ee2467;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.left-menu__item.active .left-menu__item-link {
    background-color: rgba(0,0,0,.3);
}

.left-menu__item-link:focus,
.left-menu__item-link:hover {
    color: #ffffff;
    background-color: rgba(0,0,0,.3) !important;
}

.left-menu__item.left-menu__new-message .left-menu__item-link,
.left-menu__item.left-menu__new-message .left-menu__item-link-name {
    font-weight: bold;
}

.left-menu__item-link-content {
    padding-right: 50px;
    display: inline-block;
}

.left-menu__item-new .left-menu__item-link,
.left-menu__item-new .left-menu__item-link:hover {
    background-color: #ffffff !important;
    color: #333333;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 10px 3px;
    padding: 10px !important;
    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5);
}

.left-menu__header {
    padding: 11px 10px;
}

.left-menu__search {
    padding: 12px 10px;
}

.left-menu__search .input-group {
    border: 2px solid rgba(255,255,255,.2);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.left-menu__search .form-control {
    background-color: transparent;
    border: 0;
    color: #ffffff;
    min-height: 40px;
}

.left-menu__search .btn,
.left-menu__search .btn:hover,
.left-menu__search .btn:focus {
    background-color: transparent;
    border-color: transparent;
    outline: none;
    color: #eeeeee;
}

.left-menu .nav-tabs li a {
    text-align: center;
    border: 0;
    background-color: transparent;
    color: #999999;
}

.left-menu .nav-tabs li.active a {
    color: #6652a3;
}

.left-menu .nav-tabs li.active a:hover,
.left-menu .nav-tabs li.active a:focus {
    border: 0;
    background-color: transparent;
}

.left-menu__status-icon {
    float: right;
    font-size: 14px;
}

.left-menu__status-icon.warning,
.message-content__status-icon.warning {
    color: #f99d1f;
}

.left-menu__new-badge {
    background-color: #6652a3;
    color: #ffffff;
    padding: 1px 5px;
    font-size: 11px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    position: absolute;
    right: 8px;
    top: 25px;
}

.left-menu__body {
    padding: 0 10px 7px 10px;
}

.left-menu__sub-menu {
    padding: 0;
}

.left-menu__sub-menu,
.left-menu__sub-menu-item,
.left-menu__sub-menu-item-link {
    position: relative;
}

.left-menu__sub-menu-item-link {
    color: #999;
    padding: 15px 15px 15px 35px !important;
    display: block;
    text-decoration: none;
    border: 0;
    font-size: 13px;
}

.left-menu__sub-menu-item.active .left-menu__sub-menu-item-link {
    color: #444;
    background-color: #e3e5f1;
}

.left-menu__sub-menu-item-link:focus,
.left-menu__sub-menu-item-link:hover {
    background-color: #e3e5f1;
    text-decoration: none;
}

.left-menu__sub-menu:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 0;
    bottom: 25px;
    border: 1px dotted #6652a3;
    border-width: 0 0 0 1px;
}

.left-menu__sub-menu-item:before {
    content: "";
    position: absolute;
    display: block;
    z-index: 1;
    left: 10px;
    top: 23px;
    border: 1px dotted #6652a3;
    border-width: 1px 0 0;
    width: 20px;
}

.left-menu__sub-menu-item-link:before {
    font-family: "FontAwesome";
    content: "\f0da";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    color: #6652a3;
    position: absolute;
    left: 10px;
    top: 15px;
}

.left-menu__item-link-icon {
    padding: 8px 3px;
    color: #ffffff;
    background-color: #6652a3;
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    height: 40px;
    width: 40px;
    text-align: center;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    float: left;
    display: inline-block;
    position: relative;
    margin-right: 5px;
}

.left-menu__item-link-user-image {
    float: left;
    display: inline-block;
    position: relative;
}

.left-menu__item-link-user-image img {
    width: 40px;
    height: 40px;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    -ms-border-radius: 150px;
    border-radius: 150px;
    margin-right: 5px;
    border: 2px solid rgba(255, 255, 255, 0.05);
}

.left-menu__name-category {
    color: #bbbbbb;
    font-weight: bold;
    padding: 5px 20px 5px 20px;
}

.left-menu__empty,
.right-menu__empty {
    padding: 60px 5px;
    text-align: center;
    color: #eeeeee;
}

.left-menu__user-account {
    float: right;
    color: #ffffff;
    cursor: pointer;
}

.left-menu__user-account .user-profile-pic {
    margin-right: 0;
}

.left-menu__user-account .left-menu__item-link-icon {
    width: 36px;
    height: 36px;
    float: none;
}

.left-menu__user-account .dropdown-menu {
    right: 0;
    left: auto;
}

.left-menu__user-account .dropdown-menu li a {
    padding: 15px;
}

.left-menu__copyright-statement {
    position: absolute;
    bottom: 0;
    color: #bbbbbb;
    font-size: 10px;
    padding: 5px;
    margin: 0;
}

.left-menu__copyright-statement a {
    color: #eeeeee;
}

/*New message rotating css*/
.cube {
    height: 61px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 5px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
/* The two faces of the cube */
.default-state,
.active-state {
    height: 60px;
    background: transparent;
    -webkit-transition: background 500ms ease;
    -moz-transition: background 500ms ease;
    -o-transition: background 500ms ease;
    transition: background 500ms ease;
}
/* Position the faces */
.default-state {
    -webkit-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -ms-transform: translateZ(30px);
    -o-transform: translateZ(30px);
    transform: translateZ(30px);
}
.flip-to-top .active-state {
    -webkit-transform: rotateX(90deg) translateZ(90px);
    -moz-transform: rotateX(90deg) translateZ(90px);
    -ms-transform: rotateX(90deg) translateZ(90px);
    -o-transform: rotateX(90deg) translateZ(90px);
    transform: rotateX(90deg) translateZ(90px);
}
.flip-to-bottom .active-state {
    -webkit-transform: rotateX(-90deg) translateZ(-50px);
    -moz-transform: rotateX(-90deg) translateZ(-50px);
    -ms-transform: rotateX(-90deg) translateZ(-50px);
    -o-transform: rotateX(-90deg) translateZ(-50px);
    transform: rotateX(-90deg) translateZ(-50px);
}
/* Rotate the cube */
.cube.flip-to-top.active {
    -webkit-transform: rotateX(-89deg);
    -moz-transform: rotateX(-89deg);
    -ms-transform: rotateX(-89deg);
    -o-transform: rotateX(-89deg);
    transform: rotateX(-89deg);
}
.cube.flip-to-bottom.active {
    -webkit-transform: rotateX(89deg);
    -moz-transform: rotateX(89deg);
    -ms-transform: rotateX(89deg);
    -o-transform: rotateX(89deg);
    transform: rotateX(89deg);
}

.cube:hover .default-state {
    background: transparent;
}
.active-state {
    background: #ffffff;
    padding: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.cube .left-menu__item-link-user-image {
    padding: 10px 5px 10px 10px;
}

.active-state__user-image {
    float: left;
}

.active-state__user-image img {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 150px;
    border-radius: 150px;
    margin-right: 5px;
    border: 2px solid rgba(255, 255, 255, 0.05);
}

.active-state__content {
    display: inline-block;
}

.active-state__action {
    position: absolute;
    right: 8px;
    top: 11px;
    font-size: 11px;
    font-weight: normal;
}

.active-state__name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 220px;
    font-size: 14px;
}

.active-state__content p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 220px;
}


.right-menu {
    background-color: #333;
    color: #fff;
    width: 22%;
    position: fixed;
    bottom: 0;
    right: 0;
    top: 0;
    border-left: 1px solid #dddddd;
    z-index: 1010;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.right-menu.closed {
    right: -100%;
}

.right-menu__close i,
.right-menu__close img {
    cursor: pointer;
    padding: 12px 5px;
    position: absolute;
    top: 6px;
    right: 7px;
    background-color: rgba(0,0,0,.05);
}

.right-menu__header {
    padding: 5px;
    background-color: #484848;
    margin: 3px;
}

.right-menu__section {
    padding: 20px 15px;
    border-bottom: 1px solid #3c3c3c;
}

.right-menu .table {
    margin-bottom: 0;
}

.right-menu .table td,
.right-menu .table th {
    padding: 5px;
}

.user-profile-pic {
    width: 36px;
    height: 36px;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    -ms-border-radius: 150px;
    border-radius: 150px;
    margin-right: 5px;
    border: 1px solid rgba(0,0,0,.2);
}

/*Sub Navigation css*/
.sub-nav {
    position: fixed;
    top: 0;
    right: 0;
    left: 28%;
    padding: 5px;
    z-index: 990;
    background-color: #ffffff;
    border-bottom: 1px solid #dddddd;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.sub-nav .main-topic {
    margin: 0;
}

.sub-nav .sub-nav__item {
    padding: 10px 15px;
    color: #999;
    text-decoration: none;
    display: inline-block;
}

.sub-nav .sub-nav__item.active,
.sub-nav .sub-nav__item:hover {
    color: #6652a3;
}

.sub-nav__right-action {
    padding: 4px 0;
    margin: 0;
    text-align: right;
}

.sub-nav__right-action li {
    list-style: none;
    display: inline-block;
    padding-left: 5px;
}

.sub-nav__right-actions {
    margin: 0;
    padding: 0;
}

.sub-nav__right-actions-item {
    list-style: none;
    display: inline-block;
}

.sub-nav__right-actions-item a {
    display: block;
    color: #999999;
    padding: 6px;
    cursor: pointer;
    background-color: rgba(0,0,0,.05);
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.sub-nav__right-actions-item a:hover,
.sub-nav__right-actions-item a:focus {
    background-color: rgba(0,0,0,.1);
}

.sub-nav__right-section {
    padding: 20px 10px 10px 10px;
    border-left: 1px solid #eeeeee;
}

.sub-nav__left-section {
    padding: 10px 10px 8px 10px;
}

.sub-nav__left-section-content .main-topic {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 3px;
}

.sub-nav__left-section-content .main-topic span {
    cursor: pointer;
}

.sub-nav__left-section-medium {
    color: #999999;
    background-color: #ffffff;
    padding: 0 5px 0 2px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    font-size: 12px;
}

.sub-nav__left-section-medium img {
    width: 15px;
}

.sub-nav__with-right-menu {
    right: 22%;
}

.content-block {
    margin-left: 28%;
    padding-top: 70px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.content-block .input-group {
    width: 100%;
}

.content-block .input-group-addon {
    border-radius: 0;
    font-size: 13px;
}

.content-block__account-image img {
    width: 100px;
    height: 100px;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    -ms-border-radius: 500px;
    border-radius: 500px;
    margin: 30px 0 20px 0;
    border: 2px solid rgba(0,0,0,.2);
}

.content-block__main-actions .btn {
    font-weight: bold;
    text-transform: none;
    font-size: 15px;
    padding: 15px 30px;
}

.content-block__video-call-block {
    position: relative;
}

.content-block__video-receiver {
    position: absolute;
    right: 20px;
    top: 5px;
    height: 200px;
    width: 200px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #dddddd;
}

.content-block__call-stop-btn {
    color: #ffffff;
    padding: 19px 25px;
    background: #ff7979;
    background: linear-gradient(45deg, #6652a3, #f5576c);
    font-size: 25px;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    cursor: pointer;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.content-block__call-stop-btn:hover {
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.2);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.content-block__with-right-menu {
    right: 22%;
}

.margin-top-20 {
    margin-top: 20px;
}

.full-width {
    width: 100%;
}

.file-upload {
    position: relative;
    overflow: hidden;
}

.file-upload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

input[type="file"] {
    display: block;
}

.message {
    padding: 10px 15px;
    font-size: 12px;
    line-height: 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 5px 0 3px 0;
}

.message.success {
    background-color: #e9f1ea;
    border: 1px solid #a6daa8;
    color: #4caf50;
}

.message.error {
    background-color: #ffd7ca;
    border: 1px solid #f9bba7;
    color: #f99d1f;
}

.main-topic {
    color: #000000;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}

.sub-topic {
    color: #999999;
    font-weight: bold;
}

.error-card {
    color: #ffffff;
    background: #275066;
    background: linear-gradient(to right bottom, #202f35, #1e3b4a, #1c4763, #1c4f77, #27578e, #2364a0, #196dab, #007bbe, #008ec3, #009fbf, #00aeb4, #32bba5);
    padding: 40px;
    margin-top: 100px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.message-display-area {
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.message-content {
    margin: 0 0 25px 0;
    position: relative;
}

.message-content.message-content__linked-message {
    margin-top: 0;
}

.message-content.message-content__with-linked-message {
    margin-bottom: 0;
}

.message-content__date {
    font-size: 11px;
    color: #999999;
    position: absolute;
    left: 0;
    bottom: -17px;
}

.message-content__inbox .message-content__date {
    right: 0;
    left: auto;
}

.message-content__channel {
    position: absolute;
    top: 0;
    opacity: 1;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.message-content__inbox:hover .message-content__channel {
    opacity: 0;
    top: 10px;
}

.message-content__sent .message-content__channel {
    left: 70px;
}

.message-content__inbox .message-content__channel {
    right: 70px;
}

.message-content__inbox .message-content__image {
    float: left;
}

.message-content__channel img {
    width: 24px;
}

.message-content__channel-icon {
    padding: 5px 3px;
    color: #ffffff;
    background-color: #6652a3;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    height: 24px;
    width: 24px;
    text-align: center;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.message-content__deliver {
    position: absolute;
    top: 25px;
    right: -30px;
}

.message-content__deliver.not-deliver {
    color: #cccccc;
}

.message-content__deliver.delivered {
    color: #25d366;
}

.message-content__text-wrapper {
    font-size: 12px;
    padding: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-right: 30px;
    position: relative;
    min-height: 40px;
	display: inline-block;
	overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.message-content__text-wrapper.with-warning {
    border-right: 5px solid #f99d1f;
}

.message-content__sent {
	text-align: right;
}

.message-content__sent .message-content__text-wrapper {
    text-align: right;
    margin-left: 100px;
    color: #333333;
}

.message-content__sent .message-content__text-wrapper .message-content__text-wrapper--text {
    padding: 10px;
    float: right;
    -webkit-border-radius: 12px 0 12px 12px;
    border-radius: 12px 0 12px 12px;
    background-color: #abe4db;
}

.message-content__inbox  {
	text-align: left;
}

.message-content__inbox .message-content__text-wrapper {
    text-align: left;
    margin-right: 100px;
    margin-left: 50px;
}

.message-content__inbox .message-content__text-wrapper .message-content__text-wrapper--text {
    background-color: #f0f4f8;
    padding: 10px;
    float: left;
    -webkit-border-radius: 0 12px 12px 12px;
    border-radius: 0 12px 12px 12px;
}

.message-content__received-from {
    position: absolute;
    left: 0;
}

.message-content__received-from img {
    width: 36px;
    height: 36px;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    -ms-border-radius: 150px;
    border-radius: 150px;
    margin-right: 5px;
    border: 1px solid #eeeeee;
}

.message-content__actions {
    position: absolute;
    top: -10px;
    right: -30px;
    opacity: 0;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.message-content:hover .message-content__actions {
    top: 0;
    opacity: 1;
}

.message-content__inbox .message-content__actions {
    right: -30px;
}

.message-content__actions-menu {
    padding: 0;
    margin: 0;
}

.message-content__actions-menu-item {
    display: inline-block;
    list-style: none;
    float: left;
    margin-right: 2px;
}

.message-content__actions-menu-link {
    display: block;
    padding: 2px 6px;
    background-color: #f5f5f5;
    color: #999999;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.message-content__actions-menu-link:hover {
    color: #555555;
}

.message-content__actions-menu-item .dropdown-menu {
    left: auto;
    right: 0;
}

.message-content__actions .dropdown-toggle {
    display: block;
    padding: 2px 10px;
    background-color: #f5f5f5;
    color: #999999;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.message-content__actions .dropdown-menu {
    right: 0;
    left: auto;
}

.message-content__image {
    -webkit-border-radius: 0 12px 12px 12px;
    border-radius: 0 12px 12px 12px;
    float: right;
}

.message-content__image ul {
    margin: 0;
    padding: 0;
}

.message-content__image ul li {
    list-style: none;
    display: inline-block;
    text-align: center;
    position: relative;
}

.message-content__image ul li a {
    color: #bbbbbb;
    display: block;
    padding: 7px;
    background-color: rgba(0,0,0,.05);
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.message-content__image-main-img {
    height: 100px;
    -webkit-border-radius: 0 12px 12px 12px;
    border-radius: 0 12px 12px 12px;
    cursor: pointer;
}

.message-content__image-main-img--last {
    position: absolute;
    background-color: rgba(0,0,0,.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-border-radius: 0 12px 12px 12px;
    border-radius: 0 12px 12px 12px;
    cursor: pointer;
}

.message-content__image-count {
    position: absolute;
    top: 30%;
    left: 33%;
    color: #ffffff;
    font-size: 30px;
    z-index: 100;
}

.message-content__separator {
    border-top: 1px solid #e5e5e5;
    text-align: center;
    margin: 15px 0 0 0;
}

.message-content__separator-text {
    margin-top: -10px;
}

.message-content__separator-text span {
    margin: 0 auto;
    color: #bbbbbb;
    background-color: #ffffff;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    font-size: 11px;
    padding: 2px 15px;
}

.left-menu__new-message-area__header {
    border-top: 1px solid #e5e5e5;
    text-align: center;
    margin: 15px 0 0 0;
}

.left-menu__new-message-area__header h5 {
    font-size: 12px;
    margin-top: -8px;
    color: #6652a3;
}

.left-menu__new-message-area__header h5 span {
    background-color: #ffffff;
    padding: 5px;
}

.left-menu__new-message-area {
    height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 500px;
    float: right;
}

.message-content__left-menu__new-message .message-content__text-wrapper {
    margin-left: 150px;
    text-align: right;
}

.message-content__left-menu__new-message .message-content__channel {
    left: 120px;
}

.message-content__attachments {
    padding: 0;
    margin: 0;
}

.message-content__attached-image {
    padding: 5px;
    margin: 3px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    list-style: none;
    display: inline-block;
    width: 100px;
    height: 100px;
    background-color: #ffffff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.message-content__action-btn {
    text-align: right;
}

.message-content__action-btn .btn {
    color: #6652a3;
    font-size: 12px;
    font-weight: bold;
    margin-right: 10px;
}

.message-content__action-btn .dropdown-menu {
    left: auto;
    right: 0;
}

.create-message-area {
    background-color: #ffffff;
    position: fixed;
    bottom: 0;
    left: 28%;
    right: 0;
    padding: 10px 10px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.create-message-area .input-group {
    background-color: #f0f4f8;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.create-message-area .form-control {
    height: 50px;
    background-color: transparent;
}

.create-message-area .input-group-addon {
    border-radius: 0;
    border-color: transparent;
    background-color: #ffffff;
    font-size: 13px;
}

.create-message-area .dropup {
    padding: 0;
}

.create-message-area .dropdown-toggle {
    padding: 15px 15px;
    cursor: pointer;
}

.create-message-area .dropdown-menu {
    left: auto;
    right: 0;
}

.create-message-area__dropdown-header {
    background-color: #f5f5f5;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.create-message-area .message-content__channel-icon {
    height: 36px;
    width: 36px;
    padding: 13px 3px;
}

.create-message-area__input {
    border: 0;
    box-shadow: none;
}

.create-message-area__input:focus {
    outline: none;
    box-shadow: none;
    border-color: #dddddd;
}

.create-message-area__left-component {
    border-right: 1px solid #dddddd !important;
    padding: 6px;
}

.create-message-area__right-component {
    color: #999;
    cursor: pointer;
}

.create-message-area__right-component:hover {
    color: #049ea1;
}

.create-message-area__right-component .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.create-message-area__right-component .btn {
    padding: 6px 12px;
    color: #999999;
    background-color: #f0f4f8;
}

.create-message-area__right-component .upload-btn-wrapper:hover .btn {
    color: #049ea1;
}

.create-message-area__right-component .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.create-message-area__image-upload {
    padding: 0;
    background-color: #f0f4f8 !important;
    -webkit-border-radius: 0 12px 12px 0 !important;
    border-radius: 0 12px 12px 0 !important;
}

.create-message-area__with-right-menu {
    right: 22%;
}

.create-message-area .message-content__image-main-img {
    height: 100px;
    padding: 10px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.create-message-area .message-content__image {
    float: none;
}

.scrollable.default-skin .scroll-bar .thumb {
    background-color: #6652a3;
}

table thead tr {
    background: #e3e5f1;
    text-transform: uppercase;
    font-size: 12px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle;
}

.table.table-without-border tr td {
    border-top: 0;
}

.status-badge {
    text-align: center;
    padding: 2px 5px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #FFFFFF;
}

.status-badge.ongoing {
    background-color: #1dd1a1;
}

.status-badge.closed {
    background-color: #8c564b;
}

.status-badge.scheduled {
    background-color: #f99d1f;
}

.social-media-details img {
    width: 30px;
}

/*Modal css*/
.modal-small .modal-dialog {
    width: 600px;
}

.modal-content {
    border: 0;
}

.modal-header {
    padding: 10px 20px;
    border-bottom: 0;
    position: relative;
    text-align: center;
}

.modal-header .close {
    padding: 18px 15px;
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 30px;
    line-height: 10px;
    background-color: #eeeeee;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.modal-title {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
}

.modal-body {
    padding: 20px;
    background-color: #ffffff;
    color: #777777;
}

.modal-body .input-group {
    width: 100%;
}

.modal-body .input-group-addon {
    border-radius: 0;
    font-size: 13px;
    border-color: #dddddd;
}

.modal-body__inputs {
    margin-bottom: 10px;
}

.modal-body__group-name-input {
    text-align: center;
}

.modal-body__group-name-input input {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    border: none;
    text-align: center;
    background-color: transparent;
}

.modal-body__group-name-input input:focus {
    outline: none;
    box-shadow: none;
}

.modal-body__group-name {
    border-bottom: 1px solid #eeeeee !important;
}

.modal-body .input-group-btn .btn {
    min-height: 34px;
    border-radius: 0;
    border-color: #dddddd;
    font-weight: normal;
    text-transform: none;
}

.modal-body__added-group-names {
    height: 100px;
}

.modal-body__checkbox-list {
    margin: 0;
    padding: 0;
}

.modal-body__checkbox-list li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
}

.modal-body__checkbox-list.vertical-list li {
    display: block;
}

.modal-body__checkbox-list.vertical-list .checkbox-container {
    margin-top: 0;
    margin-bottom: 15px;
}

.modal-footer {
    text-align: center;
    border-top: 0;
}

.modal table thead tr {
    background-color: transparent;
}

.modal .upload-area {
    padding: 10px;
}

.modal .form-control {
    box-shadow: none;
    min-height: 48px;
    border-radius: 0;
}

#chart {
    height: 280px;
    margin: 0 auto;
    text-align: center;
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: -10px;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-container input:checked ~ .checkmark {
    background-color: #6652a3;
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    margin-top: -2px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 9px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

@media screen and (max-width: 769px) {
    .left-menu {
        width: 40%;
    }

    .right-menu {
        width: 35%;
    }

    .content-block {
        margin-left: 40%;
    }

    .sub-nav {
        left: 40%;
    }

    .sub-nav__left-section, .sub-nav__right-section {
        padding: 5px 10px;
    }

    .new-chat-request__right {
        border-left: 0;
        border-top: 1px solid #eeeeee;
    }

    .new-chat-request__left {
        padding: 10px 35px 10px 10px;
    }

    .new-chat-request__right {
        padding: 8px 10px;
        min-height: auto;
    }

    .new-chat-request__right p {
        margin: 0;
    }

    .create-message-area {
        left: 300px;
    }

    .message-content__image-main-img {
        height: 60px;
    }

    .message-content__image-count {
        top: 17%;
    }
}

@media screen and (max-width: 480px) {

}