#maintab-ui li {
    background-color: #14007C;
    color: white;
    text-align: center;
}

    #maintab-ui li span {
        color: white;
        text-align: center;
    }

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (min-device-height: 768px) and (max-device-height: 768px) and (orientation: landscape) {
    body {
        font-size: 10px !important;
    }
}

.bgyellow {
    background: #FFFF00 !important;
}

.bglightblue {
    background: #b0c4de !important;
}

.bgblue {
    background: #4169e1 !important;
    color: yellow !important;
}

.bgdarkblue {
    background: #14007C !important
}

.bglightgreen {
    background: #9de19d !important;
}

.collector_textarea {
    resize: none;
    max-height: 80px !important;
    min-height: 80px !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    font-size: small !important;
}

    .collector_textarea::-webkit-scrollbar {
        width: 5px !important;
    }

    .collector_textarea::-webkit-scrollbar-thumb {
        background-color: #888 !important;
        border-radius: 5px !important;
    }

    .collector_textarea::-webkit-scrollbar-track {
        background-color: #eee !important;
    }

.gapInTab {
    margin-left: 5px;
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (min-device-height: 768px) and (max-device-height: 768px) and (orientation: landscape) {
    .input-group-text {
        font-size: 10px;
    }

    .table > :not(caption) > * > * {
        padding: 0px 5px !important;
    }

    .sm_pd {
        padding: 4px 2px;
    }

    .font8 {
        font-size: 8px;
    }

    .font10 {
        font-size: 10px;
    }

    .font12 {
        font-size: 12px !important
    }

    .tableheight {
        max-height: 170px;
        overflow-y: auto;
    }

    .bottomm {
        margin-bottom: 1px !important
    }

    .searchw {
        width: 50px !important;
    }

    .inputsize {
        height: 24px !important;
    }
}

@media screen and (min-width: 1024px) and (min-height: 768px) {
    .table > :not(caption) > * > * {
        padding: 5px 5px !important;
    }

    .tableheight {
        max-height: 230px;
        overflow-y: auto;
    }

    .searchw {
        width: 80px !important;
    }

    .inputsize {
        height: 32px !important;
    }
}

.borderleft {
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.borderright {
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.address {
    padding-left: 14px;
    padding-right: 14px;
}

.cursor {
    cursor: pointer;
}

.noncursor {
    cursor: default !important;
}

.exitbtnclr {
    background: #9c1838 !important;
    width: inherit !important;
}

.yellowclr {
    color: #caee00 !important;
}

.greenbtnclr {
    background: #32cd32 !important;
}

.lightgreenbtnclr {
    background: #90ee90 !important;
}

.deletebtnclr {
    background: #ff0000 !important;
}

.yellowbtnclr {
    background: #ffff00 !important;
}

.widthfill {
    width: 100%;
    width: -webkit-fill-available;
    width: -moz-available;
}



/*for removing style */


.supervisoraccess {
    background: #ff0000 !important;
    width: inherit !important;
}

.exitbtn {
    background: #9c1838 !important;
}

.darkgreeniconclr {
    color: #007808 !important;
}

.okbtnclr {
    background: #32cd32 !important;
    width: inherit !important;
}

.typestatusbtnclr {
    background: #00ffff !important;
}

.radiuszero {
    border-radius: 0px !important;
}

.divyellowclr {
    background: #feff00 !important;
}

.viewallbtn {
    background-color: #f5f5f5 !important;
}

.modifybtn {
    background: #4681b4 !important;
    width: inherit !important;
}

.addbtn {
    background: #32cc32 !important;
    width: inherit !important;
}

.delbtn {
    background: #fe0000 !important;
    width: inherit !important;
}

.leftarrowicon {
    background: yellow !important;
    border: 1px solid !important;
    padding: 0px 20px !important;
}

.customborder {
    border: 3px solid #8c8c8c !important;
}

.ScrollStyle {
    max-height: 300px !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}

    .ScrollStyle::-webkit-scrollbar {
        width: 5px !important;
    }

    .ScrollStyle::-webkit-scrollbar-thumb {
        background-color: #888 !important;
        border-radius: 5px !important;
    }

    .ScrollStyle::-webkit-scrollbar-track {
        background-color: #eee !important;
    }

.content-area {
    background-color: #d3d3d3 !important;
    height: 100px !important;
}

.divcontent {
    border: 1px solid black !important;
    height: 500px !important;
}

.contBorder {
    border: 1px solid black !important;
    width: 100%;
}

.customcolor {
    background: #fdffdf !important;
}

.status-input:focus {
    outline: none !important;
    box-shadow: none !important;
}

.status-row {
    background-color: white !important;
}

    .status-row.highlight {
        background-color: lightblue !important;
    }

.notatetxtarea {
    width: 100%;
}

.notatecontent-area {
    height: 100px !important;
}

.editbtn {
    background: #feff00 !important;
    width: inherit !important;
}

.createbtn {
    background: #90ee90 !important;
    width: inherit !important;
}

.fastselectediv {
    border: 1px solid black !important;
    width: 75%;
}

.skipdiv {
    border: 1px solid black;
    height: 300px;
    overflow-y: auto;
}

.ScrollForSkipInfo {
    max-height: 106px !important;
    min-height: 106px !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    background-color: #c8c8c8 !important;
}

    .ScrollForSkipInfo::-webkit-scrollbar {
        width: 5px !important;
    }

    .ScrollForSkipInfo::-webkit-scrollbar-thumb {
        background-color: #888 !important;
        border-radius: 5px !important;
    }

    .ScrollForSkipInfo::-webkit-scrollbar-track {
        background-color: #eee !important;
    }

.documentBorder {
    border: 1px solid black !important;
    width: 100%;
    min-height: 120px;
}

.custom-height {
    height: 500px;
}

.custom-height-buttons {
    height: 50px;
}

.ScrollForDupes {
    max-height: 200px !important;
    min-height: 200px !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    background-color: #c8c8c8 !important;
}

    .ScrollForDupes::-webkit-scrollbar {
        width: 5px !important;
    }

    .ScrollForDupes::-webkit-scrollbar-thumb {
        background-color: #888 !important;
        border-radius: 5px !important;
    }

    .ScrollForDupes::-webkit-scrollbar-track {
        background-color: #eee !important;
    }

.dupetiebtn {
    background: #00ff00 !important;
    width: 90px;
}

.tieaccount {
    background: #008000 !important;
}

.dupeuntiebtn {
    background: #ff0000 !important;
    width: 90px;
}

@media (max-device-width: 1200px) {
    .dupetiebtn, .dupeuntiebtn {
        width: 65px;
    }

    .dupessuper {
        font-size: 12px !important;
        width: 44% !important;
    }
}

.callbackcontainer {
    border-color: black !important;
    height: 120px;
    width: 32%;
    overflow-y: hidden;
    padding: 0;
}

.form-select-callback {
    height: 100%;
    width: 100%;
    padding: 0;
    border: none;
    background-color: #fff;
    font-size: 14px;
    overflow-y: scroll !important;
}

    .form-select-callback::-webkit-scrollbar {
        width: 5px !important;
    }

    .form-select-callback::-webkit-scrollbar-thumb {
        background-color: #888 !important;
        border-radius: 5px !important;
    }

    .form-select-callback::-webkit-scrollbar-track {
        background-color: #eee !important;
    }

.scrollable-table-container {
    max-height: 200px;
    min-height: 222px;
    overflow-y: auto;
    background-color: #c8c8c8 !important;
}

    .scrollable-table-container::-webkit-scrollbar {
        width: 5px !important;
    }

    .scrollable-table-container::-webkit-scrollbar-thumb {
        background-color: #888 !important;
        border-radius: 5px !important;
    }

    .scrollable-table-container::-webkit-scrollbar-track {
        background-color: #eee !important;
    }


#tableContainer {
    border-collapse: collapse;
    width: 100%;
}

    #tableContainer table {
        width: 100%;
    }

    #tableContainer td {
        border: none;
        padding: 0px;
        text-align: left;
    }

.highlighted {
    background-color: #0078d7;
    color: white;
}

.disabled {
    pointer-events: none;
    opacity: 3;
}

.promisesbtn {
    background: #dcdcdc !important;
}

.addmultiple {
    background: #00ffff !important;
}

.brokenpromises {
    background: #f08080 !important;
}

.custom-input-promises {
    width: 80%;
    border: 1px solid #343a40;
}

.okbtn {
    background: #32cc32 !important;
    width: 20% !important;
}

.custom-margin {
    margin-left: -22px;
}

.exitbtn {
    background: #9c1838 !important;
}

.bgcolorinemployer {
    background: #b0c3de !important
}

.modifyaddressfields {
    background: #b0c4de !important;
    border: 1px solid black;
    font-weight: bold;
}

.addaddressfields {
    border: 1px solid black;
    font-weight: bold;
}

.custom-max-height {
    max-height: 25px;
}

.alertheading {
    background-color: #dcdcdc;
    height: 35px;
}

.scrollabletableworkdate {
    max-height: 350px;
    min-height: 350px;
    overflow-y: auto;
    background-color: #c8c8c8 !important;
}

    .scrollabletableworkdate::-webkit-scrollbar {
        width: 5px !important;
    }

    .scrollabletableworkdate::-webkit-scrollbar-thumb {
        background-color: #888 !important;
        border-radius: 5px !important;
    }

    .scrollabletableworkdate::-webkit-scrollbar-track {
        background-color: #eee !important;
    }

.removeworkdatebtn {
    background: #ff0000 !important;
}

.okbtnwidth {
    width: 100px !important;
}

.dropdownwidth {
    width: 290px;
}

.collectordropdown {
    width: 350px;
}

.thwidth {
    min-width: 195px;
    max-width: 195px;
}

.documentsallbtnsize {
    font-size: 14px;
}

.workhotlistbtn {
    background: #ffa500 !important;
}

.scrollabletableletter {
    max-height: 350px;
    min-height: 280px;
    overflow-y: auto;
    background-color: #c8c8c8 !important;
}

    .scrollabletableletter::-webkit-scrollbar {
        width: 5px !important;
    }

    .scrollabletableletter::-webkit-scrollbar-thumb {
        background-color: #888 !important;
        border-radius: 5px !important;
    }

    .scrollabletableletter::-webkit-scrollbar-track {
        background-color: #eee !important;
    }

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    display: none;
    z-index: 9999;
}

.editscreenwidth {
    width: 200px !important;
}

.circle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #012ab6;
    color: #ffffff;
    font-size: 30px;
}

#iconContainer {
    display: inline-block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 2px solid black;
    text-align: center;
    line-height: 60px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}


#iconTrigger {
    color: #ffffff;
    transition: color 0.3s ease;
    position: relative;
}

    #iconTrigger:hover {
        color: yellow;
    }


.icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    background-color: #012ab6;
}

.icon-content {
    color: #ffffff;
    font-size: 24px;
}

.statuelim {
    background-color: red;
}

.dropdownpaymentlog {
    width: 150px;
}

.scrollable-table-paymentlog {
    max-height: 400px;
    min-height: 422px;
    overflow-y: auto;
    background-color: #c8c8c8 !important;
}

.scrollable-table-container::-webkit-scrollbar {
    width: 5px !important;
}

.scrollable-table-container::-webkit-scrollbar-thumb {
    background-color: #888 !important;
    border-radius: 5px !important;
}

.scrollable-table-container::-webkit-scrollbar-track {
    background-color: #eee !important;
}

#paymentLogIcon {
    color: #ffffff;
    transition: color 0.3s ease;
    position: relative;
}

    #paymentLogIcon:hover {
        color: yellow;
    }

.widthincodebtor {
    flex: 0 0 auto;
    width: 20%;
}

.generatereportbtn {
    background: #800080 !important;
}

.processcheckbtn {
    background: #b0c4de !important;
}

.inputspaninpayment {
    background: #d3d3d3 !important;
}

.icon-darker-blue {
    color: #4682B4;
}

.calculatebtn {
    background-color: #00ff00;
}

.binbtn {
    background-color: #00ff7f;
}

.common-container {
    border: 1px solid black;
    height: 40%;
}

.processcreditcardbtn {
    background: #ffa500 !important;
}

.scrollable-creditcardtable-container {
    max-height: 300px;
    min-height: 300px;
    overflow-y: auto;
    background-color: #c8c8c8 !important;
}

    .scrollable-creditcardtable-container::-webkit-scrollbar {
        width: 5px !important;
    }

    .scrollable-creditcardtable-container::-webkit-scrollbar-thumb {
        background-color: #888 !important;
        border-radius: 5px !important;
    }

    .scrollable-creditcardtable-container::-webkit-scrollbar-track {
        background-color: #eee !important;
    }

.binfontsize {
    font-size: 1.3em;
}

.scrollable-paymentplanreport {
    max-height: 400px;
    min-height: 400px;
    overflow-y: auto;
}

    .scrollable-paymentplanreport::-webkit-scrollbar {
        width: 5px !important;
    }

    .scrollable-paymentplanreport::-webkit-scrollbar-thumb {
        background-color: #888 !important;
        border-radius: 5px !important;
    }

    .scrollable-paymentplanreport::-webkit-scrollbar-track {
        background-color: #eee !important;
    }

.scrollable-Logtable-container {
    max-height: 200px;
    min-height: 600px;
    overflow-y: auto;
    background-color: #c8c8c8 !important;
}

    .scrollable-Logtable-container::-webkit-scrollbar {
        width: 5px !important;
    }

    .scrollable-Logtable-container::-webkit-scrollbar-thumb {
        background-color: #888 !important;
        border-radius: 5px !important;
    }

    .scrollable-Logtable-container::-webkit-scrollbar-track {
        background-color: #eee !important;
    }

.supervisoraccesslog {
    background: #ff0000 !important;
}

.deletelog {
    background: #ffa500 !important;
}

.generatelog {
    background: #b0c4de !important;
}

.creditreportingred {
    background: #ff6347 !important;
}

.creditreportinggreen {
    background: #00ff7f !important;
}

.smssentsuccess {
    background: #00ff00 !important;
}

.sendsms {
    background: #32cd32 !important;
    width: inherit !important;
}

.exitsms {
    background: #ff0000 !important;
    width: inherit !important;
}

.phonesearchcontainer {
    max-height: 300px;
    overflow-y: auto;
}


.scrollable-Emailtable {
    max-height: 170px;
    min-height: 170px;
    overflow-y: auto;
    background-color: #c8c8c8 !important;
}

    .scrollable-Emailtable::-webkit-scrollbar {
        width: 5px !important;
    }

    .scrollable-Emailtable::-webkit-scrollbar-thumb {
        background-color: #888 !important;
        border-radius: 5px !important;
    }

    .scrollable-Emailtable::-webkit-scrollbar-track {
        background-color: #eee !important;
    }

.sendemail {
    background: #32cd32 !important;
    width: -webkit-fill-available !important;
}

.testemailtemp {
    background: #ffff00 !important;
    width: -webkit-fill-available !important;
}

.testemailattach {
    background: #ffa500 !important;
    width: -webkit-fill-available !important;
}

.exportattach {
    background: #f08080 !important;
    width: -webkit-fill-available !important;
}

.viewemailattach {
    background: #ff6347 !important;
}

.scrollable-ChatTable {
    max-height: 220px;
    min-height: 220px;
    overflow-y: auto;
    background-color: #c8c8c8 !important;
}

    .scrollable-ChatTable::-webkit-scrollbar {
        width: 5px !important;
    }

    .scrollable-ChatTable::-webkit-scrollbar-thumb {
        background-color: #888 !important;
        border-radius: 5px !important;
    }

    .scrollable-ChatTable::-webkit-scrollbar-track {
        background-color: #eee !important;
    }

.viewconversation {
    background: #00ff00 !important;
    height: 38px;
}

.continueconversation {
    width: 200px;
    height: 40px;
}

.deleteconversation {
    background: #ff00ff !important;
    width: 200px;
    height: 40px;
}

.refreshconversation {
    background: #b0c4de !important;
    width: 200px;
    height: 40px;
}

.exitconversation {
    background: #ff0000 !important;
    width: 200px;
    height: 40px;
}

.sendtextsms {
    background: #32cd32 !important;
    width: 200px;
    height: 40px;
}

.scrollable-ChatBox {
    max-height: 400px;
    min-height: 400px;
    overflow-y: auto;
}

    .scrollable-ChatBox::-webkit-scrollbar {
        width: 5px !important;
    }

    .scrollable-ChatBox::-webkit-scrollbar-thumb {
        background-color: #888 !important;
        border-radius: 5px !important;
    }

    .scrollable-ChatBox::-webkit-scrollbar-track {
        background-color: #eee !important;
    }

.chat-container {
    max-height: 400px;
    overflow-y: auto;
    padding: 10px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.chat-message {
    padding: 18px 26px;
    margin-bottom: 5px;
    border-radius: 23px;
    max-width: 100%;
    word-wrap: break-word;
    font-size: large;
}

    .chat-message.debtor {
        background-color: #6c99f7 !important;
        color: white;
        align-self: flex-start;
        border-radius: 0 15px 15px 15px;
    }

    .chat-message.collector {
        background-color: #d3d3d3 !important;
        color: black;
        align-self: flex-end;
        border-radius: 0 15px 15px 15px;
    }

.skiptracerbg {
    background-color: #ffff00 !important;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.scrollable-STTable {
    max-height: 359px;
    min-height: 400px;
    overflow-y: auto;
    background-color: #c8c8c8 !important;
}

    .scrollable-STTable::-webkit-scrollbar {
        width: 5px !important;
    }

    .scrollable-STTable::-webkit-scrollbar-thumb {
        background-color: #888 !important;
        border-radius: 5px !important;
    }

    .scrollable-STTable::-webkit-scrollbar-track {
        background-color: #eee !important;
    }

.disableSearch {
    pointer-events: none;
    color: gray;
    cursor: not-allowed;
    text-decoration: none;
}

.timezonealertokbtn {
    background: #32cd32 !important;
    width: 114px;
}
