:root {
    --light-gray: #ced4da;
}

html, body {
    height: 100% !important;
}

/* utilities */

.underline {
    text-decoration: underline !important;
}

.underline:hover {
    text-decoration: underline !important;
}

.underline-on-hover:hover {
    text-decoration: underline !important;
}

.font-size-sm {
    font-size: small;
}

.font-size-lg {
    font-size: large;
}

.font-size-xl {
    font-size: x-large;
}

.list-style-none {
    list-style: none !important;
}
.h0 {
    font-size: 65px;
    line-height: 0.8em;
}
.request-box-row{
    justify-content: center;
}
.request-box{
    flex-flow: column;
}
.request-box button{
    display: block;
    width: 100% !important;
    margin: 0px !important;
    border-radius: 0px;
    padding: 20px 0px;
}
.request-box .card{
        border-radius: 15px !important;
        overflow: hidden;
}
.request-box .card .card-header{
    padding-bottom: 0px !important;
}
.request-box .card .card-header img{
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.request-box .card .card-footer {
    width: 100% !important;
    margin: 0px !important;
}
.hr-line-grey{
    border:1px solid transparent;
    width:100%;
}

@media (min-width:768px){
    .w-md-60{
        width:60% !important
    }

    .w-md-70{
        width:70% !important
    }
}

.overflow-decorate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

b, strong {
    font-weight: bold;
}

[x-cloak] { display: none; }

.shadow-on-hover:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
}

.scrollGradient {
    background:
        linear-gradient(white 33%, rgba(253,249,255, 0)),
        linear-gradient(rgba(253,249,255, 0), white 66%) 0 100%,
        radial-gradient(farthest-side at 50% 0, rgba(202,202,202, 0.5), rgba(0,0,0,0)),
        radial-gradient(farthest-side at 50% 100%, rgba(202,202,202, 0.5), rgba(0,0,0,0)) 0 100%;
    background-color: white;
    background-repeat: no-repeat;
    background-attachment: local, local, scroll, scroll;
    background-size: 100% 24px, 100% 24px, 100% 8px, 100% 8px;
}

/* utilities */


/* loader */

@keyframes blink {
    0% {
        opacity: .2;
    }
    20% {
        opacity: 1;
    }
    100% {
        opacity: .2;
    }
}

.saving span {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    font-size: xx-small;
}

.saving span:nth-child(2) {
    animation-delay: .2s;
}

.saving span:nth-child(3) {
    animation-delay: .4s;
}


/* loader end */


/* select 2 */

/* select 2  end*/


/*notification dropdown*/

#notification-dropdown {
    background-color: white;
    min-width: 300px;
    height: max-content !important;
}

.notifications-container {
    max-height: 500px;
    overflow-y: auto;
}

.notification-action-link {
    background-color: transparent !important;
    box-shadow: none !important;;
}

.card-dropdown .dropdown-item {
    color: black !important;
}

.card-dropdown .dropdown-item:hover {
    color: white !important;
}

.bg-light-grey {
    background-color: #e4e4e4 !important;
}

@media screen and (max-width: 767px) {
    .notifications-container {
        max-height: 400px;
    }
}

@media screen and (min-width: 767px) {
    .dropdown-lg {
        width: 400px !important;
    }
}

/*notification dropdown end*/


/*datatable*/

.material-datatables {
    overflow-x: auto;
}

@media screen and (max-width: 767px) {
    .material-datatables table.dataTable>tbody>tr>td:first-child {
        padding-left: 0 !important;
    }
    table.dataTable thead>tr>th.sorting_asc,
    table.dataTable thead>tr>th.sorting_desc,
    table.dataTable thead>tr>th.sorting,
    table.dataTable thead>tr>td.sorting_asc,
    table.dataTable thead>tr>td.sorting_desc,
    table.dataTable thead>tr>td.sorting {
        padding-left: 0 !important;
        padding-right: 30px !important;
    }
}


/*datatable end */


/* filepond */

.file-link-upload-container .upload-box .filepond--root {
    /*min-height: 200px;*/
    /*background-color: white !important;*/
    border: 1px solid #f1f0ef;
}

.file-link-upload-container .upload-box .filepond--drop-label {
    /*min-height: 200px;*/
    /*display: none;*/
}

.file-upload-container .upload-box .filepond--root {
    min-height: 200px;
    background-color: white !important;
    border: 1px solid #f1f0ef;
}

.file-upload-container .upload-box .filepond--drop-label {
    min-height: 200px;
}

.upload-box .filepond--panel-root {
    /*min-height: 200px;*/
    background-color: transparent !important;
}

.compact-attachment .filepond--root {
    border: none;
}

.compact-attachment label[id^='filepond--drop-label']{
    background-color: #f7fbfc !important;
    text-align: left;
    width: 100%;
}

.compact-attachment .filepond--drop-label, .compact-attachment .filepond--browser {
    background-color: #f7fbfc !important;
    padding-left: 10px;
    width: 50px !important;
}

.compact-attachment .filepond--drop-label label{
    padding-left: 0.6em !important;
    padding-bottom: 0.5em !important;
    margin-bottom: -0.9em !important;
}

.compact-attachment {
    margin-top: -8px !important;
}

.compact-attachment .filepond--drip{
    background-color: #f7fbfc !important;
    opacity: 1;
}



/* compact v2*/
.compact-attachment-v2 .filepond--root {
    border: none;
}

.compact-attachment-v2 label[id^='filepond--drop-label']{
    background-color: var(--white) !important;
    text-align: left;
    width: 100%;
}

.compact-attachment-v2 .filepond--drop-label {
    background-color: var(--white) !important;
    padding-left: 0 !important;
    width: 50px !important;
    height: 2.5em !important;
    min-height: 3.0em !important;
    margin-top: 2px;
}

.compact-attachment-v2 .filepond--drop-label label{
    padding: 0 !important;
}

.compact-attachment-v2 {
    margin-top: -8px !important;
}

.compact-attachment-v2 .filepond--drip{
    background-color: var(--white) !important;
    opacity: 1;
}

.compact-attachment-v2 {
    margin-left: 10px;
    margin-right: 10px;
    background-color: var(--white);
}

.compact-attachment-v2 > .filepond--root{
    border-top: 1px solid #D0D5DD;
}

.compact-message-box-v2 .ql-bubble .ql-editor {
    background-color: var(--white) !important;
}

.compact-message-box-v2 .markup-main-action {
    top: 5px;
    right: 10px;
}

.compact-message-box-v2 {
    padding-bottom: 1px;
    background-color: var(--white);
    border-radius: var(--standard-border-radius);
}
.compact-message-box-v2 .ql-light{
    border-radius: var(--standard-border-radius);
}

.compact-message-box-v2 .compact .ql-editor.ql-blank, .compact-message-box-v2 .compact .ql-editor {
    min-height: 90px !important;
    border-radius: var(--standard-border-radius);
}

/* compact v2*/



.chat-send-button {
    top: 10px;
    right: 10px;
}

.chat-cancel-button {
    top: 10px;
    right: 40px;
    font-size: large !important;
}

.notification-frame-container .compact-attachment .filepond--drop-label label {
    margin-top: -30px !important;
    margin-bottom: -40px !important;
    padding-left: 5px !important;
}

.notification-frame-container .chat-send-button {
    /*top: 0;*/
}

.notification-frame-container .chat-cancel-button {
    /*top: 0;*/
}

/*.compact-attachment .filepond--drop-label > label {*/
/*    text-align: left;*/
/*    width: 100%;*/
/*}*/

.upload-box .filepond--drop-label {
    min-height: 200px !important;
    background-color: white !important;
    border-bottom: 1px solid #f1f0ef;
}

.upload-box .filepond--drip {
    background-color: white !important;
    opacity: 1 !important;
    border: none;
}

.filepond--credits {
    display: none;
}


/* filepond end */


/* nlc */

.nlc-button {
    text-transform: none;
    font-size: inherit;
}


/* nlc */


/*quill editor*/

.ql-container {
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 30px
}

.ql-container.ql-snow, .ql-toolbar.ql-snow {
    border: 1px solid #ced4d9 !important;
}

.read-write .ql-container.ql-snow {
    border-top: none !important;
}
.read-only .ql-toolbar {
    display: none;
}

:not(.compact) .ql-editor {
    min-height: 400px !important;
    max-height: 600px !important;
    overflow-y: auto;
    overscroll-behavior-y: auto;
}

:not(.compact) .quill-container {
    min-height: 400px !important;
}

.compact .ql-editor.ql-blank {
    min-height: 70px !important;
    padding-bottom: 0;
}

.compact .ql-editor {
    max-height: 260px !important;
    min-height: 70px !important;
}

.notification-frame-container .compact .ql-editor.ql-blank {
    min-height: 40px !important;
    padding-bottom: 0;
    padding-top: 5px;
}

.notification-frame-container .compact .ql-editor {
    max-height: 260px !important;
    min-height: 40px !important;
    padding-top: 5px;
}


.input-group .input-group-text{
    background-color: #e9ecef !important;
    border: 1px solid #ced4da !important;
}

.input-group-label{
    display: block;
    width: 100%;
}
.notification{
    margin-left: 0px !important;
    margin-right: 0px !important;
    background-color: #fff;
    border-radius:10px;
}
.notification .col-12.m-auto{
    padding-left: 0px !important;
    padding-right: 0px !important;
    border-right: 1px solid #e5e5e5;
}
.nt-gap{
    padding-bottom: 0.6rem !important;
    padding-top: 0.6rem !important;
    border-bottom: 1px solid #e5e5e5;
}

.active-bg{
    background-color: #faeffe;
}

.middle-col .nt-gap{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.container.my-3{
    margin-top: 3rem !important;

}

@media (min-width:1600px){
    .compact .ql-editor {
        min-height: 77px !important;
        max-height: 260px !important;
    }
}

@media (max-width:1599px){
    .compact .ql-editor {
        min-height: 77px !important;
        max-height: 175px !important;
    }
}

@media (max-width:576px){
    .compact .ql-editor {
        min-height: 77px !important;
        max-height: 125px !important;
    }
}


.compact .quill-container {
    min-height: 30px !important;
    padding-bottom: 0;
}

.ql-light:not(.compact) .ql-editor {
    min-height: 200px !important;
}

.ql-light:not(.compact) .quill-container {
    min-height: 250px !important;
}

.ql-container {
    font-family: inherit !important;
}

iframe.ql-video {
    width: -moz-available !important;
    width: -webkit-fill-available !important;
    width: fill-available !important;
    height: 56.25vw;
    max-height: calc(800px / 16 * 9);
}

.tribute-container li {
    padding: 8px 25px 8px 10px !important;
    background-color: white;
}

.story-comment p {
    margin-bottom: 0 !important;
}

.mention {
    padding: 0 !important;
    background-color: #f3f4f6 !important;
}

.ql-mention-denotation-char {
    font-weight: bold;
}

.ql-tooltip {
    z-index: 10000;
}

.ql-bubble .ql-editor {
    background-color: #f7fbfc;
}

.ql-container.ql-bubble:not(.ql-disabled) a::before, .ql-container.ql-bubble:not(.ql-disabled) a::after {
    display: none;
}

.ql-bubble .ql-tooltip-editor>input{
    width: 185px !important;
}

.ql-bubble .ql-tooltip.ql-editing.ql-flip {
    width: 230px !important;
}
.ql-bubble .ql-bubble-save {
    margin-top: 3px!important;
}

/*quill editor end*/


/* story page*/

.story-images {
    width: 300px;
    display: block;
    max-height: 1000px;
    height: auto;
}

.story-file-border {
    border: 1px solid #bcc0c4 !important
}

@media (min-width: 991px) {
    .story-comment-section {
        margin-left: 60px;
    }
}



/* story page*/
.custom-font-size-3xl {
    font-size: 50px;
}

#kb-article img {
    max-width: 100%;
}

.modal-xl {
    max-width: 1200px !important;
}

.header-action-dropdown {
    padding-top: 20px;
    margin-bottom: 0 !important;
}


.draggable-mirror {
    display: table;
    border-top: none !important;
    border-bottom: none !important;
    overflow: hidden;
    box-sizing: unset;
}

.draggable-container--is-dragging, .draggable-container--over, .draggable--is-dragging, .draggable--over, .draggable-source--is-dragging {
    border-top: none !important;
}

.btn.btn-outline-secondary {
    padding: 11px 30px;
}

.badge {
    font-size: 12px;
}

.design-iframe {
    width:100%;
    height:500px;
    border:0;
    margin-top: -20px
}

.header-sub-menu {
    white-space: nowrap;
    width: 100%;
    overflow-x: auto;
}

.rating-emoji:hover, .rating-emoji.active {
    cursor: pointer !important;
    border-bottom: 2px solid #ef1276;
}
.rating-emoji label {
    cursor: pointer !important;
}

.scroll-into-view {
    scroll-margin-top: 100px;
}

.bg-purple-dark{
    background-color: #9c27b0;
}
.text-purple-dark {
    color: #9c27b0;
}

.text-purple {
    color: #B100FF;
}

.sticky-action-bar {
    display: block;
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    /*margin-left: calc(-1 * (50vw - 50%));*/
    /*margin-right: calc(-1 * (50vw - 50%));*/
    /*margin-left: -30px !important;*/
    /*margin-right: -30px !important;*/

    background-color: white;
    /*border-top: 1px solid ;*/
    /*padding-top: 20px;*/
}

.sticky-action-bar.full-width {
    margin-left: calc(-1 * (50vw - 50%));
    margin-right: calc(-1 * (50vw - 50%));
}


body {
    overflow: initial !important;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 20px;
    padding-left: 20px;
}

.square-padding {
    padding-top: 18px !important;
    padding-bottom: 22px !important;
    margin: 0 !important;
}

#request-card .card {
    margin-bottom: 45px;
}

.card.no-padding-bottom {
    margin-bottom: 0 !important;
}

.material-datatables select{
    width: 35px !important;
    padding: 0;
    padding-left: 5px;
}

/* placeholder color changes */
textarea::placeholder, select::placeholder, input::placeholder, .select2-selection__placeholder {
    color: #AAAAAA !important;
}

.ql-editor.ql-blank::before, .custom-placeholder {
    font-style: normal !important;
    font-size: 0.9rem !important;
    color: #AAAAAA !important;
}

.file-link-upload-container .custom-placeholder {
    line-height: 24px;
}

/* placeholder color changes */

.lottie-animation {
    width: 500px;
    max-width: 100%;
}

.file-link-box {
    min-height: 130px !important;
}

.fancybox__container {
    z-index: 10000 !important;
}

.modal-header .close {
    padding-bottom: 0 !important;
}

.ql-tooltip {
    z-index: 10000;
}


.livewire-table-container table{
    /*border-collapse: initial;*/
    border: none;
}

.livewire-table-container .table-responsive {
    overflow-y: hidden !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: transparent !important;
}

.datatable-datepicker {
    opacity: 0;
    border: none;
    position: absolute;
    width: 100px;
    height: 100%;
}

.datatable-datepicker input{
    cursor: pointer;
}

.ql-tooltip {
    z-index: 10000;
}

#comment-list {
    max-height: 500px;
    min-height: 300px;
    overflow: auto;
    display: block;
    overscroll-behavior-y: auto;
    margin-bottom: 0;
}

#request-conversation #comment-list {
    max-height: 1000px !important;
}

.nlc-sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #222222;
    overflow-x: hidden;
    overflow-y: auto;
    transition: 0.5s;
    padding-top: 60px;
    margin-top: 50px;
}

.nlc-sidenav a {
    padding: 5px 8px 5px 32px;
    text-decoration: none;
    font-size: 25px;
    color: white;
    display: block;
    transition: 0.3s;
    width: 300px;
}

.nlc-sidenav a:hover {
    color: #f1f1f1;
}

.nlc-sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.notification-type-header{
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 8px;
    font-weight: 700;
    border-bottom: 1px solid #e5e5e5;
}
.notification-type{
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
}

.secondary-purple-dark {
    background-color:#9124a3 !important;
    border-color:#adadad;
    color:#333
}

.secondary-hover:hover {
    background-color:#9124a3 !important;
    border-color:#adadad;
    color:#333
}

@media screen and (max-width: 600px) {
.request-box .card-body{
        display:none;
    }
    .hr-line-grey{
        border:1px solid #c6c8cc;
    }

}

@media screen and (max-height: 450px) {
    .nlc-sidenav {padding-top: 15px;}
    .nlc-sidenav a {font-size: 18px;}
}

.active.bg-rose {
    background-color: #fb2e8b !important;
}

.text-align-last {
    text-align-last: center;
    -moz-text-align-last: center;
}

.thead-light > tr > th >button {
    text-transform: capitalize;
    font-size: 13px !important;
}

a {
  color: black;
}

a:hover, a:focus {
  color: black;
}

.ql-editor a, .ql-editor a:hover, .rich-text a, .rich-text a:hover, .view-mode-textarea-field a, .view-mode-textarea-field a:hover, .view-mode-text-field a, .view-mode-text-field a:hover {
    color: hsl(208.9, 100%, 37.5%) !important;
}

.view-mode-textarea-field p, .rich-text p {
    margin-bottom: 0;
}

main {
    padding-bottom: 60px;
}

/* message list*/
.comment-list .message-list-profile-pic {
    width: 40px;
    vertical-align: top;
    border: none !important;
    padding-top: 0;
    padding-bottom: 0;
    /*padding-left: 20px !important;*/
}

.comment-list .message-list-row {
    border: none !important;
    padding-top: 0;
    padding-bottom: 0;
}

.notification-frame-container .comment-list .message-list-row {
    padding-left: 20px;
    padding-right: 20px;
}

.notification-frame-container .comment-list {
    height: max-content !important;
    max-height: max-content !important;
    overflow: unset !important;
}

.comment-list {
    height: 65vh;
    min-height: 300px;
    overflow: auto;
    display: block;
    overscroll-behavior-y: auto;
    margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
    .comment-list {
        max-height: 60vh !important;
    }
}

.story-activities {
    font-size: 12px;
    line-height: 15px;
    padding-bottom: 3px;
}

.view-mode-text-field {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: 9px 12px;
    overflow-x: scroll;
    white-space: nowrap;
}

.view-mode-textarea-field {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: 9px 12px;
    overflow-y: auto;
    max-height: 500px;
    min-height: 200px;
}

.view-mode-files-field {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: 9px 12px;
    overflow-y: auto;
    max-height: 500px;
    min-height: 40px;
}

.no-scrollbar {
    overflow: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
}

.no-scrollbar::-webkit-scrollbar { /* WebKit */
    display: none;
}

#notification-model .modal-body, #notification-model .modal-header, #notification-model .modal-footer{
    padding: 3px 10px 3px 10px  !important;
}

#notification-model .close{
    z-index: 10000;
    right: 0;
    top: 17px;
}


#popup-open-link {
    right: 25px !important;
    /*top: 20px !important;;*/
    margin: -1rem 1rem !important;;
    padding: 1rem 1rem 0 1rem !important;;
}


@media (max-width:991px){
    #notification-model .close {
        right: -15px;
        top: 17px;
    }

    #popup-open-link {
        right: 3px !important;
    }
}

.modal-dialog {
    border-radius: 10px !important;
}

.modal-content {
    border-radius: 10px !important;;
}

.modal-body {
    border-radius: 10px !important;;
}

.modal-footer {
    border-radius: 0 0 10px 10px !important;;
}

#chat-bubble-compact {
    background: black;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    display: none;
}

#chat-bubble {
    background: black;
    border-radius: 50px;
    display: none;
}

@media (min-width: 1441px) {
    #chat-bubble {
        display: block !important;
    }
}

@media (max-width: 1440px) {
    #chat-bubble-compact {
        display: block !important;
    }
}

#sticky-chat-container {
    position:fixed;
    right: 0;
    bottom: 20px;
    z-index: 10000;
    max-height: 100%;
    overflow-y: auto;
}

.topbar-notification-count {
    position: absolute;
    bottom: 25px;
    left: 26px;
    font-size: xx-small;
    padding: 3px 6px;
}

.card-title {
    padding-left: 10px;
    padding-top: 10px;
    font-weight: 600 !important;
}

.card-category {
    font-size: medium !important;
}

@media (min-width: 992px) {
    .sidebar, .sidebar .sidebar-wrapper {
        width: 210px;
    }

    .main-panel {
        width: calc(100% - 210px) !important;
    }
}

.text-rose-light {
    color : #f52c9c !important;
}

.text-black-light {
    color : #555555 !important;
}

.current-project {
    margin-left: -15px;
    margin-top: 2px;
    font-size: xx-small;
    position: absolute;
}

.current-project-mobile {
    margin-left: 10px;
    font-size: x-small !important;
}

.sidebar .nav li.active>[data-toggle=collapse], .sidebar .nav li .dropdown-menu a:focus, .sidebar .nav li .dropdown-menu a:hover, .sidebar .nav li:hover>a {
    background-color: inherit !important;
}

.off-canvas-sidebar nav .navbar-collapse:before, .sidebar:before {
    background-color: inherit !important;
    content: inherit !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 20px;
    max-width: max-content;
}

.font-weight-500 {
    font-weight: 500;
}

.notifications-container .dropdown-item {
    white-space: normal;
    word-wrap: break-word;
}

.story-comment img {
    max-width: 300px;
}


/* fancybox start */
.fancybox__content {
    padding: 20px !important;
    background: transparent !important;
}

:not(.fancybox-error).fancybox__content {
    width: 100% !important;
    height: 100% !important;
}

.fancybox__image {
    margin: auto;
}

.fancybox__button--download:hover {
    color: white !important;
}

/* fancybox end */

#notification-iframe {
    background: url('/images/background/loader.gif') no-repeat;
    background-position: center;
}

#notification-iframe-mini {
    background: url('/images/background/loader.gif') no-repeat;
    background-position: center;
}

/* progress circle */
.progress-circle {
    position: relative;
    width: max-content;
    width: -moz-max-content;
}

.progress-circle .value {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 70px;
}
/* progress circle end */

.feedback-summary-title {
    font-size: 85px;
    line-height: 85px;
}


.select2-selection--multiple .select-anchor {
    margin-right: 0 !important;
    padding-right: 10px;
    margin-top: 6px !important;
}

.select-anchor {
    font-size: x-small;
    margin-right: -20px;
}

#toast-container .changes-saved.toast-warning {
    width: 220px;
    background-image: none !important;
    padding-left: 30px;
    background-color: black;
    opacity: 1;
    border-radius: 10px;
    font-size: inherit;
    padding-top: 20px;
}

.toast-close-button {
    padding-top: 5px !important;
    padding-right: 10px !important;
    font-weight: lighter !important;
}

body.modal-open {
    overflow: hidden !important;
}

.modal-backdrop {
    display: none !important;
}

.modal {
    background: rgba(0, 0, 0, 0.5) !important;
}

.notification-frame-container div[class^="col"]  {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.modal .modal-header .close {
    color: #000 !important;
}

@media (min-width:769px) {
    .lg-height-75vh {
        height: 75vh;
        overflow-y: auto;
    }
}

.notification-menu-sm-dropdown .dropdown-item {
    margin: 0;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
}

.notification-menu-sm-dropdown {
    background-color: rgb(243, 244, 246);
    box-shadow: none;
    left: -15px !important;
    border-radius: 10px;
}

.notification-frame-container .card {
    margin-bottom: 1px !important;
    border-radius: 0 !important;
}

.notification-frame-container main {
    padding-bottom: 0;
}

.fixed-plugin > .dropdown > ul{
    transform: none !important;
}

#notification-search {
    outline: 0;
    border-width: 0 0 1px;
    border-radius: 0;
    border-color: #e5e5e5;
    padding-bottom: 22px;
    padding-right: 30px;
    padding-top: 23px;
    z-index: 1;
    position: sticky;
    top: 0;
}

.ql-snow.message-view > .ql-editor {
    padding: 0 !important;
    /*margin-top: -35px !important;*/
    /*margin-bottom: -45px !important;*/
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    max-height: 4000px !important;
    min-height: 0 !important;
}

.notification-frame-container .custom-chat .card {
    box-shadow: none;
}

#new-changes-detected {
    display: none;
    position:fixed;
    font-weight: bold;
    font-size: small;
    z-index: 1;
    bottom: 10px;
    right: 10px;
    background-color: #fff1a8;
    border: 1px solid #ccc;
    width: max-content;
    padding: 5px 10px;
}

.text-muted {
    color: #98A2B3 !important;
}

button.close {
    z-index: 1;
}

.datatable-header {
    font-size: 20px;
    line-height: 30px;
    color: #667085;
    font-weight: 600 !important;
}

.datatable-toggle-hook {
    font-size: 12px;
    line-height: 18px;
    color: #98A2B3;
}

.datatable-with-header {
    padding: 11px 0;
    border-bottom: 1px solid #D0D5DD;
}

.datatable-with-header:last-child {
    border-bottom: none;
}

.sticky-header {
    top: 50px;
    position: sticky;
    z-index: 1;
    background-color: #f3f4f6;
}

.scrollable-title {
    font-size: 12px;
    line-height: 18px;
    color: #667085;
}

.scrollable-title.selected {
    color: #FB2E8B;
}

/* Hide sidebar scrollbar for Chrome, Safari and Opera */
.sidebar-wrapper::-webkit-scrollbar {display: none;}

/* Hide sidebar scrollbar for IE, Edge and Firefox */
.sidebar-wrapper {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width:none;  /* Firefox */
}

.sidebar-icon {
    font-size: 12px !important;
    margin-right: 0 !important;
    margin-left: -7px !important;
}

/* need to be moved to sass */

.p-32p {
    padding: 32px !important;
}

.pl-32p {
    padding-left: 32px !important;
}

.pr-32p {
    padding-right: 32px !important;
}

/* need to be moved to sass */
