.has-error .select2-selection {
    border-color: red !important;
}

.has-error {
    border-color: red !important;
}

.error {
    border-color: red !important;
}

.avatar img {
    width: 100%;
    height: 100% !important;
}

.test {
    border-color: red;
}

.input-group-merge .form-control:not(:last-child) {
    padding-right: 0;
    border-right: 0;
}

.custom-breadcrumbs {
    justify-content: space-between;
    align-items: center;
}

.custom-breadcrumbs ol {
    margin-bottom: 0 !important;
}

.p-15-20 {
    padding: 15px 20px;
}


.profile-close-btn {
    position: absolute;
    top: -9px;
    right: -8px;
}

.minh-68 {
    min-height: 68.06px;
}

.task_history {
    max-height: 590px;
    overflow-y: auto;
    overflow-x: hidden;
}

.role-content {
    line-height: 24px;
    margin-left: 10px;
}

.app-brand-logo-master {
    display: flex !important;
    width: 152px !important;
    height: 34px !important;
    align-items: initial;
}

.app-brand-logo.demo {
    display: flex !important;
    width: 273px !important;
    height: 49px !important;
    align-items: initial;
}

.user-profile-header .user-profile-img {
    border: 5px solid;
    width: 120px;
    height: 112px;
}

.custom-highlight-error {
    border-color: red !important;
}

.custom-highlight-error .select2-selection {
    border-color: red !important;
}

.task_attachment_delete {
    color: red;
}

.task_attachment_delete:hover {
    color: red;
}

/* Scollbar css */

.task_history::-webkit-scrollbar,
.custom-scroll::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px;
    height: 8px;
}

.task_history::-webkit-scrollbar-thumb,
.custom-scroll::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgb(0 0 0 / 17%);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5) !important;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.task_history::-webkit-scrollbar-thumb:hover,
.custom-scroll::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgb(0, 0, 0, 0.34);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5) !important;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

div.min-h-auto {
    min-height: auto !important;
}

.hr-lines {
    display: block;
    width: 66%;
    border-style: solid 3px;
    border-width: 0.50px;
    border-color: #e3e3e3;
}

.bg-label-secondary {
    background-color: #f3e9df !important;
    color: #FF851B !important;
}

.timeline .timeline-point-secondary {
    background-color: #5f5fe1 !important;
    box-shadow: 0 0 0 0.1875rem rgba(106, 134, 190, 0.16);
}

.select_all_permissions {
    padding-left: 2px !important;
}

.fc-event {
    cursor: pointer;
}

.display-done {
    display: none !important;
}

.readonly_input {
    background-color: rgba(75, 70, 92, 0.08)
}

.readonly_input:focus {
    background-color: rgba(75, 70, 92, 0.08)
}

.email-page-no-content {
    margin: 0 auto;
    text-align: center;
    position: absolute;
}

div.dataTables_processing>div:last-child>div {
    position: absolute;
    top: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #FF851B;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.waitingcallback {
    background-color: #ccd8ef !important;
    color: #2951a7 !important;

}

.meeeting {
    background-color: #ffe1eb !important;
    color: #cf1c58 !important;
}

.newstatus {
    background-color: #08D0E9 !important;
}

.correctteammeberstatus {
    background-color: #E0628C !important;
}

.supervisorstatus {
    background-color: #5676BB !important;
}

.layout-navbar.navbar-detached.container-xxl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
    max-width: 100%
}

@media screen and (max-width: 991.98px) {
    .resetbtn {
        width: 100%;
    }
}

@media screen and (min-width: 575px) and (max-width: 768.98px) {
    .resetbtn {
        width: auto;
    }
}

@media screen and (max-width: 575.98px) {
    .addticket-btn {
        width: 100%
    }
}

.shotcuticoncolor {
    background-color: #FF851B;
    color: white;
}

.shotcutspan {
    background-color: #FF851B !important;
}

:root {
    --bs-body-color: #151416;

}

.bg-menu-theme .menu-link,
.bg-menu-theme .menu-horizontal-prev,
.bg-menu-theme .menu-horizontal-next {
    color: var(--bs-body-color);
}

table.dataTable,
table.table {
    font-size: 14px;
}

table.dataTable thead th {
    padding: 10px;
}

table.dataTable tbody td {
    padding: 5px 10px;
}

.anchortagcolor {
    color: var(--bs-body-color);
}

.notification-rightbox{
    width: 30px;
}
.markread-point{
    width: 25px;
    height: 25px;
    display: inline-block;
    border: 2px solid transparent;
    background-image: url("../../images/arrow-right.svg");
    background-repeat: no-repeat;
    background-size: 100%;

}
.dropdown-notifications-item.cursor-inherit{
    cursor: inherit !important;
}
.no-read{
        background-color: rgba(75, 70, 92, 0.04) !important;
}




.gG {
    color: gray;
    text-align: end;
}

.gL {
    padding-left: 10px;
}


.popover-box {
    position: absolute !important;
    left: 100%;
    width: 340px;
    box-shadow: 0 0.25rem 1rem rgba(165, 163, 174, 0.45);
    background-color: #fff;
    z-index: 9;
    border-radius: 0.5rem;
    padding: 1.125rem 1.125rem;
    top: 0;
    max-height: 200px;

}

.popover-overlay {
    z-index: 0;
}

.popover-box.d-none+.popover-overlay {
    display: none;
}

.title-text {
    min-width: 80px;
}

.light-style .select2-container--default .select2-selection__placeholder {
    color: #6f6b7d !important;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #6f6b7d !important;
    opacity: 1 !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #6f6b7d !important;
    opacity: 1 !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #6f6b7d !important;
    opacity: 1 !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #6f6b7d !important;
    opacity: 1 !important;
}

.form-label {
    color: #000;
    font-size: 14px;
}

.app-email .app-email-compose .ql-editor,
.app-email .app-email-compose .ql-editor.ql-blank::before {
    padding-left: 1.5rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6f6b7d;
    font-style: normal;
}

.light-style .app-email .email-list li.email-list-item.email-marked-read {
    background-color: #f9f4ef !important;
}

#detail_view_last_body div {
    height: auto !important;
    max-height: inherit !important;
}

.email-editor,
.email-reply-editor,
.email-replyall-editor,
.email-forward-editor {
    max-height: 50vh;
    overflow: auto;
}

.table-scroll table {
    border-collapse: separate;
    border-spacing: 0;
}

.table-scroll {
    max-height: 500px;
}

.table-scroll thead {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 9;
}

.table-scroll thead th {
    border-bottom: 1px solid #dbdade !important;
    border-top: 1px solid #dbdade !important;
}

.table> :not(caption)>*>*:not(th) {
    padding-top: 5px;
    padding-bottom: 5px;
}

.btn-icon {
    width: calc(2rem + 2px);
    height: calc(2rem + 2px);
}

.webkitoverflow{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.notesborder{
    padding: 5px;
    border: 1px solid #ff9f43;
    position: relative;
    border-radius: 8px;
}

@media screen and (min-width: 768px){
.w-30{
    width: 30%
}
.logocenter-block{
        width: 40%;
}
}
@media screen and (max-width: 767.98px){
    .layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page{
        padding-top: 0 !important;
    }
    .layout-navbar-fixed .layout-navbar{
        position: sticky;
    top: 1rem;
    flex-wrap: wrap;
        height: auto;
    }
    .logocenter-block{
        width: 100%;
        padding-bottom: 10px;
    }
}

.companyname{
    font-weight: 550 !important;
    color: #000000 !important;
}
.play-icon{
    width: 20px;

}
.playpause-btn{
    min-width: 140px;
}
.nowrap-table td, 
.nowrap-table th{
white-space: nowrap;
}
.weekly-tableblock > :not(caption) > * > *{
    padding-left: 8px;
    padding-right: 8px;
}
.weekly-tableblock th{
    background-color:#ebebeb !important
}

.dropdown-menuwrap .select2-results__option[role=option][aria-selected=true]{
    color: #151416;
    background-color: #fff;
    background-image: url(../../images/arrow-right.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 97% 50%  !important;     
    background-size: 15px;
}
.dropdown-menuwrap .select2-results__option[role=option][aria-selected=true]:hover,
.dropdown-menuwrap.select2-container--default .select2-results__option--highlighted:not([aria-selected=true]){
    background-color: rgba(255, 133, 27, 0.08) !important;
    color: #FF851B !important;
}

.dropdown-menuwrap.select2-container--default .select2-selection--multiple .select2-selection__choice{
    padding: 0 2px !important;
    background: transparent;
    color: #6f6b7d;
    display: flex;
    align-items: center;
    
}
.light-style .dropdown-menuwrap  .select2-selection--multiple .select2-selection__rendered{
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    justify-content: flex-start;
    flex-direction: row;
    padding: 0;
}
.light-style .dropdown-menuwrap.select2-container--default .select2-selection{
    padding: 5px 10px;
}
.dropdown-menuwrap.select2-container--default .select2-selection--multiple .select2-selection__choice::after{
    content: ',';
    display: block;
}
.dropdown-menuwrap.select2-container--default .select2-selection--multiple .select2-selection__choice:last-child::after{
    display: none !important;
}
.dropdown-menuwrap .form-select{
    height: 36px;
    overflow: hidden;
}
.dropdown-menuwrap select option[selected] {
    background-color: transparent !important;
}
.dropdown-menuwrap .select2-search.select2-search--inline{
    display: none;
}


.select-custom  .selectpicker{
    border: 1px solid #FF851B !important;
    border-radius:0.375rem !important;
}
.select-custom  .bootstrap-select>.dropdown-toggle{
    background: #fff !important;
    box-shadow: none !important;
    color: #999 !important;
}

.select-custom  .bootstrap-select>.dropdown-toggle:hover{ 
    color: #999 !important;
}

.select-custom .bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    border: 1px solid #FF851B !important;
    outline: none !important;
}

.select-custom .dropdown-toggle [aria-expanded="true"]  { 
    border: 1px solid #FF851B !important;
outline: 1px solid #FF851B !important;
}

.select-custom .bootstrap-select {
    width: 100% !important;
}

.profile-text-truncate {
    max-width: 152px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.avatar.no-active:after{
    display: none;
}
.arrowdown-btn{
        width: 40px;
    height: 40px;
    position: absolute;
    bottom: 100px;
    z-index: 9;
    background: #ff851b !important;
    border-radius: 50%;
    right: 22px;
    overflow: visible !important;
        padding: 0;
            box-shadow: 0px 2px 4px rgba(165, 163, 174, 0.4);
    transform: scale(1.001);
}
.dot-count{
    background: #fff;
    position: absolute;
    color: #ff851b;
    top: -6px;
    font-size: 10px;
    font-weight: bold;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ff851b;
    right: 0px;
}
.arrowdown-btn svg{
        max-width: 14px;
            height: 100%;
}
.hidebtn{
    display: none !important
}
.chat-footer .form-control{
    max-height: 60px;;
}
.toggle_sticky_box{
    width: 38px;
    height: 38px;
    border: 1px solid #E6E5E4 !important;
}
.toggle_sticky_box> *{
    font-size: 21px !important;
}
.words-blockwrapper{
    position: absolute;
    bottom: 80px;
    right: 10px;
    max-width: 310px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0.25rem 1rem rgba(165, 163, 174, 0.45);
}
.words-blockwrapper .tab-button {
    padding: 8px 10px;
}
.blocked-words{
    word-break: break-all;
    max-height: 80px;
    overflow: auto;
    padding: 0 8px;
    margin: 0 -8px;
}
.custom-scroll::-webkit-scrollbar{width:6px;height:6px}
.custom-scroll::-webkit-scrollbar-track{box-shadow:inset 0 0 6px #eee;border-radius:10px}
.custom-scroll::-webkit-scrollbar-thumb{background-color:#f1ac70;border-radius:10px}
