@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');

body,
html,
span,
div {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    font-weight: 400;
}


body {
    background: #ddd;
}

/*
::-webkit-scrollbar {
    width: 0;
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background: white;
}
*/
.alert {
    position: fixed;
    left: 210px;
    top: 0px;
    width: 100%;
    height: 49px;
    border-radius: 0;
    font-weight: bold;
    z-index: 1201;
    padding-right: 230px;
}

.alert p {
    font-weight: 600;
}

.wrapper_container {
    width: 100%;
    padding: 0px;
    padding-left: 215px !important;
    padding-top: 55px !important;
    padding-right: 20px;
}

.display-inline {
    display: inline;
}

.pa-1 {
    padding: 10px;
}

.pa-2 {
    padding: 15px;
}

.pa-3 {
    padding: 20px;
}

.pa-4 {
    padding: 40px;
}

.pa-5 {
    padding: 50px;
}

a {
    text-decoration: none !important;
}

p {
    margin: 0px !important;
}

.w50 {
    width: 50px;
}

.w75 {
    width: 75px;
}

.w100 {
    width: 100px;
}

.w125 {
    width: 125px;
}

.w150 {
    width: 150px;
}

.w175 {
    width: 175px;
}

.w200 {
    width: 200px;
}

.w250 {
    width: 250px;
}

.w300 {
    width: 300px;
}

.w350 {
    width: 350px;
}

.w500 {
    width: 500px;
}

.w50pc {
    width: 50% !important;
}

.w100pc {
    width: 100% !important;
}

.h100pc {
    height: 100% !important;
}

.fw-bold {
    font-weight: bold;
}

.cp {
    cursor: pointer;
}

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-19 {
    font-size: 19px;
}

.fs-20 {
    font-size: 20px;
}

.fs-30 {
    font-size: 30px;
}

.header {
    position: fixed;
    z-index: 1200;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    height: 50px;
}

.logo {
    background-color: #fff;
    position: fixed;
    left: 210px;
}

.logo img {
    height: 49px;
    width: auto !important;
}

.pa-0 {
    padding: 0px !important;
}

.fixed {
    position: fixed;
}

.callingDivWrapper {
    background: #DDDDDD;
    margin-top: 100px;
}

.pageLoader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
}

.pageLoaderInner {
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 10px 50px;
}

.callingPart {
    padding-right: 260px;
    width: 100%;
    z-index: 1010;
    margin: -20px 0px 0px 0px;
    padding: 20px 245px 0px 0px;
    background: #DDDDDD;
}

.callingPartTable {
    background: #000;

}

.header {
    padding: 10px;
    color: #fff;
    border-bottom: 1px solid #434343;
}

.header a {
    color: #fff;
}

.header .leftpart {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.header .rightpart {
    font-weight: 600;
    color: #000;
}

.sidebar {
    position: fixed;
    width: 210px;
    background: #01488F;
    height: 100%;
    padding: 0px 0px 70px 0px;
    top: 0;
    z-index: 1200;
    overflow-y: scroll;
}

.techSupoort {
    position: fixed;
    width: 210px;
    bottom: 0;
    height: 70px;
    background: #0162C2;
    left: 0;
    z-index: 1200;
    text-align: center;
    color: #fff;
    padding: 6px 0px 0px 0px;
}

.techSupoort p {
    margin-bottom: 3px !important;
}

.techSupoort .btn {
    font-weight: bold;
}

.table td,
.table th {
    padding: 5px;
}

.sidebar p {
    background: #01366B;
    color: #fff;
    font-weight: 600;
    padding: 8px 15px 8px 15px;
    text-transform: uppercase;
}

.sidebar .submenu a {
    display: block;
    color: #fff;
    padding: 5px 15px 5px 15px;
    /* margin: 1px 0px 1px 0px; */
    font-size: 14px;
    /* font-weight: bold; */
    border-bottom: 1px solid #014B96;
}

.sidebar .dashbrd a {
    color: #fff;
    display: block;
}

.sidebar .dashbrd.active {
    color: #000;
    background: #DDDDDD;
}

.sidebar .dashbrd.active a {
    color: #000;
}

.sidebar .submenu a.active {
    background: #DDDDDD;
    color: #000;
}

.table {
    border: 3px solid #fff;
    margin: 0px;
}

.table.pa-0 tbody td {
    padding: 2px 10px !important;
}

.table.pa-1 td {
    padding: 5px 10px !important;
}

.btn-success {
    background: #01488F;
    border: none;
}

.table.vm td {
    vertical-align: middle;
}

.table.border-none td {
    border: none;
}

.border-default {
    border: 1px solid #c8c8c8;
}

.table.table-bordered {
    border: 1px solid #9e9e9e
}

.table thead {
    background: #92C8FE;
    color: #000;
    font-weight: 600;
}

.table tbody {
    background: #fff;
}

.bg-black {
    background: #000;
}

form .form-group label {
    font-weight: 600;
    font-size: 14px;
    color: #727272;
    margin: 0px 0px 2px 0px;
}

form .form-control {
    background: #fff8ce;
}

.heading {
    font-weight: 600;
    padding: 10px;
    background: #fff;
    color: #000;
    text-transform: uppercase !important;
    font-size: 17px;
}

.heading-normal {
    font-weight: 600;
    padding: 10px;
    background: #F3F3F3;
    color: #000;
    text-transform: uppercase !important;
    font-size: 17px;
}

.heading-table {
    width: 100%;
    font-weight: 600;
    padding: 0px 10px;
    background: #fff;
    color: #000;
    border-bottom: 1px solid #aeaeae;
    text-transform: uppercase !important;
    font-size: 17px;
}

.heading-table td {
    padding: 0px 20px;
}

.bg-default {
    background: #f1f1f1;
}

.noData {
    padding: 100px 20px;
    text-align: center;
    font-weight: bold;
    color: #A6A6A6;
    background: #fff;
    margin: 10px 0px 0px 0px;
    font-size: 25px;
}

.noDataNormal {
    padding: 50px 20px;
    text-align: center;
    font-weight: bold;
    color: #A6A6A6;
    background: #fff;
    font-size: 25px;
}


.overflowdiv {
    max-height: 200px;
    overflow-y: auto;
}

.postTable tr td:nth-child(odd) {
    font-size: 14px;
    font-weight: bold;
    color: #767676;
    width: 10%;
}

.postTable tr td:nth-child(even) {
    font-weight: bold;
    width: 20%;
    background: #fff0dd;
    font-size: 14px;
}

.postTableDiv .row {
    margin: 0px;
}

.postTableDiv .row .col {
    padding: 0px;
}

.postMetaTable tr td:nth-child(odd) {
    font-size: 13px;
    font-weight: bold;
    color: #767676;
    width: 12%;
}

.postMetaTable tr td:nth-child(even) {
    font-weight: bold;
    width: 18%;
    background: #fff0dd;
    font-size: 14px;
}

.modal {
    z-index: 1200;
}

#startCalling .modal-body {
    box-shadow: 1px 10px 17px -7px #000;
}

.modal-header {
    background: #01366B;
    color: #fff;
    padding: 6px 18px;
}

.box-shadow {
    box-shadow: 1px 7px 10px -7px #989898;
}

.heading {
    background: #01488F;
    color: #fff;
}



#startCalling .modal-content .img img {
    width: 100px;
    margin-bottom: 35px;
}

.timerdiv .timer {
    margin: 0 auto;
    font-size: 20px;
    letter-spacing: 1.5;
}

.loginWrapper {
    position: fixed;
    width: 400px;
    height: 300px;
    top: 50%;
    left: 50%;
    margin: -150px 0px 0px -200px;
}

.callingBox .callingNumber input {
    padding: 7px 10px;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    width: 175px;
    letter-spacing: 1.2px;
    border: 1px solid #fff;
    background: #000;
    color: #fff;
    border-radius: 5px;
}

.calltype label {
    margin: 0px;
}

.calltype label:nth-child(1) {
    border: 2px solid #009901;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

.calltype label:nth-child(2) {
    border: 2px solid #a10000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

.form-control-normal {
    padding: 5px 7px;
}

.display-none {
    display: none;
}

td.actionTd {
    background: #494949;
}

.paginationdiv {
    margin: 0px 0px 20px 0px;
}

.paginationdiv div:first-child {
    float: left;
    margin: 20px 0px 0px 0px;
}

.paginationdiv div div:nth-child(1) {
    float: right;
    padding: 8px 15px;
    background: #fff;
    font-weight: 600;
    font-size: 14px;
    margin: 11px 0px 0px 0px;
}

.paginationdiv div div:nth-child(2) {
    display: none;
}

.clear {
    clear: both;
}

.roleManagerTable label {
    padding: 3px 10px;
}

.roleManagerTable label.active {
    background: #009300;
    color: #fff;
}

.bajajFeedImg {
    padding: 10px;
    background-color: #fff;
    width: 250px;
    display: inline-block;
    margin: 0px 10px 10px 0px;
    vertical-align: top;
}

.bajajFeedImg img {
    height: 250px;
    max-width: 100%;
    margin: 0px 0px 10px 0px
}

.text-black {
    color: #000;
}

.tcdashboardsummary td {
    padding: 15px 10px;
}

.tcdashboardsummary td p:nth-child(1) {
    font-size: 12px;
    color: #6E6E6E;
}

.tcdashboardsummary td p:nth-child(2) {
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px !important;
}

.tcdashboardsummary td p:nth-child(2) a {
    font-size: 17px;
    font-weight: bold;
}

#searchDisPForm td p {
    color: #868686 !important;
}

#searchDisPForm td .form-control {
    margin: 2px 0px 5px 0px;
}

.feedbackBajaj .postTable tr td:nth-child(even) {
    text-transform: uppercase;
}

/* bajajDash */
.bajajDash {
    background: #fff;
}

.bajajDash .dashLoopData {
    display: inline-block;
    width: 10%;
    border-right: 1px solid #DEE2E6;
    border-bottom: 1px solid #DEE2E6;
    text-align: center;
    padding: 10px;
    margin: 0px -3px 0px 0px;
}


.bajajDash .dashLoopData p {
    font-size: 15px;
    font-weight: bold;
    color: #727272;
}

.bajajDash .dashLoopData a p {
    font-size: 25px;
    font-weight: bold;
    color: #112899;
}


/* bajaj dashboard new */
.bajajDashNew td {
    text-align: center;
}

.bajajDashNew .singleBox {
    background: #EBEBEB;
    text-align: center;
    width: 32%;
    padding: 1px;
    margin: 0 auto;
    display: inline-block;
    margin: 7px 1px;
}

.bajajDashNew .caseStatus .singleBox {
    width: 24%;
}

.bajajDashNew .assetStateDiv .singleBox {
    width: 13%;
}

.bajajDashNew .caseStatusRecovery .singleBox {
    width: 24%;
}

.bajajDashNew .singleBox p:nth-child(1) {
    font-weight: bold;
    background: #EBEBEB;
    padding: 8px 0px;
    color: #7D7D7D;
    font-size: 13px;
}

.bajajDashNew .singleBox p:nth-child(2) {
    font-size: 27px;
}

.bajajDashNew .singleBox p:nth-child(1) a {
    font-weight: bold;
    display: block;
    color: #004795;
}

.bajajDashNew .singleBox p:nth-child(2) a {
    font-size: 27px;
    background: #fff;
    padding: 5px 0px;
    border-radius: 0px;
    display: block;
    font-weight: bold;
}

.bajajDashNew .singleBox p:nth-child(2) a {
    font-size: 20px;
}






.bajajDashNew .assetTd {
    background: #D7FFD7;
}

.bajajDashNew .recoveryTd {
    background: #FFD5D5;
}

.disposBktTd {
    width: 8.7%;
    display: inline-block;
    border: 1px solid #ddd;
    vertical-align: top;
    margin-bottom: 3px;
    padding: 2px 0px;
}

.postListLeft.activescrn {
    margin-right: 220px;
}

.popupPostList.activescrn {
    position: fixed;
    top: 55px;
    right: 0;
    height: 100%;
    width: 235px;
    background: #fff;
    overflow-y: auto;
}

.callpopup {
    border-bottom: 2px solid #dddddd;
    padding: 3px 5px;
}

.popupPostList a {
    color: #000;
}

.bajajSmrAdmin .bajajDashBody {
    display: none;
}


/* CHAT */
.userLisChat {
    width: 250px;
}

.rightChat {
    text-align: right;

}

.rightChat span {
    margin: 0px 0px 20px 0px !important;
    max-width: 70%;
    text-align: right;
    background: green;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    position: relative;
    border-bottom-right-radius: 0;
}

.leftChat span {
    margin: 0px 0px 20px 0px !important;
    max-width: 70%;
    text-align: left;
    background: red;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    position: relative;
    border-top-left-radius: 0;
}

.userLisChat p a {
    padding: 7px 10px;
    border-bottom: 1px solid #ddd;
    display: block;
}

.userFixed {
    height: 450px;
    overflow-y: scroll;
}

#chatMessages {
    height: 390px;
    overflow-y: scroll;
    padding: 10px 10px;
}

.chatTextBox {
    border-bottom: 2px solid #ddd;
    margin-bottom: 5px;
}

.chatWrapper {
    position: fixed;
    right: 0;
    bottom: 0;
    height: 550px;
    width: 800px;
    border: 4px solid #000;
}

.userFixed p.active {
    background-color: lightblue;
}

#chatWrapper {
    display: none;
    z-index: 1201;
}

.openchat {
    position: fixed;
    bottom: 0px;
    right: 0px;
    background: blue;
    color: #fff;
    padding: 7px 25px;
    font-weight: bold;
    border-top-left-radius: 10px;
    z-index: 1201;
}

.closechat {
    color: #fff;
}

.msgAlert {
    border: 1px solid #ff0000;
    padding: 5px;
    font-weight: bold;
    color: #ff0000;
    background-color: #fff;
    display: inline-block;
    margin: 0px 0px 0px 10px;
}

div#chatMessages span {
    text-align: left;
}

.img-inline {
    display: inline-block;
    width: 22%;
    border: 1px solid #000;
    margin: 1%;
}

.notification {
    background: #fff000;
    padding: 10px;
}

.status_inactive {
    color: #ff0000;
}

.status_active {
    color: green;
}

/* auto call */
#autocallpopup {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1300;
    display: none;
}

#autocallpopup .headerpop {
    background-color: #000;
    padding: 10px 20px;
    position: fixed;
    width: 100%;

}

#autocallpopup .headerpop .calling {
    color: #fff;
    font-size: 30px;
}

#autocallpopup .headerpop .pausestart {
    text-align: right;
}

#autocallpopup .headerpop .endnew button,
#autocallpopup .headerpop .pausestart button {
    border-radius: 0;
    margin: 0px 2px;
}

#postDetailsAjaxDiv {
    position: fixed;
    top: 60px;
    height: 90%;
    overflow-y: auto;
}

#callnow {
    border-radius: 0px;
}

.pausebreakmeeting {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1301;
}

.loadingpage {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 60px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1301;
}

.pausebreakmeeting {

    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Center vertically */
    align-items: center;
    /* Center horizontally */
    height: 100vh;
    /* Set height to occupy full viewport height */
}

.pausebreakmeeting div {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
}

.pausebreakmeeting button {
    color: #fff;
    font-size: 30px;
}

#feedbackpopupadd {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1302;
    display: none;
}

.popupfeedbackmodal {
    max-height: 96%;
    overflow-y: auto;
}

.br-0 {
    border-radius: 0px !important;
}

input.invalid {
    border: 1px solid red;
}

.lodingtext {
    border-radius: 6px;
    /* Rounds the corners */
    padding: 10px 10px 10px 10px;
    /* Adds padding inside the border */
    width: 200px;
    position: fixed;
    color: #000;
    background-color: #fff;
    text-align: center;
    left: 40%;
    top: 40%;
    font-weight: bold;
    text-transform: uppercase;
}

#autocallpopup label {
    margin-bottom: 0px !important;
    border-radius: 0px;
    padding: 5px 10px;
}

#autocallpopup input {
    border-radius: 0px;
}

.residence_cont_no span {
    color: #0162C2;
    cursor: pointer;
}

.showfeebackpop{
    position: fixed;
    bottom: 0px;
    background-color: #004795;
    color: #fff;
    right: 47%;
    padding: 3px 10px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    display: none;
    cursor: pointer;
}
