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

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    color: #333333;
    background: #f5f5f5;
}
.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}
.no-margin {
    margin-left: 0;
    margin-right: 0px;
}
.header-tab {
    margin-top: 12px;
    border-bottom: solid 3px #1467b3;
    position: relative;
    padding: 0px 15px;
}

.header-tab a {
    border: none;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border: none !important;
    padding: 12px 25px;
    margin-bottom: -1px;
}
.header-tab a:hover {
    border: none !important;
    box-shadow: none;
}
.header-tab a.active {
background: rgba(82,158,229,1);
background: -moz-linear-gradient(top, rgba(82,158,229,1) 0%, rgba(20,102,179,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(82,158,229,1)), color-stop(100%, rgba(20,102,179,1)));
background: -webkit-linear-gradient(top, rgba(82,158,229,1) 0%, rgba(20,102,179,1) 100%);
background: -o-linear-gradient(top, rgba(82,158,229,1) 0%, rgba(20,102,179,1) 100%);
background: -ms-linear-gradient(top, rgba(82,158,229,1) 0%, rgba(20,102,179,1) 100%);
background: linear-gradient(to bottom, rgba(82,158,229,1) 0%, rgba(20,102,179,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#529ee5', endColorstr='#1466b3', GradientType=0 );
color: #fff !important;
border: none;
}

.logout {
    text-decoration: none;
    text-transform: capitalize !important;
    font-size: 12px;
}

.profile {
    text-decoration: none;
    text-transform: capitalize !important;
    font-size: 12px;
}
.rgt_links {
    position: absolute;
    top: 20px;
    right: 15px;
}

.rgt_links a {
    border: none;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border: none !important;
    padding: 12px 10px;
    margin-bottom: -1px;
}
a:hover {
    text-decoration: none;
}

.header {
    padding: 6px 20px;
    background: #fff;
    box-shadow: 0px 4px 12px  #00000020;
}
.top-logo {
    padding: 22px 0px;
}

.header-input {
    border: solid 1px #d2d2d2;
    border-radius: 5px;
    width: 100%;
    height: 38px;
    line-height: 35px;
    font-size: 14px;
    text-indent: 8px;
    outline: none;
    margin-top: 22px;
    padding-right: 15px;
}

.arn {
    padding-top: 70px;
    padding-bottom: 50px;
}

.arnBox {
    width: 86%;
    margin: 0 auto;
    background: #fff;
    border: solid 1px #1467b3;
    border-radius: 6px;
    position: relative;
}
.goldenArn {
    background: rgb(20,103,179);
background: linear-gradient(0deg, rgba(77,188,245,1) 0%, rgba(20,103,179,1) 100%);
font-size: 15px;
color: #333;
text-align: center;
}

.goldenArnTop {
    color: #fff;
    border-bottom: solid 1px #85bde5;
    display: block;
    padding: 18px;
}
.goldenArnTop {
    margin-bottom: 10px;
}

.goldenArnTop strong {
    font-size: 16px;
    display: block;
}

.goldenArnBt {
    padding-top: 18px;
    padding-bottom: 50px;
    line-height: 27px;
    position: relative;
}
.goldenArnBt strong {
    font-size: 16px;
    display: block;
}

.childArn {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    display: block;
    margin-left: 15px;
    padding: 7px 0;
}
.childArn img {
    margin-right: 8px;
}

.arnTable {
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;

  }
  .arnTable th {
      font-weight: 600;
      color: #fff;
      background: #1467b3;
  }
  
.arnTable  th, td {
    padding: 8px 8px 8px 12px;
    border-right: solid 1px #cdcdcd;
  }
  
.arnTable  tr:nth-child(odd) {background-color: #f3f3f3;}
.footer {
    font-size: 12px;
    display: block;
    text-align: center;
}

.accDetails {
    font-size: 14px;
    line-height: 22px;
    padding: 30px 15px 10px 15px;
    border-right: solid 1px #d0d0d0;
}

.accIcon {
    margin-right: 10px;
    float: left;
}
.accDetails p {
    float: right;
    width: 80%;
}
.psf {
    font-size: 14px;
    text-align: center;
    padding: 7px 15px;
    border-right: solid 1px #d0d0d0;
}

.psf img {
    margin-bottom: 6px;
}
.rating {
    width: 80%;
    height: 9px;
    border: solid 1px #0fcebe;
    float: left;
    margin-left: 10%;
}

.rating-or {
    border: solid 1px #ffbe32;
}
.rating-or .ratingBox {
    background: #ffbe32;
}
.ratingBox {
    width: 9%;
    margin-right: 0.5%;
    margin-left: 0.5%;
    background: #0fcebe;
    height: 5px;
    margin-top: 1px;
   float: left;
}

.psf strong {
    font-size: 24px;
    display: block;
    margin-bottom: 6px;
    margin-top: 0px;
}

.customer-main {
    padding: 35px 0;
}
.insight {
    background: #bdf4f9;
    font-size: 14px;
    list-style: 21px;
    width: 100%;
    padding: 1%;
}

.insight img {
    float: left;
}
.insight_inner {
    width: 100%;
    height: 100%;
    border: solid 2px #29b3bf;
    padding: 30px 55px;
}

.insight_inner ul {
    margin-left: 5px;
    margin-top: 10px;
    float: left;
}

.insight_inner ul li {
    padding: 0px;
    margin: 0px;
}
.insight_title {
   width: 100%;
   float: left;
    font-size: 25px;
    color: #168b95;
    font-weight: 600;
    margin: 5px 0 10px 0;
}

.insight_title span {
    font-size: 21px;
    color: #333;
    font-style: italic;
    font-weight: 400;
}

.collaps_section {
    padding: 20px 0px;
}
.accordion {
    width: 100%;
}

.acc_title {
    background: #2374bf;
    color: #fff;
    font-size: 18px;
    line-height: 68px;
    width: 100%;
    border: none;
    outline: none;
    text-indent: 25px;
    padding: 10px;
    margin-top: 10px;
}



.acc_title .fa {
    width: 30px;
    height: 30px;
    background: #1863a8;
    border: solid 1px #fff;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin-right: 7px;
    border-radius: 50px;
}
.acc_title button {
    color: #fff;
    font-weight: 600;
    outline: none;
}

.acc_title button:hover {
    color: #fff;
    text-decoration: none;
    outline: none;
}

.acc_title button:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
}

.crd-bg {
    background: #f3f3f3;
    padding: 20px 0px;
    border-color: #f3f3f3 !important;
}
.mcard {
    background: #fff;
    padding: 10px;
    width: 100%;
    border: solid 1px #cccccc;
    border-radius: 5px;
    text-align: center;
    min-height: 340px;
}
.mcard_title {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin: 20px 0px 30px 0px;
}
.rvbox{
    width: 90%;
    margin-left: 5%;
    font-size: 12px;
    margin-top: 85px;
}

.grbx {
    background: #d0d0d0;
    text-align: center;
    width: 33%;
    display: inline-block;
    padding: 9px 0px 8px 0px;
    border-right: solid 1px #fff;
    max-height: 68px;
}
.grbx strong {
    font-size: 21px;
    display: block;
}

.rv_analisys {
    background: #fff;
    font-weight: 500;
    font-size: 13px;
    position: relative;
}

.rv_analisys img {
    position: absolute;
    top: -16px;
    left: 35%;
}

.clbox {
    color: #fff;
    text-align: center;
    width: 33%;
    display: inline-block;
    padding: 9px 0px 8px 0px;
    border-right: solid 1px #fff;
    max-height: 68px;
}

.clbox strong {
    font-size: 21px;
    display: block;
}

.gradientbox {
    color: #fff;
    text-align: center;
    width: 50%;
    display: inline-block;
    padding: 9px 0px 8px 0px;
    border-right: solid 1px #fff;
    max-height: 68px;
}

.gradientbox strong {
    font-size: 21px;
    display: block;
}

.carousel-control-prev {
    color: #000 ;
    left: -30px;
    width: 5%;
    text-align: center;
    opacity: 1 !important;
}

.carousel-control-prev span {
    width: 36px;
    height: 36px;
    line-height: 38px;
    border-radius: 50px;
    border:solid 1px #2374bf;
    background:#fff;
    
}
.carousel-control-prev i {
    color: #2374bf;
    font-size: 20px;
}

.carousel-control-next {
    color: #000 ;
    right: -30px;
    width: 5%;
    opacity: 1 !important;
}
.carousel-control-next span {
    width: 36px;
    height: 36px;
    line-height: 38px;
    border-radius: 50px;
    border:solid 1px #2374bf;
    background:#fff;
}
.carousel-control-next i {
    color: #2374bf;
    font-size: 20px;
}

.purple {
    background: rgb(206,171,214);
    background: linear-gradient(180deg, rgba(206,171,214,1) 0%, rgba(150,93,190,1) 100%);
}

.red {
    background: rgb(250,173,184);
    background: linear-gradient(180deg, rgba(250,173,184,1) 0%, rgba(241,93,110,1) 100%);
}
.green {
    background: rgb(139,237,135);
background: linear-gradient(180deg, rgba(139,237,135,1) 0%, rgba(51,212,70,1) 100%);
}
.blue {
    background: rgb(144,196,243);
background: linear-gradient(180deg, rgba(144,196,243,1) 0%, rgba(49,135,214,1) 100%);
}

.page-title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 24px 0px;
}
.jcbox {
    width: 100%;
    height: 137px;
    padding: 17px;
    font-size: 12px;
    color: #fff;
    border-radius: 6px;
}
.ic_jc {
    margin-bottom: 8px;
    display: block;
} 

.jcbox p {
    width: 55%;
    float: left;
}

.jcbox p strong {
    font-size: 28px;
    display: block;
    line-height: 36px;
}
.js_tat {
    width: 45%;
    height: 60px;
    float: right;
    text-align: center;
    padding: 10px;
    font-size: 8px;
    background: #00000020;
    border-radius: 4px;
}

.js_tat strong {
    font-size: 20px;
    display: block;
}

.js_tat strong span {
    font-size: 15px;
    margin-left: 3px;
}

.border-purple {
    border-bottom: solid 3px #7c3fa7;
}
.border-green {
    border-bottom: solid 3px #1bb72d;
}

.border-red {
    border-bottom: solid 3px #e14053;
}
.border-blue {
    border-bottom: solid 3px #1e71bd;
}

.filter_lft {
    float: left;
    width: 60%;
    font-size: 14px;
    height: 100%;
    margin-top: 10px;
}
.filter_rgt {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
    height: 100%;
}

.filter_rgt a {
    color: #fff;
    text-decoration: none;
}
.filter_rgt a span {
    display: block;
}
.select-line {
    display: block;
    margin-bottom: 4px;
}
.select-line input {
    width: 15px;
    height: 15px;
    margin-right: 8px;
    color: #378bd8;
    border: none;
    outline: none;
    float: left;
    margin-top: 3px;
}

.jdcard {
    width: 100%;
    border-radius: 6px;
    background: #fff;
    box-shadow: 1px 2px 20px #00000020;
    margin-top: 40px;
    padding: 0px 6px;
}

.jcinnercard {
    border-right: solid 1px #b9b9b9;
    text-align: center;
    padding: 0px;
}
.jcinnercard_title {
    font-size: 16px;
    color: #000;
    padding: 15px 0px;
    border-bottom: solid 1px #b9b9b9;
    margin-bottom: 10px;
    display: block;
}
.graph_img {
    max-width: 100%;
    text-align: center;
}

.jctable {
    border-collapse: collapse;
    width: 100%;
    color: #000;
    
  }
.jctable th, td {
    text-align: left;
    padding: 7px;
    border-right: solid 1px #cccccc !important;  }
    
    .jctable th, td:last-child {
        border-right: none;
    }
  
  .jctable  tr:nth-child(odd) {background-color: #f2f1ef;}

.bttable {
    font-size: 12px;
    margin: 10px 0px 25px 0px;
    width: 98%;
    float: left;
}

.bttable th, td {
    width: 25%;
}
.maintable {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.maintable td, th {
    width: auto !important;
    min-width: 40px;
    font-weight: 400;
    padding: 10px;
    text-align: left;
}
.jcselect {
    font-size: 13px;
    width: 40%;
    height: 36px;
    margin-bottom: 10px;
    border-radius: 4px;
    border: solid 1px #d2d2d2;
    outline: none;
    text-indent: 10px;
}

.inner_grapth {
    min-height: 385px;
}
.lob {
    background: #efefef;
    border-radius: 3px;
    width: 25%;
    border-right: 1px solid #333;
    font-size: 10px;
    text-align: center;
    padding: 10px 0px;
    float: left;
}
.lob:nth-child(4) {
    border-right: none;
}
.jcinnercard:last-child {
    border-right: none;
}

.dtjc_title {
    font-size: 19px;
    margin: 20px 0px 15px 0px;
    font-weight: 600;
    display: block;
}
.bottomcard {
    padding: 20px 6px;
    text-align: center;
}
.btselect {
    width: 30%;
}
.open {
    padding: 3px;
    color: #fff;
    background: #feae12;
}
.closed {
    padding: 3px;
    color: #fff;
    background: #0bcf43;
}

.table_bottom {
    width: 100%;
    display: block;
    text-align: right;
    font-size: 15px;
    color: #333;
}
.table_bottom a {
    padding: 5px 12px;
    text-align: center;
    margin-left: 10px;
    border: solid 1px #333;
    cursor: pointer;
}
.filtermenu {
    width: 300px;
    margin-top: -10px;
    border: solid 1px #3288d7;
    padding: 25px 20px;
    left: -30px !important;
    font-size: 14px;
    color: #333;
}

.profilemenu {
    width: 300px;
    margin-top: -10px;
    border: solid 1px #3288d7;
    padding: 25px 20px;
    right: 0px;
    left: auto !important;
    font-size: 14px;
    color: #333;
    border-radius: 6px;
}

.profilemenu .check {
    width: 100%;
    margin-bottom: 10px;
    float: left;
}

.check input {
    width: 15px;
    height: 15px;
    margin-right: 6px;
    float: left;
    margin-top: 4px;
}

.check span {
    margin-right: 20px;
   float: left;
}
.filterSelect {
    width: 100%;
    height: 38px;
    border: solid 1px #cbcbcb;
    border-radius: 4px;
    text-indent: 8px;
    margin-bottom: 17px;
    position: relative;
    display: inline-block;
}

.apply {
    float: left;
    background: #2f7fc9;
    color: #fff;
    font-size: 13px;
    width: 90px;
    text-align: center;
    height: 36px;
    border: solid 1px #2f7fc9;
    outline: none;
    border-radius: 5px;
}

.cancel {
    float: right;
    background: #fff;
    color: #2f7fc9;
    font-size: 13px;
    width: 90px;
    text-align: center;
    height: 36px;
    border: solid 1px #2f7fc9;
    outline: none;
    border-radius: 5px;
}

.detail_bt {
	width:40px;
	height:40px;
	line-height:40px;
	border-radius:50px;
	background:#fff;
	display:inline-block;
    position: absolute;
    box-shadow: 1px 1px 10px #00000030;
    bottom:-20px;
    left: 44%;

}

.tablecontainer {
    height: 201px;
    overflow-y: scroll;
    width: 99.5%;
}

.tablecontainer::-webkit-scrollbar {
    width: 4px !important;
    height: 6px;
  }
  
  .tablecontainer::-webkit-scrollbar-track {
    height: 2px !important;
    background:#ccc;
  }
  
  .tablecontainer::-webkit-scrollbar-thumb {
    background: #0d5688;
    border-radius: 10px;
  }
  .tablecontainer::-webkit-scrollbar-thumb:hover {
    background: #093e63;
  }

  .cr-chat {
      width: 70%;
      margin-left: 15%;
      margin-right: 15%;
      display: inline-block;
  }

  .col {
      width: 50%;
     float: left;
     text-align: center;
     margin-bottom:50px;
  }

  .cr_chart {
      width: 111px;
      height: 111px;
      border-radius: 100px;
      border:solid 6px #1467b3;
      font-size:30px;
      font-weight: 600;
      line-height: 100px;
      text-align: center;
      margin:0 auto;
  }

  .cr_chartgr {
    width: 111px;
    height: 111px;
    border-radius: 100px;
    border:solid 6px #c7c8c9;
    font-size:30px;
    font-weight: 600;
    line-height: 100px;
    text-align: center;
    margin:0 auto;
}

.cr_chat_popup {
    width: 100%;
      display: inline-block;
}

.cr_chat_popup .col {
    width: 25%;
   float: left;
   text-align: center;
   margin-bottom:50px;
}

.modal-lg {
    width: 100% !important;
    max-width: 1100px;
}

.list-group {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem;
    position: absolute;
    width: 90%;
    z-index: 500;
    height: 200px !important;
    overflow-y: scroll;
}

.list-group::-webkit-scrollbar {
    width: 4px !important;
    height: 6px;
  }
  
  .list-group::-webkit-scrollbar-track {
    height: 2px !important;
    background:#ccc;
  }
  
  .list-group::-webkit-scrollbar-thumb {
    background: #0d5688;
    border-radius: 10px;
  }
  .list-group::-webkit-scrollbar-thumb:hover {
    background: #093e63;
  }
  .manu .col-md-12 {
      width: 100% !important;
      float: left;
      display: block;
  }

  /* lOGIN PAGE */
  .login_main {
	padding:30px;
    text-align:center !important;
  
}





.loginBx {
	width: 74%;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	box-shadow: 1px 2px 30px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	margin-top: 60px;
    -webkit-box-shadow: -8px 8px 0px 0px rgba(46,73,208,1);
    -moz-box-shadow: -8px 8px 0px 0px rgba(46,73,208,1);
    box-shadow: -8px 8px 0px 0px rgba(46,73,208,1);
}

.login_lft {

	text-align: center;
	padding: 80px 0px;
    background: url(../images/tata_motors.png) no-repeat 20px 20px;
    background-size: 140px auto;
	
}

.login_lft img {
    width: 80%;
    margin-top: 30px;
}

.login_rgt {
	text-align: left;
	padding: 80px 60px 0px 50px;
    background: url(../images/sparqplug.png) no-repeat 95% 15px #f3f5f7;
    background-size: 50px auto;
	
}

.login_rgt_title {
	font-size: 26px;
	color: #1272d8;
	font-weight: 600;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.log_input {
	width: 100%;
	font-size: 17px;
	height: 44px;
	line-height: 44px;
	text-indent: 48px;
	border: solid 1px #c2c2c2;
	outline: none;
	background-color: #fff !important;
	margin-bottom: 20px;
	border-radius: 50px;
	color: #646565;
}

.user {
background: url(../images/user1.png) no-repeat 16px center;
}

.pass {
	background: url(../images/password.png) no-repeat 16px center;
    }
    
    .l_bt {
        cursor: pointer;
        outline: none;
        border: none;
        color: #fff;
        text-transform: uppercase;
        background: rgb(19,113,216);
    background: linear-gradient(90deg, rgba(19,113,216,1) 0%, rgba(107,4,227,1) 100%);
        line-height: 43px;
        page-break-after: 0px 20px;
        height: 43px;
        border-radius: 50px;
        margin-top: 5px;
        display: inline-block;
        padding: 0px 22px;
        font-size: 15px;
        font-weight: 300;
    }
    
    .l_bt img {
        position: relative;
        margin-top: -4px;
        margin-right: 3px;
    }
    
.login_bg {
    background: url(../images/l_bg.png) repeat-y center top #f2f2f2;
}


@media only screen and (max-width: 778px) {

    .top-logo {
        padding: 10px 0px;
    }
    .header-input {
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .arnBox {
        width: 94%;
    }
    .arn {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .arnTable {
       font-size: 12px;
    }
    .accDetails p {
        width: 75%;
    }
    .accDetails {
        border-right: none;
        border-bottom: solid 1px #d0d0d0;
        margin-bottom: 8px;
    }
    .psf {
        border-right: none;
        border-bottom: solid 1px #d0d0d0;
        margin-bottom: 8px;
        padding: 15px;
    }
    .insight {
        width: 90%;
        margin-left: 5%;
    }

    .insight_inner {
        padding: 25px;
    }

    .insight_inner ul {
        margin-left: 0px;
        padding-left: 15px;
    }
    .accordion {
        width: 90%;
        margin-left: 5%;
    }
    .res-img {
        width: 100%;
    }
    .rv_analisys img {
        top: -12px;
        left: 20%;
    }

    .carousel-control-next {
    right: 0;
    }

    .carousel-control-prev {
        left: 0;
        }
        .jcbox {
            margin-bottom: 15px;
        }

        .jcinnercard {
            border-right: none;
            border-bottom: solid 1px #b9b9b9;
            padding: 20px 0px;
        }
        .maintable {
            width: 1200px;
        }
        .tablecontainer {
            overflow-x: scroll;
            width: 100%;
        }
        .btselect {
            width: 70%;
        }
        .filtermenu {
            left: -9px !important;
            width: 93.1%;
        }
        .carousel-control-prev span {
            width: 36px;
            height: 36px;
            line-height: 38px;
            border-radius: 50px;
            border:solid 1px #2374bf;
            background:#fff;
            
        }
        .carousel-control-next span {
            width: 36px;
            height: 36px;
            line-height: 38px;
            border-radius: 50px;
            border:solid 1px #2374bf;
            background:#fff;
            
        }

        .cr_chat_popup .col {
            width: 100%;
            margin-bottom: 15px;
        }
        .rgt_links {
            top: 0px;
            right: 0px;
            font-size: 10px;
        }
}