.relative {
    position: relative!important;
}
.cursor {
    cursor: pointer!important;
}
.statistic-help-tooltip i {
    font-size: 14px!important;
}
.offer-activate-switcher .v-input__slot {
    margin-bottom: 0;
}
.offer-activate-switcher .v-messages {
    display: none;
}
.w100 {
    width: 100%!important;
}
.border-none {
    border: none!important;
    border-bottom: thin solid hsla(0,0%,100%,.12)!important;
}
.with-edit-lead > .v-data-table__wrapper > table > tbody > tr > td {
    position: relative;
}
.v-data-table__wrapper table thead{
    background: #1e272b;
}
.v-data-table__wrapper table thead th{
    height: 35px !important;
}
.country-tooltip i {
    top: -2px;
    font-size: 14px!important;
}
.filters__content {
    display: flex;
    flex-wrap: wrap;
  }
.v-data-table__wrapper table tbody td{
    height: 35px !important;
    /*background: #1e272b;*/
}

.copy-btn{
    height: 26px !important;
    text-transform: inherit;
}
.copy-text {
    position: absolute;
    top: -5px;
    right: 0px;
}
.thead-d{
    background:#1e272b;
}

.p-0{
 padding: 0 !important;
}

.offers-form .theme--dark.v-tabs-items {
    background-color: rgba(255, 255, 255, 0) !important;
}

.custom-v-data-table .v-border td{
    border-bottom: 1px solid #1e272b;
}

.is_active{
    background: #009688;
    color: white !important;
    border: none !important;
}


.single-user .theme--dark.v-tabs-items{
    background-color: inherit !important;
}

.single-user .v-tabs-items{
    width: 100%;
}

.pointer{
    cursor:pointer;
}

.info_name:hover{
    color: #bcbebf;
}

.typeduplicates th[aria-label="Error"], .typenot_valid th[aria-label="Error"], .typehold th[aria-label="Error"], .typesend th[aria-label="Error"]{
    display:none;
}

.typeduplicates td:last-child, .typenot_valid td:last-child, .typehold td:last-child, .typesend td:last-child{
    display:none;
}

.open-exand-hover:hover > .opened-expand-hover{
    display: block;
}

.opened-expand-hover{
    position: absolute;
    display: none;
    padding: 10px 20px 10px 20px;
    background: #253238;
    z-index: 22;
}

.opened-expand-hover > div{
    cursor: pointer;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    /*border-bottom: 1px dotted black; !* If you want dots under the hoverable text *!*/
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    position: absolute;
    z-index: 1;
    left: -50px;
    top: -80px;
    z-index: 224;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.v-sheet.theme--dark.v-toolbar.v-app-bar{
    z-index: 22;
}

.notify{
    position: absolute;
    top: 70px;
    width: 250px;
    background: #1e272b;
    z-index: 55215125125125215125;
    padding: 10px;
    font-size: 14px;
    text-align: left;
    max-height: 250px;
    overflow: auto;
}

.notify > div{
    margin-bottom: 10px;
}

.v-data-table-header tr th i{
    position:absolute !important;
}

.v-data-table-header tr th{
    position: relative;
}

.row-color-brokers {
    background-color: #31505B;
  }

/*.admintypeduplicates th[aria-label="Error"], .admintypenot_valid th[aria-label="Error"], .admintypehold th[aria-label="Error"], .admintypesend th[aria-label="Error"]{*/
/*    display:none;*/
/*}*/
/*.admintypeduplicates tbody tr td:nth-child(6), .admintypenot_valid tbody tr td:nth-child(6), .admintypehold tbody tr td:nth-child(6), .admintypesend tbody tr td:nth-child(6){*/
/*   display: none;*/
/*}*/

.leads-item-logs {
    width: 400px;text-align:left!important;
}

.lead-status {
    padding: 5px 10px;
    border-radius: 10px;
    display: block;
    font-size: 12px;
    text-align: center;
}
.lead-status-lock {
    position: absolute;
    top: -10px;
    right: -5px;
}
.lead-status-lock-ftd {
    position: absolute;
    top: -10px;
    right: -13px;
}
/* .lead-status-restore {
    position: absolute;

} */
.lead-status--blue {
    background: #0057b8;
}
.lead-status--orange {
    background: #ff6d01;
}
.lead-status--purple {
    background: #d123a9
}
.lead-status--green {
    background: #009688
}
.lead-status--black {
    background: #1e272b
}
.lead-status--brown {
    background: #b84747
}

.qcm-comment-sizes {
    max-height:450px;
    max-width: 650px;
    overflow-x: hidden;
    min-width: 475px!important;
}

@media (max-width: 600px) {
    .leads-table-leads-page table .v-data-table__mobile-row__header {
        max-width: 115px;
    }
    .leads-table-leads-page table .v-data-table__mobile-row__cell {
        text-align: left;
    }
    .leads-table-leads-page table tbody {
        max-width: 95vw;
    }
    .leads-table-leads-page .v-data-table__wrapper table tbody td {
        height: auto!important;
    }
    .leads-table-leads-page .v-data-table__wrapper {
        overflow-x: hidden!important;
    }
    .leads-item-logs {
        width: 100%!important;
    }
    .qcm-comment-sizes {
        min-width: auto!important;
    }
}
  
