:root {
    --barantum: #1A83C7;
}

.table thead th {
    font-size: 12px;
    font-weight: bold;
    padding: 9px 10px !important;
}

.table .checkbox {
    /* margin-top: -5px; */
}

.checkbox {
    /* display: inline !important; */
}

.table tr {
    border-bottom: 1px solid #DFE3E7;
}

.table th,
.table td {
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
}

.vue-slideout {
    font-size: 12px;
}

.vue-slideout-title-text {
    font-size: 18px !important;
    font-weight: 400;
    margin-left: 10px;
}

.vue-slideout-header {
    align-items: center !important;
    display: flex !important;
    height: 50px !important;
    padding: 13px 10px;
}

.vue-slideout-title-buttons {
    padding: 13px 10px;
}

.dropdown-item {
    cursor: pointer;
}

.btn-ascending {
    margin-right: 20px;
    margin-top: -3px;
}

.btn-ascending .up {
    position: absolute;
    margin-top: -3px;
}

.btn-ascending .down {
    position: absolute;
    margin-top: 6px;
}

.btn-ascending .noactive {
    color: #ebebeb;
}

.list-import li {
    margin-top: 10px;
}

.scroll-x {
    overflow-x: scroll;
}

.action-deals-card a {
    padding-left: 5px;
}

.btn-edit-quick {
    display: none;
}

.emails-bcc {
    position: absolute;
    margin-top: -30px;
    right: 29px;
}

a.deals-stage-icon:hover .btn-edit-quick {
    display: inline;
}

.card-heightfull {
    height: calc(100vh - 9rem);
    margin-bottom: 0px;
}

.content.app-content {}

#quick-related-just .collapse-icon [data-toggle="collapse"]::before {
    top: unset;
    right: unset;
    left: 35px !important;
    font-weight: bold;
}

#details_info tr td {
    padding: 0.8rem 0.3rem !important;
}

.show>.dropdown-menu {
    z-index: 99999;
}

.quick-details-info .list-group-item {
    padding: 0.5rem 0.5rem;
}

.card .heading-elements,
.card .heading-elements-toggle {
    top: 13px!important;
}

.badge-pipeline {
    padding: 5px;
    font-size: 10px;
}

a.btn-quickpreview {
    display: none !important;
}

.contacts .card:hover a.btn-quickpreview {
    display: inline !important;
}

.company .card:hover a.btn-quickpreview {
    display: inline !important;
}

.dropdown .card:hover a.btn-quickpreview {
    display: inline !important;
}

.projects .card:hover a.btn-quickpreview {
    display: inline !important;
}

.tickets .card:hover a.btn-quickpreview {
    display: inline !important;
}

.projects .card:hover a.btn-quickpreview {
    display: inline !important;
}

.deals .card:hover a.btn-quickpreview {
    display: inline !important;
}

.issues .card:hover a.btn-quickpreview {
    display: inline !important;
}

.survey .card:hover a.btn-quickpreview {
    display: inline !important;
}

.products .card:hover a.btn-quickpreview {
    display: inline !important;
}

a.btn-previewdata-board {
    display: none !important;
}

.kanban-item:hover a.btn-previewdata-board {
    display: inline !important;
}

.contacts .card {
    margin-bottom: 5px !important;
}

.contacts .card:hover a.btn-previewdata-grid {
    display: inline !important;
}

.projects .card:hover a.btn-previewdata-grid {
    display: inline !important;
}

.deals .card:hover a.btn-previewdata-grid {
    display: inline !important;
}

.tickets .card:hover a.btn-previewdata-grid {
    display: inline !important;
}

.products .card:hover a.btn-previewdata-grid {
    display: inline !important;
}

.survey .card:hover a.btn-previewdata-grid {
    display: inline !important;
}

.survey .card:hover a.btn-previewdata-grid {
    display: inline !important;
}

.tickets .card:hover a.btn-previewdata-grid {
    display: inline !important;
}

.deals .col-3 {
    padding: 10px;
}

.deals .card {
    margin-bottom: 5px;
}

.tickets .col-3 {
    padding: 10px;
}

.tickets .card {
    margin-bottom: 5px;
}

.projects .col-3 {
    padding: 10px;
}

.projects .card {
    margin-bottom: 5px;
}

.contact .col-3 {
    padding: 10px;
}

.contact .card {
    margin-bottom: 5px;
}

.contact-grid {
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 0px;
}


/* Sidebar new */

.sidebar_new {
    padding: 0;
    background-color: #FFFFFF;
    z-index: 1051;
    position: fixed;
    top: 0;
    bottom: 0;
    /* height: 100vh; */
    /* padding-bottom: 50px; */
    transition: right 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
    backface-visibility: hidden;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
}

.content-filter-widget {
    display: none;
    position: absolute;
    top: 40px;
    right: 10px;
    z-index: 100;
    width: 300px
}

.content-filter-widget.open {
    display: flex;
}

.sidebar_new.open {
    right: 0;
}

.side-400.open {
    right: 0;
}

.side-600.open {
    right: 0;
}

.side-700.open {
    right: 0;
}

.side-400 {
    width: 400px;
    right: -400px;
}

.side-700 {
    width: 700px;
    right: -700px;
}

.side-600 {
    width: 600px;
    right: -600px;
}

.sidebar_new .sidebarnew-content {
    position: relative;
    height: 100%;
}

.sidebar_new .customizer-close {
    position: absolute;
    right: 30px;
    top: 20px;
    padding: 7px;
    width: auto;
    z-index: 10;
    color: #727E8C;
}

.sidebar_new .customizer-close i {
    font-size: 1.71rem;
}

.sidebar_new .color-box {
    height: 35px;
    width: 35px;
    margin: 0.5rem;
    border-radius: 0.5rem;
    cursor: pointer;
}

.sidebar_new .color-box.selected {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, 0.5);
}


/* Sidebar End */


/* Quick Create */

.quickcreate-app .dropdown-menu {
    padding: 0;
    width: 300px;
    height: 460px;
    overflow-y: auto;
}

.quickcreate {
    padding-left: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
}

.quickcreate_item {
    flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    text-align: center;
    margin-bottom: 1rem;
}

.quickcreate_link {
    transition: none;
    padding: 10px;
    border-radius: 0.267rem;
    border: 1px solid transparent;
    color: #212121;
    transition: all 0.25s ease;
}

.quickcreate_link>.menu-livicon {
    display: inline-block;
    /* font-size: 16px !important; */
    width: 35px !important;
}

.quickcreate_text:last-child {
    margin-top: 10px;
}

.quickcreate_link,
.quickcreate_text {
    display: block;
}

.quickcreate_link:hover,
.quickcreate_link:focus {
    border-color: #1A83C7;
    background-color: #CDE5FE;
}


/* End Quick Create */


/* start btn view type */

.actions-right .btn-group:not(.dropdown)>.btn:active,
.btn-group:not(.dropdown)>.btn.active,
.btn-group:not(.dropdown)>.btn:hover,
.btn-group:not(.dropdown)>.btn:focus {
    background-color: transparent !important;
    color: var(--barantum) !important;
    border-color: var(--barantum) !important;
    font-weight: bold;
}

.actions-right .btn-group {
    background-color: white;
}

.actions-right .btn-group:not(.dropdown)>.btn {
    border: 2px solid #DFE3E7;
}

.actions-right .btn-group {
    margin-right: 8px;
    ;
}

.btn-view-type {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}


/* end btn view type */


/* Start Tabel */

.table th,
.table td {
    /*padding-top: 0.8rem !important;
padding-bottom: 0.8rem !important;
padding-right: unset!important;
padding-left: unset!important;*/
    /* padding-top: 2px;
padding-left: 5px;
padding-bottom: 2px;
padding-right: 5px; */
}

.btn-editdetails {
    visibility: hidden;
}

#details_info .td-field {
    min-width: 250px;
    color: #727E8C;
}

#details_info .td-field:hover {
    background: #F2F4F4;
    cursor: pointer;
}

#details_info .td-field:hover .btn-editdetails {
    visibility: visible;
}

.btn i {
    top: 3 !important;
}


/* a.btn-previewdata {
display: none !important;
} */

.cursor-hover {
    display: none !important;
}

.manage-column li:hover i.cursor-hover {
    display: inline-flex !important;
}

.manage-field li:hover i.cursor-hover {
    display: inline-flex !important;
    font-size: 16px;
    position: absolute;
    right: 17px;
    top: 18px;
}

#table-leads .hover-edit:hover a.btn-previewdata {
    display: unset !important;
    margin-left: auto;
    z-index: 999;
    margin-right: -10px;
    background: grey;
}

#table-products tr:hover a.btn-previewdata {
    display: inline !important;
}

.pagination .page-item .page-link {
    font-weight: lighter;
}


/* End Table */


/* Dropdown */

.dropdown-item.active,
.dropdown-item:active {
    background-color: #F2F4F4 !important;
    color: #727E8C!important;
}

.btn.btn-white .dropdown-menu .dropdown-item:not(.acitve):hover {
    color: #727E8C !important;
}


/* End Dropdown */


/* Sidebar - Start */

.right-side600 {
    width: 600px;
    right: -600px;
}

.right-side400 {
    width: 400px;
    right: -400px;
}

.right-sidecontent {
    /* width: 600px;
right: -600px; */
    padding: 0;
    background-color: #FFFFFF;
    z-index: 50515;
    position: fixed;
    top: 0;
    /* height: 100vh; */
    transition: right 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
    backface-visibility: hidden;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
}

.right-sidecontent.open {
    right: 0;
}

.right-sidecontent .right-sidecontent-content {
    position: relative;
    height: 100%;
}

.right-sidecontent .right-sidecontent-close {
    position: absolute;
    right: 30px;
    top: 20px;
    padding: 7px;
    width: auto;
    z-index: 10;
    color: #727E8C;
}

.right-sidecontent .right-sidecontent-close i {
    font-size: 1.71rem;
}

.right-sidecontent .right-sidecontent-toggle {
    background: var(--barantum);
    color: #FFFFFF;
    display: block;
    box-shadow: -3px 0px 8px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    position: absolute;
    top: 50%;
    width: 38px;
    height: 38px;
    left: -39px;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
}

.right-sidecontent .color-box {
    height: 35px;
    width: 35px;
    margin: 0.5rem;
    border-radius: 0.5rem;
    cursor: pointer;
}

.right-sidecontent .color-box.selected {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, 0.5);
}

.app-content-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    height: 100%;
    /* z-index: 4546; */
    visibility: hidden;
    opacity: 0;
    border-radius: 0.267rem;
}

.app-content-overlay.show {
    visibility: visible;
    transition: all .3s ease;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.2);
}


/* Sidebar End */


/* Start Tab Style */

.detail-content-tab .card {
    margin-bottom: 10px;
}

.convert-leads .nav-tabs .active {
    background: white !important;
    box-shadow: none !important;
    color: var(--barantum) !important;
    border-bottom: 4px solid var(--barantum) !important;
    font-weight: bold;
}

.convert-leads .nav-tabs .nav-link {
    background: transparent !important;
}

.convert-leads .nav-link {
    padding: auto;
}

.convert-leads .nav-tabs {
    border-bottom: 0px solid transparent !important;
}

.convert-leads .nav.nav-tabs .nav-item {}

.convert-leads .nav.nav-tabs {
    margin-bottom: 0rem !important;
    border-bottom-color: transparent !important;
}

.convert-leads .nav.nav-tabs .nav-item .nav-link.active {
    color: var(--barantum) !important;
}

.convert-leads .nav.nav-tabs .nav-item .nav-link {
    color: #324061 !important;
}

.convert-leads .nav.nav-tabs .nav-item .nav-link:hover {
    border-bottom: 4px solid #DFE3E7 !important;
}

.details .nav-tabs .active {
    background: white !important;
    box-shadow: none !important;
    color: var(--barantum) !important;
    border-bottom: 4px solid var(--barantum) !important;
    font-weight: bold;
}

.details .nav-tabs .nav-link {
    background: transparent !important;
}

.details .nav-link {
    padding: 0.567rem 1rem !important;
}

.details .nav-tabs {
    border-bottom: 0px solid transparent !important;
}

.details .nav.nav-tabs .nav-item {
    padding-bottom: 0px !important;
    display: inline-flex;
    margin-right: auto;
}

.details .nav.nav-tabs {
    margin-bottom: 0rem !important;
    border-bottom-color: transparent !important;
    display: inherit;
    width: 100%;
    white-space: nowrap;
    overflow: auto;
    height: 46px;
}

.details .nav.nav-tabs .nav-item .nav-link.active {
    color: var(--barantum) !important;
}

.details .nav.nav-tabs .nav-item .nav-link {
    color: #324061 !important;
}

.details .nav.nav-tabs .nav-item .nav-link:hover {
    border-bottom: 4px solid #DFE3E7 !important;
}


/* End Tab Style */


/* Start Card */

.card .card-title {
    font-size: 14px !important;
}


/* End Card */


/* icon activity */

.icon-activity {
    position: absolute;
    left: -51px;
    top: 8px;
    opacity: 1;
    z-index: 9;
}

.widget-deals li.timeline-items:before {
    position: absolute;
    content: unset !important;
    left: -37px;
    top: 17px;
    border: 3px solid #FFFFFF;
    box-shadow: 1px 2px 6px 0 rgba(25, 42, 70, 0.3);
    border-radius: 50%;
    background: #1A83C7;
    height: 13px;
    width: 13px;
    z-index: 2;
}

.widget-todo .widget-todo-list-wrapper .widget-todo-item.completed .widget-todo-title {
    text-decoration: none !important;
}

.move-cursor {
    display: none;
}

.list-group-item-action:hover .move-cursor {
    display: unset;
}


/*kanban board*/

.content-pipeline {
    display: flex;
    /*height: calc(50% - 200px);*/
    height: calc(100% - 200px);
    overflow: auto;
    list-style-type: none;
    padding-left: 0px;
    margin-top: 10px;
}

.content-pipeline li {
    padding-right: 10px;
}

.content-pipeline .pipeline-box .header {
    float: left;
    width: 100%;
    font-size: 14px;
    padding: 0 10px;
    list-style: none;
    color: #576380;
    display: block;
}

.cell {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
}

.pipeline-box {
    min-width: 300px;
    display: flex;
    flex: 1;
    flex-basis: 300px;
    flex-direction: column;
}

.pipeline-list {
    width: 300px;
    min-height: 500px;
    /* max-height: 100%s;
background-color: #d5dee5; */
    background-color: #ebebeb;
}

.pipeline .list-group-item {
    padding: 1rem 1rem !important;
    margin: 3px;
    border: none !important;
    background-color: transparent;
}

.content-pipeline .pipeline-box .header .cover {
    border-bottom: 2px solid var(--barantum);
    margin-bottom: 4px;
}


/* 
.btn-previewdata{
display: none;
}

.list-group-item:hover + .btn-previewdata{
display: block;
} */

.btn-previewdata {
    cursor: pointer;
}

.pipelineSummary .pipelineStages ul li .stageContent .stageArrow {
    width: 6px;
    height: 30px;
    position: absolute;
    top: -6px;
    left: 0;
    overflow: hidden;
}

.pipelineSummary {
    position: relative;
    height: auto;
}

.pipelineSummary .pipelineStages {
    position: relative;
    display: table;
    height: 24px;
    overflow: visible;
}

.pipelineSummary .pipelineStages ul {
    width: 100%;
    display: table;
    border-collapse: collapse;
    table-layout: fixed;
    height: 24px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 10px;
}

.stageArrow:after {
    background: #08a742;
}

.stageArrow:after {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    background: #08a742;
}

.pipelineSummary .pipelineStages ul li:first-child {
    -moz-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pipelineSummary .pipelineStages ul li {
    position: relative;
    background: #e5e5e5;
    display: table-cell;
    text-align: left;
    line-height: 37px;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pipelineStages ul li .stageContent {
    position: relative;
}

.pipelineStages ul li .stageContent .stagename {
    font: 400 13px/16px Source Sans Pro, sans-serif;
    display: inline-block;
    position: relative;
    left: 4px;
}

.pipelineStages ul li:first-child .stageContent .stageArrow {
    display: none;
}

.pipelineStages ul li .stageContent .stageArrow {
    width: 6px;
    height: 30px;
    position: absolute;
    top: -6px;
    left: 0;
    overflow: hidden;
}

.pipelineSummary .additionalInfo {
    height: 20px;
}

.pipelineSummary .additionalInfo .pipelineInfo {
    float: left;
    font: 400 13px/16px Source Sans Pro, sans-serif;
    color: #26292c;
    padding: 0 4px;
    margin-left: -4px;
    cursor: pointer;
    border-radius: 4px;
}

.pipelineSummary .dealProbabilityWrapper,
.pipelineSummary .expectedCloseDateWrapper {
    margin-left: 8px;
    float: right;
    font: 400 13px/16px Source Sans Pro, sans-serif;
    color: #26292c;
    cursor: pointer;
    border-radius: 4px;
    padding: 0 4px;
}

.pipelineSummary .expectedCloseDateWrapper .expectedCloseDate {
    vertical-align: -3px;
}

.pipelineStages .active {
    background: #08a742 !important;
    color: white !important;
}

.pipelineStages ul li:hover {
    background: #6b6b6b
}

.strip-stages-controls-wrapper {
    display: flex;
    width: 100%;
}

.alert-header,
.strip-stages-controls-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.strip-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    overflow: hidden;
    width: 100%
}

.strip-stage.stage-completed,
.strip-stage.stage-current {
    background: #08a742 !important;
    color: #fff !important;
}

.strip-stage:first-child {
    border-radius: 25px 0 0 25px;
}

.strip-stage {
    width: 100%;
    text-align: center;
    position: relative;
    line-height: 35px;
    min-width: 100px;
}

.strip-stage,
.strip-stage::after {
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    color: #999;
    background: #e6e6e6;
}

.strip-stage.stage-completed:after,
.strip-stage.stage-current:after {
    background: #08a742 !important;
}

.strip-stage>span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding: 0 5px 0 17px;
}

.strip-stage::after {
    -webkit-box-shadow: 1px -1px 0 1px #fff, 1px -1px 0 1px #fff;
    box-shadow: 1px -1px 0 1px #fff, 1px -1px 0 1px #fff;
    content: '';
    position: absolute;
    top: 50%;
    right: -7px;
    width: 27px;
    height: 27px;
    z-index: 1;
    border-radius: 0 0 0 25px;
    transform: translateY(-50%) rotate(45deg);
}

.deal-strip-details {
    /* border-top: solid 1px #f0f0f0; */
    /* padding: 10px 20px 20px; */
}

.additionalInfo .pipelineInfo {
    float: left;
    font: 400 13px/16px Source Sans Pro, sans-serif;
    color: #26292c;
    padding: 0 4px;
    margin-left: 0px;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 4px;
}

.icon-activity {
    position: absolute;
    left: -51px;
    top: 8px;
    opacity: 1;
    z-index: 9;
}

.widget-deals li.timeline-items:before {
    position: absolute;
    content: unset !important;
    left: -37px;
    top: 17px;
    border: 3px solid #FFFFFF;
    box-shadow: 1px 2px 6px 0 rgba(25, 42, 70, 0.3);
    border-radius: 50%;
    background: #1A83C7;
    height: 13px;
    width: 13px;
    z-index: 2;
}

.widget-report .card {
    margin-bottom: 3px !important;
}

.widget-report .col-sm-4,
.widget-report .col-sm-6,
.widget-report .col-sm-2,
.widget-report .col-sm-3,
.widget-report .col-xs-4,
.widget-report .col-xs-6,
.widget-report .col-xs-2,
.widget-report .col-xs-3,
.widget-report .col-xs-12 {
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.col-sm-4.col-xs-12 {
    margin-bottom: 10px !important;
}

.icon-grid-view {
    margin-left: 2.5px;
    margin-right: 2.5px;
}

.text-slider {
    position: absolute;
    z-index: 999;
    bottom: 30px;
    color: white;
}

.add-options-field {
    background-color: #DFE3E7;
    height: 250px;
    overflow-y: auto;
}

.add-display-image-products {
    background-color: #DFE3E7;
    height: 250px;
    overflow-y: auto;
}

.grid-tickets {
    /* cursor: pointer; */
}

a {
    cursor: pointer;
}

.text-truncate {
    width: 95%;
}

a:hover {
    color: #1A83C7;
}

.grid-contacts:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 99999999;
}


/* .grid-company:hover{
-webkit-transform: scale(1.05);
transform: scale(1.05);
} */

.grid-dropdown:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 999999999;
}

.grid-deals:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.grid-tickets:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.grid-projects:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.grid-deals:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.grid-issues:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.grid-survey:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.grid-products:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.grid-issues:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.avatar-grid {
    position: absolute;
    right: 5px;
    top: 10px;
}

.widget-content-scroll {
    max-height: 380px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.thumnail-products {
    height: 100px;
    width: 100%;
    margin-bottom: 10px;
}

.fillsurvey {
    width: 100px;
}

.td-medium {
    min-width: 170px;
    /* padding-top: 5px;
padding-bottom: 5px; */
}

.td-large {
    min-width: 250px;
}

.td-small {
    min-width: 80px;
}

.td-button {
    width: 140px;
}

.widget-norecord {
    height: 320px;
}


/* Setup Content */

.setup-content {
    /* padding: 30px */
    margin-top: 10px;
}

.setup-content h3 {
    font-size: 18px;
    margin: 0 0 30px;
    padding: 11px 0;
    border-bottom: 1px solid #e6eaf2;
    position: relative;
    font-weight: lighter;
}

.setup-content h3 span {
    position: absolute;
    background: #f2f5fa;
    padding: 0 10px 0 0;
    text-transform: capitalize;
    color: #324061;
    top: 8px
}

.setup-content ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    padding: 0;
    flex-wrap: wrap
}

.setup-content ul li {
    list-style: none;
    text-align: center;
    padding: 15px 15px 15px;
    min-width: 160px
}

.setup-content ul li a {
    color: #324061;
    font-size: 14px
}

.setup-content ul li a .icon-block {
    background: #1f62ff;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    margin: 0 auto 10px
}

.setup-content ul li a .icon-block .icon {
    background: url(/assets/images/setup-icons.png) 0 0/cover no-repeat;
    width: 27px;
    height: 27px;
    display: inline-block;
    margin: 16px auto
}

.setup-content ul li a .icon-block .icon.calling {
    background-position: -54px 0
}

.setup-content ul li a .icon-block .icon.tag {
    background-position: -81px 0
}

.setup-content ul li a .icon-block .icon.import-data {
    background-position: -108px 0
}

.setup-content ul li a .icon-block .icon.import-history {
    background-position: -135px 0
}

.setup-content ul li a .icon-block .icon.export-data {
    background-position: -162px 0
}

.setup-content ul li a .icon-block .icon.export-history {
    background-position: -135px 0
}

.setup-content ul li a .icon-block .icon.deleted-records {
    background-position: -270px 0
}

.setup-content ul li a .icon-block .icon.api {
    background-position: -216px 0
}

.setup-content ul li a .icon-block .icon.profile-permissions {
    background-position: -189px 0
}

.setup-content ul li a .icon-block .icon.security-roles {
    background-position: -296px 0
}

.setup-content ul li a .icon-block .icon.organization-details {
    background-position: -324px 0
}

.setup-content ul li a .icon-block .icon.current-subscription {
    background-position: -351px 0
}

.setup-content ul li a .icon-block i {
    font-size: 24px;
    margin-top: 18px;
}

.setup-content ul li a:hover .icon-block {
    background: #183cc2
}

.setup-content ul.data .icon-block {
    background: #0c8
}

.setup-content ul.data a:hover .icon-block {
    background: #00ac7c
}

.setup-content ul.appaddons .icon-block {
    background: #00bbd4
}

.setup-content ul.appaddons a:hover .icon-block {
    background: #0096a7
}

.setup-content ul.sales .icon-block {
    background: #ff5622
}

.setup-content ul.sales a:hover .icon-block {
    background: #e64919
}

.setup-content ul.users .icon-block {
    background: #6236ff
}

.setup-content ul.users a:hover .icon-block {
    background: #5429f0
}

.setup-content ul.account .icon-block {
    background: #424f6e
}

.setup-content ul.account a:hover .icon-block {
    background: #243357
}

.middle-content {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 rgba(6, 21, 56, .15)
}

.middle-content:hover {
    box-shadow: 0 5px 8px 0 rgba(6, 21, 56, .1)
}

.custom-icons-wrapper {
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin: 0 auto;
    width: 700px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.custom-icons-wrapper li {
    list-style: none;
    padding: 20px;
    font-size: 16px;
    min-width: 25%;
    text-align: center
}

.custom-icons-wrapper li .icon-block {
    margin: 0 auto 10px;
    border: 1px solid #e6eaf2;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    padding: 26px;
    text-align: center
}

.custom-icons-wrapper li .board-icon {
    float: left;
    width: 45px;
    height: 45px;
    font-size: 36px;
}

.board-icon .bx {
    font-size: 36px !important;
}

.custom-icons-wrapper li .board-icon.one {
    background-position: 0 0
}

.custom-icons-wrapper li .board-icon.two {
    background-position: -45px 0
}

.custom-icons-wrapper li .board-icon.three {
    background-position: -90px 0
}

.custom-icons-wrapper li .board-icon.four {
    background-position: -135px 0
}

.custom-icons-wrapper li .board-icon.five {
    background-position: -180px 0
}

.custom-icons-wrapper li .board-icon.six {
    background-position: -270px 0
}

.custom-icons-wrapper li a {
    color: #576380
}

.custom-icons-wrapper li:hover .icon-block {
    background-color: #f7f9fc
}

.custom-icons-wrapper li:hover a {
    color: #1f62ff
}

.deal-pipeline-widget .current-pipeline {
    clear: left
}

.deal-pipeline-widget .current-pipeline .stages {
    height: 83px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 3px;
    white-space: nowrap;
    text-align: center
}

.deal-pipeline-widget .current-pipeline .stages .wrapper.fixed {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    padding: 0
}

.deal-pipeline-widget .current-pipeline .stages .inner {
    background: #f7f9fc;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #e0f1ff), to(#ccffea));
    background: linear-gradient(to right, #e0f1ff 20%, #ccffea 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e0f1ff', endColorstr='#ccffea', GradientType=1);
    border-radius: 3px;
    height: 100% !important;
    overflow: hidden !important;
}

.deal-pipeline-widget .current-pipeline .stage-container {
    margin-left: -5px;
    margin-right: -15px;
    vertical-align: top;
    text-align: center;
    position: relative;
    cursor: pointer
}

/* .deal-pipeline-widget .current-pipeline .stage-container:first-child:before {
    left: 0;
    top: -3px;
    content: " ";
    height: 103px;
    width: 50%;
    position: absolute;
    pointer-events: none;
    background-color: transparent;
    z-index: 1
} */

.deal-pipeline-widget .current-pipeline .stage-container:last-child:before {
    right: 0;
    top: -3px;
    content: " ";
    height: 103px;
    width: 20px;
    position: absolute;
    pointer-events: none;
    background-color: transparent;
    z-index: 1
}

.deal-pipeline-widget .current-pipeline .stage-container:last-child .arrow-bottom,
.deal-pipeline-widget .current-pipeline .stage-container:last-child .arrow-top {
    border-right: 0 solid #fff
}

.deal-pipeline-widget .current-pipeline .stage-container .arrow-top {
    width: 100%;
    height: 50%;
    background-color: transparent;
    border-right: 10px solid #fff;
    transform: skewY(30deg) rotate(-30deg);
    -webkit-transform: skewY(30deg) rotate(-30deg);
    -moz-transform: rskewY(30deg) rotate(-30deg);
    -o-transform: skewY(30deg) rotate(-30deg);
    -ms-transform: skewY(30deg) rotate(-30deg)
}

.deal-pipeline-widget .current-pipeline .stage-container .arrow-bottom {
    position: relative;
    top: 6px;
    width: 100%;
    height: 50%;
    background-color: transparent;
    border-right: 10px solid #fff;
    transform: skewY(150deg) rotate(30deg);
    -webkit-transform: skewY(150deg) rotate(30deg);
    -moz-transform: skewY(150deg) rotate(30deg);
    -o-transform: skewY(150deg) rotate(30deg);
    -ms-transform: skewY(150deg) rotate(30deg)
}

.deal-pipeline-widget .current-pipeline .stage-container .content {
    position: absolute;
    width: 90%;
    top: 0;
    margin-left: unset !important;
    padding: 9px 12px;
    text-align: center;
    background-color: transparent!important;
    z-index: 7;
    box-shadow: 0 0 0 0 rgba(6, 21, 56, .15)
}

.deal-pipeline-widget .current-pipeline .stage-container .content .stage-name {
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden
}

.deal-pipeline-widget .current-pipeline .stage-container .content .stage-amount {
    font-size: 14px;
    font-weight: 500;
    padding: 4px 0;
    color: #17274d
}

.deal-pipeline-widget .current-pipeline .stage-container .content .stage-count {
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden
}

.deal-pipeline-widget .current-pipeline .stage-container.fixed {
    -webkit-box-flex: 1;
    flex: 1;
    height: 87px
}

.deal-pipeline-widget .pipline-data {
    display: -webkit-box;
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0
}

.deal-pipeline-widget .pipline-data li {
    width: 20%;
    padding: 0 20px;
    position: relative;
    font-size: 13px;
    list-style: none;
    border-right: 1px solid #e8eff0;
    margin-top: 10px
}

.deal-pipeline-widget .pipline-data li:last-child {
    border-right: 0
}

.deal-pipeline-widget .text-dropdown .select2-selection--multiple,
.deal-pipeline-widget .text-dropdown .select2-selection--multiple .select2-selection__choice {
    cursor: pointer!important
}

.leaderboard tr {
    height: 60px !important;
}

.reports-sub-header {
    -webkit-box-align: center;
    align-items: center
}

.reports-sub-header .report-option {
    border-right: 1px solid #e6eaf2;
    padding: 15px 20px;
    max-height: 60px;
    -webkit-box-align: center;
    align-items: center
}

.reports-sub-header .filter-query-option {
    padding: 20px 15px;
    max-height: 60px
}

.reports-sub-header .filter-query-option .label {
    position: absolute;
    left: 22px;
    top: 10px;
    padding: 3px 5px
}

.reports-sub-header .report-option-right {
    max-height: 60px;
    margin-left: auto
}

.reports-sub-header .report-option-right .numbercount {
    border-radius: 10px;
    width: 13px;
    height: 13px;
    left: 17px;
    top: -1px;
    background: #f53636;
    color: #fff;
    font-size: 9px;
    line-height: 16px
}

.reports-sub-header .date-picker {
    font-size: 14px
}

.report-content {
    padding: 0
}

.report-content .report-head-section .filter-query-option .label {
    position: absolute!important;
    left: 14px;
    top: -6px;
    padding: 3px 5px
}

.report-side-view sm-daterange-picker sm-element::after {
    top: auto;
    bottom: 14px
}

.collapse-header .active {
    border-left: 4px solid #1A83C7 !important;
}

.collapse-header .list-group-item.active {
    color: var(--barantum) !important;
    background-color: #F2F4F4!important;
    border-color: transparent;
}

.collapse-header .list-group-item:hover {
    /* color:var(--barantum) !important; */
}


/* Widget Click to Call */

.widget-oncall {
    position: fixed;
    z-index: 1032;
    bottom: 8%;
    left: 80px;
    width: 280px;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
}

.widget-oncall.widget-oncall-demo .widget-oncall-container {
    /* height: 30.5rem; */
}

.widget-call.widget-call-demo {
    position: fixed;
    z-index: 9999999 !important;
    bottom: 3%;
    left: 80px;
    width: 280px;
}

.widget-call.widget-call-demo .widget-call-container {
    height: auto!important;
}

.span4 {
    width: 65px;
    float: left;
    margin: 0 8px 10px 8px;
}

.phone {
    margin-top: 15px;
    background: #fff;
}

.tel {
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px solid #9e9e9e;
    border-radius: 0px;
}

.num-pad {}

.num {
    border: 1px solid #9e9e9e;
    -webkit-border-radius: 10px;
    border-radius: 19px;
    -moz-border-radius: 10px;
    height: 53px;
    background-color: #fff;
    color: #333;
    cursor: pointer;
}

.num:hover {
    background-color: #F2F4F4;
    color: #fff;
    transition-property: background-color .2s linear 0s;
    -moz-transition: background-color .2s linear 0s;
    -webkit-transition: background-color .2s linear 0s;
    -o-transition: background-color .2s linear 0s;
}

.txt {
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    color: #333;
    margin: auto;
}


/* Color */

.color-box {
    height: 35px;
    width: 35px;
    margin: 0.5rem;
    border-radius: 0.5rem;
    cursor: pointer;
}

.color-box.selected {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, 0.5);
}


/* Qiscus Sociomile */

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 650px;
    border: 0px;
}

.container-iframe {
    margin-bottom: 30px;
}

.card-questions .card-header h5 {
    font-size: 17px;
}

.card-questions {
    margin-bottom: 5px;
}

.tickets-reports .col-sm-2,
.tickets-reports .col-xs-6,
.tickets-reports .col-sm-4,
.tickets-reports .col-xs-12 {
    padding: 5px !important;
}

.tickets-reports .card {
    margin-bottom: 5px;
}

.survey-questions .collapse-icon [data-toggle="collapse"]:before {
    position: absolute;
    margin-top: 7px !important;
    left: 20px !important;
    right: unset !important;
    font-family: 'boxicons';
    content: "\ea4a";
    transition: all 200ms linear 0s;
    font-size: 1.2rem;
    font-weight: 600;
}

.survey-questions .card-title {
    margin-left: 35px;
}


/* Footer Ads Fixed */

.ads_event {
    align-items: center;
    bottom: 0;
    color: #f9f9f9;
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    /* padding: 1.5rem; */
    position: fixed;
    width: 100%;
    z-index: 1040;
    padding-top: 8px;
    padding-bottom: 8px;
}


/* Onboarding Started */

.on-boarding-wrapper {
    background: url(/assets/images/dashboard-widget-bg.jpg) left bottom/100% auto repeat-x #fff;
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 rgba(6, 21, 56, 0.15);
}

.on-boarding-wrapper:hover {
    box-shadow: 0 5px 8px 0 rgba(6, 21, 56, 0.1);
}

.on-boarding-wrapper h1 {
    font-weight: 400;
    font-size: 26px;
}

.on-boarding-wrapper .steps-wrapper li {
    list-style: none;
    border: 1px solid #e6eaf2;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 20px;
    color: #17274d;
    display: -webkit-box;
    display: flex;
    background: #fff;
}

.on-boarding-wrapper .steps-wrapper li .content-block {
    -webkit-box-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    justify-content: center;
    align-self: center;
}

.on-boarding-wrapper .steps-wrapper li:hover {
    border: 1px solid #d3d9e6;
}

.on-boarding-wrapper .steps-wrapper .boardingiconBlock {
    border-radius: 30px;
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 10px 0;
}

.on-boarding-wrapper .steps-wrapper .boardingiconBlock.step1 {
    background: #20c1fb;
}

.on-boarding-wrapper .steps-wrapper .boardingiconBlock.step2 {
    background: #ffb516;
}

.on-boarding-wrapper .steps-wrapper .boardingiconBlock.step3 {
    background: #9169ff;
}

.on-boarding-wrapper .steps-wrapper .boardingiconBlock.checked {
    background: #0c8;
    color: #fff;
    font-size: 26px;
    line-height: 42px;
}

.on-boarding-wrapper .boardingicon {
    background: url(/assets/images/on-boarding-steps-icons.png) 0 0/100% no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
}

.on-boarding-wrapper .boardingicon.step1 {
    background-position: left -40px;
}

.on-boarding-wrapper .boardingicon.step2 {
    background-position: left 0;
}

.on-boarding-wrapper .boardingicon.step3 {
    background-position: left -160px;
}

.on-boarding-wrapper h3 {
    padding: 0;
    color: #ffc007;
}

.on-boarding-wrapper .hide-forever {
    text-decoration: underline;
}

.on-boarding-wrapper .download-links a {
    float: left;
    margin: 0 10px 10px 0;
}

.on-boarding-wrapper .support-arrow {
    font-size: 11px;
    font-weight: 700;
    margin-left: 2px;
}


/* Import Style */

.import-file-upload {
    border: 1px dashed #55acee;
    margin: 6px 0 15px;
    text-align: center;
    width: 100%;
    border-radius: 4px;
}

.product-list-deals {
    background-color: #f2f4f4;
    /* height: 400px; overflow: scroll; */
}

.projects-list-deals {
    background-color: #f2f4f4;
    /* height: 400px; overflow: scroll; */
}

.breadcrumb-item.active {
    color: #1F86C8;
}


/* loading */

.preloader-layout {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #1A83C7;
    z-index: 9999999999;
}

.cube-wrapper {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    text-align: center;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: white;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 2.0s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 2.0s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 2.0s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 2.0s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}


/* table */

.min-heigh-500 {
    min-height: 500px;
}

.min-heigh-450 {
    min-height: 650px !important;
    /* min-height: calc(100% - 2rem); */
    margin-bottom: .2rem;
}

.heigh-450 {
    height: 650px !important;
    /* overflow: auto; */
}

.heigh-525 {
    height: 525px !important;
}

.min-height-580 {
    min-height: 550px;
}

.vue-slideout {
    z-index: 1997999!important;
}

.Vue-Toastification__container {
    z-index: 1997999!important;
}

.edit-list .form-group {
    margin-bottom: 0px !important;
}


/* for autocomplete vue google map */

.pac-container {
    z-index: 99999999;
}

.mx-250 {
    max-width: 250px;
}

.min-200 {
    min-width: 180px;
}

.mx-200 {
    max-width: 200px;
}

.tabelheight {
    /* min-height: 520px;
    max-height: 520px; */
    max-height: calc(100vh - 336px);
    /* height: calc(100vh - 323px); */
    overflow: scroll;
}

.tabelheight-billing {
    max-height: calc(100vh - 323px);
}

.card-empty {
    /* height: 500px; */
    height: calc(100vh - 340px);
    background-color: #F2F4F4;
}

.body-details {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 300px);
    border-top: 2px solid #D9D9D9;
    padding-top: 0.75rem;
}

.vue-slideout-content {
    background-color: rgb(247, 249, 252);
}

.comment-child {
    background: rgb(249, 249, 249) none repeat scroll 0% 0%;
}

.wizard .steps ul li.current a {
    color: #1A83C7 !important;
}

.wizard .steps ul li.current::before {
    background-color: #1A83C7 !important;
}

.div-retry {
    z-index: 100000000;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #f2f2f2;
    opacity: 1;
    position: absolute;
}

.bg-previewquick {
    background-color: #f7f9fc;
    height: -webkit-fill-available;
}


/* Calendar view */


/* .cv-header .periodLabel {
display: unset !important;
flex: unset !important;
flex-flow: unset !important;
min-height: 1.5em;
line-height: 1;
font-size: unset ;
}

.cv-wrapper, .cv-wrapper div{
line-height: 3em !important;
}

.theme-default .cv-header, .theme-default .cv-header-day{
justify-content :space-between !important;

}

.cv-day, .cv-event, .cv-header-day, .cv-header-days, .cv-week, .cv-weeks{
border-style: solid ;
border-color: #435871 !important;
}

*/

.cv-week {
    flex-flow: row nowrap;
    min-height: 5em !important;
    border-width: 0;
    position: relative;
    width: 100%;
}

.theme-default .cv-day.past {
    background-color: white !important;
}

.theme-default .cv-day.today {
    background-color: #e9eff7 !important;
}

.cv-header {
    background-color: #475f7b !important;
    height: 60px !important;
    color: white !important;
}

.cv-header-day {
    height: 60px;
    color: white !important;
}

.cv-header .periodLabel {
    font-size: 18px !important;
}

.cv-day,
.cv-event,
.cv-header-day,
.cv-header-days,
.cv-week,
.cv-weeks {
    border-style: unset !important;
    border-color: unset !important;
}

.cv-day-number,
.cv-event,
.cv-header-day {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cv-header-day {
    background-color: #f0f0f0;
    color: #535353 !important;
}

.cv-day-number {
    margin: auto;
}


/* scroll */

.side-300.open {
    left: 0 !important;
}

.side-300 {
    width: 300px;
    left: -300px;
}

.sidebar_new.open {
    right: 0;
}

.menumobile .main-menu {
    z-index: 0;
    position: unset !important;
    display: unset !important;
    height: unset !important;
    overflow: hidden;
}

.menumobile .main-menu.menu-light .navigation {
    background: none;
}

.menumobile {
    overflow: scroll;
}

.logo-mobile {
    height: 41px;
    margin-left: 30px !important;
    margin-top: 26px !important;
}


/* Add style in css for icon middle last update 25/08/2020 */

.middle-icon {
    vertical-align: middle;
}

#main-menu-navigation .nav-item a:hover {
    color: #1F86C8 !important;
}

#QuickUpdate .vdp-datepicker__calendar {
    position: unset !important;
}

.setting-not-found {
    height: calc(100vh - 343px);
}

/* For Setting Tags */

.color-box.selected {
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
}

.color-box-table {
    height: 23px;
    width: 23px;
    margin: 0.5rem;
    border-radius: 0.5rem;
    cursor: pointer;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -1px;
}


/* 
.dropdown-submenu .dropdown-menu::before{
display: none !important;
} */


/* For Call Center  */

.callcenter-tab .nav.nav-pills .nav-item .nav-link.active,
.callcenter-tab.nav.nav-tabs .nav-item .nav-link.active {
    box-shadow: 0 2px 4px 0 rgba(90, 141, 238, .5);
    margin-bottom: 0px;
}

.callcenter-tab .nav.nav-pills .nav-item .nav-link,
.callcenter-tab .nav.nav-pills .nav-item.dropdown.show .dropdown-menu,
.nav.nav-tabs .nav-item .nav-link,
.callcenter-tab .nav.nav-tabs .nav-item.dropdown.show .dropdown-menu {
    border-radius: .267rem;
}

.callcenter-tab .nav-tabs .nav-item.show .nav-link,
.callcenter-tab .nav-tabs .nav-link.active {
    color: #FFF;
    background-color: #607d8b;
    border-color: transparent;
    ;
}

.callcenter-tab .nav-tabs .nav-link.active h5 {
    color: #FFF !important;
    font-size: 18px;
}

.callcenter-tab .nav-pills .nav-link,
.callcenter-tab .nav-tabs .nav-link {
    background-color: #F2F4F4;
    color: #475F7B;
}


/* for notifications */

.read-notification-all {
    background-color: #f2f4f4;
}

.read-notification-all:hover {
    background-color: #f2f4f47a !important;
}

.notif-truncate {
    white-space: nowrap;
    width: 280px !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 990px) {
    .notif-truncate {
        white-space: nowrap;
        width: 300px !important;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.bg-active .list-group-item {
    background-color: #f2f4f4 !important;
}

.active-report {
    background-color: #e2ecff;
}

.dropdown-megamenu {
    width: 350px!important;
    max-height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;
    top: 100%;
}

.td-medium {
    display: block;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    /* max-width: 0px; */
}

.horizontal-menu.navbar-sticky .content>.content-wrapper {
    margin-bottom: 0rem;
}

.label-tags-co {
    white-space: nowrap;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Details New */

.body-details .collapsible .card .card-header,
.body-details .accordion .card .card-header {
    font-size: 14px;
}

.card-informations .card-info .list-group-item {
    padding: 0.3rem 1rem !important;
    cursor: pointer;
}

.card-collapse-sub .list-group-item {
    background-color: #f2f3f3 !important;
}

.card-informations .collapsible .card .card-header,
.card-informations .accordion .card .card-header {
    padding: 0.4rem 0.8rem !important;
    background-color: #edf3f9;
}

a.btn-edit-info {
    display: none !important;
}

.card-informations .list-group-item:hover a.btn-edit-info {
    display: inline !important;
    margin-top: 3px;
    font-size: 13px;
    padding-top: 1px;
    border: 0.5px solid #DFE3E7;
    background-color: white;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
}

.card-informations .list-group-item:hover {
    background-color: #f2f4f4;
    border-bottom: 1px dashed #DFE3E7;
    cursor: pointer !important;
}

a.btn-showhide-timeline {
    display: none !important;
}

.timeline-content:hover a.btn-showhide-timeline {
    display: inline !important;
    font-size: 13px;
    padding-top: 1px;
    border: 0.5px solid #DFE3E7;
    background-color: white;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    position: absolute;
    right: 20px;
    margin-top: 10px;
}

ul.step-anchor {
    border: 0 solid #f7f9fc!important;
    padding: 0;
    background: #d3d9e6;
    border-radius: 30px;
    list-style: none;
    overflow: hidden;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}

ul.step-anchor li.active {
    border-color: #36b37e!important;
    color: #fff!important;
    background: #36b37e!important;
}

ul.step-anchor li {
    width: 100%;
    float: inherit;
    display: -webkit-box;
    display: flex;
    padding: 0px 10px;
    -webkit-box-flex: 1;
    flex: 1;
    background-color: #dfe1e6;
}

ul.step-anchor li a {
    color: #172b4d;
    text-decoration: none;
    padding: 12px 0 12px 35px;
    position: relative;
    width: 100%;
    text-align: center;
    border-radius: 0;
    outline-style: none;
    /* background: #dfe1e6; */
    text-transform: inherit;
    font-weight: 500;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 13px;
    -webkit-box-flex: 1;
    flex: 1;
}

ul.step-anchor li.active a {
    color: #fff!important;
    font-weight: 500;
}

.nav-tabs>li.active>a,
.nav-tabs>li:focus a {
    /* box-shadow: 0 3px 0 0 #1A83C7; */
    background-color: transparent;
    color: #1A83C7!important;
    border-radius: 0;
    border: 0!important;
}

ul.step-anchor li a::before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 3px;
    left: 100%;
    z-index: 1;
}

ul.step-anchor li a .stage-text {
    position: absolute;
    width: 98%;
    left: 20px;
    top: 2px;
    z-index: 9;
}

ul.step-anchor li.active a::after {
    border-left-color: #36b37e;
}

ul.step-anchor li a::after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #dfe1e6;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

ul.step-anchor li.current,
ul.step-anchor li.current a {
    border-color: #1A83C7!important;
    color: #fff!important;
    background: #1A83C7!important;
}

ul.step-anchor li.current,
ul.step-anchor li.current a::after {
    border-left-color: #1A83C7;
}

.details-new.details .nav.nav-tabs {
    display: flex !important;
    border-bottom: 1px solid #ededed !important;
}

.details-new.details .nav-link {
    padding: 0.8rem 0.2rem !important;
}

.details-new.details .nav.nav-tabs .nav-item .nav-link {
    white-space: nowrap;
    margin: auto;
}

.badge-comments-details {
    width: 27px;
    height: 25px;
    line-height: 11px;
    top: 8px;
    position: absolute;
    font-size: 11px;
}


/* display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; */

.truncate-box {
    overflow: hidden;
    text-overflow: clip;
    white-space: normal;
}

.mt--7 {
    margin-top: -7px;
}

.icon-btn-call-email {
    font-size: 16px !important;
    margin-top: -10px !important;
}


/*z-index*/

.z-index-999 {
    z-index: 999 !important;
}

.z-index-960 {
    z-index: 960;
}

.z-index-98 {
    z-index: 98;
}

.z-index-100 {
    z-index: 100;
}


.input-search-global {
    width: 220px !important;
}

.input-search-global input {
    border-top-right-radius: 0.267rem !important;
    border-bottom-right-radius: 0.267rem !important;
}

.img-no-report {
    width: 150px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.mx-datepicker-popup {
    z-index: 9200100!important;
}

.btn-edit-column {
    z-index: 9;
    position: absolute;
}

.btn-edit-column a {
    position: absolute;
    right: 0px;
}


/* pbx-popup */

.bg-blue-light {
    background-color: #E3EDFE;
}

.positions-float-pbx {
    position: fixed;
    bottom: -10px;
    right: 103px;
    width: 400px;
    z-index: 1040;
}

.activity-create-pbx-1 {
    height: 350px;
    overflow-y: auto;
}

.empty-activity-pbx {
    height: 350px;
}

.activity-pbx {
    height: 350px;
}

.activity-pbx-list {
    height: 320px;
    overflow: scroll;
}


/* calendar */

#app {
    display: flex;
    flex-direction: row;
    font-family: Calibri, sans-serif;
    width: 95vw;
    min-width: 30rem;
    max-width: 100rem;
    min-height: 40rem;
    margin-left: auto;
    margin-right: auto;
}

.calendar-controls {
    margin-right: 1rem;
    min-width: 14rem;
    max-width: 14rem;
}

.calendar-parent {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow-x: hidden;
    overflow-y: hidden;
    max-height: 80vh;
    background-color: white;
}


/* For long calendars, ensure each week gets sufficient height. The body of the calendar will scroll if needed */

.cv-wrapper.period-month.periodCount-2 .cv-week,
.cv-wrapper.period-month.periodCount-3 .cv-week,
.cv-wrapper.period-year .cv-week {
    min-height: 6rem;
}


/* These styles are optional, to illustrate the flexbility of styling the calendar purely with CSS. */


/* Add some styling for items tagged with the "birthday" class */

.theme-default .cv-event.birthday {
    background-color: #e0f0e0;
    border-color: #d7e7d7;
}

.theme-default .cv-event.birthday::before {
    content: "\1F382";
    /* Birthday cake */
    margin-right: 0.5em;
}

.status-lable-calendar {
    position: absolute;
    right: 44px;
    margin-top: 19px;
}

.btn-checkin {
    width: 118px;
}


/* warna tiap module */

.bg-leads {
    background-color: #0492CF;
}

.bg-contacts {
    background-color: #003F6B;
}

.bg-org {
    background-color: #600479;
}

.bg-calls {
    background-color: #00A25F;
}

.bg-meetings {
    background-color: rgb(95 35 35);
}

.bg-notes {
    background-color: #DFAF27;
}

.bg-survey {
    background-color: #7ACDF1;
}

.bg-taks {
    background-color: #693A18;
}

.bg-deals {
    background-color: #7BC043;
}

.bg-products {
    background-color: #9B0F5F;
}

.bg-projects {
    background-color: #00A25F;
}

.bg-issues {
    background-color: #5F050F;
}

.bg-tickets {
    background-color: #160A47;
}

.text-color-leads {
    color: #0492CF;
}

.text-color-contacts {
    color: #003F6B;
}

.text-color-org {
    color: #600479;
}

.text-color-calls {
    color: #00A25F;
}

.text-color-meetings {
    color: rgb(95 35 35);
}

.text-color-notes {
    color: #DFAF27;
}

.text-color-survey {
    color: #7ACDF1;
}

.text-color-taks {
    color: #693A18;
}

.text-color-deals {
    color: #7BC043;
}

.text-color-products {
    color: #9B0F5F;
}

.text-color-projects {
    color: #00A25F;
}

.text-color-issues {
    color: #5F050F;
}

.text-color-tickets {
    color: #160A47;
}

.multiselect--active {
    position: absolute;
}

.height-report-template {
    height: 400px;
    overflow: scroll;
}

.card-height-report {
    height: 650px;
    overflow: scroll;
}


/* Report */

.card-body-report {
    max-height: 500px;
    overflow: auto;
}


/* .mx-datepicker-popup{
position: fixed !important;
top: 30% !important;
} */

.list-doc li:hover {
    background-color: #f2f4f4;
}

.app-file-info:hover {
    background-color: #f2f4f4;
}


/* trial new theme */

.bg-stripe {
    background: white;
    position: fixed;
    width: 173px;
    right: -18px;
    margin-top: 70px;
    z-index: 999;
}

.bg-stripe .stripe-4 {
    background: repeating-linear-gradient( -55deg, #2F445B, #394C62 10px, #394C62 10px, #394C62 20px);
    border-radius: 5px;
}

.scroll-hidden {
    overflow: hidden !important;
    height: 50px !important;
}

.kanban-item .text-truncate {
    white-space: unset !important;
}

.tabelheight .text-truncate {
    width: unset !important
}

.org-tree-container {
    overflow: auto;
    width: 100%;
    height: 100%;
}

#main-menu-navigation {
    margin-top: 4px;
    font-size: 16px;
}

.content-header {
    margin-bottom: 5px;
}

.content-header-left {
    margin-bottom: 5px !important;
    margin-top: 6px !important;
}

.widget-timeline .timeline-items ul li:hover a .bx-edit {
    visibility: inherit !important;
}

.widget-timeline .timeline-items ul li a .bx-edit {
    visibility: none;
}

.breadcrumbs-top .btn-group .dropdown-menu.show {
    max-height: 300px;
    overflow: scroll;
}

.bg-authentication .font-small-3 {
    font-size: 14px !important;
}

.bg-authentication .alert {
    padding: 0.5rem 1rem;
    margin-bottom: 1.67rem;
}

.timeline-items .font-small-2 {
    font-size: 12px !important;
    line-height: 16px;
    margin-bottom: 3px !important;
}

.widget-timeline li .timeline-text {
    font-size: 15px;
}

.height-widget-320 {
    max-height: 320px;
    overflow-y: auto;
}

.widget-timeline li .timeline-title {
    font-size: 14px;
}

.leaderboard {
    max-height: 320px;
    overflow-y: auto;
}

.btn-view-type .bx-cog {
    font-size: 18px !important;
}

.body-details .list-group-item small {
    font-size: 95%;
}

.avatar-count {
    height: 20px;
    width: 20px;
}

.avatar-count .avatar-content {
    width: 20px;
    height: 20px;
    font-size: 10px;
}

.focus-chat {
    background: #EDF0F4;
}

.body-details .widget-timeline {
    max-height: unset !important;
    overflow-y: unset !important;
}

.timelineloading {
    width: 100px !important;
}

.btn-loadmore-detail {
    background-color: #dbedff;
    color: #394C62 !important;
}

.btn-loadmore-detail:hover {
    background: #1a83c7;
    color: white !important;
}

.footer-fixed {
    position: fixed;
    background: none repeat scroll 0 0 #f2f4f4;
    bottom: 0;
    width: 100%;
}

.multiselect__option {
    text-transform: capitalize !important;
}

.multiselect__single {
    text-transform: capitalize !important;
}

.note-text-subjects {
    white-space: pre-wrap;
}

.notif-support {
    top: 3px !important;
    left: 9px;
    font-size: 10px;
    width: min-content;
}

.widget-report .card-body-height {
    max-height: 400px;
    overflow-y: auto;
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-status {
    white-space: nowrap;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name {
    white-space: nowrap;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}

.popover {
    max-width: 600px;
}

.popover-body {
    max-height: 400px;
    overflow-y: auto;
}

.pull-right-width {
    width: 20px;
    text-align: center;
}

.card-restricted>.card {
    border: none !important;
}

.content-body {
    min-height: 200px;
}

.dropdiwnmaps-search {
    position: absolute;
    z-index: 99999;
    width: 93%;
}

.boxcomments {
    min-height: 65px;
    width: 100%;
    text-decoration: unset !important;
}

.filename-title-preview {
    width: 90%;
    word-wrap: break-word;
}

.badge-follow-up {
    margin-left: 10px;
    padding: 4px 8px;
}

.popover {
    width: 300px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .1);
    border-radius: 15px;
}

.container-text {
    margin-right: 40px;
}

.dashed {
    border: none;
    border-bottom: 1px dashed #2C8CCA;
    opacity: 20%;
}

.select-subsdiary {
    border-radius: 30px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 0 10px 0px rgb(0, 0, 0, 0.2);
}

.min-width-200 {
    min-width: 200px;
}

.width-100-percent {
    width: 100% !important;
}

.text-att {
    color: #8C8C8C;
    font-weight: 500;
    font-family: 'Rubik'
}

.subtext-att {
    color: #CCCCCC;
    font-weight: 200;
    font-family: 'Rubik';
    padding: 0px 25px 0px 25px;
}

.text-truncate {
    max-width: 150px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.text-search {
    width: 300px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-addproducts {
    width: 435px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.icon-format {
    width: 40px;
    margin-right: 10px;
    -webkit-filter: drop-shadow(1px 1px 1px #C1C1C1);
    filter: drop-shadow(1px 1px 1px #C1C1C1)
}

.border-list {
    border-radius: 15px !important;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.scrollbar {
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.scrollbar::-webkit-scrollbar-track {
    /* padding: 2px 0; */
    background-color: transparent;
}

.scrollbar::-webkit-scrollbar {
    width: 8px;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background-color: #C1C1C1;
}

.file-icon-avi {
    /* width: 15px;
height: 15px; */
    background-image: url(./file-icon/avi.svg);
}

.file-icon-default {
    /* width: 15px;
height: 15px; */
    background-image: url(./file-icon/default.svg);
}

.file-icon-doc {
    /* width: 15px;
height: 15px; */
    background-image: url(./file-icon/doc.svg);
}

.file-icon-emptyatt {
    background-image: url(./file-icon/empty-att-10.svg);
}

.file-icon-jpg {
    /* width: 15px;
height: 15px; */
    background-image: url(./file-icon/jpg.svg);
}

.file-icon-mdb {
    /* width: 15px;
height: 15px; */
    background-image: url(./file-icon/mdb.svg);
}

.file-icon-mp3 {
    /* width: 15px;
height: 15px; */
    background-image: url(./file-icon/mp3.svg);
}

.file-icon-mp4 {
    /* width: 15px;
height: 15px; */
    background-image: url(./file-icon/mp4.svg);
}

.file-icon-pdf {
    /* width: 15px;
height: 15px; */
    background-image: url(./file-icon/pdf.svg);
}

.file-icon-png {
    /* width: 15px;
height: 15px; */
    background-image: url(./file-icon/png.svg);
}

.file-icon-ppt {
    /* width: 15px;
height: 15px; */
    background-image: url(./file-icon/ppt.svg);
}

.file-icon-rar {
    /* width: 15px;
height: 15px; */
    background-image: url(./file-icon/rar.svg);
}

.file-icon-txt {
    /* width: 15px;
height: 15px; */
    background-image: url(./file-icon/txt.svg);
}

.file-icon-wav {
    /* width: 15px;
height: 15px; */
    background-image: url(./file-icon/wav.svg);
}

.file-icon-xls {
    /* width: 15px;
height: 15px; */
    background-image: url(./file-icon/xls.svg);
}

.file-icon-zip {
    /* width: 15px;
height: 15px; */
    background-image: url(./file-icon/zip.svg);
}

.file-icon-ppt {
    /* width: 15px;
height: 15px; */
    background-image: url(./file-icon/ppt.svg);
}

.badge-contact-list {
    white-space: nowrap;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.card-info .collapse .list-group h6 {
    /* white-space: pre-wrap; */
}

.multiselect__tags .multiselect__single {
    word-break: break-all;
}

.dropdown-menu.custom-menu.show {
    max-height: 250px;
    overflow-y: scroll;
}

ul.dropdown-menu.menu-custom.show {
    margin-top: -3px;
}

.hr-full {
    position: relative;
    left: -22px;
    width: calc(100% + 44px);
}

.badge-log-status {
    width: 110px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-right: 0.5rem; */
    border-radius: 30px;
    color: white;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 10%);
}

.swal2-popup.swal2-modal.swal2-show {
    border-radius: 10px;
    box-shadow: 0 4px 1px 0 rgb(0 0 0 / 10%), 0 3px 20px 0 rgb(0 0 0 / 16%);
}

.card-drag {
    height: 530px !important;
    margin: 0 auto;
    overflow-y: auto;
}

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

.badge-status {
    width: 245px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-right: 0.5rem; */
    border-radius: 30px;
    color: white;
    /* box-shadow: 2px 2px 10px rgb(0 0 0 / 10%); */
}

.card-campaign {
    background-color: #F9F8FF;
    border-radius: 20px;
}

.list-customer {
    position: relative;
    list-style: none;
    padding-left: 0px;
    overflow-y: auto;
    height: 60vh;
    overflow-x: hidden;
}

.mb-emptystate {
    margin-bottom: 45px;
}

.quickupdate .vs__dropdown-menu {
    display: block;
    box-sizing: border-box;
    position: absolute;
    bottom: calc(100% - 0px);
    top: unset;
    left: 0;
    z-index: 1000;
    padding: 5px 0;
    margin: 0;
    width: 100%;
    max-height: 200px;
    min-width: 160px;
    overflow-y: auto;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 15%);
    border: 1px solid rgba(60, 60, 60, .26);
    border-top-style: none;
    border-radius: 0 0 4px 4px;
    text-align: left;
    list-style: none;
    background: #fff;
}

.multiselect--above .multiselect__content-wrapper {
    bottom: unset !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: none;
    border-top: 1px solid #e8e8e8;
}

.add-scroll-meeting-report {
    overflow: auto;
    height: 400px;
}

.daterangepicker.dropdown-menu.ltr.show-calendar.show-ranges.opensright.linked {
    top: auto;
}

.badge-assign {
    /* display: inline-block !important; */
    padding: 0px 10px !important;
    height: 25px;
    font-size: 0.7rem;
    font-weight: 400;
    border-radius: 0.3rem;
    border: solid 2px #eaeaea;
    color: #818181;
    cursor: pointer;
}

.badge-assign-active {
    /* display: inline-block !important; */
    padding: 0px 10px !important;
    height: 25px;
    font-size: 0.7rem;
    font-weight: 400;
    border-radius: 0.3rem;
    color: #FFFFFF;
    background-color: #1A83C7;
}

.chatlogs.widget-timeline li.timeline-items:before {
    position: absolute;
    content: "";
    left: -5px;
    top: 17px;
    border: 3px solid #FFFFFF;
    box-shadow: 1px 2px 6px 0 rgb(25 42 70 / 30%);
    border-radius: 50%;
    background: #1A83C7;
    height: 13px;
    width: 13px;
    z-index: 2;
  }
  
  .chatlogs.widget-timeline li.timeline-items.active:not(:last-child):after {
  position: absolute;
  content: "";
  width: 1px;
  background: #dfe3e7;
  left: 1px;
  top: 22px;
  height: 100%;
  z-index: 1;
  }
  
  .chatlogs.widget-timeline span{
  font-size: 12px;
  }

  .chatlogs.widget-timeline li.timeline-items:before {
    position: absolute;
    content: "";
    left: -5px;
    top: 17px;
    border: 3px solid #FFFFFF;
    box-shadow: 1px 2px 6px 0 rgb(25 42 70 / 30%);
    border-radius: 50%;
    background: #1A83C7;
    height: 13px;
    width: 13px;
    z-index: 2;
}

.chatlogs.widget-timeline li.timeline-items.active:not(:last-child):after {
  position: absolute;
  content: "";
  width: 1px;
  background: #dfe3e7;
  left: 1px;
  top: 22px;
  height: 100%;
  z-index: 1;
}

.chatlogs.widget-timeline span{
  font-size: 12px;
}
.chatlogs.widget-timeline li{
padding-left : 23px;
}
.check-tags{
    font-size: 26px; margin-left: 13px;
    }

li.multiselect__element {
        padding: 0px !important;
    
    }
 .multiselect__option--highlight {
        background: #41b883;
        outline: none;
        color: #ffffff !important;
    }

.badge-bot {
    padding: 0px 5px;
    height: 17px;
    font-size: 0.7rem;
    font-weight: 400;
    border-radius: 0.3rem;
    color: #FFFFFF;
    background-color: #23bd70;
    width: 80px;
}

.avatar-intercom img {
    position: fixed;
    z-index: 99999999999;
    right: 0.3%;
    bottom: 2%;
}

.avatar-intercom:hover img {
    transform: scale(1.1);
    transition: transform 0.25s ease;
}

.input-search-icon {
    margin-left: -2.3rem;
}

.card-informations .list-group-item a.btn-contact-edit {
    margin-top: 3px;
    font-size: 13px;
    padding-top: 1px;
    border: 0.5px solid #DFE3E7;
    background-color: white;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
}

.slideout-form-action {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 1rem;
    background: #FFF;
}

.border-appended-btn {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

.vue-btn-border {
    border-radius: 6px !important;
    height: 35.5px; 
}

.vue-btn {
   height: 35.5px !important;
}

.btn-size-md{
    height: 40px;
}

.btn-icon-size-md{
    height: 40px;
    width: 40px;
}

.grid-stack-item > .grid-stack-item-content{
    inset: 10px 0px 10px 0px !important;
}

.btn-size-md-slideout{
    height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
}

.divbtn-create-defaut{
    position: fixed;
    width: 95% !important;
    bottom: -4px;
    left: 13px;
}