@-webkit-keyframes stripes {
    from{background-position:0 0}
    to{background-position:60px 30px}
}
@keyframes stripes{
    from{background-position:0 0}
    to{background-position:60px 30px}
}
@-webkit-keyframes rotate{
    0% {
        -webkit-transform:rotateZ(-360deg);
        transform:rotateZ(-360deg)
    }
    100% {
        -webkit-transform:rotateZ(0);
        transform:rotateZ(0)
    }
}
@keyframes rotate {
    0% {
        -webkit-transform:rotateZ(-360deg);
        transform:rotateZ(-360deg)
    }
    100%{
        -webkit-transform:rotateZ(0);
        transform:rotateZ(0)
    }
}

.message-item.me {
    padding-left: 26px;
}
.message-item.friend {
    padding-right: 26px;
}

.chat-wrapper .chat-content .chat-body .messages .message-item:hover .delete-message {
    display: block;
}

.chat-wrapper .chat-content .chat-footer button.send-message-btn {
    width: 44px;
}
.chat-wrapper .chat-content .chat-footer button.send-message-btn svg {
    margin-left: -2px;
}

.chat-wrapper .chat-content .chat-body .message-item .delete-message {
    position: absolute;
    color: #e83e8c;
    cursor: pointer;
    display: none;
}

.chat-wrapper .chat-content .chat-body .messages .message-item.friend .content .bubble .delete-message {
    right: -24px;
}
.chat-wrapper .chat-content .chat-body .messages .message-item.me .content .bubble .delete-message {
    left: -24px;
}

.dropped-file:hover::before {
    display: block;
}
.dropped-file:before {
    content: '\2016';
    position: absolute;
    top: 5px;
    left: -14px;
    display: none;
    transform: rotate(90deg);
}

.val-error .invalid-feedback {
    display: block;
}

table.document-details {
    width: 100%;
}

.hidden {
    display: none;
}

table.document-details tr {
    border-bottom: 1px solid #e8ebf1;
}

table.document-details tr td:first-child {
    color: #686868;
}

table.document-details tr td {
    padding: 5px 5px;
}

table.document-details tbody tr td:first-child {
    min-width: 120px;
}


.document-details-wrapper .email-attachments {
    padding: 0;
    border: none;
}

.document-details-wrapper .email-attachments .icon {
    float: left;
    margin-right: 5px;
}
.document-details-wrapper .email-attachments .filename {
    max-width: calc(100% - 130px);
    height: 20px;
    overflow: hidden;
    display: block;
    float: left;
    margin-right: 10px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.document-details-wrapper .email-attachments .title {
    margin: 20px 0 10px 0;
    font-weight: 600;
}

.document-details-wrapper .email-attachments .title span {
    font-weight: 600;
}

.document-details-wrapper .email-attachments ul {
    margin: 0;
}
.document-details-wrapper .email-attachments ul li {
    padding: 3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0;
    position: relative;
}

.document-details-wrapper .email-attachments ul li .download-icon {
    opacity: 0;
    color: #000;
    font-size: 24px;
    position: absolute;
    right: 10px;
    top: 5px;
}

.document-details-wrapper .email-attachments ul li:hover {
    background: transparent;
}

.document-details-wrapper .email-attachments ul li:hover .download-icon {
    opacity: 1;
}

.document-details-wrapper .email-attachments ul > li a svg {
    width: 14px;
    margin-top: -3px;
}

.document-details-wrapper .dropdown {
    display: inline-block;
    background: #eee;
    border-radius: 4px;
    padding: 0 3px;
}

.document-details-wrapper .doc-detail-title {
    position: relative;
    padding-right: 64px;
}

.document-actions-wrapper {
    position: absolute;
    top: 0;
    right: 0;
}

.document-actions-wrapper .bookmark {
    cursor: pointer;
    background: #eee;
    display: inline-block;
    border-radius: 50%;
    height: 26px;
    width: 26px;
}

.document-actions-wrapper .bookmark svg {
    width: 18px;
    color: #686868;
    margin-left: 4px;
    margin-bottom: 5px;
}

.document-actions-wrapper .bookmark.active svg {
    fill: #686868;
}

.documents-table tbody tr:hover {
    background: #f9f9f9;
    cursor: pointer;
}

.page-item.active .page-link{
    background-color: #4e5bf2;
    border-color: #4250f2;
}
.page-link{
    color:rgb(114, 124, 245);
}

.dropdown-menu.align-right {
    left: auto !important;
    right: 0 !important;
    transform: translate3d(0, 32px, 0px) !important;
}

.dataTables_info, .dataTables_length label {
    font-weight: 300!important;
}

.category-wrapper {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.category-list{
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}

.category-list .category-list {
    padding-left: 30px;
}

.category-item{
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}

.category-content{
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    height: 30px;
    margin: 5px;
}

.category-content span{
    display: block;
    float: left;
    overflow: hidden;
    width: calc(100% - 80px);
    height: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.category-content button{
    float: right;
    width: 18px!important;
    height: 18px!important;
    opacity: 0;
    transition: 0.4s;
}

.category-content:hover button{
    opacity: 1;
}


/***** create document styles ******/
#draganddrop {
    margin-bottom: 20px;
}
#draggable {
    border: 1px solid #e8ebf1 !important;
    height: 150px;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 20px;
}

#draggable:hover,
.is-dragover {
    background-size: 30px 30px;
    background-image: -webkit-linear-gradient(135deg,#F6F6F6 25%,transparent 25%,transparent 50%,#F6F6F6 50%,#F6F6F6 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,#F6F6F6 25%,transparent 25%,transparent 50%,#F6F6F6 50%,#F6F6F6 75%,transparent 75%,transparent);
    -webkit-animation: stripes 2s linear infinite;
    animation: stripes 2s linear infinite;
}

#draggable .message {
    text-align: center;
}

.dropped-file {
    position: relative;
    border-radius: 4px;
    padding: 7px 0 0 7px;
}

.dropped-file:hover {
    background: rgba(202, 211, 255, 0.28);
}

.dropped-file.upload-error {
    border: 1px solid #e83e8c;
}

.dropped-file #file-icon {
    width: 15px;
    margin-right: 5px;
    margin-top: -4px;
}

.dropped-file .filename {
    display: inline-block;
    width: 35%;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dropped-file .status {
    display: inline-block;
    width: 25%;
    line-height: 20px;
    margin-left: 16px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dropped-file .percentage {
    display: block;
    position: absolute;
    right: 33px;
    top: 8px;
}

.dropped-file .cancel {
    position: absolute;
    right: 7px;
    top: 6px;
    cursor: pointer;
    color: #e83e8c;
}

.dropped-file:hover .cancel {
    display: inline !important;
}

.dropped-file:hover .success {
    display: none !important;
}

.dropped-file .success {
    position: absolute;
    right: 7px;
    top: 6px;
    color: #007bff;
}

.dropped-file .progress {
    height: 3px;
    width: 20%;
    position: absolute;
    right: 90px;
    top: 16px;
}

.generate-number-wrapper {
    position: relative;
    height: 35px;
    padding-left: 15px;
    padding-top: 8px;
    background: #eee;
    border-radius: 4px;
    overflow: hidden;
}

.generate-number-wrapper #generate-number {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    text-align: center;
    padding-top: 7px;
    background: #e0e0e0;
    cursor: pointer;
}

#legal-entity button {
    outline: none;
    box-shadow: none;
}

#legal-entity button:hover {
    background: none;
    color: #727cf5;
    border-color: #727cf5;
}

#legal-entity button.active:hover {
    color: #fff;
    background-color: #727cf5;
    border-color: #727cf5;
}

.val-error .form-check i.input-frame::before {
    border: 1px solid #e83e8c !important;
}

.val-error > input {
    border: 1px solid #e83e8c;;
}

.val-error .input-group {
    border: 1px solid #e83e8c;;
}

.val-error > textarea {
    border: 1px solid #e83e8c;;
}

.val-error #draggable {
    border: 1px solid #e83e8c !important;
}

.select2-container--default .select2-selection--single  {
    height: 38px !important;
    padding: 0.6rem 1rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b::before {
    top: 0;
}

.select2-selection__clear {
    margin-right: 20px;
}

.val-error .select2-container--default .select2-selection--multiple {
    border: 1px solid #e83e8c;
}

.val-error .select2-container--default .select2-selection--single {
    border: 1px solid #e83e8c;
}

.form-control:focus, select:focus, .email-compose-fields .select2-container--default .select2-selection--multiple:focus,
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single .select2-search__field:focus,
.typeahead:focus, .tt-query:focus, .tt-hint:focus {
    color: #495057;
    background-color: #fff;
    border-color: #727cf5;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background: #727cf5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #727cf5;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
    background: #f9fafb;;
    border-color: #f9fafb;;
}

.flatpickr-next-month:hover svg,
.flatpickr-prev-month:hover svg {
    fill: #727cf5 !important;
}

.flatpickr-day.inRange {
    -webkit-box-shadow: -5px 0 0 #f9fafb, 5px 0 0 #f9fafb;
    box-shadow: -5px 0 0 #f9fafb, 5px 0 0 #f9fafb;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
    top: 5px;
    margin: 0 5px;
}

.flatpickr-months {
    padding: 10px;
}

.flatpickr-current-month {
    font-size: 1rem;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    font-weight: 600;
}

.flatpickr-current-month input.cur-year {
    font-weight: 600;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    font-weight: 600;
    font-size: 1rem;
}

span.flatpickr-weekday {
    font-family: "Overpass", sans-serif;
    color: #000;
    font-size: 0.875rem;
    font-weight: initial;
}

.flatpickr-day {
    font-size: 0.9375rem;
    padding: 0;
    color: #000;
    border-radius: 4px;
    border: none;
}

.flatpickr-weekdaycontainer {
    padding: 10px;
}

.dayContainer {
    padding: 10px;
}

img.fit-to-container {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#carouselFileName {
    background: #464a4c;
    height: 50px;
    position: relative;
    padding-top: 1px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    color: #fff;
}

#carouselFileName:after {
    content: 'Arhiwlenen';
    position: absolute;
    padding-top: 14px;
    padding-left: 13px;
    text-transform: uppercase;
    top: 50px;
    text-align: center;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    z-index: 2;
    font-weight: bold;
    color: black;
}

#carouselFileName.no-after:after{content:none;}

#carouselFileName .icon {
    float: left;
    margin-right: 10px;
    width: 20px;
    margin-top: 13px;
    margin-left: 13px;
}

#carouselFileName .filename {
    height: 20px;
    overflow: hidden;
    margin-top: 15px;
    width: calc(100% - 135px);
    text-overflow: ellipsis;
    white-space: nowrap;

}

#carouselFileName .active-item {
    position: absolute;
    right: 15px;
    top: 17px;
}

#carouselFileName .download-icon {
    position: absolute;
    top: 15px;
    right: 46px;
}

.page-wrapper .page-content {
    margin-top: 0 !important;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    background: rgba(0, 0, 0, 0.2);
}

.carousel-control-prev, .carousel-control-next {
    width: 7%;
}

.carousel-control-prev, .carousel-control-next {
    top: 32px;
    bottom: 32px;
}

.table th, .table td {
    white-space: normal !important;
}

.card .tabs {
    position: absolute;
    right: 0;
    top: -40px;
    height: 40px;
    background: #f9fafb;
}

.card .tabs a.active {
    box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
    background: #fff;
    color: #4e5bf2;
}

.card .tabs a:hover {
    box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
}

.card .tabs a.active::after {
    background-color: #fff;
    height: 20px;
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
}

.card .tabs a {
    display: block;
    height: 100%;
    padding: 10px 15px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    float: left;
    color: #000;
    transition: .2s;
    border: 1px solid rgba(0, 0, 0, 0);
}

table#documents-table .bookmark {
    fill: none;
    stroke: #686868;
}

table#documents-table .bookmark svg {
    width: 20px;
    height: 20px;
}

table#documents-table .bookmark:not(.active):hover svg {
    fill: #686868;
}

table#documents-table .bookmark.active:hover svg {
    fill: #fff;
    stroke: #686868;
}

table#documents-table .bookmark.active {
    fill: #686868;
    /*stroke: none;*/
}

table#documents-table .bookmark svg {
    fill: inherit;
    stroke: inherit;
}

.datepicker table {
    width: 100%;
}

.datepicker table tr td span.active.active {
    background-color: #727cf5;
    background-image: none;
}

#content-tasks {
    background: #fff;
}

.timeline {
    margin-left: 150px;
    max-width: 80%;
    background: inherit;
    padding: 0 0 0 25px;
    position: relative;
}

.timeline::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 42px;
    left: -5.8px;
    background: inherit;
}

.timeline .event {
    padding: 30px;
    border-radius: 6px;
    background: rgba(114, 124, 245, 0.09);
}

.timeline .event:after {
    left: -30.8px;
}
.timeline .event:last-of-type {
    padding: 30px;
}
.timeline .event:after {
    top: 36px;
}
.timeline .event:before {
    top: 31px;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
    z-index: 100;
}
.sidebar-body .profile {
    margin-top: 20px;
}

.sidebar-body .profile .circle {
    width: 35px;
    height: 35px;
    display: block;
    margin: auto;
    padding-top: 8px;
    background: #727cf5;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 10px;
}

.sidebar-body .profile .name {
    color: #fff;
    padding: 0 15px;
    text-align: center;
    display: block;
}

.sidebar-folded:not(.open-sidebar-folded) .sidebar .sidebar-body .profile .name {
    display: none;
}


.loading-body {
    position: fixed;
    top: 40%;
    left: calc(50% - 100px);
    width: 200px;
}


/* categories part */
.list-group {
    margin-bottom: 12px!important;
}

.list-group .active {
    background-color: #f9fafb!important;
    border-color: #e8ebf1;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    cursor: pointer;
}

.arrow-right {
    height: 9px;
    width: 9px;
    margin-top: 2px;
    margin-right: 2px;
    border-top: 2px solid #686868;
    border-right: 2px solid #686868;
    display: inline-block;
    transform: rotate(45deg);
    opacity: 0.9;
}

.rotate-90 {
    transform: rotate(90deg);
    transition: all 0.2s;
}

.list-group .category-actions {
    height: 20px;
    opacity: 0;
}
.list-group .list-group-item:hover  .btn-edit,
.list-group .list-group-item:hover  .btn-delete,
.list-group .active:hover .category-actions {
    opacity: 1;
}

.list-group .list-group-item  .btn-edit {
    opacity: 0;
    position: absolute;
    right: 30px;
    top: 7px;
}

.list-group .list-group-item.has-children .btn-edit {
    right: 0 !important;
}

.list-group .list-group-item  .btn-delete {
    opacity: 0;
    position: absolute;
    right: 0px;
    margin-top: -25px!important;
}

ul.document-types {
    margin: 0;
    padding: 0;
    height: 100%;
    list-style-type: none;
}

ul.document-types li {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    position: relative;
}

ul.document-types li a {
    padding: 25px 5px 25px 43px;
    display: block;
}

ul.document-types li a .title,
ul.document-types li a svg {
    color: #000;
}

ul.document-types li.active::after {
    content: '';
    width: 3px;
    background: #727cf5;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
ul.document-types li.active p.title,
ul.document-types li.active svg {
    color: #727cf5;
}

ul.document-types li.active {
    background: rgba(202, 211, 255, 0.28);
}

ul.document-types li svg {
    position: absolute;
    left: 16px;
    top: 23px;
    width: 18px;
}

ul.document-types li p {
    margin: 0;
}

ul.document-types li .title {
    font-weight: 700;
}

ul.document-types li .desc {
    font-size: 13px;
    color: #737373;
}

ul.document-types li:not(.active):hover {
   background: #f9fafb;
}

.select2-results__group {
    text-transform: uppercase;
}

.choose-document-type-title {
    margin-bottom: 14px;
    padding-left: 16px;
    margin-top: 1.2rem;
    font-size: 13px;
    color: #737373;
}

.create-new-plus-icon {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-top: -2px;
}

.not-found h5 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.not-found p {
    color: #686868;
}

.border-color {
    border-color: #e8ebf1!important;
}

.select2-create-new {
    padding: 15px 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.select2-create-new a,
.breadcrumb-item a,
.filename-link {
    color: #4e5bf2;
}

.select2-create-new a:hover,
.breadcrumb-item:not(.active):hover a,
.filename-link:hover {
    color: #727cf5;
}

#converse-modals .modal-header {
    border-bottom: 1px solid #e8ebf1;
}

#converse-modals .modal-header .close {
    outline: none;
}

#converse-modals .modal-header .modal-title {
    font-size: 1rem;
    font-weight: 600;
    font-family: Overpass, sans-serif;
    color: #000;
}

#converse-modals .modal-body {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

#converse-modals .converse-form {
    padding: 0 !important;
}

#converse-modals .modal-body .form-group::after {
    content: '';
    display: block;
    clear: both;
}

#converse-modals .modal-buttons {
    padding: 15px;
    border: 1px solid #e8ebf1;
    text-align: right;
}

#converse-modals .modal-buttons button {
    display: inline-block;
}

#converse-modals .modal-buttons .btn-primary {
    background: #727cf5 !important;
    font-size: 14px !important;
    padding: 5px 20px !important;
}

#converse-modals .form-group input {
    outline: none;
    box-shadow: none !important;
    border: 1px solid #e8ebf1;
    font-weight: 400;
    font-size: 0.875rem;
}

#converse-modals .form-group input:focus {
    border-color: #80bdff;
}

#converse-modals .form-group label {
    font-size: 0.875rem;
    line-height: 1.4rem;
    vertical-align: top;
    margin-bottom: .5rem;
    color: #000;
}

.roster-group .requesting-xmpp-contact {
    background: transparent !important;
}

.roster-group .requesting-xmpp-contact a,
.roster-group .requesting-xmpp-contact span {
    color: #727cf5 !important;
}

.hidden {
    display: none !important;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.chat-wrapper .chat-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.chat-wrapper .chat-content .chat-body {
    overflow: hidden;
    flex-grow: 1;
    max-height: calc(100vh - 280px);
    position: relative;
}

.chat-content .chat-footer {
    position: relative;
}
.chat-content .chat-footer .attached-files {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    padding: 10px;
    background: white;
}

.chat-content .attached-files .attached-file-progress .percentage {
    float: right;
    margin-right: 8px;
}

.chat-content .attached-files .attached-file-progress .cancel {
    float: right;
    color: #e83e8c;
    margin-top: -1px;
    cursor: pointer;
}

.chat-content .attached-files .attached-file-progress .filename {
    display: block;
    width: calc(100% - 70px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.chat-content .attached-files .attached-file-progress .filename svg {
    width: 17px;
    margin-right: 6px;
    margin-top: -3px;
}

.chat-content .attached-files .attached-file-progress .progress {
    clear: both;
}

.message-item .message .msg-image {
    max-width: 100%;
    max-height: 300px;
    margin: 8px 0 !important;
}

.chat-aside .aside-content {
    height: 100%;
}

.chat-aside .tab-content {
    overflow: hidden;
    max-height: calc(100vh - 310px) !important;
}

.chat-list .chat-item {
    position: relative;
}

.chat-list .chat-item .profile {
    width: 32px;
    height: 32px;
    background: #efefefd9;
    border-radius: 50%;
    padding: 5px 0 0 8px;
    color: #000;
}

.chat-list .chat-item .profile svg {
    width: 16px;
    height: 16px;
}

.chat-list .chat-item .delete-conversation {
    position: absolute;
    top: 18px;
    right: 0;
    display: none;
}

.chat-list .chat-item:hover .delete-conversation {
    display: block;
}

#chats .chat-list .chat-item:hover .last-message-time,
#chats .chat-list .chat-item:hover .badge {
    display: none;
}

.chat-wrapper .chat-content .chat-body {
    overflow-y: scroll;
}

.chat-aside .tab-content {
    overflow-y: scroll;
}

#add-contact-icon svg:hover {
    color: #000 !important;
}

.delete-conversation {
    color: #e83e8c;
}

#add-chatroom-icon svg:hover {
    color: #000 !important;
}

.chatroom {
    position: relative;
    overflow: hidden;
}

.chatroom .members {
    position: absolute;
    right: -250px;
    top: 52px;
    bottom: 0;
    background-color: whitesmoke;
    width: 250px;
    padding: 15px;
    transition: right .5s ease-in-out;
}

.chatroom .members.show {
    right: 0;
    z-index: 100;
    overflow: scroll;
}

.chatroom .members ul {
    padding-left: 20px;
}

.chatroom .members .member {
    position: relative;
    padding-right: 15px;
}

.chatroom .members .member .remove-from-chatroom {
    position: absolute;
    right: 0;
    top: 0;
    color: #e83e8c;
}

.chatroom .members .member .remove-from-chatroom svg {
    width: 15px;
}

.dnone {
    display: none;
}

.nav-tabs .nav-item {
    position: relative;
}

.nav-tabs .nav-item .something-new {
    background: #727cf5;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.chat-body .messages .system-message {
    font-weight: 300;
    font-style: italic;
    font-size: 13px;
    margin-bottom: 10px;
}

.aside-header .profile,
.chat-content .chat-header .profile {
    width: 36px;
    height: 36px;
    background: #717cf5;
    padding: 7px 0 0 8px;
    border-radius: 50%;
    color: white;
}

.aside-header .profile svg,
.chat-content .chat-header .profile svg{
    width: 20px;
    height: 20px;
}

.messages .message-item.me .avatar {
    order: 2;
    margin-left: 15px;
}

.messages .message-item.friend .avatar {
    margin-right: 15px;
}

.messages .message-item .avatar {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #efefefd9;
    padding: 5px 0 0 8px;
    color: #000;
}

.messages .message-item .avatar svg {
    width: 16px;
    height: 16px;
}

.messages .message-item .message .author {
    font-weight: 300;
    font-size: 13px;
}

.messages .message-item .content {
    width: calc(100% - 50px);
}

.custom-select {
    background: none;
    margin-left: 0 !important;
}

p.disabled {
    background-color: #e9ecef;
    opacity: 0.7;
    border: 1px solid #ced4da;
    min-height: calc(2.19rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    line-height: 1.6;
    border-radius: 0.25rem;
    cursor: not-allowed;
    color: #495057;
}

.swal2-content {
    width: 100%;
}

.swal2-file:focus, .swal2-input:focus, .swal2-textarea:focus {
    border-color: #727cf5 !important;
    box-shadow: none !important;
}

.swal2-file.swal2-inputerror, .swal2-input.swal2-inputerror, .swal2-textarea.swal2-inputerror {
    border-color: #e83e8c !important;
    box-shadow: none !important;
}

.swal2-textarea {
    height: auto !important;
}

.electronic-notification .indicator {
    position: absolute;
    top: 0;
    right: 2px;
}

.electronic-notification .indicator .circle {
    background: #727cf5;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.electronic-notification .indicator .circle::before {
    background-color: #727cf5;
    content: "";
    display: table;
    border-radius: 50%;
    position: absolute;
}

.electronic-notification .dropdown-toggle:after {
    display: none;
}

.electronic-notification .dropdown-menu {
    padding: 0;
}

.electronic-notification .dropdown-footer {
    padding: 10px 20px;
    border-top: 1px solid #f2f4f9;
    font-size: 14px;
}

.electronic-notification .dropdown-header {
    padding: 12px 20px!important;
    font-size: 13px;
    border-bottom: 1px solid #f2f4f9;
}

.restore-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    backdrop-filter: blur(10px);
}

.restore-body {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.restore-btn {
    display: inline-block;
    border-radius: 50%;
    padding: 30px;
    background: #727cf5;
    cursor: pointer;
    transition: 0.2s;
    box-shadow: rgba(84, 110, 122, 0.15) 0 10px 50px 0;
}

.restore-btn:hover {
    background: #4e5bf2;
    box-shadow: rgba(84, 110, 122, 0.35) 0 10px 50px 0;
}

.restore-btn svg {
    color: #fff;
    width: 34px;
    height: 34px;
}

#last-registered-number {
    font-size: 13px;
    color: #737373;
}

ul.deleted-files {
    margin-top: 20px!important;
}

ul.deleted-files li:not(:first-child) {
    padding-right: 10px!important;
    border-radius: 0;
    border-color: #e8ebf1;
}

ul.deleted-files li:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

ul.deleted-files li div.file-specs {
    flex-grow: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

ul.deleted-files li div.file-actions {
    flex-shrink: 0;
}

ul.deleted-files li div.file-actions svg {
    margin-top: 0;
    color: #000;
}

ul.deleted-files li div.file-specs svg {
    color: #000;
    margin-right: 5px;
}

ul.deleted-files li div.file-specs span {
    overflow: hidden;
    margin-right: 10px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.deleted-files li.list-group-item.child {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.deleted-files li.list-group-item.active {
    text-transform: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 4px 4px 0 0;
}

ul.deleted-files li.list-group-item.active button {
    transition: 0.2s ease !important;
}

.border-bottom-radius-4 {
    border-bottom-left-radius: 4px!important;
    border-bottom-right-radius: 4px!important;
}
